@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600&family=Newsreader:ital,opsz,wght@0,6..72,200..600;1,6..72,200..600&family=Spline+Sans+Mono:wght@400;500&display=swap");

:root {
  --sage: #5f6f56;
  --sage-dark: #3f4c3d;
  --olive: #8a9777;
  --cream: #f7f4ec;
  --warm-white: #fbfaf6;
  --stone: #d9cdbe;
  --clay: #c66a42;
  --copper: #b8733a;
  --ink: #263128;
  --muted: #626d63;
  --line: rgba(63, 76, 61, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
main { position: relative; }
main::before { content: ""; position: absolute; inset: 0 0 auto; height: 112px; background: #fff; z-index: 0; }
body::selection { background: var(--stone); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.section-pad { padding: clamp(90px, 10vw, 150px) max(32px, calc((100vw - 1240px) / 2)); }
.section-pad-tight { padding: 0 max(32px, calc((100vw - 1240px) / 2)) clamp(90px, 10vw, 150px); }
.eyebrow { color: var(--clay); text-transform: uppercase; letter-spacing: .21em; font-size: 11px; line-height: 1.4; font-weight: 700; }
.eyebrow-light { color: #e2c4aa; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h2 { font-size: clamp(43px, 5vw, 72px); line-height: 1.04; letter-spacing: -.035em; }
.lead { font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.3vw, 30px); line-height: 1.42; color: var(--sage-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 17px 26px; border: 0; border-radius: 999px; font-size: 13px; line-height: 1; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--clay); color: white; box-shadow: 0 12px 30px rgba(141, 71, 43, .16); }
.button-primary:hover { background: #b95d37; box-shadow: 0 16px 34px rgba(141, 71, 43, .23); }
.button-cream { background: var(--cream); color: var(--sage-dark); margin-top: 30px; }
.button-copper { background: var(--clay); color: #fff; }
.text-link { display: inline-block; font-size: 13px; border-bottom: 1px solid #9faaa0; padding: 9px 0; }
.text-link span { margin-left: 7px; }

.site-header { width: min(1360px, calc(100% - 64px)); height: 112px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: block; flex-shrink: 0; width: 128px; height: 78px; overflow: hidden; }
.brand img { width: 128px; height: 78px; object-fit: contain; display: block; }
.desktop-nav { display: flex; gap: clamp(18px, 2.3vw, 34px); align-items: center; font-size: 12px; }
.desktop-nav a:not(.nav-cta) { border-bottom: 1px solid transparent; padding: 8px 0; }
.desktop-nav a:not(.nav-cta):hover { border-color: var(--clay); }
.nav-cta { background: var(--sage); color: white; padding: 14px 22px; border-radius: 999px; }
.mobile-menu { display: none; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; width: min(1440px, 100%); margin: 0 auto; padding: 45px clamp(32px, 6vw, 96px) 92px; overflow: hidden; background: var(--cream); }
.hero-copy { max-width: 720px; position: relative; z-index: 2; padding-right: 30px; }
h1 { font-size: clamp(48px, 5.2vw, 75px); line-height: 1.02; letter-spacing: -.045em; margin: 26px 0 30px; }
h1 em { color: var(--sage); font-weight: 400; }
.hero-intro { max-width: 570px; font-size: 19px; line-height: 1.7; color: #4d5a4e; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 40px; }
.hero-note { margin-top: 32px; font-size: 11px; color: #737e73; letter-spacing: .05em; }
.hero-art { position: relative; min-height: 625px; margin: 0; padding: 46px 0 0 54px; }
.hero-art::before { content: ""; position: absolute; inset: 0 48px 62px 0; background: var(--sage); }
.hero-art::after { content: ""; position: absolute; width: 140px; height: 180px; right: 0; bottom: 12px; border-right: 1px solid rgba(95,111,86,.36); border-bottom: 1px solid rgba(95,111,86,.36); }
.hero-art > img { position: relative; z-index: 1; width: min(100%, 525px); height: 515px; object-fit: cover; display: block; filter: saturate(.88) contrast(.96); box-shadow: 0 28px 58px rgba(52,62,47,.15); }
.hero-art figcaption { position: absolute; z-index: 2; left: 24px; bottom: 20px; width: 250px; background: var(--warm-white); padding: 21px 24px; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); box-shadow: 0 15px 35px rgba(52,62,47,.1); }
.hero-art figcaption span { display: block; color: var(--sage-dark); font-family: Georgia, serif; font-size: 20px; text-transform: none; letter-spacing: 0; margin-bottom: 5px; }
.intro-strip { background: var(--sage); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 28px max(32px, calc((100vw - 1240px) / 2)); gap: 24px; }
.intro-strip p { margin: 0; font-family: Georgia, serif; font-size: 14px; letter-spacing: .03em; text-align: center; }
.intro-strip span { font: 9px Arial, sans-serif; opacity: .62; margin-right: 10px; }

.opening { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.opening h2 { max-width: 590px; margin: 25px 0 0; }
.opening-copy p { line-height: 1.8; color: var(--muted); }
.opening-copy .lead { line-height: 1.5; margin-top: 0; color: var(--sage-dark); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-card { min-height: 465px; padding: 34px; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .35s ease, box-shadow .35s ease; background: rgba(255,255,255,.35); }
.support-card:hover { transform: translateY(-5px); box-shadow: 0 25px 60px rgba(63, 76, 61, .08); }
.support-card-featured { background: var(--cream); }
.card-number { font-size: 9px; letter-spacing: .18em; color: var(--clay); margin: 0; }
.card-icon { width: 60px; height: 60px; margin: 53px 0 33px; position: relative; color: var(--sage); }
.sound-icon i { position: absolute; border: 1.5px solid currentColor; border-left: 0; border-top: 0; width: 27px; height: 40px; border-radius: 0 80% 80% 0; top: 9px; left: 12px; }
.sound-icon i:nth-child(2) { transform: scale(.7); transform-origin: left center; }
.sound-icon i:nth-child(3) { transform: scale(.4); transform-origin: left center; }
.voice-icon { border: 1px solid currentColor; border-radius: 50%; }
.voice-icon i, .voice-icon i::before, .voice-icon i::after { position: absolute; content: ""; width: 2px; background: currentColor; height: 26px; left: 29px; top: 16px; }
.voice-icon i::before { left: -10px; top: 6px; height: 15px; }
.voice-icon i::after { left: 10px; top: 6px; height: 15px; }
.drink-icon i {
  position: absolute;
  width: 25px;
  height: 32px;
  left: 19px;
  top: 14px;
  border: 1.5px solid currentColor;
  border-radius: 2px 2px 7px 7px;
  background: linear-gradient(to top, rgba(198,106,66,.16) 0 43%, transparent 44%);
}
.drink-icon i::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 17px;
  height: 1px;
  background: var(--clay);
}
.drink-icon i::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  background: rgba(198,106,66,.42);
}
.support-card h3 { font-size: 32px; margin: 0 0 17px; }
.support-card > p:not(.card-number):not(.card-detail) { line-height: 1.75; color: var(--muted); font-size: 15px; margin: 0; }
.card-detail { border-top: 1px solid var(--line); padding-top: 20px; margin-top: auto; margin-bottom: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; line-height: 1.7; color: #768077; }

.conditions { background: var(--sage-dark); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: center; }
.conditions h2 { max-width: 520px; margin: 26px 0; }
.conditions > div > p:not(.eyebrow) { color: #d4dbd2; line-height: 1.8; max-width: 520px; }
.conditions ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.conditions li { display: grid; grid-template-columns: 58px 1fr; align-items: center; font-family: Georgia, serif; font-size: 22px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.conditions li span { font: 9px Arial, sans-serif; color: #b4c0b0; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 145px); align-items: center; background: var(--cream); }
.about-portrait { min-height: 670px; background: #d6d1c4; position: relative; padding: 30px; display: flex; align-items: stretch; }
.portrait-frame { flex: 1; position: relative; overflow: hidden; background: var(--warm-white); color: var(--sage-dark); display: flex; align-items: flex-end; padding: 45px; }
.portrait-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); }
.portrait-frame::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(to bottom, transparent, rgba(247,244,236,.94)); }
.portrait-frame p { position: relative; z-index: 2; font-family: Georgia, serif; font-style: italic; font-size: 26px; max-width: 270px; line-height: 1.4; }
.portrait-caption { position: absolute; left: 48px; right: 48px; bottom: -49px; background: white; padding: 22px 25px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.portrait-caption span { display: block; font-family: Georgia, serif; font-size: 27px; text-transform: none; letter-spacing: 0; margin-bottom: 4px; }
.about-copy h2 { margin: 25px 0 34px; }
.about-copy > p:not(.eyebrow):not(.lead) { line-height: 1.8; color: var(--muted); }
.about-copy blockquote { margin: 35px 0 0; border-left: 2px solid var(--clay); padding: 4px 0 4px 24px; font-family: Georgia, serif; font-size: 22px; line-height: 1.5; color: var(--sage-dark); }

.ethos { background: #f4efe5; overflow: hidden; }
.ethos-statement { text-align: center; position: relative; }
.ethos-statement::before { content: ""; position: absolute; width: 650px; height: 650px; border: 1px solid rgba(95,111,86,.13); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.ethos-statement > * { position: relative; z-index: 1; }
.ethos-statement h2 { font-size: clamp(50px, 7vw, 96px); line-height: .98; margin: 28px 0 35px; }
.ethos-statement h2 em { color: var(--clay); }
.ethos-statement > p:last-child { max-width: 650px; margin: auto; font-size: 18px; color: var(--muted); line-height: 1.8; }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.values article { padding: 35px 30px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 235px; }
.values article:last-child { border-right: 0; }
.values span { font-size: 9px; letter-spacing: .17em; color: var(--clay); }
.values h3 { font-size: 24px; margin: 43px 0 15px; }
.values p { color: var(--muted); line-height: 1.7; font-size: 14px; }

.visit { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.visit-heading { position: sticky; top: 60px; align-self: start; }
.visit-heading h2 { margin: 26px 0; }
.visit-heading > p:last-child { color: var(--muted); line-height: 1.8; }
.visit-steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.visit-steps li { display: grid; grid-template-columns: 85px 1fr; gap: 25px; padding: 40px 0 48px; border-bottom: 1px solid var(--line); }
.visit-steps li > span { font-size: 10px; letter-spacing: .15em; color: var(--clay); padding-top: 10px; }
.visit-steps h3 { font-size: 31px; margin: 0 0 14px; }
.visit-steps p { color: var(--muted); line-height: 1.75; margin: 0; }
.feelings-band { min-height: 125px; padding: 30px; overflow: hidden; background: var(--clay); color: #fff5ec; display: flex; align-items: center; justify-content: center; gap: clamp(13px, 2.5vw, 42px); font-family: Georgia, serif; font-size: clamp(17px, 2vw, 29px); font-style: italic; white-space: nowrap; }
.feelings-band i { opacity: .55; }

.fees { background: var(--cream); display: grid; grid-template-columns: .7fr 1.3fr; gap: 95px; align-items: start; }
.fees-heading h2 { margin: 25px 0; }
.fees-heading > p:last-child { color: var(--muted); line-height: 1.8; }
.fee-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.fee-cards article { background: var(--warm-white); border: 1px solid rgba(63,76,61,.12); padding: 35px; min-height: 345px; display: flex; flex-direction: column; }
.fee-cards .area-card { grid-column: span 2; min-height: 255px; background: var(--sage); color: white; }
.mini-label { font-size: 9px; color: var(--clay); text-transform: uppercase; letter-spacing: .16em; }
.area-card .mini-label { color: #dfc3a8; }
.fee-cards h3 { font-size: 29px; margin: 33px 0 15px; }
.fee-cards article > p:not(.mini-label) { color: var(--muted); line-height: 1.7; font-size: 14px; }
.fee-cards .area-card > p:not(.mini-label) { color: #dbe1d8; max-width: 620px; }
.fee-line { margin-top: auto; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 15px; padding-top: 20px; font-size: 11px; }
.fee-line strong { font-weight: 400; color: var(--sage); }
.area-card .text-link { margin-top: auto; align-self: flex-start; border-color: rgba(255,255,255,.5); }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.faq > div:first-child h2 { margin: 25px 0; }
.faq > div:first-child > p:last-child { color: var(--muted); line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 26px 0; font-family: Georgia, serif; font-size: 21px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font: 300 25px Arial, sans-serif; color: var(--clay); transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 55px 28px 0; color: var(--muted); line-height: 1.75; }

.contact { display: grid; grid-template-columns: .82fr 1.18fr; background: var(--sage-dark); color: white; }
.contact-copy { padding: clamp(80px, 9vw, 130px) clamp(32px, 7vw, 105px); }
.contact-copy h2 { margin: 28px 0; font-size: clamp(44px, 5.5vw, 76px); }
.contact-copy > p:not(.eyebrow):not(.urgent-note) { color: #d6ddd3; line-height: 1.8; max-width: 560px; }
.contact-promises { border-top: 1px solid rgba(255,255,255,.16); margin-top: 43px; padding-top: 20px; }
.contact-promises p { margin: 15px 0; font-size: 13px; }
.contact-promises span { font-size: 9px; color: #c7a784; margin-right: 14px; }
.urgent-note { margin-top: 50px; border-left: 2px solid var(--clay); padding-left: 20px; color: #cbd4c9; font-size: 11px; line-height: 1.65; max-width: 500px; }
.urgent-note strong { color: white; }
.contact-form { background: #eee8dc; color: var(--ink); padding: clamp(65px, 8vw, 115px) clamp(32px, 7vw, 95px); display: flex; flex-direction: column; gap: 25px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: flex; flex-direction: column; gap: 10px; font-size: 11px; letter-spacing: .03em; }
.contact-form label > span { color: #7b847c; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aeb4ab; border-radius: 0; background: transparent; color: var(--ink); padding: 11px 0 13px; outline: none; }
.contact-form textarea { border: 1px solid #bdc1ba; padding: 16px; resize: vertical; min-height: 135px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--clay); box-shadow: 0 1px 0 var(--clay); }
.contact-form textarea:focus { box-shadow: 0 0 0 1px var(--clay); }
.check-label { flex-direction: row !important; align-items: flex-start; line-height: 1.55; }
.check-label input { margin-top: 2px; accent-color: var(--sage); }
.contact-form .button { align-self: flex-start; margin-top: 7px; }
.form-note { font-size: 10px; color: #737c74; margin: 0; }
.honeypot { position: absolute; left: -9999px; }

footer { background: #2c362b; color: white; padding: 70px max(32px, calc((100vw - 1240px) / 2)) 28px; }
.brand-inverse img { filter: none; mix-blend-mode: normal; }
.footer-main { display: grid; grid-template-columns: .8fr 1fr 1.1fr; gap: 60px; align-items: start; padding-bottom: 65px; }
.footer-main > p { max-width: 360px; color: #bfc8bd; line-height: 1.8; font-size: 13px; margin: 0; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; font-size: 12px; }
.footer-main nav a:hover { color: #e0ba96; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 25px; display: flex; justify-content: space-between; gap: 30px; color: #8f9a8c; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; gap: 5px; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 18px; height: 1px; background: var(--ink); display: block; }
  .mobile-menu nav { position: absolute; right: 0; top: 56px; background: var(--warm-white); padding: 20px; width: 220px; box-shadow: 0 20px 50px rgba(38,49,40,.15); display: flex; flex-direction: column; gap: 5px; }
  .mobile-menu nav a { padding: 11px 8px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .opening, .conditions, .about, .visit, .fees, .faq { gap: 65px; }
  .support-card { padding: 28px; }
  .values { grid-template-columns: 1fr 1fr; }
  .values article:nth-child(2) { border-right: 0; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  main::before { height: 90px; }
  .site-header { width: calc(100% - 40px); height: 90px; }
  .hero { grid-template-columns: 1fr; padding-top: 64px; text-align: center; }
  .hero-copy { margin: auto; }
  .hero-actions { justify-content: center; }
  .hero-note { margin-bottom: 30px; }
  .hero-copy { padding-right: 0; }
  .hero-art { min-height: 590px; width: min(560px, 100%); margin: 20px auto 0; }
  .intro-strip { grid-template-columns: 1fr; gap: 14px; }
  .opening, .conditions, .about, .visit, .fees, .faq { grid-template-columns: 1fr; }
  .opening { gap: 45px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 390px; }
  .card-icon { margin: 40px 0 28px; }
  .conditions { gap: 60px; }
  .about-portrait { width: min(530px, 100%); margin: 0 auto 20px; }
  .visit-heading { position: static; }
  .fee-cards { max-width: 700px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 560px) {
  .section-pad { padding: 78px 22px; }
  .section-pad-tight { padding: 0 22px 78px; }
  .site-header { width: calc(100% - 28px); }
  .brand { width: 105px; height: 66px; }
  .brand img { width: 105px; height: 66px; }
  .hero { padding: 55px 20px 72px; }
  h1 { font-size: 44px; }
  h2 { font-size: 43px; }
  .hero-intro { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 14px; }
  .hero-art { min-height: 455px; padding: 28px 0 0 25px; }
  .hero-art::before { right: 24px; bottom: 48px; }
  .hero-art > img { height: 375px; }
  .hero-art figcaption { left: 5px; bottom: 12px; }
  .opening { gap: 34px; }
  .support-card { min-height: 410px; }
  .conditions li { font-size: 18px; grid-template-columns: 45px 1fr; }
  .about-portrait { min-height: 530px; padding: 18px; }
  .portrait-frame { padding: 28px; }
  .portrait-caption { left: 32px; right: 32px; bottom: -50px; }
  .ethos-statement h2 { font-size: 47px; }
  .ethos-statement::before { width: 430px; height: 430px; }
  .values { grid-template-columns: 1fr; }
  .values article, .values article:nth-child(2) { border-right: 0; min-height: 210px; }
  .visit-steps li { grid-template-columns: 44px 1fr; gap: 12px; }
  .feelings-band { justify-content: flex-start; overflow-x: hidden; }
  .fee-cards { grid-template-columns: 1fr; }
  .fee-cards .area-card { grid-column: auto; }
  .fee-line { flex-direction: column; }
  .faq { gap: 45px; }
  .faq-list summary { font-size: 18px; }
  .contact-copy, .contact-form { padding: 75px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Search-led guidance library — visually continuous with the main practice site. */
.card-guide-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 13px 0 2px;
  color: #6f4a34;
  font: 600 9px/1.4 var(--font-body);
  letter-spacing: .11em;
  text-transform: uppercase;
  border-top: 1px solid rgba(184,115,58,.16);
  transition: color .3s ease, padding .38s cubic-bezier(.2,.8,.2,1);
}

.card-guide-link span { font-size: 14px; transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.card-guide-link:hover { color: var(--clay); padding-left: 8px; }
.card-guide-link:hover span { transform: translate(3px, -3px); }

.guidance {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(60px, 9vw, 135px);
  background:
    radial-gradient(circle at 6% 13%, rgba(220,194,159,.23), transparent 24%),
    linear-gradient(145deg, #f5ecdf, #fffdf9 62%);
  border-top: 1px solid rgba(184,115,58,.12);
  border-bottom: 1px solid rgba(184,115,58,.12);
}

.guidance-heading h2 { margin: 24px 0 26px; font-size: clamp(44px, 4.8vw, 68px); }
.guidance-heading > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; max-width: 500px; }
.guidance-heading .text-link { margin-top: 18px; }
.guidance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.guidance-grid > a {
  position: relative;
  min-height: 245px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(184,115,58,.17);
  border-radius: 2px 28px 2px 2px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 18px 46px rgba(61,68,56,.055), inset 0 1px 0 rgba(255,255,255,.92);
  transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease, border-color .4s ease, background .4s ease;
}
.guidance-grid > a::before,
.resources-grid > a::before,
.related-grid > a::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -75px;
  top: -75px;
  border: 1px solid rgba(184,115,58,.2);
  border-radius: 50%;
  transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .4s ease;
}
.guidance-grid > a > span,
.related-grid > a > span,
.resources-grid > a > span { color: var(--clay); font: 600 9px/1 var(--font-body); letter-spacing: .15em; }
.guidance-grid h3 { margin: 46px 0 13px; font-size: 25px; line-height: 1.12; }
.guidance-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.guidance-grid i { position: absolute; right: 25px; bottom: 23px; color: var(--clay); font-style: normal; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.guidance-grid > a:hover { transform: translateY(-5px); border-color: rgba(184,115,58,.38); background: rgba(255,255,255,.9); box-shadow: 0 26px 58px rgba(61,68,56,.1); }
.guidance-grid > a:hover::before { transform: scale(1.28); }
.guidance-grid > a:hover i { transform: translate(4px, -4px); }

.guide-page { background: var(--pearl); }
.guide-page main::before { display: none; }
.guide-page .header-shell { position: relative; top: 0; }

.guide-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 55px;
  color: #778177;
  font: 500 9px/1.4 var(--font-body);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.guide-breadcrumb a { transition: color .25s ease; }
.guide-breadcrumb a:hover { color: var(--clay); }
.guide-breadcrumb > span[aria-hidden] { color: rgba(184,115,58,.55); }

.guide-hero {
  padding: 52px max(32px, calc((100vw - 1240px) / 2)) clamp(90px, 9vw, 135px);
  background:
    radial-gradient(circle at 87% 14%, rgba(220,194,159,.31), transparent 25%),
    radial-gradient(circle at 9% 82%, rgba(138,151,119,.12), transparent 28%),
    linear-gradient(140deg, #f5ecdf, #fffdf8 63%);
  border-bottom: 1px solid rgba(184,115,58,.14);
}
.guide-hero-grid { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: clamp(65px, 10vw, 150px); }
.guide-hero h1 { max-width: 850px; margin: 26px 0 30px; font-size: clamp(52px, 6vw, 86px); line-height: .98; }
.guide-intro { max-width: 760px; margin: 0; color: #516052; font: 400 clamp(18px, 1.8vw, 23px)/1.65 var(--font-body); }
.guide-contents {
  padding: 30px;
  border-radius: 2px 34px 2px 2px;
  color: white;
  background:
    radial-gradient(circle at 95% 0%, rgba(220,194,159,.22), transparent 33%),
    linear-gradient(145deg, #354437, #5d6c57);
  border: 1px solid rgba(220,194,159,.32);
  box-shadow: 0 25px 58px rgba(41,52,42,.16), inset 0 1px 0 rgba(255,255,255,.12);
}
.guide-contents .mini-label { color: #e8c7a3; margin: 0 0 18px; }
.guide-contents ol { list-style: none; padding: 0; margin: 0; }
.guide-contents li { border-top: 1px solid rgba(255,255,255,.14); }
.guide-contents a { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 15px 0; color: #eef2ed; font-size: 11px; line-height: 1.45; transition: color .28s ease, padding .35s ease; }
.guide-contents a span { color: #d8b690; font-size: 8px; padding-top: 3px; }
.guide-contents a:hover { color: white; padding-left: 7px; }

.guide-highlights { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 max(32px, calc((100vw - 1240px) / 2)); background: var(--sage-dark); color: white; }
.guide-highlights article { min-height: 245px; padding: 45px 38px; border-right: 1px solid rgba(255,255,255,.13); transition: background .4s ease, padding .45s cubic-bezier(.2,.8,.2,1); }
.guide-highlights article:last-child { border-right: 0; }
.guide-highlights article > span { color: #d4b087; font: 600 9px/1 var(--font-body); letter-spacing: .16em; }
.guide-highlights h2 { margin: 38px 0 14px; font-size: 29px; letter-spacing: -.02em; }
.guide-highlights p { margin: 0; color: #cbd3c9; font-size: 13px; line-height: 1.7; }
.guide-highlights article:hover { padding-left: 49px; background: rgba(255,255,255,.035); }

.guide-body { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .5fr); gap: clamp(70px, 10vw, 145px); align-items: start; }
.guide-article > section { scroll-margin-top: 55px; padding: 0 0 72px; margin: 0 0 72px; border-bottom: 1px solid var(--line); }
.guide-article > section:last-child { margin-bottom: 0; }
.section-number { color: var(--clay) !important; font: 600 9px/1 var(--font-body) !important; letter-spacing: .17em; }
.guide-article h2 { max-width: 730px; margin: 20px 0 31px; font-size: clamp(39px, 4.1vw, 59px); line-height: 1.03; }
.guide-article > section > p:not(.section-number):not(.clinical-note) { color: var(--muted); font-size: 16px; line-height: 1.9; }
.guide-article > section > p:first-of-type:not(.section-number) { color: var(--sage-dark); }
.guide-article ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 35px; padding: 25px 0 0; margin: 28px 0 0; list-style: none; border-top: 1px solid var(--line); }
.guide-article li { position: relative; padding: 10px 0 10px 22px; color: #4f5c50; font-size: 13px; line-height: 1.55; }
.guide-article li::before { content: "✦"; position: absolute; left: 0; top: 11px; color: var(--clay); font-size: 8px; }
.clinical-note { margin-top: 32px; padding: 23px 25px; border-left: 2px solid var(--clay); background: #f3e9dc; color: #4d594d; font-size: 13px; line-height: 1.75; }
.clinical-note strong { color: var(--sage-dark); }

.guide-sidebar { position: sticky; top: 45px; display: grid; gap: 18px; }
.guide-enquiry-card,
.guide-sources { padding: 34px; border-radius: 2px 34px 2px 2px; }
.guide-enquiry-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(220,194,159,.24), transparent 36%),
    linear-gradient(145deg, #334236, #596a57);
  color: white;
  box-shadow: 0 24px 58px rgba(43,55,44,.15);
}
.guide-enquiry-card .mini-label { color: #e0b98f; }
.guide-enquiry-card h2 { margin: 34px 0 18px; font-size: 31px; line-height: 1.08; }
.guide-enquiry-card > p:not(.mini-label) { color: #d2d9d0; font-size: 13px; line-height: 1.75; }
.guide-enquiry-card .button { margin-top: 20px; padding: 15px 19px; font-size: 11px; }
.guide-sources { border: 1px solid rgba(184,115,58,.16); background: #f7f0e6; }
.guide-sources > p:not(.mini-label) { color: var(--muted); font-size: 12px; line-height: 1.65; }
.guide-sources ul { list-style: none; padding: 0; margin: 22px 0 0; border-top: 1px solid var(--line); }
.guide-sources li { border-bottom: 1px solid var(--line); }
.guide-sources a { display: flex; justify-content: space-between; gap: 15px; padding: 16px 0; color: #4c584c; font-size: 11px; line-height: 1.5; transition: color .25s ease, padding .32s ease; }
.guide-sources a span { color: var(--clay); }
.guide-sources a:hover { color: var(--clay); padding-left: 6px; }

.guide-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 9vw, 135px); background: #f0e7db; border-top: 1px solid rgba(184,115,58,.12); }
.guide-faq h2 { margin: 25px 0; font-size: clamp(43px, 4.8vw, 68px); }
.related-guides { padding-top: clamp(90px, 9vw, 135px); background: var(--pearl); }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.related-heading h2 { margin: 18px 0 0; font-size: clamp(42px, 4.6vw, 63px); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.related-grid > a {
  position: relative;
  min-height: 290px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(184,115,58,.18);
  border-radius: 2px 34px 2px 2px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(246,239,229,.85));
  transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease, border-color .4s ease;
}
.related-grid h3 { margin: 58px 0 15px; font-size: 27px; }
.related-grid p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.related-grid i { position: absolute; right: 27px; bottom: 25px; color: var(--clay); font-style: normal; transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.related-grid > a:hover { transform: translateY(-5px); border-color: rgba(184,115,58,.38); box-shadow: 0 26px 60px rgba(61,68,56,.1); }
.related-grid > a:hover::before { transform: scale(1.25); }
.related-grid > a:hover i { transform: translate(4px, -4px); }

.resources-hero { padding: 70px max(32px, calc((100vw - 1240px) / 2)) clamp(95px, 10vw, 150px); text-align: center; background: radial-gradient(circle at 50% 15%, rgba(255,255,255,.95), transparent 28%), linear-gradient(145deg, #f0e3d2, #faf6ef 55%, #e9ddcb); }
.resources-hero .guide-breadcrumb { justify-content: flex-start; text-align: left; }
.resources-hero h1 { margin: 31px auto; max-width: 980px; font-size: clamp(58px, 7vw, 101px); line-height: .93; }
.resources-hero h1 em { color: var(--sage); }
.resources-hero > p:last-child { max-width: 740px; margin: 0 auto; color: #536053; font-size: 18px; line-height: 1.75; }
.resources-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.resources-grid > a {
  position: relative;
  min-height: 395px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(184,115,58,.17);
  border-radius: 2px 42px 2px 2px;
  background: linear-gradient(145deg, #fff, #f4ebdf);
  box-shadow: 0 20px 50px rgba(61,68,56,.06);
  transition: transform .55s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease, border-color .4s ease;
}
.resources-grid .eyebrow { margin-top: 58px; }
.resources-grid h2 { margin: 21px 0 19px; max-width: 560px; font-size: clamp(36px, 3.8vw, 52px); line-height: 1.02; }
.resources-grid > a > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.resources-grid i { position: absolute; left: 42px; bottom: 38px; color: #76513a; font: 600 10px/1 var(--font-body); font-style: normal; letter-spacing: .11em; text-transform: uppercase; }
.resources-grid i b { display: inline-block; margin-left: 8px; font-size: 15px; font-weight: 400; transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.resources-grid > a:hover { transform: translateY(-6px); border-color: rgba(184,115,58,.42); box-shadow: 0 30px 70px rgba(61,68,56,.11); }
.resources-grid > a:hover::before { transform: scale(1.3); }
.resources-grid > a:hover i b { transform: translate(4px, -4px); }
.resources-caveat { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 9vw, 135px); color: white; background: linear-gradient(135deg, #2b382d, #536451); }
.resources-caveat h2 { margin: 25px 0 0; font-size: clamp(42px, 4.6vw, 66px); }
.resources-caveat > p { color: #d2d9d0; line-height: 1.9; }

@media (max-width: 1050px) {
  .guide-hero-grid { grid-template-columns: 1fr .55fr; gap: 55px; }
  .guide-body { gap: 65px; }
  .guidance { gap: 60px; }
}

@media (max-width: 820px) {
  .guidance,
  .guide-hero-grid,
  .guide-body,
  .guide-faq,
  .resources-caveat { grid-template-columns: 1fr; }
  .guide-contents { max-width: 620px; }
  .guide-highlights { grid-template-columns: 1fr; padding-top: 15px; padding-bottom: 15px; }
  .guide-highlights article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .guide-highlights article:last-child { border-bottom: 0; }
  .guide-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .guide-sources:only-child { grid-column: 1 / -1; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid > a { min-height: 245px; }
  .resources-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .guidance-grid,
  .guide-sidebar { grid-template-columns: 1fr; }
  .guidance-grid > a { min-height: 225px; }
  .guide-hero { padding: 45px 22px 90px; }
  .guide-breadcrumb { margin-bottom: 42px; }
  .guide-hero h1 { font-size: 49px; }
  .guide-hero .hero-actions { align-items: flex-start; text-align: left; }
  .guide-intro { font-size: 17px; }
  .guide-contents { padding: 25px; }
  .guide-highlights { padding-left: 22px; padding-right: 22px; }
  .guide-highlights article { padding: 36px 18px; }
  .guide-highlights article:hover { padding-left: 25px; }
  .guide-article > section { padding-bottom: 58px; margin-bottom: 58px; }
  .guide-article h2 { font-size: 39px; }
  .guide-article ul { grid-template-columns: 1fr; }
  .guide-enquiry-card, .guide-sources { padding: 28px; }
  .related-heading { display: block; }
  .resources-hero { padding: 46px 22px 95px; }
  .resources-hero h1 { font-size: 56px; }
  .resources-hero > p:last-child { font-size: 16px; }
  .resources-grid > a { min-height: 420px; padding: 32px; }
  .resources-grid i { left: 32px; }
}

/* Luxury finish */
:root {
  --pearl: #fffdf8;
  --pearl-deep: #f2eadc;
  --forest: #263428;
  --forest-soft: #445443;
  --champagne: #dcc29f;
  --gold: #c8965d;
  --font-display: "Newsreader", Georgia, serif;
  --font-body: "Instrument Sans", system-ui, sans-serif;
  --font-mono: "Spline Sans Mono", ui-monospace, monospace;
  --luxe-shadow: 0 28px 80px rgba(43, 51, 40, .14);
}

body {
  background: var(--pearl);
  font-family: var(--font-body);
  color: #253027;
}

main::before { display: none; }
h1, h2, h3, .lead, .support-card h3, .conditions li, .faq-list summary { font-family: var(--font-display); }

.top-ribbon {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px max(32px, calc((100vw - 1360px) / 2));
  color: #f8f1e6;
  background:
    radial-gradient(circle at 20% -80%, rgba(184, 115, 58, .38), transparent 33%),
    linear-gradient(100deg, #263227, #465642 50%, #273329);
  border-bottom: 1px solid rgba(220, 194, 159, .3);
  position: relative;
  overflow: hidden;
  z-index: 90;
}
.top-ribbon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.1) 45%, transparent 64%);
  transform: translateX(-100%);
}
.top-ribbon p {
  margin: 0;
  font-size: 9px;
  letter-spacing: .17em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.top-ribbon p span { color: #ecc28e; margin-right: 8px; }
.top-ribbon p i { display: inline-block; width: 3px; height: 3px; margin: 0 12px 2px; border-radius: 50%; background: #e1b57d; }

.header-shell {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(63, 76, 61, .1);
  box-shadow: 0 10px 40px rgba(45, 53, 42, .035);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
}
.site-header { height: 104px; }
.brand { width: 136px; height: 84px; transition: transform .35s ease; }
.brand:hover { transform: scale(1.025); }
.brand img { width: 136px; height: 84px; mix-blend-mode: normal; }
.desktop-nav { gap: clamp(22px, 2.5vw, 39px); color: #39443b; }
.desktop-nav a:not(.nav-cta) { position: relative; border: 0; letter-spacing: .025em; }
.desktop-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 1px;
  background: linear-gradient(90deg, var(--clay), var(--gold));
  transition: right .3s ease;
}
.desktop-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta, .button-primary, .button-copper {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fffdf8;
  background: linear-gradient(120deg, #a95b39 0%, #d48855 43%, #b3683e 68%, #985235 100%);
  background-size: 180% 100%;
  box-shadow: 0 12px 28px rgba(147, 80, 48, .2), inset 0 1px 0 rgba(255,255,255,.28);
  border: 1px solid rgba(255,255,255,.18);
}
.nav-cta { padding: 14px 21px; display: inline-flex; align-items: center; gap: 10px; }
.nav-cta::before, .button-primary::before, .button-copper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -80%;
  width: 38%;
  left: -70%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.47), transparent);
  transition: left .7s ease;
}
.nav-cta:hover::before, .button-primary:hover::before, .button-copper:hover::before { left: 130%; }
.nav-cta:hover, .button-primary:hover, .button-copper:hover {
  background-position: 100% 0;
  box-shadow: 0 17px 40px rgba(147, 80, 48, .28), inset 0 1px 0 rgba(255,255,255,.32);
}

.hero {
  min-height: 830px;
  position: relative;
  isolation: isolate;
  grid-template-columns: 1.03fr .97fr;
  padding-top: 70px;
  padding-bottom: 100px;
  background:
    radial-gradient(circle at 79% 18%, rgba(220, 194, 159, .26), transparent 23%),
    radial-gradient(circle at 8% 91%, rgba(138, 151, 119, .17), transparent 28%),
    linear-gradient(135deg, #fffdf9 0%, #f7f1e7 58%, #eee3d2 100%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .32;
  background:
    repeating-linear-gradient(110deg, transparent 0 78px, rgba(95,111,86,.035) 79px, transparent 80px),
    repeating-linear-gradient(20deg, transparent 0 118px, rgba(184,115,58,.025) 119px, transparent 120px);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -220px;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(184,115,58,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(95,111,86,.025), 0 0 0 96px rgba(184,115,58,.018);
  pointer-events: none;
}
.hero-copy { max-width: 735px; }
.eyebrow {
  color: #b45d38;
  letter-spacing: .245em;
  font-size: 10px;
}
.hero .eyebrow { display: flex; align-items: center; gap: 14px; }
.hero .eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, var(--clay), var(--champagne));
}
h1 {
  font-size: clamp(52px, 5.45vw, 82px);
  line-height: .98;
  margin: 30px 0 34px;
  letter-spacing: -.05em;
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255,255,255,.75);
}
h1 em {
  display: inline;
  color: transparent;
  background: linear-gradient(110deg, #40513e 5%, #667961 32%, #a56d43 50%, #53674f 70%, #40513e 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.65));
}
.hero-intro { max-width: 590px; color: #4f5a51; font-size: 18px; line-height: 1.83; }
.hero-actions { margin-top: 42px; }
.button { padding: 18px 28px; letter-spacing: .015em; }
.button-primary { border-radius: 2px 999px 999px 999px; }
.hero .text-link { border: 0; position: relative; padding: 12px 0; }
.hero .text-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 1px; background: linear-gradient(90deg, var(--sage), transparent); }
.hero-note { margin-top: 39px; color: #7b837a; text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.hero-stars { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
.hero-stars i { position: absolute; width: 16px; height: 16px; opacity: .52; }
.hero-stars i::before, .hero-stars i::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: linear-gradient(#dfaa69, #98613b); border-radius: 50%; }
.hero-stars i::before { width: 1px; height: 16px; }
.hero-stars i::after { width: 16px; height: 1px; }
.hero-stars i:nth-child(1) { left: 4%; top: 17%; animation-delay: .4s; }
.hero-stars i:nth-child(2) { left: 48%; top: 12%; width: 10px; height: 10px; animation-delay: 1.8s; }
.hero-stars i:nth-child(3) { right: 4%; top: 31%; width: 11px; height: 11px; animation-delay: 2.6s; }
.hero-stars i:nth-child(4) { right: 45%; bottom: 9%; width: 8px; height: 8px; animation-delay: 3.2s; }

.hero-art { min-height: 650px; padding: 35px 27px 55px 56px; }
.hero-art::before {
  inset: 0 0 38px 22px;
  border-radius: 280px 280px 22px 22px;
  background:
    radial-gradient(circle at 28% 12%, rgba(255,255,255,.28), transparent 25%),
    linear-gradient(145deg, #677861, #364536 76%);
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: var(--luxe-shadow), inset 0 1px 0 rgba(255,255,255,.3);
}
.hero-art::after {
  width: auto;
  height: auto;
  inset: 19px -11px 10px 50px;
  border: 1px solid rgba(184,115,58,.35);
  border-left: 0;
  border-top: 0;
  border-radius: 0 260px 20px 0;
}
.hero-art > img {
  width: 100%;
  max-width: 530px;
  height: 560px;
  border-radius: 250px 250px 10px 10px;
  object-fit: cover;
  filter: saturate(.84) contrast(.98) sepia(.035);
  box-shadow: 0 30px 80px rgba(29, 40, 29, .22), inset 0 0 0 1px rgba(255,255,255,.4);
}
.image-lustre {
  position: absolute;
  z-index: 2;
  left: 56px;
  right: 27px;
  top: 35px;
  height: 560px;
  max-width: 530px;
  overflow: hidden;
  border-radius: 250px 250px 10px 10px;
  pointer-events: none;
}
.image-lustre::after {
  content: "";
  position: absolute;
  top: -10%;
  bottom: -10%;
  width: 24%;
  left: -50%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transition: left .95s cubic-bezier(.2,.8,.2,1);
}
.luxe-badge {
  position: absolute;
  z-index: 4;
  right: -22px;
  top: 78px;
  width: 142px;
  height: 142px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: #f8f0e5;
  background: rgba(48, 63, 47, .88);
  border: 1px solid rgba(220, 194, 159, .67);
  box-shadow: 0 18px 45px rgba(35,44,33,.24), inset 0 0 0 6px rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
  font: italic 15px/1.35 var(--font-display);
}
.luxe-badge::before, .luxe-badge::after { content: "✦"; position: absolute; color: #dca96d; font-size: 9px; }
.luxe-badge::before { top: 17px; }
.luxe-badge::after { bottom: 17px; }
.luxe-badge small { font: 7px/1.3 var(--font-body); letter-spacing: .18em; text-transform: uppercase; color: #dfc4a6; margin-bottom: 8px; }
.hero-art figcaption {
  left: 16px;
  bottom: 13px;
  width: 270px;
  padding: 23px 27px;
  color: #6b756c;
  background: rgba(255,253,248,.89);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 20px 48px rgba(38,48,38,.16), inset 0 1px 0 white;
  backdrop-filter: blur(17px);
  border-radius: 2px 26px 2px 2px;
}
.hero-art figcaption span { font-family: var(--font-display); font-size: 23px; }

.intro-strip {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  background:
    radial-gradient(circle at 50% -100%, rgba(218,181,135,.22), transparent 55%),
    linear-gradient(96deg, #2b392d, #5b6c54 50%, #2b392d);
  border-top: 1px solid rgba(220,194,159,.45);
  border-bottom: 1px solid rgba(220,194,159,.45);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.intro-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.1), transparent 62%);
}
.intro-strip p { position: relative; z-index: 1; letter-spacing: .05em; color: #f9f4eb; }
.intro-strip p::before { content: "✦"; color: #d7a66d; font-size: 8px; margin-right: 14px; }

.section-pad { padding-top: clamp(110px, 11vw, 165px); padding-bottom: clamp(110px, 11vw, 165px); }
.opening { position: relative; background: var(--pearl); }
.opening::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34%;
  height: 46%;
  background: radial-gradient(ellipse at left bottom, rgba(220,194,159,.22), transparent 67%);
  pointer-events: none;
}
.section-spark { position: absolute; color: #c18a52; font-size: 18px; opacity: .65; }
.opening > .section-spark { right: 8%; top: 19%; }
.opening h2 { max-width: 610px; font-size: clamp(48px,5.4vw,76px); }
.opening-copy { position: relative; padding: 45px 0 0 46px; }
.opening-copy::before { content: ""; position: absolute; left: 0; top: 48px; width: 1px; height: 125px; background: linear-gradient(var(--clay), transparent); }
.opening-copy .lead { color: #465847; }

.support-grid { gap: 22px; position: relative; }
.support-card {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding: 39px;
  border: 1px solid transparent;
  border-radius: 2px 46px 2px 2px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,242,233,.93)) padding-box,
    linear-gradient(145deg, rgba(184,115,58,.42), rgba(255,255,255,.85), rgba(95,111,86,.24)) border-box;
  box-shadow: 0 22px 60px rgba(47,56,45,.07), inset 0 1px 0 #fff;
}
.support-card::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -80px;
  top: -84px;
  border: 1px solid rgba(184,115,58,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(184,115,58,.025), 0 0 0 48px rgba(95,111,86,.02);
}
.support-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 25%, rgba(255,255,255,.52) 43%, transparent 59%);
  transform: translateX(-125%);
  transition: transform 1s ease;
  pointer-events: none;
}
.support-card:hover { transform: translateY(-8px); box-shadow: 0 32px 75px rgba(47,56,45,.13), inset 0 1px 0 #fff; }
.support-card:hover::after { transform: translateX(125%); }
.support-card-featured {
  background:
    linear-gradient(145deg, #f8f1e4, #fffdf8) padding-box,
    linear-gradient(145deg, #b8733a, #efd8b7 55%, #75846e) border-box;
}
.card-number { letter-spacing: .24em; }
.card-icon {
  width: 66px;
  height: 66px;
  display: block;
  color: #536550;
  padding: 3px;
  border: 1px solid rgba(184,115,58,.32);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 22%, #fff, #eee4d5);
  box-shadow: 0 12px 32px rgba(70,79,65,.12), inset 0 0 0 5px rgba(255,255,255,.62);
}
.support-card h3 { font-size: 35px; }
.card-detail { color: #6f796f; }

.conditions {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(184,115,58,.24), transparent 22%),
    radial-gradient(circle at 92% 90%, rgba(138,151,119,.24), transparent 31%),
    linear-gradient(135deg, #273229, #465746 58%, #2b382d);
  border-top: 1px solid rgba(220,194,159,.45);
  border-bottom: 1px solid rgba(220,194,159,.35);
}
.conditions::before {
  content: "";
  position: absolute;
  width: 630px;
  height: 630px;
  left: -290px;
  bottom: -360px;
  border: 1px solid rgba(220,194,159,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255,255,255,.015), 0 0 0 108px rgba(220,194,159,.018);
}
.conditions h2 { text-shadow: 0 12px 35px rgba(0,0,0,.14); }
.conditions li { transition: padding .3s ease, color .3s ease; }
.conditions li:hover { padding-left: 14px; color: #f0d2ab; }
.conditions .button-cream {
  background: linear-gradient(145deg, #fffdf7, #e8ddce);
  border: 1px solid rgba(255,255,255,.54);
  box-shadow: 0 14px 38px rgba(17,26,18,.2), inset 0 1px 0 #fff;
}

.about {
  position: relative;
  background:
    radial-gradient(circle at 77% 16%, rgba(220,194,159,.22), transparent 23%),
    linear-gradient(145deg, #f7f0e5, #fffdf8 60%);
}
.about > .section-spark { right: 7%; top: 15%; }
.about-portrait { min-height: 710px; padding: 20px; border-radius: 270px 270px 8px 8px; background: linear-gradient(145deg, #b8733a, #ecd4b5 47%, #65745f); box-shadow: 0 30px 90px rgba(47,58,46,.17); }
.portrait-frame { border-radius: 250px 250px 4px 4px; }
.portrait-frame::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.56), inset 0 0 70px rgba(255,255,255,.11);
  pointer-events: none;
}
.portrait-frame p { color: #435044; text-shadow: 0 1px 0 #fff; }
.portrait-caption { left: 40px; right: 40px; bottom: -43px; border-radius: 2px 23px 2px 2px; border: 1px solid rgba(184,115,58,.18); box-shadow: 0 18px 45px rgba(47,57,45,.12); }
.about-copy h2 { font-size: clamp(48px,5vw,72px); }
.about-copy blockquote { border-left: 1px solid var(--gold); color: #475849; position: relative; }
.about-copy blockquote::before { content: "“"; position: absolute; left: 18px; top: -34px; color: rgba(184,115,58,.17); font: 90px/1 var(--font-display); }

.ethos {
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.88), transparent 29%),
    radial-gradient(circle at 18% 20%, rgba(138,151,119,.12), transparent 23%),
    linear-gradient(135deg, #efe5d7, #faf6ef 47%, #eadcc9);
  border-top: 1px solid rgba(184,115,58,.16);
  border-bottom: 1px solid rgba(184,115,58,.14);
}
.ethos::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(115deg, transparent 0 95px, rgba(184,115,58,.025) 96px, transparent 97px); }
.ethos-statement::before { width: 720px; height: 720px; border-color: rgba(184,115,58,.17); box-shadow: 0 0 0 44px rgba(95,111,86,.018), 0 0 0 88px rgba(184,115,58,.018); }
.ethos-statement h2 { text-shadow: 0 1px 0 #fff; }
.ethos-statement h2 em {
  color: transparent;
  background: linear-gradient(110deg, #a95a37, #d4a06b, #a95a37);
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
}
.ethos-stars { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.ethos-stars i { position: absolute; width: 12px; height: 12px; opacity: .48; }
.ethos-stars i::before, .ethos-stars i::after { content: ""; position: absolute; left: 50%; top: 50%; background: #b97a45; transform: translate(-50%,-50%); border-radius: 50%; }
.ethos-stars i::before { width: 1px; height: 12px; }
.ethos-stars i::after { width: 12px; height: 1px; }
.ethos-stars i:nth-child(1) { top: 20%; left: 12%; }
.ethos-stars i:nth-child(2) { top: 27%; right: 11%; animation-delay: 1.4s; }
.ethos-stars i:nth-child(3) { bottom: 31%; right: 31%; width: 7px; height: 7px; animation-delay: 2.7s; }
.values { position: relative; z-index: 3; gap: 12px; }
.values article {
  min-height: 250px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 2px 32px 2px 2px;
  background: rgba(255,253,248,.52);
  box-shadow: 0 18px 42px rgba(60,67,54,.06), inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
}

.visit { background: var(--pearl); }
.visit-steps li { padding: 38px 0; align-items: start; }
.visit-steps li > span {
  width: 47px;
  height: 47px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #875435;
  border: 1px solid rgba(184,115,58,.34);
  background: radial-gradient(circle at 30% 20%, #fff, #eee1d0);
  box-shadow: 0 10px 28px rgba(87,73,55,.1), inset 0 1px 0 white;
}
.visit-steps h3 { font-size: 34px; }
.visit-steps li div { padding-top: 5px; }

.feelings-band {
  min-height: 142px;
  position: relative;
  background: linear-gradient(100deg, #9f5434, #d58a56 32%, #b46940 53%, #d79c63 73%, #955035);
  background-size: 220% 100%;
  border-top: 1px solid #e2b985;
  border-bottom: 1px solid #8c4e35;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.23), 0 18px 45px rgba(126,74,47,.11);
}
.feelings-band::before { content: "✦"; margin-right: 2vw; color: #ffe4bd; font-size: 13px; }
.feelings-band span { text-shadow: 0 1px 8px rgba(87,45,27,.25); }

.fees {
  background:
    radial-gradient(circle at 15% 10%, rgba(220,194,159,.22), transparent 24%),
    linear-gradient(145deg, #f5ecdf, #fffdf9 64%);
}
.fee-cards { gap: 18px; }
.fee-cards article {
  position: relative;
  overflow: hidden;
  padding: 39px;
  border: 1px solid transparent;
  border-radius: 2px 36px 2px 2px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(248,242,233,.94)) padding-box,
    linear-gradient(145deg, rgba(184,115,58,.42), rgba(255,255,255,.9), rgba(95,111,86,.22)) border-box;
  box-shadow: 0 22px 54px rgba(61,68,56,.09), inset 0 1px 0 #fff;
}
.fee-cards article::after { content: "✦"; position: absolute; right: 27px; top: 23px; color: #c08a53; font-size: 10px; opacity: .72; }
.fee-cards .area-card {
  background:
    radial-gradient(circle at 86% 0%, rgba(220,194,159,.22), transparent 34%),
    linear-gradient(120deg, #344336, #61715a);
  border-color: rgba(220,194,159,.38);
  box-shadow: 0 25px 58px rgba(41,52,42,.18), inset 0 1px 0 rgba(255,255,255,.12);
}
.fee-line { border-color: rgba(184,115,58,.2); }

.faq { background: var(--pearl); }
.faq-list details { border-color: rgba(63,76,61,.15); transition: background .3s ease, padding .3s ease; }
.faq-list details:hover { background: linear-gradient(90deg, rgba(220,194,159,.09), transparent); padding-left: 12px; }
.faq-list details[open] { background: linear-gradient(90deg, rgba(220,194,159,.14), transparent); padding-left: 18px; }
.faq-list summary span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184,115,58,.28);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #f0e4d3);
  box-shadow: 0 7px 18px rgba(74,69,56,.07);
  font-size: 19px;
}

.contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 10%, rgba(184,115,58,.25), transparent 27%),
    radial-gradient(circle at 82% 88%, rgba(138,151,119,.22), transparent 32%),
    linear-gradient(135deg, #263227, #40503f 65%, #29362b);
}
.contact::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  left: -290px;
  top: -250px;
  border: 1px solid rgba(220,194,159,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255,255,255,.012), 0 0 0 100px rgba(220,194,159,.014);
}
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { text-shadow: 0 15px 45px rgba(0,0,0,.17); }
.contact-form {
  position: relative;
  margin: clamp(30px,4vw,62px);
  padding: clamp(55px, 7vw, 90px) clamp(34px, 6vw, 78px);
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 3px 58px 3px 3px;
  background:
    radial-gradient(circle at 100% 0%, rgba(220,194,159,.27), transparent 32%),
    linear-gradient(145deg, rgba(255,253,248,.97), rgba(237,227,212,.96));
  box-shadow: 0 34px 90px rgba(18,28,20,.26), inset 0 1px 0 #fff;
}
.contact-form::before { content: "✦"; position: absolute; right: 32px; top: 27px; color: #b97945; font-size: 13px; opacity: .72; }
.contact-form input:not([type="checkbox"]), .contact-form select { border-bottom-color: rgba(84,98,84,.38); }
.contact-form textarea { border-color: rgba(84,98,84,.3); background: rgba(255,255,255,.2); }
.contact-form .button { border-radius: 2px 999px 999px 999px; }

footer {
  position: relative;
  background:
    radial-gradient(circle at 12% -40%, rgba(184,115,58,.22), transparent 38%),
    linear-gradient(120deg, #202a22, #344235 55%, #202a22);
  border-top: 1px solid rgba(220,194,159,.25);
}
footer::before { content: ""; position: absolute; top: 0; left: 8%; right: 8%; height: 1px; background: linear-gradient(90deg, transparent, #c48b53, transparent); }

@keyframes ribbon-glint {
  0%, 56%, 100% { transform: translateX(-115%); }
  72% { transform: translateX(115%); }
}
@keyframes twinkle {
  0%, 100% { opacity: .28; transform: scale(.7) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.18) rotate(45deg); filter: drop-shadow(0 0 5px rgba(214,153,89,.55)); }
}
@keyframes text-lustre {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes image-shine {
  0%, 58%, 100% { left: -50%; }
  76% { left: 130%; }
}
@keyframes copper-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@media (max-width: 1050px) {
  .header-shell { top: 0; }
  .mobile-menu nav { border: 1px solid rgba(184,115,58,.16); border-radius: 2px 22px 2px 2px; background: rgba(255,253,248,.97); backdrop-filter: blur(18px); }
  .hero-art { padding-right: 45px; }
  .luxe-badge { right: 0; }
}

@media (max-width: 820px) {
  .top-ribbon { justify-content: center; min-height: 31px; }
  .top-ribbon p:last-child { display: none; }
  .site-header { height: 90px; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; text-align: center; }
  .hero-copy { margin: 0 auto; padding-right: 0; }
  .hero .eyebrow { justify-content: center; }
  .hero-art { padding: 38px 34px 58px; }
  .hero-art::before { left: 0; right: 0; }
  .hero-art::after { left: 30px; right: 2px; }
  .hero-art > img { max-width: none; }
  .image-lustre { left: 34px; right: 34px; max-width: none; top: 38px; }
  .luxe-badge { right: 1px; top: 86px; }
  .opening-copy { padding-left: 24px; }
  .about-portrait { max-width: 560px; }
  .contact-form { margin-top: 0; }
}

@media (max-width: 560px) {
  .top-ribbon p { font-size: 7px; letter-spacing: .15em; }
  .brand { width: 108px; height: 68px; }
  .brand img { width: 108px; height: 68px; }
  .mobile-menu summary { background: linear-gradient(145deg, #fff, #f2eadf); border-color: rgba(184,115,58,.24); box-shadow: 0 8px 20px rgba(55,62,51,.07); }
  .hero { padding: 62px 20px 82px; }
  .hero .eyebrow { display: block; line-height: 1.6; }
  .hero .eyebrow::before { display: none; }
  h1 { font-size: 45px; line-height: 1; margin-top: 27px; }
  .hero-intro { font-size: 16px; }
  .hero-art { min-height: 485px; padding: 25px 20px 62px; }
  .hero-art::before { bottom: 42px; border-radius: 180px 180px 16px 16px; }
  .hero-art::after { left: 18px; right: -2px; top: 12px; bottom: 17px; border-radius: 0 180px 16px 0; }
  .hero-art > img { height: 400px; border-radius: 170px 170px 8px 8px; }
  .image-lustre { left: 20px; right: 20px; top: 25px; height: 400px; border-radius: 170px 170px 8px 8px; }
  .luxe-badge { width: 112px; height: 112px; right: -5px; top: 70px; padding: 15px; font-size: 12px; }
  .luxe-badge::before { top: 10px; }
  .luxe-badge::after { bottom: 10px; }
  .hero-art figcaption { width: 235px; left: 2px; padding: 18px 21px; }
  .hero-art figcaption { right: 4px; width: auto; max-width: 245px; }
  .intro-strip { gap: 15px; }
  .section-pad { padding-top: 92px; padding-bottom: 92px; }
  .opening h2, .about-copy h2 { font-size: 45px; }
  .opening-copy { padding: 24px 0 0 18px; }
  .opening-copy::before { top: 28px; height: 90px; }
  .support-card { min-height: 440px; padding: 31px; border-radius: 2px 34px 2px 2px; }
  .conditions { padding-top: 100px; padding-bottom: 100px; }
  .about-portrait { min-height: 560px; padding: 12px; }
  .portrait-caption { left: 27px; right: 27px; }
  .ethos-statement::before { width: 420px; height: 420px; }
  .values { gap: 10px; }
  .feelings-band { min-height: 126px; }
  .fee-cards article { padding: 32px; }
  .contact-form { margin: 0 14px 38px; padding: 65px 25px; border-radius: 2px 38px 2px 2px; }
}

@media (prefers-reduced-motion: reduce) {
  .top-ribbon::after,
  .intro-strip::after,
  h1 em,
  .ethos-statement h2 em,
  .image-lustre::after,
  .feelings-band,
  .hero-stars i,
  .ethos-stars i,
  .section-spark,
  .fee-cards article::after,
  .contact-form::before { animation: none !important; }
}

/* Responsive interaction polish */
:where(a, button, summary, input, select, textarea) {
  -webkit-tap-highlight-color: transparent;
}

:where(a, button, summary, input, select, textarea):focus-visible {
  outline: 2px solid #c8874f;
  outline-offset: 4px;
}

.brand {
  position: relative;
  isolation: auto;
  background: transparent;
  transform-origin: left center;
}

.brand::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 10px -18px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(211, 163, 108, .2), transparent 70%);
  opacity: 0;
  transform: scale(.72);
  transition: opacity .45s ease, transform .55s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}

.brand img { position: relative; z-index: 1; }

.desktop-nav a:not(.nav-cta) {
  transition: color .28s ease, transform .28s ease, text-shadow .28s ease;
}

.nav-cta,
.button {
  transform: translateZ(0);
  transition:
    transform .38s cubic-bezier(.2,.8,.2,1),
    box-shadow .38s ease,
    background-position .55s ease,
    color .3s ease,
    border-color .3s ease;
}

.nav-cta span,
.button span,
.text-link span {
  display: inline-block;
  transition: transform .38s cubic-bezier(.2,.8,.2,1), opacity .3s ease;
}

.button::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 2px;
  background: currentColor;
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
  opacity: 0;
  transform: translateX(-8px) rotate(-35deg) scale(.4);
  transition: opacity .3s ease, transform .5s cubic-bezier(.2,.8,.2,1);
}

.button-cream {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(120deg, #fffdf8, #eadfce 48%, #fffaf0 78%, #dfd0bb);
  background-size: 220% 100%;
}

.button-cream::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70%;
  bottom: -70%;
  left: -65%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent);
  transform: skewX(-20deg);
  transition: left .75s ease;
}

.text-link {
  position: relative;
  transition: color .28s ease, transform .32s cubic-bezier(.2,.8,.2,1);
}

.area-card .text-link::after,
.hero .text-link::after {
  transform-origin: left center;
  transform: scaleX(.48);
  transition: transform .42s cubic-bezier(.2,.8,.2,1);
}

.mobile-menu summary {
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .3s ease;
}

.mobile-menu summary span {
  transition: transform .32s cubic-bezier(.2,.8,.2,1), background .25s ease;
}

.mobile-menu[open] summary {
  border-color: rgba(184,115,58,.52);
  box-shadow: 0 12px 28px rgba(70,65,53,.14), inset 0 0 0 3px rgba(220,194,159,.12);
}

.mobile-menu[open] summary span:first-child { transform: translateY(3px) rotate(45deg); }
.mobile-menu[open] summary span:last-child { transform: translateY(-3px) rotate(-45deg); }

.mobile-menu nav { transform-origin: top right; }
.mobile-menu[open] nav { animation: menu-reveal .32s cubic-bezier(.2,.8,.2,1) both; }

.mobile-menu nav a {
  position: relative;
  border-radius: 2px 12px 2px 2px;
  transition: color .25s ease, background .25s ease, padding .3s ease;
}

/* A cleaner, higher-resolution hero image treatment */
.hero-art {
  min-height: 660px;
  padding: 24px 21px 44px 43px;
  perspective: 1200px;
}

.hero-art::before {
  inset: 0 0 28px 18px;
  border-radius: 300px 300px 28px 28px;
  background:
    radial-gradient(circle at 25% 7%, rgba(255,255,255,.32), transparent 24%),
    linear-gradient(145deg, #72806d, #364438 74%);
  border: 1px solid rgba(255,255,255,.38);
  box-shadow: 0 30px 88px rgba(33,45,35,.18), inset 0 1px 0 rgba(255,255,255,.36);
  transition: transform .7s cubic-bezier(.2,.8,.2,1), box-shadow .7s ease;
}

.hero-art::after {
  inset: 14px -8px 6px 37px;
  border-color: rgba(184,115,58,.42);
  border-radius: 0 290px 26px 0;
  transition: inset .7s cubic-bezier(.2,.8,.2,1), border-color .5s ease;
}

.hero-art > img {
  width: 100%;
  max-width: 540px;
  height: 590px;
  border-radius: 280px 280px 15px 15px;
  object-position: center center;
  filter: saturate(.82) contrast(1.01) brightness(1.02);
  box-shadow: 0 30px 75px rgba(31,42,32,.2), inset 0 0 0 1px rgba(255,255,255,.5);
  transition: transform 1.05s cubic-bezier(.2,.8,.2,1), filter .7s ease, box-shadow .7s ease;
  will-change: transform;
}

.image-lustre {
  left: 43px;
  right: 21px;
  top: 24px;
  height: 590px;
  max-width: 540px;
  border-radius: 280px 280px 15px 15px;
}

.image-lustre::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 38%, rgba(40,53,42,.06));
  transition: opacity .6s ease;
}

.luxe-badge {
  right: -7px;
  top: 82px;
  width: 116px;
  height: 116px;
  padding: 16px;
  gap: 6px;
  color: #354638;
  background: rgba(255,252,246,.91);
  border: 1px solid rgba(184,115,58,.48);
  box-shadow: 0 18px 46px rgba(35,44,33,.18), inset 0 0 0 6px rgba(255,255,255,.5);
  backdrop-filter: blur(14px) saturate(1.15);
  transition: transform .65s cubic-bezier(.2,.8,.2,1), box-shadow .55s ease;
}

.luxe-badge::before,
.luxe-badge::after { display: none; }

.luxe-badge img {
  display: block;
  width: 55px;
  height: 55px;
  object-fit: contain;
  border-radius: 0;
  mix-blend-mode: normal;
  filter: contrast(.96) saturate(.9);
  box-shadow: none;
}

.luxe-badge small {
  margin: 0;
  color: #8a5a39;
  font: 6.5px/1.35 var(--font-body);
  letter-spacing: .11em;
  white-space: nowrap;
}

.hero-art figcaption {
  left: 9px;
  bottom: 12px;
  width: 248px;
  padding: 19px 23px;
  border-radius: 2px 21px 2px 2px;
  transition: transform .6s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease;
}

.hero-art figcaption span { font-size: 21px; }

.intro-strip p {
  transition: transform .35s cubic-bezier(.2,.8,.2,1), color .3s ease;
}

.support-card,
.fee-cards article,
.values article,
.visit-steps li,
.about-portrait,
.portrait-frame img,
.conditions li,
.faq-list details,
.faq-list summary span {
  transition-duration: .48s;
  transition-timing-function: cubic-bezier(.2,.8,.2,1);
}

.support-card .card-icon {
  transition: transform .58s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease, border-color .4s ease;
}

.support-card h3,
.values h3,
.visit-steps h3,
.fee-cards h3 {
  transition: color .32s ease, transform .42s cubic-bezier(.2,.8,.2,1);
}

.about-portrait {
  overflow: hidden;
  transition: transform .65s cubic-bezier(.2,.8,.2,1), box-shadow .65s ease;
}

.portrait-frame { overflow: hidden; }
.portrait-frame img { transition: transform 1.05s cubic-bezier(.2,.8,.2,1), filter .65s ease; }
.portrait-frame p { transition: transform .55s cubic-bezier(.2,.8,.2,1), background .4s ease; }

.values article {
  position: relative;
  overflow: hidden;
  transition: transform .48s cubic-bezier(.2,.8,.2,1), box-shadow .48s ease, border-color .4s ease, background .45s ease;
}

.values article::before,
.fee-cards article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 24%, rgba(255,255,255,.58) 43%, transparent 60%);
  transform: translateX(-130%);
  transition: transform .95s ease;
}

.visit-steps li {
  position: relative;
  border-radius: 2px 26px 2px 2px;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), padding .4s cubic-bezier(.2,.8,.2,1), background .4s ease, border-color .4s ease;
}

.visit-steps li > span {
  flex: 0 0 47px;
  transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, color .35s ease;
}

.feelings-band span {
  display: inline-block;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), text-shadow .35s ease;
}

.fee-cards article {
  transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease, border-color .4s ease;
}

.faq-list summary {
  transition: color .3s ease, padding .38s cubic-bezier(.2,.8,.2,1);
}

.faq-list summary span {
  transition: transform .42s cubic-bezier(.2,.8,.2,1), background .35s ease, box-shadow .35s ease, color .3s ease;
}

.contact-form label {
  transition: color .3s ease, transform .35s cubic-bezier(.2,.8,.2,1);
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
  transition: border-color .35s ease, box-shadow .35s ease, background .35s ease, padding .35s ease;
}

.contact-form label:focus-within { color: #9b5937; }
.contact-form label:focus-within > span { color: #9b5937; }

.contact-form input:not([type="checkbox"]):focus,
.contact-form select:focus {
  padding-left: 9px;
  background: linear-gradient(90deg, rgba(255,255,255,.52), transparent 78%);
  box-shadow: 0 2px 0 #b8733a;
}

.contact-form textarea:focus {
  background: rgba(255,255,255,.56);
  box-shadow: 0 0 0 1px #b8733a, 0 15px 35px rgba(70,65,53,.08);
}

.check-label input {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  margin: 0;
  border: 1px solid rgba(67,83,68,.48);
  border-radius: 50%;
  background: rgba(255,255,255,.46);
  box-shadow: inset 0 1px 2px rgba(45,56,45,.08);
  transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.check-label input:checked {
  border-color: #4d604e;
  background: radial-gradient(circle, #fff 0 20%, transparent 22%), #536653;
  box-shadow: 0 0 0 4px rgba(83,102,83,.1), inset 0 1px 0 rgba(255,255,255,.28);
}

.footer-main nav a {
  position: relative;
  width: fit-content;
  transition: color .3s ease, transform .35s cubic-bezier(.2,.8,.2,1), text-shadow .3s ease;
}

.footer-main nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 1px;
  background: linear-gradient(90deg, #e0ba96, transparent);
  transition: right .38s cubic-bezier(.2,.8,.2,1);
}

@media (hover: hover) and (pointer: fine) {
  .brand:hover { transform: translateY(-2px) scale(1.035); filter: drop-shadow(0 10px 16px rgba(67,75,62,.1)); }
  .brand:hover::before { opacity: 1; transform: scale(1); }

  .desktop-nav a:not(.nav-cta):hover {
    color: #9e5839;
    transform: translateY(-2px);
    text-shadow: 0 7px 16px rgba(135,81,52,.12);
  }

  .nav-cta:hover,
  .button:hover {
    transform: translateY(-4px) scale(1.018);
  }

  .nav-cta:hover span,
  .button:hover span,
  .text-link:hover span { transform: translateX(5px); }
  .button:hover::after { opacity: .9; transform: translateX(0) rotate(22deg) scale(1); }
  .button-cream:hover { color: #7d4a31; background-position: 100% 0; box-shadow: 0 18px 42px rgba(17,26,18,.23), inset 0 1px 0 #fff; }
  .button-cream:hover::before { left: 130%; }
  .text-link:hover { color: #a55d3b; transform: translateX(3px); }
  .area-card .text-link:hover { color: #ffe2bd; }
  .area-card .text-link:hover::after,
  .hero .text-link:hover::after { transform: scaleX(1); }

  .mobile-menu summary:hover { transform: rotate(4deg) scale(1.04); border-color: rgba(184,115,58,.48); }
  .mobile-menu nav a:hover { color: #9e5839; background: rgba(220,194,159,.15); padding-left: 15px; }

  .hero-art:hover::before { transform: translate3d(-4px, 5px, 0); box-shadow: 0 38px 100px rgba(33,45,35,.22), inset 0 1px 0 rgba(255,255,255,.4); }
  .hero-art:hover::after { inset: 8px -13px 1px 31px; border-color: rgba(184,115,58,.62); }
  .hero-art:hover > img { transform: translate3d(0,-3px,22px) scale(1.018); filter: saturate(.9) contrast(1.025) brightness(1.025); box-shadow: 0 40px 92px rgba(31,42,32,.24); }
  .hero-art:hover .luxe-badge { transform: translate3d(5px,-7px,36px) rotate(3deg); box-shadow: 0 25px 58px rgba(35,44,33,.22), inset 0 0 0 6px rgba(255,255,255,.62); }
  .hero-art:hover figcaption { transform: translate3d(-4px,-5px,28px); box-shadow: 0 26px 58px rgba(38,48,38,.2), inset 0 1px 0 white; }

  .intro-strip p:hover { transform: translateY(-3px); color: #fff7e9; }

  .support-card:hover .card-icon { transform: translateY(-6px) rotate(5deg) scale(1.07); border-color: rgba(184,115,58,.6); box-shadow: 0 18px 38px rgba(70,79,65,.17), inset 0 0 0 5px rgba(255,255,255,.72); }
  .support-card:hover h3 { color: #9b5738; transform: translateX(3px); }

  .conditions li:hover span { color: #f0c593; transform: translateX(3px); }

  .about-portrait:hover { transform: translateY(-7px); box-shadow: 0 42px 105px rgba(47,58,46,.23); }
  .about-portrait:hover .portrait-frame img { transform: scale(1.035); filter: saturate(.95) contrast(1.02); }
  .about-portrait:hover .portrait-frame p { transform: translateY(-5px); background: rgba(255,253,248,.94); }

  .values article:hover { transform: translateY(-8px); border-color: rgba(184,115,58,.34); background: rgba(255,253,248,.75); box-shadow: 0 28px 60px rgba(60,67,54,.11), inset 0 1px 0 #fff; }
  .values article:hover::before,
  .fee-cards article:hover::before { transform: translateX(130%); }
  .values article:hover h3 { color: #9d5939; transform: translateX(3px); }

  .visit-steps li:hover { transform: translateX(7px); padding-left: 18px; padding-right: 18px; background: linear-gradient(90deg, rgba(220,194,159,.14), transparent 84%); }
  .visit-steps li:hover > span { transform: rotate(8deg) scale(1.08); color: #9b5737; box-shadow: 0 16px 34px rgba(87,73,55,.16), inset 0 1px 0 white; }
  .visit-steps li:hover h3 { color: #9c5838; transform: translateX(3px); }

  .feelings-band span:hover { transform: translateY(-5px) scale(1.035); text-shadow: 0 8px 20px rgba(87,45,27,.34); }

  .fee-cards article:hover { transform: translateY(-8px); border-color: rgba(184,115,58,.34); box-shadow: 0 34px 74px rgba(61,68,56,.15), inset 0 1px 0 #fff; }
  .fee-cards article:hover h3 { color: #9d5939; transform: translateX(3px); }
  .fee-cards .area-card:hover { box-shadow: 0 38px 78px rgba(41,52,42,.25), inset 0 1px 0 rgba(255,255,255,.16); }
  .fee-cards .area-card:hover h3 { color: #f7d8ae; }

  .faq-list summary:hover { color: #995739; padding-left: 5px; }
  .faq-list summary:hover span { transform: rotate(90deg) scale(1.08); color: #9b5738; box-shadow: 0 10px 24px rgba(74,69,56,.12); }
  .faq-list details[open] summary:hover span { transform: rotate(135deg) scale(1.08); }

  .contact-form input:not([type="checkbox"]):hover,
  .contact-form select:hover,
  .contact-form textarea:hover { border-color: rgba(184,115,58,.65); background-color: rgba(255,255,255,.23); }
  .check-label:hover input { transform: scale(1.08); border-color: #9d5b3b; box-shadow: 0 0 0 4px rgba(184,115,58,.08); }

  .footer-main nav a:hover { transform: translateX(4px); text-shadow: 0 8px 20px rgba(224,186,150,.18); }
  .footer-main nav a:hover::after { right: 0; }
}

.nav-cta:active,
.button:active { transform: translateY(0) scale(.985); }

.text-link:active,
.footer-main nav a:active { transform: translateX(1px) scale(.99); }

@keyframes menu-reveal {
  from { opacity: 0; transform: translateY(-9px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 820px) {
  .hero-art { min-height: 650px; padding: 28px 27px 53px; }
  .hero-art::before { inset: 3px 0 31px; }
  .hero-art::after { inset: 15px -2px 7px 25px; }
  .hero-art > img { height: 570px; max-width: none; }
  .image-lustre { left: 27px; right: 27px; top: 28px; height: 570px; max-width: none; }
  .luxe-badge { right: 2px; top: 86px; }
  .hero-art figcaption { left: 4px; }
}

@media (max-width: 560px) {
  .hero-art { min-height: 490px; padding: 20px 17px 58px; }
  .hero-art::before { inset: 0 0 38px; border-radius: 190px 190px 18px 18px; }
  .hero-art::after { inset: 11px -2px 12px 14px; border-radius: 0 190px 18px 0; }
  .hero-art > img { height: 405px; border-radius: 180px 180px 10px 10px; object-position: center; }
  .image-lustre { left: 17px; right: 17px; top: 20px; height: 405px; border-radius: 180px 180px 10px 10px; }
  .luxe-badge { width: 94px; height: 94px; right: -3px; top: 59px; padding: 13px; gap: 3px; }
  .luxe-badge img { width: 47px; height: 47px; }
  .luxe-badge small { font-size: 5.5px; letter-spacing: .08em; }
  .hero-art figcaption { left: 0; right: 2px; bottom: 10px; width: auto; max-width: 224px; padding: 17px 19px; }
  .hero-art figcaption span { font-size: 19px; }
  .visit-steps li { border-radius: 2px 19px 2px 2px; }
}

/* Typography system from the Ember brand guide */
body {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

h1,
h2,
h3,
.support-card h3,
.conditions li,
.faq-list summary,
.hero-art figcaption span {
  font-family: var(--font-display);
  font-weight: 300;
}

h1 {
  max-width: 760px;
  margin: 30px 0 32px;
  font-size: clamp(50px, 4.8vw, 72px);
  font-weight: 300;
  line-height: 1.055;
  letter-spacing: -.012em;
}

h1 em {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  color: #53674f;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  filter: none;
}

h2 {
  font-size: clamp(42px, 4.35vw, 64px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.01em;
}

.opening h2,
.about-copy h2,
.contact-copy h2 { font-size: clamp(42px, 4.35vw, 64px); }

h3,
.support-card h3,
.visit-steps h3,
.fee-cards h3 {
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: -.01em;
}

.support-card h3 { font-size: 32px; }
.visit-steps h3 { font-size: 30px; }
.fee-cards h3 { font-size: 29px; }

.lead,
.opening-copy .lead,
.about-copy .lead {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: .22em;
}

.desktop-nav,
.mobile-menu nav,
.button,
.text-link,
.contact-form,
.footer-main nav {
  font-family: var(--font-body);
}

.desktop-nav { font-size: 12px; font-weight: 500; }
.button { font-size: 13px; font-weight: 500; }
.text-link { font-size: 13px; font-weight: 500; }

.hero-intro {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
}

.hero-note,
.card-detail,
.mini-label,
.contact-form label,
.form-note,
.urgent-note,
.footer-bottom,
.top-ribbon p {
  font-family: var(--font-body);
}

.card-number,
.conditions li span,
.visit-steps li > span,
.fee-line span {
  font-family: var(--font-mono);
  font-weight: 400;
}

.intro-strip p {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
}

.hero-art figcaption {
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: .13em;
}

.hero-art figcaption span {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.01em;
}

.about-copy blockquote {
  font-family: var(--font-display);
  font-size: clamp(25px, 2.2vw, 31px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
}

.ethos-statement h2 em {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  color: #995739;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.feelings-band span {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -.01em;
}

.faq-list summary {
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -.005em;
}

/* Decorative glints are responsive only, never ambient. */
.top-ribbon::after,
.intro-strip::after { display: none; }

h1 em,
.ethos-statement h2 em,
.feelings-band { background-position: 50% 50%; }

@media (hover: hover) and (pointer: fine) {
  .hero-art:hover .image-lustre::after { left: 130%; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  h1 { font-size: 43px; line-height: 1.06; letter-spacing: -.012em; }
  h2,
  .opening h2,
  .about-copy h2,
  .contact-copy h2 { font-size: 42px; }
  .support-card h3 { font-size: 30px; }
  .faq-list summary { font-size: 20px; }
}

/* Restrained hero image: one photograph, no ornamental framing. */
.hero::after,
.hero-stars,
.hero-art::before,
.hero-art::after { display: none; }

.hero-art {
  min-height: 620px;
  margin: 0;
  padding: 0 0 0 clamp(18px, 3vw, 44px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  perspective: none;
}

.hero-art > img {
  width: 100%;
  max-width: 540px;
  height: 620px;
  border: 1px solid rgba(63,76,61,.13);
  border-radius: 3px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.01) brightness(1.02);
  box-shadow: 0 28px 70px rgba(37,48,39,.12);
  transform: none;
  transition: none;
}

@media (hover: hover) and (pointer: fine) {
  .hero-art:hover > img {
    transform: none;
    filter: saturate(.82) contrast(1.01) brightness(1.02);
    box-shadow: 0 28px 70px rgba(37,48,39,.12);
  }
}

@media (max-width: 820px) {
  .hero-art {
    min-height: 0;
    width: min(560px, 100%);
    margin: 58px auto 0;
    padding: 0;
  }
  .hero-art > img { height: 570px; max-width: none; }
}

@media (max-width: 560px) {
  .hero-art { min-height: 0; margin-top: 48px; padding: 0; }
  .hero-art > img { height: 430px; border-radius: 2px; object-position: 52% center; }
}

/* Final hero direction: typography-led, with the rejected visual removed. */
.hero {
  grid-template-columns: 1fr;
  min-height: 720px;
  align-content: center;
  padding-top: 96px;
  padding-bottom: 112px;
}

.hero-copy {
  width: 100%;
  max-width: 1040px;
  padding-right: 0;
}

.hero h1 { max-width: 1000px; }
.hero-intro { max-width: 720px; }

@media (max-width: 820px) {
  .hero { min-height: 0; padding-top: 82px; padding-bottom: 92px; }
}

@media (max-width: 560px) {
  .hero { padding-top: 70px; padding-bottom: 78px; }
}

/* About section: text-led, with the rejected low-resolution artwork removed. */
.about {
  grid-template-columns: .86fr 1.14fr;
  align-items: start;
  gap: clamp(72px, 9vw, 140px);
}

.about-heading { max-width: 570px; }
.about-heading h2 { margin: 27px 0 34px; }
.about-heading .lead { color: #465847; max-width: 530px; }

.about-copy {
  max-width: 690px;
  padding: 12px 0 0 clamp(34px, 4.5vw, 68px);
  border-left: 1px solid rgba(184,115,58,.28);
}

.about-copy > p:not(.about-signoff) {
  margin: 0 0 25px;
  color: var(--muted);
  line-height: 1.8;
}

.about-copy blockquote {
  margin: 48px 0 42px;
  padding: 0;
  border: 0;
  max-width: 590px;
}

.about-copy blockquote::before { display: none; }

.about-signoff {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(63,76,61,.14);
}

.about-signoff strong {
  font: 300 25px/1 var(--font-display);
  color: #354438;
}

.about-signoff span {
  font: 500 9px/1.5 var(--font-body);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #788178;
}

@media (max-width: 820px) {
  .about { grid-template-columns: 1fr; gap: 52px; }
  .about-heading { max-width: 680px; }
  .about-copy { max-width: 720px; padding: 36px 0 0; border-left: 0; border-top: 1px solid rgba(184,115,58,.28); }
}

@media (max-width: 560px) {
  .about-signoff { align-items: flex-start; flex-direction: column; gap: 9px; }
}

/* Postcode checker: quiet, useful feedback inside the enquiry form. */
.postcode-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form .postcode-field > label {
  display: block;
}

.postcode-control {
  display: flex;
  align-items: flex-end;
  gap: 11px;
}

.contact-form .postcode-control input {
  min-width: 0;
  flex: 1;
  text-transform: uppercase;
}

.postcode-button {
  position: relative;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 9px 15px 8px;
  border: 1px solid rgba(95,111,86,.48);
  border-radius: 2px 18px 18px 18px;
  background: rgba(255,255,255,.48);
  color: #405142;
  font: 600 10px/1 var(--font-body);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.postcode-button:disabled {
  cursor: wait;
  opacity: .62;
}

.postcode-result {
  display: none;
  margin: 1px 0 0;
  padding: 10px 12px 10px 14px;
  border-left: 2px solid currentColor;
  background: rgba(255,255,255,.34);
  font: 500 11px/1.55 var(--font-body);
}

.postcode-result:not(:empty) { display: block; }
.postcode-result.is-loading { color: #6c735f; }
.postcode-result.is-available { color: #3c6245; background: rgba(108,146,105,.1); }
.postcode-result.is-check { color: #945c30; background: rgba(184,115,58,.1); }
.postcode-result.is-online { color: #4e5e6f; background: rgba(91,113,132,.09); }
.postcode-result.is-error { color: #8b4337; background: rgba(156,76,59,.08); }

@media (hover: hover) and (pointer: fine) {
  .postcode-button:not(:disabled):hover {
    color: #fff;
    background: var(--sage);
    border-color: var(--sage);
    box-shadow: 0 9px 22px rgba(55,72,57,.16), inset 0 1px 0 rgba(255,255,255,.16);
    transform: translateY(-1px);
  }
}

@media (max-width: 390px) {
  .postcode-control { align-items: stretch; flex-direction: column; gap: 8px; }
  .postcode-button { align-self: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
