:root{
  --black:#11100e; --black-2:#1b1915; --gold:#c99636; --gold-2:#e4bd68;
  --cream:#f3ecdf; --sand:#eee2cf; --warm:#fbf8f1; --white:#fff; --ink:#191714;
  --muted:#6d685f; --line:#ded6c7; --shadow:0 18px 45px rgba(29,24,16,.10);
  --radius:16px; --container:min(1180px,calc(100% - 48px));
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased} img{display:block;max-width:100%} a{color:inherit;text-decoration:none} button{font:inherit}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;left:16px;top:-60px;z-index:1000;background:#fff;color:#111;padding:10px 16px;border-radius:8px;box-shadow:var(--shadow)}.skip-link:focus{top:16px}
.topbar{background:linear-gradient(90deg,#b98027,#e5bb66);color:#17130d;font-size:.78rem;font-weight:800;letter-spacing:.02em}.topbar__inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar p{margin:0}.language-switch{display:flex;align-items:center;gap:7px}.lang-btn{border:0;background:transparent;padding:4px 1px;font-weight:900;cursor:pointer;opacity:.55}.lang-btn.is-active{opacity:1;text-decoration:underline;text-underline-offset:3px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(17,16,14,.97);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-wrap{height:80px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content;color:#fff}.brand img{width:58px;height:58px;object-fit:cover;border-radius:50%;box-shadow:0 0 0 1px rgba(216,168,74,.65)}.brand__text{display:grid;line-height:1.05;text-transform:uppercase}.brand__text strong{font-size:1.18rem;letter-spacing:.19em;color:var(--gold-2)}.brand__text small{font-size:.56rem;letter-spacing:.095em;color:#e7d4a7;margin-top:5px}.primary-nav{display:flex;align-items:center;gap:27px;color:#f6f2ea;font-size:.82rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.primary-nav>a:not(.button){position:relative;padding-block:10px}.primary-nav>a:not(.button)::after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--gold);transition:right .2s ease}.primary-nav>a:not(.button):hover::after,.primary-nav>a:not(.button):focus-visible::after{right:0}.menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.22);background:transparent;border-radius:9px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{width:20px;height:2px;background:#fff}.button{min-height:47px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 20px;border:1px solid transparent;border-radius:4px;font-size:.81rem;font-weight:900;text-transform:uppercase;letter-spacing:.035em;transition:transform .18s ease,background .18s ease,border-color .18s ease;color:#111}.button:hover{transform:translateY(-1px)}.button--gold{background:linear-gradient(180deg,#d9aa50,#bf8e34);border-color:#d4a64f;color:#111}.button--gold:hover{background:#e0b45e}.button--outline{border-color:rgba(218,169,74,.9);color:#fff;background:rgba(17,16,14,.36)}.button--outline:hover{background:rgba(17,16,14,.68)}.button--dark{background:#161411;color:#fff;border-color:#161411}.button--outline-dark{border-color:#1b1813;color:#1b1813;background:transparent}.nav-cta{min-height:43px;padding-inline:18px}
.hero{min-height:620px;position:relative;display:grid;align-items:center;overflow:hidden;background:#0f0f0e}.hero__image{position:absolute;right:-1%;top:0;width:auto;max-width:none;height:103%;object-fit:contain;object-position:center bottom}.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.98) 0%,rgba(8,8,8,.93) 27%,rgba(8,8,8,.76) 43%,rgba(8,8,8,.35) 58%,rgba(8,8,8,.03) 76%,rgba(8,8,8,0) 100%)}.hero__content{position:relative;z-index:2;padding-block:82px;color:#fff}.eyebrow{margin:0 0 10px;color:#a87822;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.eyebrow--light{color:#e2b65f}.hero h1{max-width:690px;margin:0;font-size:clamp(3.1rem,6.25vw,5.75rem);line-height:.96;letter-spacing:-.055em;text-transform:uppercase;font-weight:950}.hero h1 span:last-child{color:#d7a84d}.hero__lead{max-width:585px;font-size:1.06rem;margin:24px 0 0;color:#f5f2ea}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{min-height:124px;display:flex;align-items:center;gap:17px;padding:24px 24px;border-right:1px solid var(--line)}.trust-item:first-child{border-left:1px solid var(--line)}.trust-icon{flex:0 0 50px;width:50px;height:50px;display:grid;place-items:center;border:2px solid var(--gold);border-radius:50%;color:#9d6b17;font-size:1.45rem;font-weight:900}.trust-icon--bbb{border-radius:8px;font-size:1rem}.trust-item h2{font-size:.82rem;line-height:1.2;text-transform:uppercase;margin:0 0 6px;letter-spacing:.025em}.trust-item p{margin:0;color:var(--muted);font-size:.81rem;line-height:1.45}
.section{padding:84px 0}.section--warm{background:linear-gradient(180deg,#fbf8f1,#f7f1e6)}.section--white{background:#fff}.section--sand{background:linear-gradient(180deg,#f1e7d7,#f8f2e8)}.section--cream{background:#eee4d3}.section-heading{max-width:780px;margin:0 auto 38px;text-align:center}.section-heading--compact{margin-bottom:28px}.section-heading h2,.split-copy h2,.why-heading h2,.cta h2,.interior-copy h2{margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.04;letter-spacing:-.038em;text-transform:uppercase}.section-heading p:last-child{max-width:690px;margin:14px auto 0;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{position:relative;background:#fff;border:1px solid #e4dccd;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(28,20,11,.06)}.service-card>img{width:100%;height:220px;object-fit:cover;transition:transform .35s ease}.service-card:hover>img{transform:scale(1.03)}.service-card__body{position:relative;padding:26px 24px 28px;min-height:218px}.service-number{display:block;margin-bottom:17px;color:#ae7b23;font-weight:900;font-size:.74rem;letter-spacing:.12em}.service-card h3{margin:0 0 10px;font-size:1.02rem;line-height:1.25;text-transform:uppercase}.service-card p{margin:0;color:var(--muted);font-size:.9rem}.service-card--support>img{filter:saturate(.9) contrast(.98)}.support-tag{position:absolute;top:198px;right:16px;transform:translateY(-50%);background:#17130e;color:#e5ba63;border:1px solid rgba(229,186,99,.65);padding:7px 9px;border-radius:4px;font-size:.61rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.project-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.project{margin:0;position:relative;overflow:hidden;border-radius:12px;background:#eee}.project--feature{grid-column:span 3;min-height:340px}.project--support{grid-column:span 2;min-height:250px}.project img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.project--feature img{min-height:340px}.project--support img{min-height:250px}.project:hover img{transform:scale(1.025)}.project figcaption{position:absolute;left:14px;bottom:14px;background:rgba(17,16,14,.9);color:#fff;padding:9px 12px;border-left:3px solid var(--gold);font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.interior-layout{display:grid;grid-template-columns:.86fr 1.55fr;gap:52px;align-items:center}.interior-copy p:not(.eyebrow){color:#5f594f;margin:16px 0 0}.interior-note{margin-top:22px;padding:16px 18px;border-left:3px solid var(--gold);background:rgba(255,255,255,.62);font-size:.85rem;color:#6a6155}.interior-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.interior-card{position:relative;overflow:hidden;border-radius:12px;min-height:270px;background:#ddd;box-shadow:0 12px 30px rgba(38,29,17,.08);isolation:isolate}.interior-card img{width:100%;height:100%;min-height:270px;object-fit:cover;transition:transform .35s ease,filter .35s ease}.interior-card:hover img{transform:scale(1.04);filter:saturate(1.02)}.interior-card::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.14);border-radius:12px;pointer-events:none}.interior-card__label{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(12,11,9,.9) 58%);padding:62px 16px 16px;color:#fff;font-weight:900;text-transform:uppercase;font-size:.74rem;letter-spacing:.04em;z-index:1}
.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:980px;margin:0 auto}.capability{min-height:82px;background:rgba(255,255,255,.68);border:1px solid #d8c9ae;border-radius:9px;display:flex;align-items:center;gap:14px;padding:16px 18px}.capability span{width:34px;height:34px;display:grid;place-items:center;color:#a8751b;border:1px solid #cda14f;border-radius:50%;font-size:1rem;font-weight:900}.capability strong{font-size:.83rem;line-height:1.2;text-transform:uppercase}.capability-note{text-align:center;color:#6b6255;font-size:.9rem;margin:24px 0 0;font-weight:750}
.section--split{background:linear-gradient(90deg,#f8f3e9 0 50%,#f1e5d2 50%)}.split-layout{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:66px}.split-media{position:relative}.split-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}.split-badge{position:absolute;right:-18px;bottom:24px;background:#15130f;color:#fff;border:1px solid #b6862d;border-radius:10px;padding:18px 22px;min-width:205px;box-shadow:var(--shadow)}.split-badge strong{display:block;color:#e0b65e;text-transform:uppercase;letter-spacing:.08em}.split-badge span{font-size:.81rem}.split-copy>p:not(.eyebrow){color:#5f594f;margin:16px 0 0}.about-points{display:grid;gap:10px;margin-top:28px}.about-points div{display:flex;align-items:center;gap:10px}.about-points span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#c79538;color:#fff;font-size:.75rem}.about-points strong{font-size:.91rem}
.section--dark{background:radial-gradient(circle at 82% 22%,#2b2419 0,#1a1712 27%,#11100e 68%);color:#fff}.why-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.why-heading>div{max-width:760px}.why-heading>p{max-width:350px;margin:0;color:#c8c2b8}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.why-grid article{padding:29px 25px;border-right:1px solid rgba(255,255,255,.16)}.why-grid article:last-child{border-right:0}.why-grid span{color:#d8a750;font-size:.75rem;font-weight:900;letter-spacing:.14em}.why-grid h3{font-size:.97rem;margin:16px 0 9px;text-transform:uppercase}.why-grid p{margin:0;color:#c6c0b6;font-size:.87rem}
.cta{background:linear-gradient(110deg,#d4a24a 0,#e6bf70 66%,#c18c30 100%);padding:52px 0}.cta__inner{display:flex;align-items:center;justify-content:space-between;gap:45px}.cta h2{font-size:clamp(1.9rem,3.3vw,3rem)}.cta p{margin:12px 0 0;max-width:610px;color:#fff;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.28)}.cta__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.footer{background:#0f0f0e;color:#ddd3c4;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.6fr .8fr 1.2fr .7fr;gap:36px}.brand--footer{margin-bottom:18px}.footer h2{font-size:.73rem;color:#d2a24d;text-transform:uppercase;letter-spacing:.12em;margin:0 0 12px}.footer p{margin:0;color:#b9b0a4;font-size:.84rem;line-height:1.75}.footer a:hover{color:#fff}.footer-bottom{margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#807a70;font-size:.74rem}
@media (max-width:1180px){.hero__image{right:-5%;height:103%}.hero__overlay{background:linear-gradient(90deg,rgba(8,8,8,.98) 0%,rgba(8,8,8,.93) 30%,rgba(8,8,8,.74) 49%,rgba(8,8,8,.2) 67%,rgba(8,8,8,0) 100%)}}
@media (max-width:1100px){:root{--container:min(100% - 36px,1040px)}.primary-nav{gap:18px}.nav-cta{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card>img{height:235px}.support-tag{top:213px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(n+3){border-top:1px solid var(--line)}.capability-grid{grid-template-columns:repeat(4,1fr)}.interior-layout{grid-template-columns:1fr;gap:34px}.interior-copy{max-width:750px}.why-grid{grid-template-columns:repeat(2,1fr)}.why-grid article:nth-child(2){border-right:0}.why-grid article:nth-child(n+3){border-top:1px solid rgba(255,255,255,.16)}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{display:none}}
@media (max-width:900px){.capability-grid{grid-template-columns:repeat(3,1fr)}.hero{min-height:610px}.hero__image{height:100%;right:-12%}.hero__overlay{background:linear-gradient(90deg,rgba(8,8,8,.96),rgba(8,8,8,.82) 46%,rgba(8,8,8,.36) 72%,rgba(8,8,8,.08))}}
@media (max-width:820px){:root{--container:min(100% - 30px,760px)}.topbar__inner{min-height:38px}.topbar p{font-size:.72rem;max-width:72%}.nav-wrap{height:72px}.brand img{width:48px;height:48px}.brand__text strong{font-size:1rem}.brand__text small{font-size:.5rem}.menu-toggle{display:flex}.primary-nav{position:absolute;top:72px;left:0;right:0;display:grid;gap:0;background:#11100e;border-top:1px solid rgba(255,255,255,.09);padding:0 22px;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .28s ease,opacity .2s ease,padding .28s ease}.primary-nav.is-open{max-height:440px;opacity:1;pointer-events:auto;padding-top:12px;padding-bottom:22px}.primary-nav a{padding:13px 4px!important;border-bottom:1px solid rgba(255,255,255,.08)}.primary-nav>a:not(.button)::after{display:none}.primary-nav .nav-cta{display:flex;margin-top:12px;border-bottom:0}.hero{min-height:625px}.hero__image{right:-14%;height:100%}.hero__content{padding-block:66px}.hero h1{font-size:clamp(2.8rem,11vw,4.85rem)}.section{padding:70px 0}.project-grid{grid-template-columns:repeat(2,1fr)}.project--feature,.project--support{grid-column:span 1;min-height:270px}.project--feature img,.project--support img{min-height:270px}.project:last-child{grid-column:1/-1}.interior-grid{grid-template-columns:repeat(2,1fr)}.interior-card:last-child{grid-column:1/-1;min-height:250px}.section--split{background:#f4ead9}.split-layout{grid-template-columns:1fr;gap:42px}.split-media{max-width:660px}.split-badge{right:14px}.why-heading{display:block}.why-heading>p{margin-top:16px}.cta__inner{display:block}.cta__actions{justify-content:flex-start;margin-top:26px}.footer-grid{grid-template-columns:1.2fr 1fr}.footer-grid>div:nth-child(3){grid-column:1/-1}}
@media (max-width:620px){.capability-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){:root{--container:calc(100% - 24px)}.topbar p{font-size:.66rem;line-height:1.2}.language-switch{font-size:.74rem}.brand__text{display:none}.brand img{width:46px;height:46px}.hero{min-height:650px;align-items:end}.hero__image{inset:0;width:100%;height:100%;object-fit:cover;object-position:62% 58%}.hero__overlay{background:linear-gradient(90deg,rgba(8,8,8,.95),rgba(8,8,8,.73) 78%,rgba(8,8,8,.42))}.hero__content{padding-block:58px}.hero h1{font-size:clamp(2.62rem,14vw,4.18rem)}.hero__lead{font-size:.98rem}.hero__actions{display:grid}.hero__actions .button{width:100%}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0!important;border-left:0!important;border-top:1px solid var(--line);min-height:auto;padding:20px 4px}.trust-item:first-child{border-top:0}.trust-icon{width:46px;height:46px;flex-basis:46px;font-size:1.28rem}.section{padding:60px 0}.section-heading{margin-bottom:30px}.section-heading h2,.split-copy h2,.why-heading h2,.cta h2,.interior-copy h2{font-size:clamp(1.8rem,9vw,2.52rem)}.service-grid{grid-template-columns:1fr}.service-card>img{height:220px}.service-card__body{min-height:auto}.support-tag{top:198px}.project-grid{grid-template-columns:1fr;gap:10px}.project--feature,.project--support,.project:last-child{grid-column:1/-1;min-height:230px}.project--feature img,.project--support img{min-height:230px}.interior-grid{grid-template-columns:1fr}.interior-card,.interior-card:last-child{grid-column:1/-1;min-height:235px}.interior-card img{min-height:235px}.capability-grid{grid-template-columns:repeat(2,1fr);gap:8px}.capability{min-height:78px;display:grid;grid-template-columns:30px 1fr;gap:9px;padding:12px}.capability span{width:30px;height:30px}.capability strong{font-size:.71rem}.split-layout{gap:34px}.split-badge{position:static;margin:-10px 12px 0}.about-points strong{font-size:.84rem}.why-grid{grid-template-columns:1fr}.why-grid article{border-right:0;border-top:1px solid rgba(255,255,255,.16);padding:25px 4px}.why-grid article:first-child{border-top:0}.cta{padding:46px 0}.cta__actions{display:grid}.cta__actions .button{width:100%}.footer{padding-top:46px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:nth-child(3){grid-column:auto}.footer-bottom{display:grid;gap:3px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
/* LHD WordPress/Divi shell reset for the AMB concept page */
body.lhd-amb-concept #page-container,
body.lhd-amb-concept #et-main-area,
body.lhd-amb-concept .et-l--body,
body.lhd-amb-concept .et_builder_inner_content,
body.lhd-amb-concept .et_pb_section,
body.lhd-amb-concept .et_pb_row,
body.lhd-amb-concept .et_pb_column,
body.lhd-amb-concept .et_pb_code,
body.lhd-amb-concept .et_pb_code_inner { margin:0!important; padding:0!important; width:100%!important; max-width:none!important; }
body.lhd-amb-concept .et_pb_section { background:transparent!important; }
body.lhd-amb-concept #main-header,
body.lhd-amb-concept #top-header,
body.lhd-amb-concept #main-footer,
body.lhd-amb-concept .et-l--header,
body.lhd-amb-concept .et-l--footer { display:none!important; }
body.lhd-amb-concept #page-container { padding-top:0!important; }
/* LHD AMB concept page: suppress the active theme shell only on this installed page. */
body.lhd-amb-concept #top-header,
body.lhd-amb-concept #main-header,
body.lhd-amb-concept header#masthead,
body.lhd-amb-concept .site-header:not(.lhd-amb-page .site-header),
body.lhd-amb-concept footer#main-footer,
body.lhd-amb-concept footer.site-footer:not(.lhd-amb-page .footer){display:none!important}
body.lhd-amb-concept #page-container,
body.lhd-amb-concept #et-main-area,
body.lhd-amb-concept #main-content,
body.lhd-amb-concept .entry-content{padding:0!important;margin:0!important}
body.lhd-amb-concept .et_pb_section,
body.lhd-amb-concept .et_pb_row,
body.lhd-amb-concept .et_pb_column,
body.lhd-amb-concept .et_pb_code,
body.lhd-amb-concept .et_pb_code_inner{padding:0!important;margin:0!important;width:100%!important;max-width:none!important}
body.lhd-amb-concept .et_pb_section{background:transparent!important}


/* AMB v1.3.0 WordPress polish */
.lhd-amb-page .topbar__inner{min-height:32px;justify-content:center}.lhd-amb-page .topbar p{text-align:center}.lhd-amb-page .topbar .language-switch{display:none!important}
.lhd-amb-page .nav-wrap{position:relative;min-height:80px;height:auto;display:flex;align-items:center;gap:28px;padding:12px 0}
.lhd-amb-page .nav-actions{margin-left:auto;display:flex;align-items:center;gap:18px}
.lhd-amb-page .language-switch--header{display:flex;align-items:center;gap:7px;color:#f3ead9;font-size:.78rem;font-weight:800;letter-spacing:.06em;white-space:nowrap}
.lhd-amb-page .language-switch--header .lang-btn{border:0;background:transparent;padding:4px 1px;font-weight:900;cursor:pointer;color:#f3ead9;opacity:.62;transition:opacity .18s ease,color .18s ease}
.lhd-amb-page .language-switch--header .lang-btn.is-active{color:#e5bb66;opacity:1;text-decoration:underline;text-underline-offset:3px}
.lhd-amb-page .primary-nav{display:flex;align-items:center;gap:24px;color:#f6f2ea;font-size:.82rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.lhd-amb-page .primary-nav a:not(.button){color:#f6f2ea!important}.lhd-amb-page .primary-nav a:not(.button):hover,.lhd-amb-page .primary-nav a:not(.button):focus-visible{color:#e5bb66!important}
.lhd-amb-page .hero h1,.lhd-amb-page .hero h1 span{color:#fff!important}.lhd-amb-page .hero h1 span{display:block;text-shadow:0 4px 22px rgba(0,0,0,.34)}.lhd-amb-page .hero h1 span:last-child{color:#d7a84d!important}
.lhd-amb-page .section--dark .why-heading h2,.lhd-amb-page .section--dark .why-grid h3{color:#fff!important}
.lhd-amb-page .section--dark .why-heading>p,.lhd-amb-page .section--dark .why-grid p{color:#c8c2b8!important}
.lhd-amb-page .capability{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.lhd-amb-page .capability span{transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.lhd-amb-page .capability:hover,.lhd-amb-page .capability:focus-within{transform:translateY(-4px);background:#fff;box-shadow:0 14px 28px rgba(36,28,17,.08);border-color:#cda14f}.lhd-amb-page .capability:hover span,.lhd-amb-page .capability:focus-within span{background:#cda14f;color:#fff;transform:scale(1.04)}

@media(max-width:820px){.lhd-amb-page .topbar__inner{min-height:38px}.lhd-amb-page .topbar p{max-width:none;text-align:center}.lhd-amb-page .nav-wrap{min-height:72px;height:auto;padding:10px 0}.lhd-amb-page .nav-actions{margin-left:auto;gap:10px}.lhd-amb-page .language-switch--header{font-size:.72rem}.lhd-amb-page .primary-nav{position:absolute;top:calc(100% + 1px);left:0;right:0;display:grid;gap:0;background:#11100e;border-top:1px solid rgba(255,255,255,.09);padding:0 22px;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .28s ease,opacity .2s ease,padding .28s ease}.lhd-amb-page .primary-nav.is-open{max-height:460px;opacity:1;pointer-events:auto;padding-top:12px;padding-bottom:22px}.lhd-amb-page .primary-nav a{padding:13px 4px!important;border-bottom:1px solid rgba(255,255,255,.08)}.lhd-amb-page .primary-nav>a:not(.button)::after{display:none}.lhd-amb-page .primary-nav .nav-cta{display:flex;margin-top:12px;border-bottom:0}.lhd-amb-page .menu-toggle{display:flex;order:3}.lhd-amb-page .language-switch--header{order:2}}
@media(max-width:560px){.lhd-amb-page .language-switch--header{font-size:.68rem}}


/* v1.4.0 responsive QA correction layer */
body.lhd-amb-concept #main-content .lhd-amb-page .container{
  padding-top:0!important;padding-bottom:0!important;
}
body.lhd-amb-concept #main-content .lhd-amb-page .container:before{
  display:none!important;content:none!important;
}
body.lhd-amb-concept .lhd-amb-page,
body.lhd-amb-concept .lhd-amb-page *{box-sizing:border-box}
body.lhd-amb-concept .lhd-amb-page p,
body.lhd-amb-concept .lhd-amb-page h1,
body.lhd-amb-concept .lhd-amb-page h2,
body.lhd-amb-concept .lhd-amb-page h3{padding-bottom:0!important}
.lhd-amb-page{overflow-x:clip}
.lhd-amb-page .container{width:min(1180px,calc(100% - 48px))!important;max-width:1180px!important;margin-inline:auto!important}
.lhd-amb-page .topbar{padding:0!important;margin:0!important}
.lhd-amb-page .topbar__inner{height:36px!important;min-height:36px!important;padding:0!important;display:flex;align-items:center;justify-content:center}
.lhd-amb-page .topbar p{margin:0!important;padding:0!important;line-height:1.15!important;text-align:center}
.lhd-amb-page .site-header{position:sticky!important;top:0;z-index:9998;height:auto!important;min-height:0!important;padding:0!important;margin:0!important;background:rgba(17,16,14,.985)!important;border-bottom:1px solid rgba(229,187,102,.16)!important}
body.admin-bar .lhd-amb-page .site-header{top:32px}
.lhd-amb-page .nav-wrap{height:86px!important;min-height:86px!important;padding:0!important;margin-inline:auto!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px}
.lhd-amb-page .brand{min-width:0;display:flex;align-items:center;gap:12px}
.lhd-amb-page .brand img{width:58px;height:58px;flex:0 0 58px}
.lhd-amb-page .primary-nav{position:static;display:flex;align-items:center;justify-content:flex-end;gap:22px;min-width:0;max-height:none;overflow:visible;opacity:1;pointer-events:auto;padding:0;background:transparent;border:0}
.lhd-amb-page .primary-nav>a:not(.button){color:#f5efe5!important;font-size:.79rem;line-height:1;white-space:nowrap;padding:12px 0!important;border:0!important}
.lhd-amb-page .primary-nav>a:not(.button):hover,.lhd-amb-page .primary-nav>a:not(.button):focus-visible{color:#e4bd68!important}
.lhd-amb-page .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;white-space:nowrap}
.lhd-amb-page .language-toggle{display:grid;grid-template-columns:1fr 1fr;align-items:center;width:88px;padding:3px;border:1px solid rgba(229,187,102,.48);border-radius:999px;background:#26221b;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.lhd-amb-page .lang-option{height:30px;min-width:0;padding:0 8px;border:0;border-radius:999px;background:transparent;color:#d8d0c3;font-size:.69rem;font-weight:900;letter-spacing:.045em;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.lhd-amb-page .lang-option.is-active{background:linear-gradient(180deg,#e1b45b,#c99335);color:#17130d;box-shadow:0 2px 9px rgba(0,0,0,.18)}
.lhd-amb-page .header-cta{min-height:42px;padding-inline:17px;font-size:.75rem}
.lhd-amb-page .mobile-nav-cta{display:none!important}
.lhd-amb-page .menu-toggle{display:none;flex:0 0 44px}

.lhd-amb-page .hero{min-height:620px;position:relative;overflow:hidden;background:#0b0b0a}
.lhd-amb-page .hero__image{position:absolute;left:53%;right:0;top:0;width:47%;height:100%;max-width:none;object-fit:cover;object-position:center 58%}
.lhd-amb-page .hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#090909 0%,#090909 43%,rgba(9,9,9,.98) 51%,rgba(9,9,9,.62) 59%,rgba(9,9,9,.18) 69%,rgba(9,9,9,0) 80%)}
.lhd-amb-page .hero__content{position:relative;z-index:2;padding:78px 0!important;color:#fff}
.lhd-amb-page .hero__content>.eyebrow,
.lhd-amb-page .hero h1,
.lhd-amb-page .hero__lead,
.lhd-amb-page .hero__actions{width:min(51%,600px);max-width:600px}
.lhd-amb-page .hero h1{margin:0!important;font-size:clamp(3.15rem,4.65vw,5rem)!important;line-height:.94!important;letter-spacing:-.052em!important;overflow-wrap:normal;word-break:normal}
.lhd-amb-page .hero h1 span{display:block!important;margin:0!important;padding:0!important;line-height:inherit!important}
.lhd-amb-page .hero h1 span+span{margin-top:16px!important}
.lhd-amb-page .hero__lead{margin-top:24px!important;line-height:1.5!important}
.lhd-amb-page .hero__actions{margin-top:28px!important}

.lhd-amb-page .section{padding:82px 0!important}
.lhd-amb-page .section-heading{margin-bottom:36px!important}
.lhd-amb-page .capability{will-change:transform;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}
.lhd-amb-page .capability:hover,.lhd-amb-page .capability:focus-within{transform:translateY(-4px)}

@media(max-width:1180px){
  .lhd-amb-page .container{width:calc(100% - 36px)!important}
  .lhd-amb-page .nav-wrap{gap:18px}
  .lhd-amb-page .primary-nav{gap:15px}
  .lhd-amb-page .primary-nav>a:not(.button){font-size:.72rem}
  .lhd-amb-page .header-actions{gap:10px}
  .lhd-amb-page .header-cta{padding-inline:13px;font-size:.69rem}
  .lhd-amb-page .hero__content>.eyebrow,.lhd-amb-page .hero h1,.lhd-amb-page .hero__lead,.lhd-amb-page .hero__actions{width:min(52%,560px);max-width:560px}
  .lhd-amb-page .hero h1{font-size:clamp(3rem,4.7vw,4.5rem)!important}
}

@media(max-width:980px){
  .lhd-amb-page .nav-wrap{height:74px!important;min-height:74px!important;grid-template-columns:auto 1fr auto;gap:14px}
  .lhd-amb-page .brand img{width:50px;height:50px;flex-basis:50px}
  .lhd-amb-page .primary-nav{position:absolute;top:100%;left:0;right:0;display:grid;gap:0;background:#11100e;border-top:1px solid rgba(255,255,255,.09);padding:0 20px;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .28s ease,opacity .2s ease,padding .28s ease;box-shadow:0 18px 38px rgba(0,0,0,.18)}
  .lhd-amb-page .primary-nav.is-open{max-height:480px;opacity:1;pointer-events:auto;padding-top:10px;padding-bottom:18px}
  .lhd-amb-page .primary-nav>a:not(.button){font-size:.79rem;padding:14px 4px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
  .lhd-amb-page .primary-nav>a:not(.button)::after{display:none}
  .lhd-amb-page .mobile-nav-cta{display:flex!important;margin-top:12px;border-bottom:0!important;justify-content:center}
  .lhd-amb-page .header-cta{display:none!important}
  .lhd-amb-page .menu-toggle{display:flex!important}
  .lhd-amb-page .header-actions{gap:10px}
  .lhd-amb-page .hero{min-height:610px}
  .lhd-amb-page .hero__image{left:0;width:100%;height:100%;object-position:62% 58%}
  .lhd-amb-page .hero__overlay{background:linear-gradient(90deg,rgba(7,7,7,.96) 0%,rgba(7,7,7,.89) 43%,rgba(7,7,7,.62) 68%,rgba(7,7,7,.22) 100%)}
  .lhd-amb-page .hero__content{padding:70px 0!important}
  .lhd-amb-page .hero__content>.eyebrow,.lhd-amb-page .hero h1,.lhd-amb-page .hero__lead,.lhd-amb-page .hero__actions{width:min(72%,620px);max-width:620px}
  .lhd-amb-page .hero h1{font-size:clamp(3rem,7.3vw,4.5rem)!important}
  .lhd-amb-page .section{padding:70px 0!important}
}

@media(max-width:782px){body.admin-bar .lhd-amb-page .site-header{top:46px}}

@media(max-width:640px){
  .lhd-amb-page .container{width:calc(100% - 24px)!important}
  .lhd-amb-page .topbar__inner{height:34px!important;min-height:34px!important}
  .lhd-amb-page .topbar p{font-size:.64rem!important;letter-spacing:.015em!important}
  .lhd-amb-page .nav-wrap{height:68px!important;min-height:68px!important;gap:8px}
  .lhd-amb-page .brand{gap:0}
  .lhd-amb-page .brand img{width:46px;height:46px;flex-basis:46px}
  .lhd-amb-page .brand__text{display:none!important}
  .lhd-amb-page .header-actions{gap:8px}
  .lhd-amb-page .language-toggle{width:82px;padding:3px}
  .lhd-amb-page .lang-option{height:28px;padding:0 6px;font-size:.65rem}
  .lhd-amb-page .menu-toggle{width:42px;height:42px;flex-basis:42px;border-radius:9px}
  .lhd-amb-page .primary-nav{padding-inline:16px}
  .lhd-amb-page .hero{min-height:620px;align-items:end}
  .lhd-amb-page .hero__image{object-position:64% 58%}
  .lhd-amb-page .hero__overlay{background:linear-gradient(90deg,rgba(6,6,6,.96),rgba(6,6,6,.82) 72%,rgba(6,6,6,.55))}
  .lhd-amb-page .hero__content{padding:58px 0!important}
  .lhd-amb-page .hero__content>.eyebrow,.lhd-amb-page .hero h1,.lhd-amb-page .hero__lead,.lhd-amb-page .hero__actions{width:100%;max-width:100%}
  .lhd-amb-page .hero h1{font-size:clamp(2.55rem,12.5vw,3.65rem)!important;line-height:.96!important;letter-spacing:-.045em!important}
  .lhd-amb-page .hero h1 span+span{margin-top:10px!important}
  .lhd-amb-page .hero__lead{font-size:.96rem!important;margin-top:20px!important}
  .lhd-amb-page .hero__actions{display:grid!important;gap:10px!important;margin-top:24px!important}
  .lhd-amb-page .hero__actions .button{width:100%!important}
  .lhd-amb-page .section{padding:58px 0!important}
  .lhd-amb-page .section-heading{margin-bottom:28px!important}
  .lhd-amb-page .capability-grid{gap:9px!important}
  .lhd-amb-page .capability{min-height:76px!important;padding:12px!important}
}

/* v1.4.1 mobile/tablet navigation + footer color polish */
.lhd-amb-page .footer a{
  color:#ddd3c4!important;
  text-decoration:none!important;
  transition:color .18s ease;
}
.lhd-amb-page .footer a:hover,
.lhd-amb-page .footer a:focus-visible{
  color:#e2b65f!important;
}
@media(max-width:980px){
  .lhd-amb-page .primary-nav{
    grid-column:1 / -1!important;
    width:100%!important;
    justify-self:stretch!important;
    justify-items:center!important;
    text-align:center!important;
  }
  .lhd-amb-page .primary-nav>a:not(.button){
    width:min(100%,320px)!important;
    text-align:center!important;
    justify-self:center!important;
  }
  .lhd-amb-page .mobile-nav-cta{
    width:min(100%,260px)!important;
    min-width:0!important;
    margin:12px auto 0!important;
    justify-self:center!important;
    text-align:center!important;
  }
}
@media(max-width:640px){
  .lhd-amb-page .primary-nav>a:not(.button){
    width:min(100%,280px)!important;
  }
  .lhd-amb-page .mobile-nav-cta{
    width:min(100%,240px)!important;
  }
}


/* v1.0.8 true centered tablet/mobile dropdown */
@media(max-width:980px){
  .lhd-amb-page .nav-wrap{position:relative!important}
  .lhd-amb-page .primary-nav{
    position:absolute!important;
    top:100%!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    width:min(calc(100vw - 24px),760px)!important;
    max-width:760px!important;
    grid-template-columns:1fr!important;
    justify-content:stretch!important;
    justify-items:center!important;
    align-items:stretch!important;
    text-align:center!important;
    padding-left:24px!important;
    padding-right:24px!important;
  }
  .lhd-amb-page .primary-nav>a:not(.button){
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:min(100%,320px)!important;
    margin:0 auto!important;
    justify-self:center!important;
    text-align:center!important;
  }
  .lhd-amb-page .mobile-nav-cta{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:min(100%,260px)!important;
    margin:12px auto 0!important;
    justify-self:center!important;
    text-align:center!important;
  }
}
@media(max-width:640px){
  .lhd-amb-page .primary-nav{
    width:calc(100vw - 24px)!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .lhd-amb-page .primary-nav>a:not(.button){width:min(100%,280px)!important}
  .lhd-amb-page .mobile-nav-cta{width:min(100%,240px)!important}
}



/* v1.4.4 approved AMB brand system */
.lhd-amb-page .brand--header{display:flex!important;align-items:center!important;min-width:0!important}
.lhd-amb-page .brand--header .brand-logo--desktop{display:block!important;width:300px!important;height:auto!important;max-width:300px!important;object-fit:contain!important;border-radius:0!important;box-shadow:none!important;flex:0 1 auto!important}
.lhd-amb-page .brand--header .brand-logo--mobile{display:none!important}
.lhd-amb-page .brand--footer{display:inline-flex!important;align-items:center!important;margin-bottom:18px!important}
.lhd-amb-page .brand--footer .brand-logo--footer{display:block!important;width:320px!important;height:auto!important;max-width:100%!important;object-fit:contain!important;border-radius:0!important;box-shadow:none!important;flex:0 1 auto!important}
@media(max-width:1180px){
  .lhd-amb-page .brand--header .brand-logo--desktop{width:245px!important;max-width:245px!important}
}
@media(max-width:1040px) and (min-width:981px){
  .lhd-amb-page .brand--header .brand-logo--desktop{width:215px!important;max-width:215px!important}
  .lhd-amb-page .primary-nav{gap:12px!important}
  .lhd-amb-page .primary-nav>a:not(.button){font-size:.69rem!important}
  .lhd-amb-page .header-cta{display:none!important}
}
@media(max-width:980px){
  .lhd-amb-page .brand--header .brand-logo--desktop{display:none!important}
  .lhd-amb-page .brand--header .brand-logo--mobile{display:block!important;width:52px!important;height:52px!important;max-width:52px!important;object-fit:cover!important;border-radius:10px!important;box-shadow:none!important;flex:0 0 52px!important}
}
@media(max-width:640px){
  .lhd-amb-page .brand--header .brand-logo--mobile{width:46px!important;height:46px!important;max-width:46px!important;flex-basis:46px!important}
  .lhd-amb-page .brand--footer .brand-logo--footer{width:290px!important}
}
