/* ==========================================================================
   AOX PROPERTY SOLUTIONS LTD
   Palette:
     charred-ebon    #161210  body background
     candle-ivory    #EFE6D8  primary text
     rose-door pink  #C25E7E  accent
     railings deep   #241C18  raised panels
     stone surround  #E8E0D2  sash frames / trims
     brass plate     #A98A4A  1px rules and keyhole dots only
     deepest charred #100D0B  areaway footer band
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Cambria, serif;
    background-color: #161210;
    color: #EFE6D8;
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #C25E7E;
    text-decoration: none;
}

a:hover {
    color: #E8E0D2;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4 {
    font-family: Georgia, "Times New Roman", Cambria, serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.22;
}

p {
    margin-bottom: 1em;
}

/* --------------------------------------------------------------------------
   Reveal utility (safe without JS: noscript makes everything visible)
   -------------------------------------------------------------------------- */
.reveal {
    opacity: 1;
    transform: none;
}

html.js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 700ms ease, transform 700ms ease;
}

html.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* No-JS default: content is always visible; html.js is only added by script */

/* --------------------------------------------------------------------------
   DOORCASE HEADER  .platehead
   -------------------------------------------------------------------------- */
.platehead {
    position: sticky;
    top: 0;
    z-index: 60;
    background-color: #161210;
    border-top: 2px solid #E8E0D2;
    border-bottom: 2px solid #E8E0D2;
    padding: 0;
}

.platehead-entablature {
    height: 4px;
    background-color: #161210;
    border-top: 2px solid #E8E0D2;
    border-bottom: 2px solid #E8E0D2;
}

.platehead-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-left: 4px solid #E8E0D2;
    border-right: 4px solid #E8E0D2;
    min-height: 76px;
    flex-wrap: wrap;
}

.platehead-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.platehead-fanlight {
    width: 46px;
    height: 46px;
    background-color: #241C18;
    border: 2px solid #E8E0D2;
    border-radius: 50% 50% 0 0;
    position: relative;
    flex: 0 0 auto;
}

.platehead-fanlight::before,
.platehead-fanlight::after,
.platehead-fanlight .spoke {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #A98A4A;
    transform-origin: bottom center;
}

.platehead-fanlight::before { transform: translateX(-50%) rotate(-38deg); }
.platehead-fanlight::after  { transform: translateX(-50%) rotate(38deg); }
.platehead-fanlight .spoke  { transform: translateX(-50%); }

.platehead-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.platehead-initials {
    font-size: 20px;
    letter-spacing: 0.34em;
    color: #C25E7E;
    font-weight: 700;
}

.platehead-name {
    font-size: 12px;
    letter-spacing: 0.22em;
    color: #EFE6D8;
    text-transform: uppercase;
}

.platehead-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.platehead-link {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    padding: 10px 12px;
    color: #EFE6D8;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-right: 1px solid #A98A4A;
}

.platehead-link:last-child {
    border-right: none;
}

.platehead-link .navnum {
    color: #C25E7E;
    font-size: 11px;
    letter-spacing: 0.12em;
}

.platehead-link:hover {
    color: #C25E7E;
    background-color: #241C18;
}

.platehead-rule {
    height: 1px;
    background-color: #A98A4A;
    max-width: 1240px;
    margin: 0 auto;
}

.platehead-toggle {
    display: none;
    background-color: #241C18;
    color: #EFE6D8;
    border: 2px solid #E8E0D2;
    font-family: Georgia, serif;
    font-size: 13px;
    letter-spacing: 0.14em;
    padding: 9px 14px;
    cursor: pointer;
    text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   HERO  .fanlighthero
   -------------------------------------------------------------------------- */
.fanlighthero {
    background-color: #161210;
    border-bottom: 10px solid #E8E0D2;
    position: relative;
}

.fanlighthero-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 64px 24px 72px;
    display: flex;
    gap: 52px;
    align-items: center;
}

.fanlighthero-copy {
    flex: 0 0 55%;
    max-width: 55%;
}

.fanlighthero-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #A98A4A;
    border-bottom: 1px solid #A98A4A;
    padding-bottom: 6px;
    margin-bottom: 22px;
}

.fanlighthero-title {
    font-size: 52px;
    color: #EFE6D8;
    margin-bottom: 22px;
}

.fanlighthero-title .pinkword {
    color: #C25E7E;
}

.fanlighthero-lede {
    font-size: 18px;
    color: #EFE6D8;
    max-width: 620px;
    margin-bottom: 16px;
}

.fanlighthero-note {
    font-size: 16px;
    color: #EFE6D8;
    max-width: 620px;
    margin-bottom: 30px;
}

.fanlighthero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.doorhandle {
    display: inline-block;
    padding: 15px 30px;
    background-color: #C25E7E;
    color: #161210;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 2px solid #C25E7E;
    font-weight: 700;
}

.doorhandle:hover {
    background-color: #241C18;
    color: #EFE6D8;
    border-color: #E8E0D2;
}

.doorhandle-ghost {
    display: inline-block;
    padding: 15px 30px;
    background-color: #161210;
    color: #EFE6D8;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 2px solid #E8E0D2;
    font-weight: 700;
}

.doorhandle-ghost:hover {
    background-color: #241C18;
    color: #C25E7E;
}

/* Townhouse elevation panel ------------------------------------------------ */
.townhouse {
    flex: 0 0 45%;
    max-width: 45%;
}

.townhouse-facade {
    background-color: #241C18;
    border-left: 8px solid #E8E0D2;
    border-right: 8px solid #E8E0D2;
    border-top: 8px solid #E8E0D2;
    border-bottom: 8px solid #E8E0D2;
    padding: 18px;
    position: relative;
}

.townhouse-course {
    height: 6px;
    background-color: #E8E0D2;
    margin: 14px 0;
}

.townhouse-fanlight {
    width: 128px;
    height: 64px;
    margin: 6px auto 10px;
    background-color: #161210;
    border: 3px solid #E8E0D2;
    border-bottom: none;
    border-radius: 128px 128px 0 0;
    position: relative;
    overflow: hidden;
}

.townhouse-fanlight .ray {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #A98A4A;
    transform-origin: bottom center;
}

.townhouse-fanlight .ray1 { transform: translateX(-50%) rotate(-60deg); }
.townhouse-fanlight .ray2 { transform: translateX(-50%) rotate(-30deg); }
.townhouse-fanlight .ray3 { transform: translateX(-50%) rotate(0deg); }
.townhouse-fanlight .ray4 { transform: translateX(-50%) rotate(30deg); }
.townhouse-fanlight .ray5 { transform: translateX(-50%) rotate(60deg); }

.townhouse-upper {
    display: flex;
    gap: 14px;
    align-items: stretch;
}

.sashwindow {
    flex: 1;
    background-color: #E8E0D2;
    border: 3px solid #E8E0D2;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 5px;
    min-height: 118px;
}

.sashwindow .pane {
    background-color: #241C18;
    border: 1px solid #A98A4A;
}

.townhouse-door {
    flex: 1;
    background-color: #C25E7E;
    border: 3px solid #E8E0D2;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 118px;
    position: relative;
}

.townhouse-door .panel {
    background-color: #241C18;
    border: 2px solid #E8E0D2;
    height: 38px;
}

.townhouse-door .keyhole {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #A98A4A;
    transform: translateY(-50%);
}

.townhouse-steps {
    margin-top: 14px;
}

.townhouse-step {
    height: 12px;
    background-color: #E8E0D2;
    margin-top: 5px;
    border-left: 10px solid #161210;
    border-right: 10px solid #161210;
}

.townhouse-step.stepa { width: 88%; margin-left: auto; margin-right: auto; }
.townhouse-step.stepb { width: 76%; margin-left: auto; margin-right: auto; }
.townhouse-step.stepc { width: 64%; margin-left: auto; margin-right: auto; }

.townhouse-railings {
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-top: 16px;
    padding-top: 8px;
    border-top: 2px solid #E8E0D2;
}

.townhouse-railings .bar {
    width: 5px;
    height: 34px;
    background-color: #E8E0D2;
    border-top: 5px solid #A98A4A;
}

/* --------------------------------------------------------------------------
   STOREY RUN  .storeyrun
   -------------------------------------------------------------------------- */
.storeyrun {
    background-color: #161210;
    padding: 8px 0 40px;
}

.storeyrun-head {
    max-width: 1240px;
    margin: 0 auto;
    padding: 46px 24px 8px;
}

.storeyrun-head h2 {
    font-size: 34px;
    color: #EFE6D8;
    margin-bottom: 12px;
}

.storeyrun-head p {
    color: #EFE6D8;
    max-width: 780px;
}

.storey {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 24px;
}

.storey-inner {
    display: flex;
    gap: 34px;
    align-items: flex-start;
}

.balustrade {
    flex: 0 0 76px;
    background-color: #241C18;
    border: 2px solid #E8E0D2;
    border-top: 6px solid #E8E0D2;
    text-align: center;
    padding: 14px 6px 18px;
    position: relative;
}

.balustrade::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 6px;
    background-color: #E8E0D2;
}

.balustrade-num {
    font-size: 22px;
    color: #C25E7E;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.balustrade-label {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #EFE6D8;
    margin-top: 6px;
}

.storey-field {
    flex: 1;
    min-width: 0;
}

.storey-field h3 {
    font-size: 26px;
    color: #EFE6D8;
    padding-bottom: 10px;
    border-bottom: 3px solid #C25E7E;
    margin-bottom: 16px;
    display: inline-block;
}

.storey-field p {
    color: #EFE6D8;
    margin-bottom: 14px;
}

.storey-link {
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #C25E7E;
    border-bottom: 1px solid #A98A4A;
    padding-bottom: 3px;
}

.storey-link:hover {
    color: #E8E0D2;
}

/* alternating storey geometries */
.storey-wide .storey-field {
    max-width: 760px;
}

.storey-split .storey-inner {
    align-items: stretch;
}

.storey-split .storey-field {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.storey-split .storey-text {
    flex: 1 1 340px;
    min-width: 0;
}

.brickswatch {
    flex: 0 0 260px;
    background-color: #241C18;
    border: 2px solid #E8E0D2;
    padding: 14px;
    align-self: flex-start;
}

.brickswatch-title {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #A98A4A;
    margin-bottom: 10px;
}

.brickcourse {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

.brickcourse span {
    flex: 1;
    height: 16px;
    background-color: #C25E7E;
    border: 1px solid #E8E0D2;
}

.brickcourse.offset {
    margin-left: 12px;
}

.brickswatch-note {
    font-size: 13px;
    color: #EFE6D8;
    margin-top: 12px;
    margin-bottom: 0;
}

.storey-indent .storey-field {
    max-width: 560px;
    margin-left: 72px;
    border-left: 4px solid #E8E0D2;
    padding-left: 26px;
}

.storey-string {
    max-width: 1240px;
    margin: 0 auto;
    height: 10px;
    background-color: #E8E0D2;
    position: relative;
}

.storey-string::before,
.storey-string::after {
    content: "";
    position: absolute;
    top: -6px;
    width: 14px;
    height: 22px;
    background-color: #161210;
    border: 2px solid #E8E0D2;
}

.storey-string::before { left: 24px; }
.storey-string::after  { right: 24px; }

/* --------------------------------------------------------------------------
   PORTICO accent strip
   -------------------------------------------------------------------------- */
.portico {
    background-color: #C25E7E;
    color: #161210;
    padding: 30px 24px;
    text-align: center;
}

.portico-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.portico .keyhole {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #161210;
    margin: 0 14px;
    vertical-align: middle;
}

.portico-text {
    display: inline;
    font-size: 18px;
    color: #161210;
    font-weight: 700;
}

.portico-text strong {
    color: #161210;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   Content bands (homepage supplementary copy)
   -------------------------------------------------------------------------- */
.ledger {
    background-color: #161210;
    padding: 56px 24px;
}

.ledger-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
}

.ledger-col {
    flex: 1 1 420px;
    min-width: 0;
}

.ledger-col h2 {
    font-size: 28px;
    color: #EFE6D8;
    padding-bottom: 10px;
    border-bottom: 3px solid #C25E7E;
    margin-bottom: 16px;
}

.ledger-col p {
    color: #EFE6D8;
}

.plaquewall {
    background-color: #241C18;
    padding: 46px 24px;
}

.plaquewall-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.plaquewall h2 {
    font-size: 28px;
    color: #EFE6D8;
    margin-bottom: 14px;
}

.plaquewall-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
}

.plaque {
    flex: 1 1 220px;
    background-color: #161210;
    border: 2px solid #E8E0D2;
    padding: 18px;
}

.plaque h3 {
    font-size: 17px;
    color: #C25E7E;
    margin-bottom: 8px;
}

.plaque p {
    font-size: 14px;
    color: #EFE6D8;
    margin-bottom: 0;
}

.faqledge {
    background-color: #161210;
    padding: 56px 24px;
}

.faqledge-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.faqledge h2 {
    font-size: 28px;
    color: #EFE6D8;
    margin-bottom: 20px;
}

.accordion {
    border-top: 1px solid #A98A4A;
}

.accordion-item {
    border-bottom: 1px solid #A98A4A;
}

.accordion-btn {
    width: 100%;
    text-align: left;
    background-color: #161210;
    color: #EFE6D8;
    border: none;
    padding: 18px 40px 18px 0;
    font-family: Georgia, serif;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.accordion-btn::after {
    content: "+";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #C25E7E;
    font-size: 22px;
}

.accordion-item.open .accordion-btn::after {
    content: "\2013";
}

.accordion-btn:hover {
    color: #C25E7E;
}

.accordion-panel {
    display: none;
    padding: 0 40px 20px 0;
    color: #EFE6D8;
}

.accordion-item.open .accordion-panel {
    display: block;
}

/* --------------------------------------------------------------------------
   Interior page helpers (services / contact) 
   -------------------------------------------------------------------------- */
.pagehead {
    background-color: #161210;
    border-bottom: 10px solid #E8E0D2;
    padding: 56px 24px 50px;
}

.pagehead-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.pagehead h1 {
    font-size: 40px;
    color: #EFE6D8;
    margin-bottom: 14px;
}

.pagehead p {
    color: #EFE6D8;
    max-width: 720px;
}

.pagehead .pinkrule {
    width: 90px;
    height: 4px;
    background-color: #C25E7E;
    margin-top: 22px;
}

.processband {
    background-color: #241C18;
    padding: 54px 24px;
}

.processband-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.processband h2 {
    font-size: 28px;
    color: #EFE6D8;
    margin-bottom: 18px;
}

.processrow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.processthread {
    flex: 1 1 300px;
    background-color: #161210;
    border-left: 5px solid #C25E7E;
    padding: 20px 22px;
}

.processthread h3 {
    font-size: 17px;
    color: #C25E7E;
    margin-bottom: 8px;
}

.processthread p {
    font-size: 15px;
    color: #EFE6D8;
    margin-bottom: 0;
}

.contactgrid {
    background-color: #161210;
    padding: 56px 24px;
}

.contactgrid-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
}

.contactpanel {
    flex: 1 1 460px;
    min-width: 0;
    background-color: #241C18;
    border: 2px solid #E8E0D2;
    padding: 28px;
}

.contactpanel h2 {
    font-size: 24px;
    color: #EFE6D8;
    margin-bottom: 18px;
}

.fieldrow {
    margin-bottom: 18px;
}

.fieldrow label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #A98A4A;
    margin-bottom: 7px;
}

.fieldrow input,
.fieldrow textarea {
    width: 100%;
    background-color: #161210;
    border: 2px solid #E8E0D2;
    color: #EFE6D8;
    font-family: Georgia, serif;
    font-size: 16px;
    padding: 12px 14px;
}

.fieldrow input:focus,
.fieldrow textarea:focus {
    outline: none;
    border-color: #C25E7E;
}

.fieldrow textarea {
    min-height: 140px;
    resize: vertical;
}

.formsubmit {
    background-color: #C25E7E;
    color: #161210;
    border: 2px solid #C25E7E;
    font-family: Georgia, serif;
    font-size: 15px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 30px;
    cursor: pointer;
}

.formsubmit:hover {
    background-color: #241C18;
    color: #EFE6D8;
    border-color: #E8E0D2;
}

.formnote {
    font-size: 13px;
    color: #EFE6D8;
    margin-top: 14px;
    margin-bottom: 0;
}

.contactaside {
    flex: 1 1 380px;
    min-width: 0;
}

.contactaside h2 {
    font-size: 24px;
    color: #EFE6D8;
    margin-bottom: 16px;
}

.detailrows {
    border-top: 1px solid #A98A4A;
    margin-bottom: 30px;
}

.detailrow {
    border-bottom: 1px solid #A98A4A;
    padding: 14px 0;
}

.detailrow .dlabel {
    display: block;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #A98A4A;
    margin-bottom: 4px;
}

.detailrow .dvalue {
    color: #EFE6D8;
    font-size: 16px;
}

.bizhours {
    background-color: #241C18;
    border: 2px solid #E8E0D2;
    padding: 22px;
}

.bizhours h3 {
    font-size: 18px;
    color: #C25E7E;
    margin-bottom: 12px;
}

.bizhours .hourrow {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #A98A4A;
    padding: 9px 0;
    color: #EFE6D8;
    font-size: 15px;
}

.bizhours .hourrow:last-child {
    border-bottom: none;
}

/* --------------------------------------------------------------------------
   AREAWAY FOOTER  .areaway
   -------------------------------------------------------------------------- */
.areaway {
    background-color: #100D0B;
    color: #EFE6D8;
}

.areaway-railings {
    height: 46px;
    background-color: #100D0B;
    display: flex;
    gap: 12px;
    align-items: flex-end;
    justify-content: center;
    padding: 0 24px;
    border-bottom: 2px solid #241C18;
    overflow: hidden;
}

.areaway-railings .railbar {
    width: 5px;
    height: 36px;
    background-color: #E8E0D2;
    border-top: 6px solid #A98A4A;
    flex: 0 0 auto;
}

.areaway-main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 44px 24px 30px;
    display: flex;
    gap: 46px;
    flex-wrap: wrap;
}

.areaway-brand {
    flex: 1 1 480px;
    min-width: 0;
    display: flex;
    gap: 20px;
}

.areaway-glyph {
    flex: 0 0 60px;
    width: 60px;
    height: 30px;
    background-color: #241C18;
    border: 2px solid #E8E0D2;
    border-bottom: none;
    border-radius: 60px 60px 0 0;
    position: relative;
    margin-top: 6px;
}

.areaway-glyph::before,
.areaway-glyph::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #A98A4A;
    transform-origin: bottom center;
}

.areaway-glyph::before { transform: translateX(-50%) rotate(-40deg); }
.areaway-glyph::after  { transform: translateX(-50%) rotate(40deg); }

.areaway-brandtext .abname {
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C25E7E;
    margin-bottom: 10px;
}

.areaway-brandtext p {
    color: #EFE6D8;
    font-size: 15px;
    margin-bottom: 0;
    max-width: 460px;
}

.areaway-links {
    flex: 1 1 420px;
    min-width: 0;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
}

.descentcol {
    min-width: 140px;
}

.descentcol h3 {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #A98A4A;
    margin-bottom: 14px;
}

.descentcol a {
    display: block;
    color: #EFE6D8;
    font-size: 15px;
    padding: 7px 0 7px 16px;
    position: relative;
}

.descentcol a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #A98A4A;
}

.descentcol a:hover {
    color: #C25E7E;
}

.areaway-base {
    border-top: 1px solid #A98A4A;
}

.areaway-base-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 24px 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
    align-items: center;
    justify-content: space-between;
    color: #EFE6D8;
    font-size: 14px;
}

.areaway-base-inner a {
    color: #EFE6D8;
}

.areaway-base-inner a:hover {
    color: #C25E7E;
}

.areaway-base-inner .basecopy {
    color: #EFE6D8;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
    .fanlighthero-inner {
        flex-wrap: wrap;
        gap: 40px;
    }
    .fanlighthero-copy,
    .townhouse {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .fanlighthero-title {
        font-size: 40px;
    }
    .areaway-links {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .platehead-toggle {
        display: inline-block;
    }
    .platehead-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 12px;
    }
    .platehead-nav.open {
        display: flex;
    }
    .platehead-link {
        border-right: none;
        border-bottom: 1px solid #A98A4A;
        padding: 14px 4px;
    }
    .platehead-link:last-child {
        border-bottom: none;
    }
    .storey-inner {
        flex-direction: column;
    }
    .balustrade {
        width: 76px;
    }
    .storey-indent .storey-field {
        margin-left: 0;
    }
    .storey-split .brickswatch {
        flex: 1 1 100%;
    }
    .fanlighthero-title {
        font-size: 32px;
    }
    .portico-text {
        display: block;
    }
    .portico .keyhole {
        display: none;
    }
    .areaway-links {
        flex-direction: column;
        gap: 24px;
    }
}
