@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--bg:#101b1a;--panel:#172724;--ink:#f4f5ed;--muted:#b0bdb5;--line:#34443e;--gold:#e4bc78;--light:#f2f3ed;--dark:#152620;--soft:#dbe2d7;--font:'DM Sans',Arial,sans-serif;--display:'Manrope',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--ink);font:400 1rem/1.65 var(--font)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:var(--display);font-weight:550}h1{font-size:clamp(3rem,6.7vw,6.5rem);line-height:1.04;letter-spacing:-.065em}h2{font-size:clamp(2.25rem,4.2vw,4.25rem);line-height:1.12;letter-spacing:-.055em}h3{font-size:1.55rem;line-height:1.3;letter-spacing:-.03em}p{max-width:65ch}em{font-family:Georgia,serif;font-weight:400}small{font-size:.875rem}.wrap{width:min(1320px,calc(100% - 112px));margin:auto}.skip{position:absolute;top:-100px;left:20px;background:var(--gold);color:var(--dark);z-index:100;padding:10px}.skip:focus{top:10px}.site-header{position:relative;z-index:50;background:var(--bg);border-bottom:1px solid var(--line)}.nav{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:40px}.logo{font-family:var(--display);font-size:1.9rem;letter-spacing:-.09em;font-weight:700;white-space:nowrap}.logo span{font-weight:400;color:var(--gold)}.logo sup{font:600 .875rem/1 var(--font);letter-spacing:0;vertical-align:super;position:static;margin-left:.2em;margin-right:.15em;color:var(--gold)}.nav-links{display:flex;gap:30px;align-items:center;font-size:.9rem}.nav-links>a:not(.btn){padding:12px 0;position:relative}.nav-links>a[aria-current=page]:after{content:'';position:absolute;left:0;right:0;bottom:5px;height:1px;background:var(--gold)}.nav-links>a:hover{color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:15px 23px;background:var(--gold);color:var(--dark);border:1px solid var(--gold);border-radius:3px;font-size:.93rem;font-weight:650;line-height:1.3;transition:background .2s,transform .2s}.btn:hover{background:#f2cc90;color:var(--dark);transform:translateY(-2px)}.btn.ghost{background:transparent;color:var(--ink);border-color:#778079}.btn.ghost:hover{background:#263a31}.btn.light{background:var(--dark);border-color:var(--dark);color:white}.btn.small{padding:12px 20px}.arrow{font-size:1.25rem;font-weight:400}.text-link{display:inline-flex;gap:20px;align-items:center;border-bottom:1px solid currentColor;padding:4px 0;font-size:.95rem}.actions{display:flex;flex-wrap:wrap;gap:24px;align-items:center;margin-top:30px}.eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);margin-bottom:24px}.eyebrow .divider{margin:0 12px;color:#708477}.hero{position:relative;padding:66px 0 0}.hero-grid{display:grid;grid-template-columns:1.02fr 1fr;gap:30px;align-items:center}.hero-copy{position:relative;z-index:2;padding:30px 0 55px}.hero h1{max-width:710px}.hero h1 em{color:var(--gold);letter-spacing:-.06em}.hero .lead{font-size:1.125rem;color:var(--muted);max-width:475px;margin-top:26px}.hero-art{position:relative;height:590px;align-self:stretch;overflow:hidden;background:#060a08;border-radius:3px}.hero-art>img{height:100%;width:100%;object-fit:cover;object-position:center 57%}.hero-art:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,17,12,.65),transparent 35%);pointer-events:none}.frame-label{position:absolute;z-index:2;top:20px;left:22px;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}.frame-caption{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:.85rem}.frame-caption span:last-child{color:var(--gold)}.hero-note{font-size:.8rem;color:#adb9ad;margin-top:28px}.service-strip{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.service-strip>a{padding:24px 0;display:flex;gap:20px;align-items:center;font-size:.9rem}.service-strip span{font-size:.8rem;color:var(--gold)}.service-strip b{font-weight:400}.service-strip>a:hover b{color:var(--gold)}.section{padding:96px 0}.light-section{background:var(--light);color:var(--dark)}.light-section .eyebrow{color:#586545}.light-section .muted{color:#5c685f}.light-section .text-link{color:#243e2f}.section-head{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:end;margin-bottom:44px}.section-head p{color:var(--muted);max-width:490px;font-size:1.06rem}.light-section .section-head p{color:#5c685f}.section-head .eyebrow{margin-bottom:17px}.muted{color:var(--muted)}.service-rows{border-top:1px solid #bcc6b9}.service-row{display:grid;grid-template-columns:65px 1.1fr 1.2fr 35px;align-items:center;gap:30px;padding:36px 0;border-bottom:1px solid #bcc6b9;transition:padding .2s}.service-row:hover{padding-left:10px}.service-row .num{font-size:.875rem;color:#6b7768}.service-row h3{font-size:clamp(1.65rem,2.4vw,2.5rem)}.service-row p{color:#5c685f;font-size:1rem}.service-row .arrow{font-size:1.7rem}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.tag{font-size:.75rem;line-height:1.4;border:1px solid #5f7365;padding:6px 10px;border-radius:2px;color:var(--muted)}.light-section .tag{border-color:#b4c0b0;color:#435640}.feature{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.feature h2{max-width:510px}.feature .lead{margin-top:26px;color:var(--muted);font-size:1.08rem}.bundle{padding:34px 38px;background:#22372e;border:1px solid #4b604d;border-radius:3px;position:relative}.bundle .eyebrow{margin-bottom:12px}.bundle h3{font-size:1.9rem}.bundle .sub{margin-top:12px;color:var(--muted)}.checklist{padding:0;list-style:none;margin:22px 0}.checklist li{padding:12px 0;border-bottom:1px solid #46604c;display:flex;gap:14px}.checklist li:before{content:'✓';color:var(--gold)}.price{font:500 2.5rem/1.3 var(--display);letter-spacing:-.04em}.price small{display:block;font:400 .85rem/1.6 var(--font);letter-spacing:0;color:var(--muted)}.bundle-foot{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.video-card .video-screen{aspect-ratio:16/10;background:#23382e;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #607164}.video-screen button{border:0;background:transparent;color:white;width:100%;height:100%;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.video-screen button:hover{background:#2b4739}.play{border:1px solid #9eab99;border-radius:50%;width:54px;height:54px;display:grid;place-items:center;font-size:1.1rem}.video-screen iframe{width:100%;height:100%;border:0;position:absolute;inset:0}.video-card .eyebrow{font-size:.75rem;margin:20px 0 7px;color:#647255}.video-card h3{font-size:1.3rem}.video-card p{font-size:.95rem;color:#5c685f;margin-top:9px}.video-meta{display:flex;justify-content:space-between;align-items:center;gap:15px}.video-meta>a{font-size:.8rem;text-decoration:underline;text-underline-offset:4px}.portfolio-note{margin-top:25px;font-size:.875rem;color:#5c685f}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:45px}.step{border-top:1px solid var(--line);padding-top:24px}.step-num{color:var(--gold);font-size:.8rem;letter-spacing:.06em}.step h3{margin-top:24px;font-size:1.3rem}.step p{margin-top:14px;color:var(--muted);font-size:.95rem}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #bac4b6;border-bottom:1px solid #bac4b6}.support-card{padding:30px 32px 30px 0}.support-card+ .support-card{border-left:1px solid #bac4b6;padding-left:32px}.support-card p{color:#5c685f;margin:16px 0 24px}.support-card h3{font-size:1.4rem}.cta{background:#d5b87f;color:var(--dark);padding:76px 0}.cta .wrap{display:flex;justify-content:space-between;align-items:center;gap:50px}.cta h2{max-width:690px}.cta p{margin-top:17px;color:#354431}.footer{padding:55px 0 25px}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:35px}.footer .logo{display:inline-block}.footer p{font-size:.9rem;color:var(--muted);margin-top:17px;max-width:300px}.footer h3{font:600 .85rem var(--font);margin-bottom:17px}.footer a:not(.logo){display:block;color:var(--muted);font-size:.875rem;margin:8px 0}.footer a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--line);margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.8rem;color:#93a698}.footer-bottom .legal{display:flex;gap:20px;flex-wrap:wrap}.footer-bottom .legal a{display:inline;margin:0;font-size:.8rem}.menu-toggle{display:none;color:var(--ink);border:1px solid var(--line);background:transparent;padding:8px 12px;border-radius:2px}.page-intro{padding:76px 0 70px}.page-intro h1{max-width:1000px;font-size:clamp(3rem,6vw,5.65rem)}.page-intro h1 em{color:var(--gold)}.page-intro .lead{color:var(--muted);font-size:1.2rem;max-width:730px;margin-top:26px}.breadcrumb{display:flex;gap:12px;font-size:.85rem;color:var(--muted);margin-bottom:32px}.breadcrumb a{text-decoration:underline;text-underline-offset:4px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.detail-card{padding:28px;border:1px solid #b9c6b5;border-radius:3px}.detail-card p{margin-top:15px;color:#5c685f}.detail-card .text-link{margin-top:25px}.detail-card h3{font-size:1.5rem}.detail-card .eyebrow{margin-bottom:20px}.faq{max-width:950px;margin-top:35px}.faq details{border-top:1px solid var(--line);padding:23px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-size:1.15rem;font-weight:500;list-style:none;padding-right:40px;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';position:absolute;right:7px;top:0;color:var(--gold);font-size:1.4rem}.faq details[open] summary:after{content:'−'}.faq details p{padding-top:16px;color:var(--muted)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pricing-card{border:1px solid #b4c0ad;border-radius:3px;padding:30px;display:flex;flex-direction:column}.pricing-card.featured{background:var(--dark);color:var(--ink);border-color:var(--dark)}.pricing-card .eyebrow{min-height:22px}.pricing-card.featured .eyebrow{color:var(--gold)}.pricing-card h3{font-size:1.7rem}.pricing-card .price{margin-top:23px;font-size:2.3rem}.pricing-card .price small{color:inherit}.pricing-card>p{margin-top:20px;font-size:.95rem;color:#53634f}.pricing-card.featured>p{color:var(--muted)}.pricing-card ul{margin:25px 0 32px;list-style:none;padding:0;font-size:.95rem}.pricing-card li{padding:11px 0;border-bottom:1px solid #b6c1b1}.pricing-card.featured li{border-color:var(--line)}.pricing-card .btn{margin-top:auto}.note-box{padding:25px 30px;background:#e4e9dd;border-left:2px solid #748666;margin-top:30px;color:#4a5b45}.note-box p{max-width:90ch}.prose{max-width:800px}.prose h2{font-size:2rem;margin:35px 0 18px}.prose h3{font-size:1.3rem;margin:25px 0 12px}.prose p+p{margin-top:18px}.prose ul{padding-left:22px}.prose a{text-decoration:underline;text-underline-offset:4px}.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.industry-card{padding:35px;background:#1b2c25;border:1px solid var(--line)}.industry-card p{margin-top:18px;color:var(--muted)}.industry-card .text-link{margin-top:25px;color:var(--gold)}.industry-card .tag{border-color:#627459}.contact-grid{display:grid;grid-template-columns:.85fr 1.3fr;gap:80px}.contact-info h2{font-size:2.5rem}.contact-info>p{margin:20px 0 30px;color:#53634f}.contact-info .contact-line{padding:22px 0;border-top:1px solid #bac4b6}.contact-line strong{display:block;font-weight:500;font-size:1.1rem}.contact-line small{display:block;color:#53634f;margin-bottom:4px}.form{padding:35px;background:white;border:1px solid #c9d0c1;border-radius:3px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.field.full{grid-column:1/-1}.field label{display:block;font-size:.9rem;font-weight:550;margin-bottom:8px}.field input,.field select,.field textarea{width:100%;border:1px solid #b8c3b1;border-radius:2px;color:var(--dark);padding:12px 13px;background:#fafbf7;min-height:49px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid #667d56;outline-offset:1px}.field textarea{resize:vertical;min-height:125px}.form .btn{margin-top:24px}.form-note{font-size:.85rem;color:#596952;margin-top:18px}.form-note a{text-decoration:underline}.form-status{margin-top:20px;font-size:.95rem;padding:15px;background:#e7efdf;color:#263d20}.form-status[hidden]{display:none}.copy-btn{background:transparent;border:0;color:var(--dark);font-size:.9rem;text-decoration:underline;text-underline-offset:4px;margin-top:15px}.copy-output{width:100%;height:180px;margin-top:15px;font-size:.85rem}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}.filter-bar button{background:transparent;border:1px solid #9eaf98;color:var(--dark);border-radius:2px;padding:10px 17px;font-size:.9rem}.filter-bar button[aria-pressed=true]{background:var(--dark);color:var(--ink)}[hidden]{display:none!important}.full-video{aspect-ratio:16/9;max-width:950px;margin:30px 0}.full-video iframe{width:100%;height:100%;border:0}.area-list{font-size:1.5rem;line-height:2.1;max-width:950px}.area-list span{display:inline-block;margin-right:20px}.area-list span:after{content:' /';color:#728464;padding-left:20px}.area-list span:last-child:after{content:''}.rule{border:0;border-top:1px solid var(--line);margin:40px 0}.service-image{width:100%;height:420px;object-fit:cover;object-position:center 58%;border-radius:3px}.mini-title{font-size:.9rem;font-weight:600;margin-bottom:14px}.error-page{min-height:60vh;display:flex;flex-direction:column;justify-content:center}.no-js{padding:20px;background:#24392d}.no-js a{text-decoration:underline}.btn .arrow{line-height:1}
@media(min-width:1500px){.hero-art{height:630px}.hero-copy{padding-right:10px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.nav{gap:25px}.nav-links{gap:18px}.nav-links a{font-size:.85rem}.hero-grid{gap:25px}.hero-art{height:530px}.hero h1{font-size:5.4rem}.feature{gap:45px}.section-head{gap:45px}.pricing-card{padding:23px}.contact-grid{gap:40px}}
@media(max-width:850px){.wrap{width:calc(100% - 44px)}.nav{min-height:80px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:80px;background:var(--bg);padding:22px;border-bottom:1px solid var(--line);align-items:stretch;gap:6px}.nav-links.is-open{display:flex;flex-direction:column}.nav-links>a:not(.btn){padding:11px;font-size:1rem}.nav-links>a[aria-current=page]:after{display:none}.nav-links .btn{margin-top:10px}.hero{padding-top:35px}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(3.8rem,10vw,6rem);max-width:750px}.hero-copy{padding:12px 0 16px}.hero .lead{max-width:650px}.hero-art{height:390px}.hero-art>img{object-position:center 59%}.hero-note{margin-top:24px}.service-strip{margin-top:30px;gap:20px}.service-strip>a{align-items:start;gap:10px}.section{padding:70px 0}.section-head{grid-template-columns:1fr;gap:24px}.section-head p{max-width:650px}.feature{grid-template-columns:1fr;gap:35px}.feature h2{max-width:650px}.three-col,.pricing-grid{grid-template-columns:1fr}.video-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.two-col{gap:35px}.service-row{grid-template-columns:35px 1fr 1fr 20px;gap:18px}.support-grid{grid-template-columns:1fr}.support-card,.support-card+.support-card{padding:26px 0;border-left:0}.support-card+.support-card{border-top:1px solid #bac4b6}.support-card p{max-width:650px}.cta .wrap{align-items:start;flex-direction:column;gap:30px}.footer-top{grid-template-columns:1.5fr 1fr}.page-intro{padding:50px 0}.contact-grid{grid-template-columns:1fr}.contact-info>p{max-width:650px}.form{padding:26px}.pricing-card{padding:32px}.pricing-card .eyebrow{min-height:0}.industry-grid{gap:18px}.industry-card{padding:25px}}
@media(max-width:550px){.wrap{width:calc(100% - 36px)}h1{font-size:3.3rem}h2{font-size:2.5rem}.hero h1{font-size:3.9rem}.hero .eyebrow{font-size:.75rem;letter-spacing:.09em}.hero .eyebrow .divider{margin:0 5px}.hero-art{height:300px}.hero-copy{padding-top:8px}.hero .lead{font-size:1.05rem}.hero .actions{gap:20px}.hero .btn{padding:14px 18px}.service-strip{grid-template-columns:1fr;gap:0;margin-top:26px}.service-strip>a{padding:13px 0;border-bottom:1px solid var(--line)}.service-strip>a:last-child{border-bottom:0}.service-strip span{min-width:25px}.section{padding:58px 0}.section-head{margin-bottom:32px}.service-row{grid-template-columns:25px 1fr 20px;gap:15px;padding:26px 0}.service-row h3{font-size:1.8rem}.service-row p{grid-column:2;grid-row:2}.service-row>.arrow{grid-column:3;grid-row:1}.service-row .num{align-self:start;padding-top:5px}.bundle{padding:26px}.bundle-foot{align-items:start;flex-direction:column}.video-grid,.two-col,.industry-grid{grid-template-columns:1fr}.video-grid{gap:34px}.steps{gap:28px 20px}.step h3{margin-top:16px}.step p{font-size:.9rem}.cta{padding:54px 0}.footer-top{grid-template-columns:1fr 1fr;gap:32px 20px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{font-size:.75rem}.page-intro h1{font-size:3.2rem}.page-intro .lead{font-size:1.07rem}.form{padding:22px 18px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.form .btn{width:100%}.actions{gap:17px}.area-list{font-size:1.15rem}.service-image{height:300px}.frame-caption{font-size:.75rem}.frame-label{font-size:.75rem}.eyebrow{letter-spacing:.1em}.pricing-card{padding:27px}.note-box{padding:22px}.logo{font-size:1.7rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

.logo-image{width:204px;height:41px;object-fit:contain;object-position:left center}.footer .logo-image{width:180px;height:36px}@media(max-width:550px){.logo-image{width:184px;height:37px}.footer .logo-image{width:170px;height:34px}}

/* Enlarge the registered symbol in the shared website logo. */
.logo .brand-lockup{position:relative;display:inline-block;vertical-align:middle;line-height:0}
.logo .brand-registration{position:absolute;left:72.05%;top:0;width:5.89%;height:29.27%;margin:0;padding:0;display:flex;align-items:center;justify-content:center;background:var(--bg);color:#f4f5ed;font:700 12px/1 Arial,sans-serif;letter-spacing:0;pointer-events:none}
.footer .logo .brand-registration{font-size:10.6px}
@media(max-width:550px){.logo .brand-registration{font-size:10.8px}.footer .logo .brand-registration{font-size:10px}}

/* FAQ answers on light sections — the inherited --muted grey is unreadable
   on the cream background, so restate colours for that context. */
.light-section .faq details p{color:#4a5850}
.light-section .faq details{border-top-color:#bac4b6}
.light-section .faq details:last-child{border-bottom-color:#bac4b6}
.light-section .faq summary{color:var(--dark)}
.light-section .faq summary:after{color:#8a6f3d}

/* FAQ page: separate the question groups clearly so a reader never
   mistakes the end of a group for the end of the page. */
.faq-group{padding:72px 0}
.faq-group .faq{margin-top:26px}
.faq-group+.faq-group{border-top:1px solid var(--line)}
.light-section.faq-group+.faq-group{border-top-color:#bac4b6}
@media(max-width:550px){.faq-group{padding:52px 0}}

/* FAQ category jump links */
.faq-jump{margin-top:34px}
.faq-jump .eyebrow{margin-bottom:14px}
.faq-jump p{display:flex;flex-wrap:wrap;gap:10px;max-width:none}
.faq-jump a{border:1px solid #5f7365;border-radius:2px;padding:9px 15px;font-size:.9rem;color:var(--muted)}
.faq-jump a:hover{border-color:var(--gold);color:var(--gold)}
.faq-group h2{margin-bottom:0}
@media(max-width:550px){.faq-jump a{font-size:.85rem;padding:8px 12px}}

/* September 2026: supplied serif mark and concept photography. */
.logo .brand-lockup{display:block;position:relative;width:232px;height:46px;overflow:hidden;flex-shrink:0}
.logo .logo-image{position:absolute;left:-11px;top:-18px;width:252px!important;height:auto!important;max-width:none;filter:brightness(0) invert(1);object-fit:contain}
.footer .logo .brand-lockup{width:212px;height:43px}
.footer .logo .logo-image{width:230px!important;left:-10px;top:-17px}
.hero-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:44px}
.hero h1{font-size:clamp(3rem,5.5vw,5.5rem)}
.concept-figure{margin:0;min-width:0}
.concept-figure img{display:block;width:100%;height:auto;border-radius:3px}
.concept-figure figcaption{display:flex;justify-content:space-between;align-items:baseline;gap:10px;flex-wrap:wrap;padding:13px 0;font-size:.8rem;line-height:1.5;color:var(--muted,#b0bdb5)}
.concept-label{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:var(--gold,#e4bc78)}
.light-section .concept-figure figcaption{color:#43544c}
.light-section .concept-label{color:#68502b}
.concept-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 24px}
.concept-card{min-width:0}
.concept-card figcaption>span:first-child{font-family:Manrope,sans-serif;font-size:1.12rem;font-weight:600;color:#152620}
.concept-card p{margin:4px 0 0;font-size:.94rem;line-height:1.7;color:#43544c}
.concept-section .section-head{margin-bottom:36px}
.intro-visual{margin-top:48px;max-width:1040px}
.screen-price{margin-top:24px;color:#e4bc78}
@media(min-width:851px){.hero-visual{align-self:center}.hero .service-strip{margin-top:48px}}
@media(max-width:1100px){.nav{gap:20px}.nav-links{gap:18px}.logo .brand-lockup{width:202px;height:40px}.logo .logo-image{width:219px!important;left:-9px;top:-16px}}
@media(max-width:850px){.hero-grid{grid-template-columns:1fr;gap:36px}.hero h1{font-size:clamp(3rem,9vw,5rem)}.hero-visual{max-width:100%}.concept-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intro-visual{margin-top:32px}}
@media(max-width:550px){.hero h1{font-size:clamp(2.7rem,11.3vw,3.9rem)}.concept-grid{grid-template-columns:1fr;gap:30px}.concept-figure figcaption{gap:6px}.hero-grid{gap:28px}.logo .brand-lockup{width:202px;height:40px}.concept-card figcaption>span:first-child{font-size:1.1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media(max-width:950px){.nav{min-height:80px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:80px;background:var(--bg);padding:22px;border-bottom:1px solid var(--line);align-items:stretch;gap:6px}.nav-links.is-open{display:flex;flex-direction:column}.nav-links>a:not(.btn){padding:11px;font-size:1rem}.nav-links>a[aria-current=page]:after{display:none}.nav-links .btn{margin-top:10px}}
@media(max-width:550px){.site-header .logo .brand-lockup{width:180px;height:36px}.site-header .logo .logo-image{width:195px!important;left:-8px;top:-14px}.page-intro h1{font-size:clamp(2.5rem,10vw,3.2rem)}.hero-grid>*{min-width:0}}

/* ============================================================
   Desktop fixes — 16 Sep
   ============================================================ */

/* 1. Bare h2 followed directly by a card grid had no gap.
      .section-head carries margin-bottom:44px, but a plain
      h2 (as on about.html "What gets made.") does not, so the
      heading collided with the cards below. */
.section .wrap > h2 + .three-col,
.section .wrap > h2 + .steps,
.section .wrap > h2 + .service-rows,
.section .wrap > h2 + .pricing-grid,
.section .wrap > h2 + .faq,
.section .wrap > h2 + .actions {
  margin-top: 44px;
}
.section .wrap > .eyebrow + h2 {
  margin-bottom: 0;
}

/* 2. Button hover states, stated explicitly for every variant.
      A generic a:hover{color:var(--gold)} exists earlier in this
      file and the .btn / .btn.light cascade was leaving at least
      one variant with gold-on-gold text. These rules are scoped
      tightly enough to win outright and every pair is checked
      for contrast. */
a.btn:hover,
a.btn:focus-visible {
  background: #f2cc90;          /* lighter gold */
  color: #12211c;               /* near-black green — 9.8:1 */
  border-color: #f2cc90;
}
a.btn:hover .arrow,
a.btn:focus-visible .arrow {
  color: #12211c;
}

a.btn.light:hover,
a.btn.light:focus-visible {
  background: #22332b;          /* slightly lifted dark */
  color: #ffffff;               /* 12.4:1 */
  border-color: #22332b;
}
a.btn.light:hover .arrow,
a.btn.light:focus-visible .arrow {
  color: #ffffff;
}

a.btn.ghost:hover,
a.btn.ghost:focus-visible {
  background: #263a31;
  color: var(--ink);
  border-color: #8c968e;
}
a.btn.ghost:hover .arrow,
a.btn.ghost:focus-visible .arrow {
  color: var(--ink);
}

/* Keyboard focus ring — the buttons had none */
a.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
