:root {
  --forest-950: #071f18;
  --forest-900: #0b3024;
  --forest-800: #124534;
  --forest-700: #176047;
  --sage: #a8bcb1;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --white: #fff;
  --ink: #102f24;
  --muted: #60736b;
  --gold: #aa843e;
  --gold-light: #d9c58c;
  --line: #dcd6c8;
  --danger: #983f35;
  --shadow: 0 24px 70px rgba(7, 31, 24, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.utility-bar { background: var(--forest-950); color: rgba(255,255,255,.68); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.utility-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner a { color: var(--gold-light); }
.site-header { position: relative; z-index: 40; background: var(--forest-900); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-emblem { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(217,197,140,.7); border-radius: 50%; position: relative; }
.brand-emblem::before, .brand-emblem::after, .brand-emblem span { content: ''; position: absolute; background: var(--gold-light); }
.brand-emblem::before { width: 18px; height: 2px; }
.brand-emblem::after { width: 2px; height: 18px; }
.brand-emblem span { width: 8px; height: 8px; border-radius: 50%; background: var(--forest-900); border: 1px solid var(--gold-light); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-weight: 400; font-size: 24px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 7px; color: var(--gold-light); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; }
.primary-nav { display: flex; align-items: center; gap: 35px; font-size: 13px; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { color: rgba(255,255,255,.82); position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold-light); transition: right .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 20px; padding: 0 18px; border: 1px solid rgba(255,255,255,.38); color: var(--white); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.nav-cta:hover { background: var(--white); color: var(--forest-900); }
.nav-toggle { display: none; border: 0; background: none; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--white); }

.section-index { display: inline-block; color: var(--gold); font-size: 10px; line-height: 1; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-index.light { color: var(--gold-light); }
.hero { color: var(--white); background: var(--forest-900); overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; width: 58vw; height: 58vw; border: 1px solid rgba(217,197,140,.09); border-radius: 50%; right: -25vw; top: -30vw; box-shadow: 0 0 0 11vw rgba(255,255,255,.015), 0 0 0 22vw rgba(255,255,255,.01); }
.hero-grid { min-height: 665px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); align-items: center; gap: 70px; padding-top: 62px; padding-bottom: 72px; position: relative; }
.hero-copy { max-width: 690px; position: relative; z-index: 2; }
.hero-kicker { margin: 31px 0 16px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 700; display: flex; align-items: center; gap: 12px; }
.hero-kicker span { width: 28px; height: 1px; background: currentColor; }
.hero h1, .page-hero h1, .product-hero h1, .form-intro h1 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.hero h1 { max-width: 760px; font-size: clamp(52px, 6vw, 82px); }
.hero-lead { max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; margin-top: 36px; }
.button { min-height: 52px; padding: 0 24px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--forest-700); }
.hero .button-primary, .cta-section .button-primary { color: var(--forest-950); background: var(--gold-light); }
.button-primary:hover { background: var(--gold); }
.button-quiet { color: var(--ink); border-color: var(--line); background: transparent; }
.hero .button-quiet { color: var(--white); border-color: rgba(255,255,255,.35); }
.button-gold { color: var(--forest-950); background: var(--gold-light); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.35); background: transparent; }
.button.small { min-height: 40px; padding-inline: 16px; }
.trust-inline { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 28px; color: rgba(255,255,255,.65); font-size: 12px; }
.trust-inline span { display: inline-flex; align-items: center; gap: 8px; }
.trust-inline i { color: var(--gold-light); font-style: normal; }
.hero-visual { height: 470px; position: relative; display: grid; place-items: center; }
.orbital-mark { width: 390px; height: 390px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; inset: 0; border: 1px solid rgba(217,197,140,.28); border-radius: 50%; }
.orbit-one::before, .orbit-two::before, .orbit-three::before { content: ''; position: absolute; width: 9px; height: 9px; background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 0 7px rgba(217,197,140,.09); }
.orbit-one { transform: rotate(16deg) scaleX(.68); }
.orbit-one::before { left: 50%; top: -5px; }
.orbit-two { transform: rotate(73deg) scaleX(.68); }
.orbit-two::before { left: 50%; bottom: -5px; }
.orbit-three { transform: rotate(132deg) scaleX(.68); }
.orbit-three::before { right: 11%; top: 20%; }
.orbital-core { width: 142px; height: 142px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--cream); color: var(--forest-900); border-radius: 50%; box-shadow: 0 0 0 12px rgba(217,197,140,.07); }
.orbital-core b { font: 400 46px/1 var(--serif); }
.orbital-core small { font-size: 8px; letter-spacing: .24em; font-weight: 800; margin-top: 8px; }
.hero-note { position: absolute; left: 5px; bottom: 5px; width: 255px; padding: 19px 22px; background: rgba(7,31,24,.93); border-left: 2px solid var(--gold-light); box-shadow: var(--shadow); }
.hero-note span { color: var(--gold-light); font-size: 8px; letter-spacing: .2em; font-weight: 800; }
.hero-note strong { display: block; margin-top: 8px; font: 400 18px/1.3 var(--serif); }
.hero-note p { margin: 7px 0 0; color: rgba(255,255,255,.55); font-size: 10px; }
.hero-metrics { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.hero-metrics > div { min-height: 125px; padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-metrics > div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.hero-metrics span { display: block; font: 400 35px/1 var(--serif); color: var(--gold-light); }
.hero-metrics span small { font-size: 17px; }
.hero-metrics p { margin: 10px 0 0; color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }

.section-heading { margin-bottom: 55px; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 90px; }
.section-heading h2, .privacy-section h2, .cta-section h2, .information-grid h2 { margin: 18px 0 0; font: 400 clamp(39px, 4vw, 58px)/1.05 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.split-heading > p { margin: 0; color: var(--muted); }
.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.process-grid article { min-height: 340px; padding: 25px 27px 32px; background: rgba(255,255,255,.32); border-right: 1px solid var(--line); position: relative; transition: background .2s ease, transform .2s ease; }
.process-grid article:last-child { border-right: 0; }
.process-grid article:hover { background: var(--white); transform: translateY(-4px); box-shadow: var(--shadow); z-index: 2; }
.process-grid article > span { color: var(--gold); font-size: 10px; letter-spacing: .12em; }
.process-icon { margin: 42px 0 28px; color: var(--gold); font: 400 40px/1 var(--serif); }
.process-grid h3 { margin: 0; font: 400 25px/1.2 var(--serif); }
.process-grid p { margin: 17px 0 0; color: var(--muted); font-size: 13px; }
.directory-preview { background: var(--paper); }
.text-link { color: var(--gold); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.text-link span { margin-left: 9px; }
.text-link.large { align-self: end; justify-self: end; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.product-card { min-width: 0; }
.product-card-main { min-height: 315px; height: 100%; padding: 29px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); position: relative; overflow: hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.product-card-main::after { content: ''; position: absolute; width: 160px; height: 160px; border: 1px solid rgba(170,132,62,.18); border-radius: 50%; top: -80px; right: -70px; }
.product-card-main:hover { transform: translateY(-5px); border-color: var(--gold-light); box-shadow: var(--shadow); }
.product-monogram { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid var(--gold-light); color: var(--gold); font: 400 22px/1 var(--serif); }
.product-card .eyebrow { margin-top: 34px; color: var(--muted); font-size: 8px; text-transform: uppercase; font-weight: 800; letter-spacing: .16em; }
.product-card h3 { margin: 8px 0 0; font: 400 28px/1.1 var(--serif); letter-spacing: -.025em; }
.product-card p { margin: 8px 0 20px; color: var(--muted); font-size: 13px; }
.product-card .text-link { margin-top: auto; }
.privacy-section { color: var(--white); background: var(--forest-900); }
.privacy-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: center; }
.privacy-art { min-height: 430px; display: grid; place-items: center; position: relative; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(145deg, rgba(255,255,255,.03), transparent); overflow: hidden; }
.privacy-art::before, .privacy-art::after, .privacy-art span { content: ''; position: absolute; border: 1px solid rgba(217,197,140,.28); border-radius: 50%; }
.privacy-art::before { width: 340px; height: 340px; }
.privacy-art::after { width: 240px; height: 240px; }
.privacy-art span { width: 140px; height: 140px; }
.privacy-art b { position: relative; text-align: center; color: var(--gold-light); font: 400 19px/1.4 var(--serif); letter-spacing: .12em; }
.privacy-section h2 { max-width: 680px; }
.privacy-section p { color: rgba(255,255,255,.67); max-width: 690px; font-size: 16px; }
.assurance-list { margin-top: 35px; border-top: 1px solid rgba(255,255,255,.14); }
.assurance-list span { min-height: 60px; display: grid; grid-template-columns: 42px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.assurance-list i { color: var(--gold-light); font-size: 10px; font-style: normal; }
.assurance-list b { font-size: 12px; letter-spacing: .03em; }
.cta-section { padding: 100px 0; background: var(--gold-light); text-align: center; color: var(--forest-950); }
.cta-section.compact { padding-block: 80px; }
.cta-inner { max-width: 820px; }
.cta-section h2 { font-size: clamp(42px, 5vw, 68px); }
.cta-section p { margin: 20px auto 32px; max-width: 620px; }

.site-footer { padding-top: 70px; background: var(--cream); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }
.brand-footer .brand-emblem { border-color: var(--gold); }
.brand-footer .brand-emblem span { background: var(--cream); border-color: var(--gold); }
.brand-footer .brand-copy small { color: var(--gold); }
.footer-intro p { max-width: 280px; margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.footer-grid h2 { margin: 0 0 18px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) p { display: block; margin: 9px 0; color: var(--muted); font-size: 12px; }
.footer-grid a:hover { color: var(--gold); }
.disclaimer { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.disclaimer p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.page-hero { padding: 100px 0 88px; background: var(--forest-900); color: var(--white); }
.page-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 100px; }
.page-hero h1 { max-width: 780px; margin-top: 22px; font-size: clamp(48px, 6vw, 78px); }
.page-hero p { margin: 0; color: rgba(255,255,255,.65); }
.search-box { margin-top: -145px; margin-bottom: 70px; padding: 26px 28px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); position: relative; }
.search-box label { display: block; margin-bottom: 10px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.search-box > div { display: flex; }
.search-box input { width: 100%; min-height: 58px; padding: 0 18px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.search-box button { width: 130px; border: 0; background: var(--forest-700); color: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }
.directory-hero { padding-bottom: 185px; }
.directory-count { margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.directory-count strong { color: var(--ink); }
.empty-state, .error-card { padding: 70px; text-align: center; border: 1px solid var(--line); background: var(--cream); }
.empty-state h2, .error-card h1 { font: 400 40px/1.1 var(--serif); }

.product-hero { padding: 85px 0 95px; color: var(--white); background: var(--forest-900); }
.product-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.back-link { display: inline-block; margin-bottom: 50px; color: var(--gold-light); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.back-link.light { color: rgba(255,255,255,.65); margin-bottom: 12px; }
.product-hero h1 { margin-top: 24px; font-size: clamp(58px, 7vw, 92px); }
.ingredient { margin: 10px 0 0; color: var(--gold-light); font: 400 28px/1.2 var(--serif); }
.product-intro { max-width: 630px; margin: 27px 0 32px; color: rgba(255,255,255,.67); }
.product-visual { min-height: 420px; padding: 35px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(145deg, rgba(255,255,255,.06), transparent); position: relative; overflow: hidden; }
.product-visual::after { content: ''; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(217,197,140,.14); border-radius: 50%; right: -150px; top: -140px; }
.product-code { display: flex; flex-direction: column; }
.product-code span { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .2em; }
.product-code b { color: var(--gold-light); font: 400 17px/1.2 var(--serif); }
.product-monogram.large { grid-column: 1 / -1; place-self: center; width: 150px; height: 150px; color: var(--gold-light); font-size: 54px; border-color: rgba(217,197,140,.55); border-radius: 50%; }
.product-data { grid-column: 1 / -1; display: flex; flex-direction: column; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.product-data span { color: rgba(255,255,255,.45); font-size: 8px; text-transform: uppercase; letter-spacing: .15em; }
.product-data strong { margin-top: 5px; font: 400 23px/1.2 var(--serif); }
.product-data small { color: var(--gold-light); }
.information-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.info-cards { border-top: 1px solid var(--line); }
.info-cards article { display: grid; grid-template-columns: 55px .8fr 1.2fr; align-items: baseline; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.info-cards article > span { color: var(--gold); font-size: 10px; }
.info-cards h3 { margin: 0; font: 400 24px/1.2 var(--serif); }
.info-cards p { margin: 0; color: var(--muted); font-size: 13px; }

.form-page { padding: 80px 0 110px; background: var(--forest-900); }
.form-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 70px; }
.form-intro { position: sticky; top: 35px; color: var(--white); }
.form-intro h1 { margin-top: 24px; font-size: clamp(43px, 5vw, 66px); }
.form-intro > p { color: rgba(255,255,255,.64); }
.form-assurances { margin-top: 35px; border-top: 1px solid rgba(255,255,255,.13); }
.form-assurances span { min-height: 55px; display: flex; gap: 13px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.75); font-size: 11px; }
.form-assurances i { color: var(--gold-light); font-style: normal; }
.form-card { background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.22); }
.form-card-heading { padding: 35px 40px; border-bottom: 1px solid var(--line); }
.form-card-heading > span { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.form-card-heading h2 { margin: 9px 0 4px; font: 400 37px/1.1 var(--serif); }
.form-card-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.enquiry-form { padding: 10px 40px 40px; }
.enquiry-form fieldset { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px; margin: 0; padding: 35px 0; border: 0; border-bottom: 1px solid var(--line); }
.enquiry-form legend { grid-column: 1 / -1; width: 100%; margin-bottom: 4px; color: var(--ink); font: 400 21px/1.2 var(--serif); }
.enquiry-form legend span { margin-right: 12px; color: var(--gold); font: 800 9px/1 var(--sans); }
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label, .quote-form label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; line-height: 1.3; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea, .field select, .quote-form input, .quote-form select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: var(--white); color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus, .quote-form input:focus, .quote-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(170,132,62,.12); }
.upload-field { grid-column: span 1; }
.upload-field input { padding: 9px; font-size: 11px; }
.upload-field small { display: block; color: var(--muted); margin-top: 5px; font-size: 9px; }
.consents { padding: 28px 0; }
.consents label { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; color: var(--muted); font-size: 11px; }
.consents input { margin-top: 4px; accent-color: var(--forest-700); }
.consents a { color: var(--gold); text-decoration: underline; }
.submit-button { width: 100%; }
.form-footnote { margin: 11px 0 0; color: var(--muted); text-align: center; font-size: 9px; }
.form-errors { margin: 22px 40px 0; padding: 15px 18px; color: var(--danger); background: #fff0ed; border-left: 3px solid var(--danger); font-size: 12px; }
.form-errors ul { margin: 7px 0 0; padding-left: 18px; }
.honeypot { position: absolute; left: -9999px; }

.received-page { min-height: 70vh; background: var(--cream); }
.received-card { max-width: 790px; padding: 70px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); text-align: center; }
.success-mark { width: 70px; height: 70px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest-700); font-size: 26px; }
.received-card h1 { margin: 18px 0; font: 400 56px/1.05 var(--serif); letter-spacing: -.035em; }
.received-card > p { color: var(--muted); }
.reference-box { margin: 35px auto; padding: 22px; background: var(--forest-900); color: var(--white); }
.reference-box span { display: block; color: var(--gold-light); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.reference-box strong { display: block; margin-top: 8px; font: 400 25px/1 var(--serif); letter-spacing: .08em; }
.received-summary { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.received-summary div { padding: 18px; border-right: 1px solid var(--line); }
.received-summary div:last-child { border-right: 0; }
.received-summary span { display: block; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.received-summary strong { display: block; margin-top: 5px; font: 400 18px/1.2 var(--serif); }
.subtle { font-size: 11px; }

.timeline { max-width: 940px; }
.timeline article { display: grid; grid-template-columns: 100px 1fr; gap: 35px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.timeline article > span { color: var(--gold); font-size: 10px; }
.timeline h2 { margin: 0; font: 400 34px/1.15 var(--serif); }
.timeline p { margin: 12px 0 0; color: var(--muted); }
.faq-list { max-width: 950px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; display: grid; grid-template-columns: 55px 1fr 30px; align-items: center; list-style: none; cursor: pointer; font: 400 25px/1.25 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font: 800 9px/1 var(--sans); }
.faq-list summary i { font-style: normal; color: var(--gold); transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > div { padding: 0 70px 28px 55px; color: var(--muted); }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin: 50px 0 12px; font: 400 33px/1.2 var(--serif); }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: var(--muted); }
.error-card > span { color: var(--gold); font: 400 80px/1 var(--serif); }

.admin-login { min-height: 75vh; display: grid; place-items: center; padding: 80px 24px; background: var(--cream); }
.admin-login-card { width: min(100%, 470px); padding: 45px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.admin-login-card h1 { margin: 14px 0 0; font: 400 48px/1.1 var(--serif); }
.admin-login-card > p { color: var(--muted); font-size: 13px; }
.admin-login-card form { display: grid; gap: 18px; margin-top: 27px; }
.admin-login-card .form-errors { margin: 20px 0 0; }
.admin-bar { padding: 48px 0; color: var(--white); background: var(--forest-900); }
.admin-bar > .shell { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.admin-bar h1 { margin: 9px 0 0; font: 400 46px/1.1 var(--serif); }
.admin-content { padding-top: 42px; padding-bottom: 100px; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--white); }
.admin-stats div { min-height: 125px; padding: 22px; border-right: 1px solid var(--line); }
.admin-stats div:last-child { border-right: 0; }
.admin-stats span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.admin-stats strong { display: block; margin-top: 14px; font: 400 35px/1 var(--serif); }
.admin-settings { margin: 25px 0; padding: 20px 22px; display: flex; align-items: center; gap: 25px; background: var(--cream); border: 1px solid var(--line); }
.admin-settings > div { margin-right: auto; }
.admin-settings h2 { margin: 0; font: 400 21px/1.2 var(--serif); }
.admin-settings p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.inline-form { display: flex; align-items: end; gap: 8px; }
.inline-form label { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.inline-form input { display: block; width: 90px; height: 40px; border: 1px solid var(--line); padding: 8px; }
.inline-form button { height: 40px; padding: 0 13px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
.admin-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.admin-table th { padding: 14px 17px; color: var(--muted); background: var(--cream); text-align: left; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.admin-table td { padding: 15px 17px; border-top: 1px solid var(--line); vertical-align: top; white-space: nowrap; }
.admin-table td strong, .admin-table td small { display: block; }
.admin-table td small { margin-top: 4px; color: var(--muted); }
.admin-table td a { color: var(--gold); font-weight: 700; }
.empty-cell { padding: 50px !important; text-align: center; color: var(--muted); }
.status { display: inline-flex; padding: 5px 8px; color: var(--forest-800); background: #e4eee9; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.status-needs_review, .status-failed, .status-bounced { color: #7a2e26; background: #f8e6e2; }
.status-quote_ready, .status-preview { color: #765b22; background: #f6edcf; }
.status-quote_sent, .status-sent { color: #176047; background: #dff0e8; }
.admin-detail-grid { padding-top: 40px; padding-bottom: 100px; display: grid; grid-template-columns: repeat(2, 1fr); align-items: start; gap: 22px; }
.admin-panel { padding: 28px; background: var(--white); border: 1px solid var(--line); }
.admin-panel h2 { margin: 0 0 22px; font: 400 29px/1.2 var(--serif); }
.admin-panel h3 { margin-top: 30px; font: 400 20px/1.2 var(--serif); }
.admin-panel > p { color: var(--muted); font-size: 12px; }
.admin-panel dl { margin: 0; }
.admin-panel dl div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.admin-panel dt { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.admin-panel dd { margin: 0; font-size: 12px; overflow-wrap: anywhere; }
.quote-value { color: var(--gold); font: 400 23px/1 var(--serif) !important; }
.quote-form { display: grid; grid-template-columns: 1fr 110px; gap: 13px; margin-top: 25px; }
.quote-form .button { grid-column: 1 / -1; }
.messages-panel { grid-column: 1 / -1; }
.messages-panel article { margin-top: 15px; border: 1px solid var(--line); }
.messages-panel article > div { padding: 13px; display: flex; justify-content: space-between; background: var(--cream); }
.messages-panel pre { margin: 0; padding: 17px; white-space: pre-wrap; color: var(--muted); font: 11px/1.6 var(--sans); }

/* Patient-first public experience */
:focus-visible { outline: 4px solid var(--gold-light); outline-offset: 4px; }
.plain-eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 13px; line-height: 1.3; font-weight: 800; letter-spacing: .13em; }
.plain-eyebrow.light { color: var(--gold-light); }
.patient-hero::before { width: 46vw; height: 46vw; right: -20vw; top: -22vw; }
.patient-hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); align-items: center; gap: 78px; padding-top: 78px; padding-bottom: 82px; position: relative; }
.patient-hero-copy { position: relative; z-index: 2; }
.patient-hero h1 { max-width: 810px; font-size: clamp(52px, 5.6vw, 78px); line-height: 1.02; }
.patient-hero .hero-lead { max-width: 720px; margin-top: 25px; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.65; }
.patient-search { max-width: 720px; margin-top: 36px; padding: 20px; color: var(--ink); background: var(--white); box-shadow: 0 22px 70px rgba(0,0,0,.24); }
.patient-search label { display: block; margin-bottom: 9px; color: var(--ink); font-size: 16px; line-height: 1.3; font-weight: 750; }
.patient-search > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.patient-search input { width: 100%; min-height: 64px; padding: 0 20px; border: 2px solid var(--line); border-right: 0; border-radius: 0; outline: 0; color: var(--ink); background: var(--paper); font-size: 18px; }
.patient-search input:focus { border-color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold); }
.patient-search button { min-width: 190px; min-height: 64px; padding: 0 25px; border: 0; color: var(--white); background: var(--forest-700); font-size: 16px; font-weight: 800; cursor: pointer; }
.patient-search button:hover { background: var(--forest-800); }
.patient-alternative { margin: 20px 0 0; color: rgba(255,255,255,.78); font-size: 15px; }
.patient-alternative a { min-height: 44px; display: inline-flex; align-items: center; color: var(--gold-light); font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.patient-trust { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 21px; color: rgba(255,255,255,.8); font-size: 14px; }
.patient-trust span { display: inline-flex; gap: 8px; align-items: center; }
.patient-help-card { padding: 42px 40px; color: var(--ink); background: var(--cream); border-top: 5px solid var(--gold-light); box-shadow: var(--shadow); position: relative; z-index: 2; }
.help-number { color: var(--gold); font: 400 54px/1 var(--serif); }
.patient-help-card h2 { margin: 20px 0 26px; font: 400 34px/1.13 var(--serif); letter-spacing: -.025em; }
.patient-help-card ol { margin: 0; padding: 0; list-style: none; counter-reset: help; }
.patient-help-card li { counter-increment: help; display: grid; grid-template-columns: 37px 1fr; column-gap: 13px; padding: 17px 0; border-top: 1px solid var(--line); }
.patient-help-card li::before { content: counter(help); grid-row: 1 / 3; width: 31px; height: 31px; display: grid; place-items: center; color: var(--white); background: var(--forest-700); border-radius: 50%; font-size: 14px; font-weight: 800; }
.patient-help-card li strong { font-size: 17px; line-height: 1.35; }
.patient-help-card li span { color: var(--muted); font-size: 14px; }

.simple-heading { max-width: 850px; text-align: center; }
.simple-heading h2 { margin: 0; font: 400 clamp(42px, 4.5vw, 62px)/1.05 var(--serif); letter-spacing: -.035em; }
.simple-heading > p:not(.plain-eyebrow) { margin: 23px auto 0; max-width: 750px; color: var(--muted); font-size: 18px; }
.simple-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.simple-cards article { min-height: 250px; padding: 34px 32px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--forest-700); }
.simple-cards article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--forest-700); border-radius: 50%; font-weight: 800; }
.simple-cards h3 { margin: 26px 0 0; font: 400 28px/1.15 var(--serif); }
.simple-cards p { margin: 13px 0 0; color: var(--muted); font-size: 15px; }
.compact-cards article { min-height: 225px; }
.plain-privacy { padding: 90px 0; color: var(--white); background: var(--forest-900); }
.plain-privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.plain-privacy h2 { margin: 0; font: 400 clamp(42px, 4.5vw, 61px)/1.05 var(--serif); letter-spacing: -.035em; }
.plain-privacy-grid > div:last-child { padding: 34px 0 34px 46px; border-left: 1px solid rgba(255,255,255,.2); }
.plain-privacy p { margin: 0; color: rgba(255,255,255,.8); font-size: 18px; }
.plain-privacy a { min-height: 48px; margin-top: 20px; display: inline-flex; align-items: center; color: var(--gold-light); font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.patient-cta .button { margin-top: 28px; }

.patient-product-hero { padding: 78px 0 88px; }
.patient-product-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 85px; align-items: center; }
.patient-product-hero h1 { margin: 17px 0 0; font-size: clamp(56px, 6vw, 84px); }
.patient-product-hero .back-link { min-height: 44px; margin-bottom: 34px; display: inline-flex; align-items: center; color: var(--gold-light); font-size: 14px; letter-spacing: 0; text-transform: none; }
.patient-product-hero .ingredient { margin-top: 13px; font-size: 23px; }
.patient-product-hero .product-intro { max-width: 650px; color: rgba(255,255,255,.8); font-size: 18px; }
.medicine-choice-card { padding: 42px; color: var(--ink); background: var(--paper); border-top: 5px solid var(--gold-light); box-shadow: 0 30px 90px rgba(0,0,0,.23); }
.choice-step { margin: 0; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.medicine-choice-card h2 { margin: 11px 0 28px; font: 400 38px/1.08 var(--serif); letter-spacing: -.025em; }
.medicine-choice-form label { display: block; margin-bottom: 10px; color: var(--ink); font-size: 17px; line-height: 1.4; font-weight: 750; }
.medicine-choice-form select { width: 100%; min-height: 66px; padding: 0 48px 0 17px; border: 2px solid var(--forest-700); border-radius: 0; color: var(--ink); background: var(--white); font-size: 18px; }
.medicine-choice-form .button, .medicine-choice-card > .button { width: 100%; margin-top: 17px; }
.choice-empty { color: var(--muted); font-size: 17px; }
.choice-help { margin: 20px 0 0; color: var(--forest-700); font-size: 15px; font-weight: 700; }
.medical-boundary { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.simple-product-info { background: var(--cream); }

.patient-form-page { padding: 76px 0 108px; }
.patient-form-grid { grid-template-columns: minmax(300px, .66fr) minmax(560px, 1.34fr); gap: 68px; }
.patient-form-intro h1 { font-size: clamp(45px, 4.7vw, 64px); line-height: 1.02; }
.patient-form-intro > p { color: rgba(255,255,255,.8); font-size: 17px; }
.patient-assurances span { min-height: 64px; color: rgba(255,255,255,.87); font-size: 15px; }
.patient-assurances i { width: 30px; height: 30px; display: grid; place-items: center; color: var(--forest-950); background: var(--gold-light); border-radius: 50%; font-weight: 800; }
.phone-help { min-height: 72px; margin-top: 26px; padding: 12px 16px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.24); }
.phone-help span { color: rgba(255,255,255,.66); font-size: 13px; }
.phone-help strong { color: var(--gold-light); font-size: 20px; }
.patient-form-card { border-top: 5px solid var(--gold-light); }
.patient-form-card .form-card-heading { padding: 36px 42px 29px; }
.patient-form-card .form-card-heading h2 { margin: 0 0 8px; font-size: 39px; }
.patient-form-card .form-card-heading p { font-size: 14px; }
.patient-enquiry-form { padding: 4px 42px 42px; }
.patient-enquiry-form fieldset { gap: 24px; padding: 37px 0; }
.patient-enquiry-form legend { margin-bottom: 11px; font-size: 27px; }
.patient-enquiry-form legend span { width: 34px; height: 34px; margin-right: 11px; display: inline-grid; place-items: center; color: var(--white); background: var(--forest-700); border-radius: 50%; font-size: 14px; }
.patient-enquiry-form .field label { margin-bottom: 9px; color: var(--ink); font-size: 15px; line-height: 1.4; font-weight: 750; letter-spacing: 0; text-transform: none; }
.patient-enquiry-form .field input, .patient-enquiry-form .field textarea, .patient-enquiry-form .field select { min-height: 58px; padding: 13px 15px; border-width: 2px; font-size: 17px; }
.patient-enquiry-form .field textarea { min-height: 120px; }
.patient-enquiry-form .field small { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }
.chosen-medicine { padding: 23px 25px; position: relative; background: #e8f0ec; border-left: 5px solid var(--forest-700); }
.chosen-medicine span, .chosen-medicine strong, .chosen-medicine small { display: block; }
.chosen-medicine span { color: var(--muted); font-size: 13px; }
.chosen-medicine strong { margin-top: 3px; font: 400 30px/1.15 var(--serif); }
.chosen-medicine small { margin-top: 4px; color: var(--muted); font-size: 14px; }
.chosen-medicine a { min-height: 44px; margin-top: 9px; display: inline-flex; align-items: center; color: var(--gold); font-size: 14px; font-weight: 750; text-decoration: underline; }
.important-field { padding: 21px; background: var(--cream); border: 1px solid var(--line); }
.manual-option, .prescription-option { margin-top: 2px; border: 1px solid var(--line); background: var(--white); }
.manual-option summary, .prescription-option summary { min-height: 58px; padding: 14px 18px; display: flex; align-items: center; color: var(--forest-700); font-size: 15px; font-weight: 750; cursor: pointer; }
.manual-option-grid { padding: 0 18px 19px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.prescription-option { margin: 28px 0 0; }
.prescription-option .field { padding: 0 18px 20px; }
.patient-consents { padding: 30px 0; }
.patient-consents label { gap: 15px; margin-bottom: 20px; color: var(--ink); font-size: 14px; line-height: 1.55; }
.patient-consents input { flex: 0 0 auto; width: 24px; height: 24px; margin-top: 1px; }
.patient-enquiry-form .submit-button { min-height: 64px; font-size: 18px; }
.patient-enquiry-form .form-footnote { font-size: 13px; }

.patient-received-card { max-width: 850px; padding: 68px; }
.patient-received-card h1 { font-size: clamp(45px, 5vw, 62px); }
.patient-received-card > p { font-size: 18px; }
.patient-reference-box { margin: 35px auto; padding: 26px; color: var(--white); background: var(--forest-900); }
.patient-reference-box span, .patient-reference-box small { display: block; }
.patient-reference-box span { color: var(--gold-light); font-size: 14px; font-weight: 750; }
.patient-reference-box strong { display: block; margin: 7px 0; font: 400 30px/1.2 var(--serif); letter-spacing: .04em; }
.patient-reference-box small { color: rgba(255,255,255,.7); font-size: 13px; }
.patient-received-summary { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.patient-received-summary div { padding: 22px; border-right: 1px solid var(--line); }
.patient-received-summary div:last-child { border-right: 0; }
.patient-received-summary span { display: block; color: var(--muted); font-size: 13px; }
.patient-received-summary strong { display: block; margin-top: 6px; font: 400 20px/1.25 var(--serif); }
.received-next-step { margin: 30px 0; padding: 24px; background: var(--cream); }
.received-next-step strong { font-size: 18px; }
.received-next-step p { margin: 5px 0 0; color: var(--muted); font-size: 15px; }
.simple-page-hero .page-hero-grid > p { color: rgba(255,255,255,.8); font-size: 18px; }
.patient-timeline article { grid-template-columns: 76px 1fr; }
.patient-timeline article > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: var(--forest-700); border-radius: 50%; font-size: 17px; font-weight: 800; }
.patient-timeline h2 { font-size: 36px; }
.patient-timeline p { font-size: 17px; }

/* Admin operations workspace */
.admin-main { min-height: 70vh; background: #f1f4f1; }
.admin-command-bar { padding: 54px 0 48px; }
.admin-command-bar > .shell, .admin-detail-bar > .shell { align-items: center; }
.admin-command-bar h1 { font-size: clamp(42px, 4.4vw, 60px); }
.admin-command-bar p, .admin-detail-bar p { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 14px; }
.admin-header-actions { display: flex; align-items: center; gap: 10px; }
.admin-header-actions .button { min-height: 46px; font-size: 11px; }
.admin-dashboard-content { padding-top: 32px; }
.admin-overview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.admin-overview-card { min-height: 175px; padding: 25px 26px; display: flex; flex-direction: column; color: var(--ink); background: var(--white); border: 1px solid #d6dfd9; border-top: 4px solid transparent; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.admin-overview-card:hover, .admin-overview-card.is-active { transform: translateY(-2px); border-top-color: var(--gold); box-shadow: 0 14px 35px rgba(7,31,24,.08); }
.admin-overview-card.action-card { color: var(--white); background: var(--forest-800); border-color: var(--forest-800); }
.admin-overview-card.action-card.is-active, .admin-overview-card.action-card:hover { border-top-color: var(--gold-light); }
.admin-overview-card > span { font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.admin-overview-card strong { margin-top: 18px; font: 400 49px/1 var(--serif); color: var(--gold); }
.admin-overview-card.action-card strong { color: var(--gold-light); }
.admin-overview-card small { margin-top: auto; color: var(--muted); font-size: 11px; line-height: 1.45; }
.admin-overview-card.action-card small { color: rgba(255,255,255,.65); }
.admin-workspace-bar { margin-top: 18px; background: var(--white); border: 1px solid #d6dfd9; }
.admin-funnel-panel { margin-top: 18px; padding: 22px 24px; display: grid; grid-template-columns: minmax(220px, .8fr) minmax(500px, 1.7fr); gap: 30px; align-items: center; color: var(--white); background: var(--forest-800); }
.admin-funnel-panel > div:first-child > span { color: var(--gold-light); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.admin-funnel-panel h2 { margin: 5px 0 0; font: 400 27px/1.2 var(--serif); }
.admin-funnel-panel p { max-width: 390px; margin: 7px 0 0; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.5; }
.admin-funnel-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.16); }
.admin-funnel-grid > div { min-height: 78px; padding: 13px 15px; border-right: 1px solid rgba(255,255,255,.16); }
.admin-funnel-grid > div:last-child { border-right: 0; }
.admin-funnel-grid span, .admin-funnel-grid strong { display: block; }
.admin-funnel-grid span { color: rgba(255,255,255,.55); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.admin-funnel-grid strong { margin-top: 8px; color: var(--gold-light); font: 400 27px/1 var(--serif); }
.admin-filter-form { padding: 22px; display: grid; grid-template-columns: minmax(260px, 2fr) repeat(3, minmax(135px, .7fr)) auto; gap: 12px; align-items: end; }
.admin-search-field label, .admin-filter-field label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.admin-search-field > div { display: grid; grid-template-columns: 1fr auto; }
.admin-search-field input, .admin-filter-field select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--paper); outline: 0; }
.admin-search-field input:focus, .admin-filter-field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(170,132,62,.12); }
.admin-search-field button { padding: 0 17px; border: 0; color: var(--white); background: var(--forest-700); font-weight: 800; cursor: pointer; }
.admin-apply-filter { min-height: 48px; padding-inline: 18px; }
.admin-clear-filters { grid-column: 1 / -1; width: max-content; color: var(--gold); font-size: 12px; font-weight: 800; text-decoration: underline; }
.admin-source-settings { border-top: 1px solid #d6dfd9; }
.admin-source-settings summary { min-height: 55px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 12px; font-weight: 800; }
.admin-source-settings summary strong { color: var(--gold); }
.admin-source-settings > div { padding: 20px 22px; display: flex; align-items: end; gap: 18px; background: var(--cream); }
.admin-source-settings p { margin: 0 auto 0 0; color: var(--muted); font-size: 11px; }
.admin-source-settings p.sync-error { color: #8a342b; font-weight: 800; }
.admin-results-heading { margin: 35px 0 16px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.admin-results-heading h2 { margin: 0; font: 400 33px/1.15 var(--serif); }
.admin-results-heading p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.high-priority-link { color: #8f3c32; font-size: 12px; font-weight: 800; }
.admin-enquiry-table-wrap { border-color: #d6dfd9; box-shadow: 0 12px 35px rgba(7,31,24,.04); }
.admin-enquiry-table { font-size: 12px; }
.admin-enquiry-table th { padding: 15px 18px; font-size: 9px; }
.admin-enquiry-table td { padding: 19px 18px; vertical-align: middle; white-space: normal; }
.admin-enquiry-table tr { transition: background .15s ease; }
.admin-enquiry-table tbody tr:hover { background: #f8faf8; }
.admin-enquiry-table tr.is-high-priority { box-shadow: inset 4px 0 #b65042; }
.admin-enquiry-table td:nth-child(1) { min-width: 175px; }
.admin-enquiry-table td:nth-child(2) { min-width: 190px; }
.admin-enquiry-table td:nth-child(3) { min-width: 190px; }
.admin-enquiry-table td:nth-child(6) { min-width: 155px; }
.admin-enquiry-table td > strong { font-size: 12px; }
.admin-enquiry-table td small { line-height: 1.4; }
.admin-reference-cell { display: flex; align-items: center; gap: 9px; }
.admin-reference-cell a { font-size: 12px; }
.unread-badge { margin-left: 6px; padding: 4px 6px; color: var(--white); background: #176047; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.priority-star { color: #b65042; font-size: 17px; }
.brand-badge { width: max-content; margin-top: 5px; padding: 3px 6px; display: inline-flex; color: var(--forest-700); background: #e4eee9; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.brand-yurtdisindanilac { color: #765b22; background: #f6edcf; }
.action-hint { color: #983f35 !important; font-weight: 800; }
.admin-open-link { width: 38px; height: 38px; display: grid; place-items: center; color: var(--forest-700) !important; border: 1px solid var(--line); font-size: 17px; }
.admin-open-link:hover { color: var(--white) !important; background: var(--forest-700); }
.empty-cell strong, .empty-cell span { display: block; }
.empty-cell strong { color: var(--ink); font: 400 27px/1.2 var(--serif); }
.empty-cell span { margin-top: 7px; }
.admin-pagination { min-height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.admin-pagination a { color: var(--gold); font-size: 12px; font-weight: 800; }
.admin-pagination a:last-child { justify-self: end; }
.admin-pagination strong { color: var(--muted); font-size: 11px; }

.admin-detail-bar { padding: 43px 0 40px; }
.admin-detail-bar .back-link { min-height: 35px; margin-bottom: 8px; display: inline-flex; align-items: center; font-size: 11px; }
.admin-detail-title { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.admin-detail-title h1 { font-size: clamp(36px, 4vw, 52px); letter-spacing: -.025em; }
.high-priority-badge { padding: 6px 10px; color: #6f261e; background: #f6dcd8; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.admin-detail-status { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.admin-detail-status .status { font-size: 10px; padding: 8px 10px; }
.admin-detail-status .brand-badge { color: var(--gold-light); background: transparent; border: 1px solid rgba(255,255,255,.2); }
.admin-detail-content { padding-top: 30px; padding-bottom: 100px; }
.admin-notice { min-height: 58px; margin-bottom: 18px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; color: var(--forest-800); background: #dff0e8; border-left: 4px solid var(--forest-700); font-size: 13px; font-weight: 750; }
.admin-notice > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--white); background: var(--forest-700); border-radius: 50%; }
.admin-notice.is-error { color: #762d24; background: #f8e6e2; border-left-color: #983f35; }
.admin-notice.is-error > span { background: #983f35; }
.admin-case-summary { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border: 1px solid #d6dfd9; }
.admin-case-summary > div { min-height: 105px; padding: 21px 23px; display: flex; flex-direction: column; border-right: 1px solid #d6dfd9; }
.admin-case-summary > div:last-child { border-right: 0; }
.admin-case-summary span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.admin-case-summary strong { margin-top: 8px; font: 400 21px/1.2 var(--serif); }
.admin-case-summary small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.admin-case-grid { padding-top: 18px; padding-bottom: 0; gap: 18px; }
.admin-case-grid .admin-panel { padding: 26px; border-color: #d6dfd9; box-shadow: 0 10px 30px rgba(7,31,24,.035); }
.admin-panel-heading { min-height: 38px; margin-bottom: 21px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); padding-bottom: 17px; }
.admin-panel-heading > div { display: flex; align-items: center; gap: 10px; }
.admin-panel-heading > div > span { color: var(--gold); font-size: 9px; font-weight: 900; }
.admin-panel-heading h2 { margin: 0; font-size: 27px; }
.admin-panel-heading > strong { color: var(--muted); font-size: 11px; }
.system-label { padding: 5px 8px; color: var(--muted); background: var(--cream); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.customer-name { display: flex; align-items: center; gap: 15px; }
.customer-name > span { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; color: var(--white); background: var(--forest-700); border-radius: 50%; font: 400 18px/1 var(--serif); }
.customer-name strong, .customer-name small { display: block; }
.customer-name strong { font: 400 23px/1.2 var(--serif); }
.customer-name small { margin-top: 3px; color: var(--muted); }
.contact-actions { margin-top: 22px; display: grid; grid-template-columns: 1fr auto; border-top: 1px solid var(--line); }
.contact-action { min-height: 69px; padding: 13px 0; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); }
.contact-action span { color: var(--muted); font-size: 10px; }
.contact-action strong { font-size: 12px; overflow-wrap: anywhere; }
.contact-action.primary strong { color: var(--gold); }
.copy-action { min-height: 38px; align-self: center; padding: 0 11px; border: 1px solid var(--line); color: var(--muted); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.copy-action:hover { color: var(--white); background: var(--forest-700); }
.admin-data-list div { grid-template-columns: 120px 1fr !important; padding: 13px 0 !important; }
.admin-data-list dt { font-size: 9px !important; }
.admin-data-list dd { font-size: 12px !important; }
.admin-data-list dd strong { font-size: 14px; }
.customer-message { white-space: pre-wrap; }
.download-link { display: block; color: var(--gold); font-weight: 800; }
.download-link + small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }
.admin-ai-panel > p { margin: 0; padding: 20px; color: var(--ink); background: #edf2ef; border-left: 4px solid var(--forest-700); font-size: 13px; line-height: 1.65; }
.match-snapshot { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; border: 1px solid var(--line); }
.match-snapshot > div { padding: 14px; border-right: 1px solid var(--line); }
.match-snapshot > div:last-child { border-right: 0; }
.match-snapshot span, .match-snapshot strong { display: block; }
.match-snapshot span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.match-snapshot strong { margin-top: 5px; font-size: 11px; overflow-wrap: anywhere; }
.admin-manage-form { display: grid; gap: 17px; }
.admin-manage-form .field label, .admin-quote-form .field label { color: var(--ink); font-size: 11px; letter-spacing: 0; text-transform: none; }
.admin-manage-form .field input, .admin-manage-form .field select, .admin-manage-form .field textarea, .admin-quote-form .field input, .admin-quote-form .field select, .admin-quote-form .field textarea { min-height: 47px; font-size: 13px; }
.admin-manage-form textarea, .admin-quote-form textarea { resize: vertical; }
.admin-manage-form .field small, .admin-quote-form .field small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }
.admin-manage-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-manage-actions .button { min-height: 44px; padding-inline: 15px; font-size: 9px; }
.admin-quote-panel { grid-column: 1 / -1; }
.quote-guidance { margin-bottom: 20px; padding: 15px 18px; background: var(--cream); }
.quote-guidance strong { font-size: 12px; }
.quote-guidance p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.admin-quote-form { grid-template-columns: minmax(200px, .55fr) 140px minmax(300px, 1fr); margin-top: 0; align-items: end; }
.admin-quote-form .quote-message-field { grid-column: 3; grid-row: 1 / 3; }
.admin-quote-form .quote-message-field textarea { min-height: 142px; }
.quote-recipient { grid-column: 1 / 3; min-height: 72px; padding: 13px 16px; display: flex; flex-direction: column; justify-content: center; background: #edf2ef; }
.quote-recipient span, .quote-recipient small { color: var(--muted); font-size: 9px; }
.quote-recipient strong { font-size: 12px; }
.quote-actions { grid-column: 1 / -1; margin-top: 7px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 10px; }
.quote-actions .button { grid-column: auto; min-height: 54px; }
.admin-history-panel { grid-column: 1 / -1; }
.message-list { display: grid; gap: 10px; }
.message-list details { border: 1px solid var(--line); }
.message-list summary { min-height: 65px; padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; background: var(--cream); }
.message-list summary::-webkit-details-marker { display: none; }
.message-list summary div strong, .message-list summary div span { display: block; }
.message-list summary div strong { font-size: 11px; }
.message-list summary div span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.message-list pre { margin: 0; padding: 20px; white-space: pre-wrap; color: var(--muted); background: var(--white); font: 11px/1.65 var(--sans); }
.message-error { margin: 0; padding: 10px 20px; color: #762d24; background: #f8e6e2; font-size: 10px; }
.admin-empty-panel { padding: 35px; color: var(--muted); text-align: center; background: var(--cream); }
.admin-activity-panel ol { margin: 0; padding: 0; list-style: none; }
.admin-activity-panel li { min-height: 57px; display: grid; grid-template-columns: 18px 1fr; gap: 10px; }
.admin-activity-panel li > span { width: 9px; height: 9px; margin-top: 6px; border: 2px solid var(--gold); border-radius: 50%; position: relative; }
.admin-activity-panel li:not(:last-child) > span::after { content: ''; position: absolute; width: 1px; height: 43px; left: 2px; top: 9px; background: var(--line); }
.admin-activity-panel li strong, .admin-activity-panel li small { display: block; }
.admin-activity-panel li strong { font-size: 11px; }
.admin-activity-panel li small { margin-top: 3px; color: var(--muted); font-size: 9px; }

@media (min-width: 981px) {
  .primary-nav { font-size: 15px; }
  .nav-cta { min-height: 50px; padding-inline: 20px; font-size: 13px; letter-spacing: .04em; text-transform: none; }
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .section-pad { padding: 85px 0; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 84px; left: 0; right: 0; padding: 25px 24px; display: none; flex-direction: column; align-items: stretch; background: var(--forest-950); border-top: 1px solid rgba(255,255,255,.12); }
  .primary-nav.is-open { display: flex; }
  .primary-nav .nav-cta { justify-content: space-between; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { height: 390px; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .page-hero-grid, .product-hero-grid, .form-page-grid, .information-grid, .privacy-grid { grid-template-columns: 1fr; gap: 45px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .privacy-art { min-height: 320px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .page-hero p { max-width: 600px; }
  .product-visual { min-height: 360px; }
  .form-intro { position: static; }
  .admin-stats { grid-template-columns: repeat(2, 1fr); }
  .admin-stats div:nth-child(2) { border-right: 0; }
  .admin-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .admin-settings { align-items: flex-end; flex-wrap: wrap; }
  .patient-hero-grid, .patient-product-grid, .patient-form-grid, .plain-privacy-grid { grid-template-columns: 1fr; gap: 46px; }
  .patient-hero-grid { padding-top: 70px; padding-bottom: 70px; }
  .patient-help-card { width: min(100%, 650px); }
  .plain-privacy-grid > div:last-child { padding: 0; border-left: 0; }
  .patient-form-intro { max-width: 670px; }
  .admin-overview-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-funnel-panel { grid-template-columns: 1fr; }
  .admin-filter-form { grid-template-columns: repeat(2, 1fr); }
  .admin-search-field { grid-column: 1 / -1; }
  .admin-apply-filter { width: 100%; }
  .admin-case-summary { grid-template-columns: repeat(2, 1fr); }
  .admin-case-summary > div:nth-child(2) { border-right: 0; }
  .admin-case-summary > div:nth-child(-n+2) { border-bottom: 1px solid #d6dfd9; }
  .admin-quote-form { grid-template-columns: 1fr 140px; }
  .admin-quote-form .quote-message-field { grid-column: 1 / -1; grid-row: auto; }
  .quote-recipient { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .utility-inner span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .nav-row { min-height: 72px; }
  .primary-nav { top: 72px; }
  .brand-copy strong { font-size: 20px; }
  .brand-emblem { width: 38px; height: 38px; }
  .hero-grid { padding-top: 55px; padding-bottom: 40px; gap: 20px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { height: 320px; }
  .orbital-mark { width: 290px; height: 290px; }
  .hero-note { left: 0; width: 235px; }
  .hero-metrics > div { min-height: 105px; padding: 20px 16px; }
  .hero-metrics span { font-size: 29px; }
  .section-pad { padding: 70px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .privacy-section h2, .cta-section h2, .information-grid h2 { font-size: 39px; }
  .process-grid, .product-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 275px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .product-card-main { min-height: 280px; }
  .privacy-grid { gap: 35px; }
  .privacy-art { min-height: 270px; }
  .cta-section { padding: 75px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { gap: 12px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .page-hero { padding: 70px 0; }
  .page-hero h1, .product-hero h1, .form-intro h1 { font-size: 48px; }
  .directory-hero { padding-bottom: 155px; }
  .search-box { padding: 20px; }
  .search-box > div { display: grid; }
  .search-box button { width: 100%; height: 50px; }
  .product-hero { padding: 60px 0 70px; }
  .back-link { margin-bottom: 35px; }
  .product-visual { min-height: 330px; padding: 25px; }
  .info-cards article { grid-template-columns: 35px 1fr; }
  .info-cards article p { grid-column: 2; }
  .form-page { padding-top: 55px; }
  .form-card-heading, .enquiry-form { padding-left: 22px; padding-right: 22px; }
  .enquiry-form fieldset { grid-template-columns: 1fr; }
  .field.full, .upload-field { grid-column: auto; }
  .form-errors { margin-left: 22px; margin-right: 22px; }
  .received-card { padding: 45px 22px; }
  .received-card h1 { font-size: 43px; }
  .received-summary { grid-template-columns: 1fr; }
  .received-summary div { border-right: 0; border-bottom: 1px solid var(--line); }
  .received-summary div:last-child { border-bottom: 0; }
  .timeline article { grid-template-columns: 45px 1fr; gap: 15px; }
  .faq-list summary { grid-template-columns: 35px 1fr 20px; font-size: 21px; }
  .faq-list details > div { padding-left: 35px; padding-right: 20px; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .admin-stats div { min-height: 100px; padding: 16px; }
  .admin-settings { display: grid; }
  .admin-detail-grid { grid-template-columns: 1fr; }
  .messages-panel { grid-column: auto; }
  .admin-panel dl div { grid-template-columns: 100px 1fr; }
  .admin-login-card { padding: 30px 22px; }
  .empty-state, .error-card { padding: 45px 20px; }
  .plain-eyebrow { font-size: 11px; }
  .patient-hero-grid { gap: 35px; padding-top: 52px; padding-bottom: 55px; }
  .patient-hero h1 { font-size: 43px; }
  .patient-hero .hero-lead { font-size: 17px; }
  .patient-search { margin-top: 28px; padding: 14px; }
  .patient-search > div { grid-template-columns: 1fr; }
  .patient-search input { min-height: 60px; border-right: 2px solid var(--line); }
  .patient-search button { min-width: 0; min-height: 58px; }
  .patient-trust { display: grid; gap: 9px; }
  .patient-help-card { padding: 32px 24px; }
  .patient-help-card h2 { font-size: 30px; }
  .simple-heading { text-align: left; }
  .simple-heading h2 { font-size: 40px; }
  .simple-heading > p:not(.plain-eyebrow) { font-size: 17px; }
  .simple-cards { grid-template-columns: 1fr; margin-top: 35px; }
  .simple-cards article { min-height: 0; padding: 27px 24px; }
  .plain-privacy { padding: 70px 0; }
  .plain-privacy h2 { font-size: 40px; }
  .plain-privacy p { font-size: 17px; }
  .patient-product-hero { padding: 50px 0 60px; }
  .patient-product-hero h1 { font-size: 49px; overflow-wrap: anywhere; }
  .patient-product-hero .ingredient { font-size: 20px; }
  .patient-product-hero .product-intro { font-size: 17px; }
  .medicine-choice-card { padding: 30px 21px; }
  .medicine-choice-card h2 { font-size: 33px; }
  .medicine-choice-form select { font-size: 17px; }
  .patient-form-page { padding-top: 50px; }
  .patient-form-intro h1 { font-size: 44px; }
  .patient-form-card .form-card-heading, .patient-enquiry-form { padding-left: 20px; padding-right: 20px; }
  .patient-form-card .form-card-heading h2 { font-size: 34px; }
  .patient-enquiry-form legend { font-size: 23px; }
  .manual-option-grid { grid-template-columns: 1fr; }
  .patient-received-card { padding: 43px 20px; }
  .patient-received-card h1 { font-size: 41px; }
  .patient-received-summary { grid-template-columns: 1fr; }
  .patient-received-summary div { border-right: 0; border-bottom: 1px solid var(--line); }
  .patient-received-summary div:last-child { border-bottom: 0; }
  .patient-timeline article { grid-template-columns: 48px 1fr; gap: 16px; }
  .patient-timeline h2 { font-size: 29px; }
  .admin-command-bar > .shell, .admin-detail-bar > .shell { align-items: flex-start; }
  .admin-header-actions { width: 100%; margin-top: 20px; }
  .admin-header-actions .button { min-height: 42px; padding-inline: 12px; }
  .admin-overview-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .admin-funnel-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-funnel-grid > div:nth-child(2) { border-right: 0; }
  .admin-funnel-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .admin-overview-card { min-height: 150px; padding: 18px; }
  .admin-overview-card strong { font-size: 41px; }
  .admin-overview-card small { font-size: 9px; }
  .admin-filter-form { grid-template-columns: 1fr; padding: 16px; }
  .admin-search-field { grid-column: auto; }
  .admin-clear-filters { grid-column: auto; }
  .admin-source-settings > div { align-items: stretch; flex-direction: column; }
  .admin-results-heading { align-items: flex-start; flex-direction: column; }
  .admin-enquiry-table th:nth-child(2), .admin-enquiry-table td:nth-child(2), .admin-enquiry-table th:nth-child(5), .admin-enquiry-table td:nth-child(5), .admin-enquiry-table th:nth-child(6), .admin-enquiry-table td:nth-child(6) { display: none; }
  .admin-enquiry-table td { padding: 14px 12px; }
  .admin-enquiry-table td:nth-child(1), .admin-enquiry-table td:nth-child(3) { min-width: 135px; }
  .admin-detail-status { margin-top: 16px; align-items: flex-start; }
  .admin-case-summary { grid-template-columns: 1fr; }
  .admin-case-summary > div { min-height: 90px; border-right: 0; border-bottom: 1px solid #d6dfd9; }
  .admin-case-summary > div:last-child { border-bottom: 0; }
  .admin-case-grid .admin-panel { padding: 20px; }
  .admin-panel-heading { align-items: flex-start; }
  .admin-data-list div { grid-template-columns: 1fr !important; gap: 5px !important; }
  .match-snapshot { grid-template-columns: repeat(2, 1fr); }
  .match-snapshot > div:nth-child(2) { border-right: 0; }
  .match-snapshot > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .admin-quote-form { grid-template-columns: 1fr; }
  .admin-quote-form .quote-message-field, .quote-recipient { grid-column: 1; }
  .quote-actions { grid-template-columns: 1fr; }
  .message-list summary { align-items: flex-start; flex-direction: column; }
}

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

/* Workflow, AI email assistant and secure customer status */
.status-review, .status-awaiting_price { color: #765b22; background: #f6edcf; }
.status-waiting_customer { color: #31546b; background: #e2edf4; }
.status-customer_replied { color: #fff; background: #176047; }
.status-estimate_sent, .status-completed { color: #176047; background: #dff0e8; }
.admin-ai-composer { position: relative; overflow: hidden; }
.admin-ai-composer::before { content: ''; position: absolute; width: 260px; height: 260px; top: -170px; right: -120px; border: 1px solid rgba(169,130,61,.22); border-radius: 50%; pointer-events: none; }
.ai-instruction-form { display: grid; gap: 18px; }
.ai-price-row { display: grid; grid-template-columns: minmax(240px, 1fr) 150px; gap: 13px; }
.ai-instruction-field textarea { min-height: 118px !important; padding: 15px !important; border: 2px solid #cfd9d3 !important; background: #fbfcfb !important; font-size: 14px !important; line-height: 1.55; }
.ai-instruction-field textarea:focus { border-color: var(--gold) !important; }
.ai-prompt-examples { display: flex; flex-wrap: wrap; gap: 8px; }
.ai-prompt-examples button { min-height: 38px; padding: 8px 12px; border: 1px solid #cfd9d3; color: var(--forest-800); background: #f2f6f3; font-size: 10px; font-weight: 800; cursor: pointer; }
.ai-prompt-examples button:hover { color: var(--white); background: var(--forest-700); }
.ai-auto-status { min-height: 42px; padding: 10px 13px; display: flex; align-items: center; gap: 10px; color: #31546b; background: #e7f0f5; border-left: 4px solid #52798f; font-size: 11px; }
.ai-auto-status span { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.ai-auto-status.is-loading span { animation: ai-status-pulse 1.2s ease-in-out infinite; }
.ai-auto-status.is-ready { color: #176047; background: #e3f1e9; border-left-color: #176047; }
.ai-auto-status.is-error { color: #762d24; background: #f8e6e2; border-left-color: #983f35; }
@keyframes ai-status-pulse { 50% { opacity: .25; transform: scale(.72); } }
.ai-generate-button { width: 100%; min-height: 56px; font-size: 11px; }
.ai-generate-button:disabled { cursor: wait; opacity: .7; }
.ai-error { margin: 0; padding: 13px 15px; color: #762d24; background: #f8e6e2; border-left: 4px solid #983f35; font-size: 11px; }
.ai-draft-preview { margin-top: 25px; padding: 23px; border: 1px solid #c9d6cf; background: #f7faf8; box-shadow: inset 4px 0 var(--gold); }
.ai-preview-heading { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.ai-preview-heading div span, .ai-preview-heading div strong { display: block; }
.ai-preview-heading div span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.ai-preview-heading div strong { margin-top: 3px; font: 400 21px/1.2 var(--serif); }
.ai-draft-preview input[readonly], .ai-draft-preview textarea[readonly] { color: var(--ink); background: var(--white); cursor: default; }
.ai-draft-preview textarea[readonly] { min-height: 170px; line-height: 1.6; }
.ai-draft-preview .quote-recipient { margin-top: 15px; }
.ai-send-form { margin-top: 12px; }
.ai-send-form .button { width: 100%; min-height: 57px; }
.ai-send-form .button:disabled { cursor: not-allowed; opacity: .45; }
.conversation-list details { border-left-width: 4px; }
.conversation-list .message-inbound { border-left-color: #176047; }
.conversation-list .message-outbound { border-left-color: var(--gold); }
.message-direction { margin-right: 9px; padding: 4px 6px; color: var(--white); background: var(--forest-700); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.message-inbound .message-direction { background: #176047; }
.request-status-page { min-height: 70vh; background: #f1f4f1; }
.request-status-hero { padding: 70px 0; color: var(--white); background: var(--forest-900); }
.request-status-hero h1 { max-width: 780px; margin: 14px 0; font-size: clamp(48px, 6vw, 75px); }
.request-status-hero > .shell > p:last-child { max-width: 680px; color: rgba(255,255,255,.78); font-size: 18px; }
.request-status-content { padding-top: 35px; padding-bottom: 100px; }
.request-status-summary { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d6dfd9; background: var(--white); }
.request-status-summary > div { min-height: 110px; padding: 22px; border-right: 1px solid #d6dfd9; }
.request-status-summary > div:last-child { border-right: 0; }
.request-status-summary span, .request-status-summary strong { display: block; }
.request-status-summary span { color: var(--muted); font-size: 12px; font-weight: 800; }
.request-status-summary strong { margin-top: 10px; font: 400 22px/1.25 var(--serif); }
.request-update-card { max-width: 900px; margin: 25px auto 0; border-top: 5px solid var(--gold); background: var(--white); box-shadow: var(--shadow); }
.request-update-card .form-card-heading { padding: 35px 42px 15px; }
.request-update-card .form-card-heading h2 { font-size: 40px; }
.request-update-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px; padding: 25px 0; }
.request-update-grid .full { grid-column: 1 / -1; }

@media (max-width: 640px) {
  .ai-price-row, .request-status-summary, .request-update-grid { grid-template-columns: 1fr; }
  .ai-draft-preview { padding: 18px; }
  .ai-preview-heading { align-items: flex-start; flex-direction: column; }
  .request-status-summary > div { border-right: 0; border-bottom: 1px solid #d6dfd9; }
  .request-status-summary > div:last-child { border-bottom: 0; }
  .request-update-card .form-card-heading { padding-left: 20px; padding-right: 20px; }
  .request-update-grid .full { grid-column: auto; }
}
