
:root{--bg:#f7f5f1;--surface:#fff;--ink:#171717;--muted:#6d6a65;--line:#d9d5ce;--accent:#9a7b4f;--max:1360px;--nav-h:74px;--shadow:0 20px 55px rgba(0,0,0,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - 40px),var(--max));margin:0 auto}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:var(--accent)}.display{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,6.4vw,6.6rem);line-height:.97;letter-spacing:-.045em;font-weight:500;margin:0}h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,4.4rem);line-height:1.05;letter-spacing:-.03em;font-weight:500;margin:0 0 1rem}h3{margin:0 0 .5rem;font-size:1.2rem}p{margin:0 0 1rem;color:var(--muted)}.site-header{position:fixed;inset:0 0 auto 0;z-index:100;height:var(--nav-h);display:flex;align-items:center;transition:.25s}.site-header.scrolled{background:rgba(247,245,241,.94);backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(0,0,0,.08)}.nav{display:flex;align-items:center;justify-content:space-between}.brand{font-family:Georgia,"Times New Roman",serif;font-size:1.15rem;letter-spacing:.04em}.brand small{display:block;font-family:Inter,sans-serif;font-size:.61rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.nav-links{display:flex;align-items:center;gap:24px;font-size:.87rem}.nav-links a{opacity:.78}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;border:1px solid var(--ink);background:var(--ink);color:#fff;font-weight:650;font-size:.88rem;cursor:pointer}.btn.secondary{background:transparent;color:var(--ink)}.menu-toggle{display:none;background:none;border:0;font-size:1.5rem}.hero{min-height:100svh;display:grid;align-items:end;position:relative;overflow:hidden;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.62)),radial-gradient(circle at 72% 25%,#a8a39a 0,#56524c 30%,#252525 75%)}.hero.has-image{background-image:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.62)),var(--hero-image);background-size:cover;background-position:center}.hero-content{padding:calc(var(--nav-h) + 60px) 0 72px;max-width:950px}.hero .eyebrow,.hero p{color:rgba(255,255,255,.82)}.hero p{max-width:680px;font-size:clamp(1.03rem,1.7vw,1.35rem);margin:1.35rem 0 1.8rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero .btn.secondary{border-color:rgba(255,255,255,.8);color:#fff}.scroll-cue{position:absolute;right:28px;bottom:34px;writing-mode:vertical-rl;text-transform:uppercase;letter-spacing:.2em;font-size:.62rem;color:rgba(255,255,255,.65)}section{padding:110px 0}.intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:8vw;align-items:end}.intro-copy{max-width:560px}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:65px}.fact{background:var(--surface);padding:30px}.fact strong{font-family:Georgia,serif;display:block;font-size:2rem;font-weight:500}.fact span{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;margin-top:50px}.feature-card{min-height:520px;position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.6)),radial-gradient(circle at 70% 25%,#c8c3ba,#6d6962 45%,#2f2f2f 100%);color:#fff;box-shadow:var(--shadow)}.feature-card.has-image{background-image:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.6)),var(--card-image);background-size:cover;background-position:center}.feature-card:nth-child(1){grid-column:span 7}.feature-card:nth-child(2){grid-column:span 5}.feature-card:nth-child(3){grid-column:span 5}.feature-card:nth-child(4){grid-column:span 7}.feature-card a{position:absolute;inset:0}.feature-copy{position:absolute;inset:auto 28px 26px}.feature-copy p{color:rgba(255,255,255,.75);margin:0}.tour{background:#191919;color:white}.tour p{color:rgba(255,255,255,.66);max-width:620px}.tour-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,36vw);gap:18px;overflow-x:auto;padding:36px 0 18px;scroll-snap-type:x mandatory}.tour-card{min-height:420px;background:linear-gradient(145deg,#505050,#222);position:relative;scroll-snap-align:start}.tour-card span{position:absolute;left:22px;bottom:20px;font-size:1.05rem}.tour-card b{display:block;font-size:.68rem;letter-spacing:.18em;color:rgba(255,255,255,.58);margin-bottom:4px}.gallery-preview{display:grid;grid-template-columns:1.4fr .8fr .8fr;grid-template-rows:300px 300px;gap:12px;margin-top:45px}.gallery-tile{background:linear-gradient(145deg,#d2cec6,#6e6a64);position:relative}.gallery-tile:first-child{grid-row:span 2}.gallery-label{position:absolute;left:16px;bottom:14px;background:rgba(255,255,255,.88);padding:8px 10px;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.cta-band{background:#d8d0c3}.cta-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.site-footer{padding:54px 0;background:#111;color:white}.site-footer p{color:rgba(255,255,255,.56)}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}.footer-links{display:flex;gap:18px;color:rgba(255,255,255,.72);font-size:.86rem}.page-hero{padding:calc(var(--nav-h) + 90px) 0 70px;background:#ded8ce}.page-hero p{max-width:720px;font-size:1.08rem}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{padding:30px;background:var(--surface);border:1px solid var(--line)}.contact-form{display:grid;gap:14px;max-width:700px}.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;border:1px solid var(--line);background:#fff}.contact-form textarea{min-height:140px}.notice{padding:14px 16px;border-left:3px solid var(--accent);background:#eee9e1;color:var(--muted);font-size:.9rem}@media(max-width:900px){.nav-links{display:none;position:absolute;top:var(--nav-h);left:20px;right:20px;background:var(--surface);color:var(--ink);padding:18px;flex-direction:column;box-shadow:var(--shadow)}.nav-links.open{display:flex}.menu-toggle{display:block}.nav-cta{display:none}.intro-grid,.cta-grid,.footer-grid{grid-template-columns:1fr}.facts{grid-template-columns:repeat(2,1fr)}.feature-card:nth-child(n){grid-column:span 12;min-height:440px}.gallery-preview{grid-template-columns:1fr 1fr;grid-template-rows:360px 220px 220px}.gallery-tile:first-child{grid-column:span 2;grid-row:auto}.cards-3{grid-template-columns:1fr}}@media(max-width:560px){.container{width:min(calc(100% - 28px),var(--max))}section{padding:78px 0}.hero-content{padding-bottom:46px}.scroll-cue{display:none}.gallery-preview{grid-template-columns:1fr;grid-template-rows:repeat(4,260px)}.gallery-tile:first-child{grid-column:auto}}


/* v0.2 enhancements */
.stat-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border:1px solid var(--line);
  background:var(--line);
  gap:1px;
  margin-top:42px;
}
.stat-card {
  background:var(--surface);
  padding:34px 30px;
  min-height:180px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.stat-card strong {
  font-family:Georgia,serif;
  font-size:clamp(2.4rem,4vw,4.4rem);
  font-weight:500;
  line-height:1;
}
.stat-card span {
  margin-top:12px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.74rem;
}
.plan-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:40px;
}
.plan-card {
  background:white;
  border:1px solid var(--line);
  padding:18px;
  position:relative;
}
.plan-card img { width:100%; height:auto; }
.plan-meta {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:18px 6px 2px;
}
.plan-meta p { margin:0; }
.story-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:42px;
}
.story-card {
  background:var(--surface);
  border:1px solid var(--line);
  padding:30px;
  min-height:280px;
  display:flex;
  flex-direction:column;
}
.story-card .story-number {
  font-family:Georgia,serif;
  font-size:2rem;
  margin-bottom:auto;
  color:var(--accent);
}
.story-card details { margin-top:18px; }
.story-card summary {
  cursor:pointer;
  font-weight:650;
  list-style:none;
}
.story-card summary::-webkit-details-marker { display:none; }
.story-card summary::after { content:" +"; }
.story-card details[open] summary::after { content:" –"; }
.story-card details p { margin-top:12px; }
.room-path {
  display:grid;
  grid-template-columns:repeat(6,minmax(160px,1fr));
  gap:12px;
  overflow-x:auto;
  padding-bottom:12px;
}
.room-step {
  background:#202020;
  color:white;
  min-height:180px;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.room-step small {
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.55);
}
.room-step p { color:rgba(255,255,255,.72); }
.download-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.download-card {
  background:white;
  border:1px solid var(--line);
  padding:28px;
}
.download-card .btn { margin-top:12px; }
.badge-row {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.badge {
  border:1px solid var(--line);
  padding:9px 12px;
  border-radius:999px;
  font-size:.78rem;
  color:var(--muted);
  background:rgba(255,255,255,.6);
}
.image-hero-strip {
  min-height:56vw;
  max-height:780px;
  background:#2c2c2c center/cover no-repeat;
  position:relative;
}
.image-hero-strip::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.45));
}
.image-hero-strip .caption {
  position:absolute;
  z-index:2;
  left:max(20px,calc((100vw - var(--max))/2));
  bottom:28px;
  color:white;
}
.kitchen-callout {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:7vw;
  align-items:start;
}
.kitchen-callout aside {
  background:white;
  border:1px solid var(--line);
  padding:28px;
}
@media (max-width:900px) {
  .stat-grid { grid-template-columns:repeat(2,1fr); }
  .plan-grid,.story-grid,.download-grid,.kitchen-callout { grid-template-columns:1fr; }
}
@media (max-width:560px) {
  .stat-grid { grid-template-columns:1fr 1fr; }
  .stat-card { padding:24px 20px; min-height:150px; }
}


/* ===== v0.3 Experience Layer ===== */
:root{
  --warm:#d8d0c3;
  --charcoal:#171717;
  --soft:#efebe5;
}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
.section-head{display:grid;grid-template-columns:1fr .8fr;gap:6vw;align-items:end;margin-bottom:40px}
.section-head p{max-width:620px}
.image-panel{
  min-height:480px;
  background:linear-gradient(135deg,#b7b0a6,#47443f);
  position:relative;overflow:hidden
}
.image-panel img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.image-panel .overlay-label{
  position:absolute;left:18px;bottom:16px;background:rgba(255,255,255,.9);
  padding:9px 11px;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem
}
.experience-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}
.experience-card{
  position:relative;min-height:420px;overflow:hidden;background:#2b2b2b;color:white
}
.experience-card:nth-child(1){grid-column:span 7}
.experience-card:nth-child(2){grid-column:span 5}
.experience-card:nth-child(3){grid-column:span 4}
.experience-card:nth-child(4){grid-column:span 4}
.experience-card:nth-child(5){grid-column:span 4}
.experience-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.experience-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.72))}
.experience-card .content{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}
.experience-card .content p{color:rgba(255,255,255,.72)}
.experience-card a{position:absolute;inset:0;z-index:3}
.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.icon-card{background:white;border:1px solid var(--line);padding:26px;min-height:220px}
.icon-mark{font-family:Georgia,serif;font-size:2.2rem;color:var(--accent);margin-bottom:28px}
.split-story{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.split-story.reverse .visual{order:2}
.split-story .visual{min-height:480px;background:linear-gradient(135deg,#b8b1a7,#4d4a45);position:relative;overflow:hidden}
.split-story .visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.split-story .copy{padding:20px 0}
.story-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;color:var(--accent);font-weight:700}
.spec-list{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);margin-top:22px}
.spec-row{display:grid;grid-template-columns:210px 1fr;background:white;padding:15px 16px;gap:22px}
.spec-row b{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}
.hotspot-wrap{position:relative;background:white;border:1px solid var(--line)}
.hotspot-wrap img{width:100%;display:block}
.hotspot{
  position:absolute;width:28px;height:28px;border-radius:50%;background:var(--ink);color:white;
  display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;
  border:2px solid white;box-shadow:0 4px 18px rgba(0,0,0,.25);cursor:pointer
}
.hotspot:hover,.hotspot:focus{transform:scale(1.12)}
.hotspot-tooltip{
  position:absolute;display:none;z-index:8;min-width:180px;background:white;color:var(--ink);
  padding:12px 14px;box-shadow:var(--shadow);border:1px solid var(--line);font-size:.83rem
}
.hotspot-tooltip.show{display:block}
.lightbox{
  position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:500;display:none;
  align-items:center;justify-content:center;padding:30px
}
.lightbox.open{display:flex}
.lightbox img{max-width:94vw;max-height:88vh;object-fit:contain}
.lightbox button{position:absolute;top:18px;right:22px;border:0;background:none;color:white;font-size:2rem;cursor:pointer}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.gallery-item{min-height:280px;background:linear-gradient(135deg,#c4beb5,#5d5953);position:relative;overflow:hidden;cursor:pointer}
.gallery-item:nth-child(1){grid-column:span 2;min-height:520px}
.gallery-item img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.gallery-item .fallback{position:absolute;inset:auto 16px 14px;color:white;text-shadow:0 1px 8px rgba(0,0,0,.5)}
.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0}
.filter-btn{border:1px solid var(--line);background:white;padding:9px 13px;border-radius:999px;cursor:pointer}
.filter-btn.active{background:var(--ink);color:white;border-color:var(--ink)}
.timeline{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}
.timeline-row{display:grid;grid-template-columns:90px 1fr;background:white;padding:22px}
.timeline-row b{font-family:Georgia,serif;font-size:1.5rem}
.callout-band{background:#1b1b1b;color:white}
.callout-band p{color:rgba(255,255,255,.65)}
.sticky-subnav{position:sticky;top:var(--nav-h);z-index:20;background:rgba(247,245,241,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.sticky-subnav .container{display:flex;gap:18px;overflow:auto;padding-top:14px;padding-bottom:14px;font-size:.82rem}
.photo-slot{border:1px dashed #aaa;padding:28px;background:#fafafa}
.photo-slot code{font-size:.76rem}
@media(max-width:900px){
  .section-head,.split-story{grid-template-columns:1fr}
  .split-story.reverse .visual{order:0}
  .experience-card:nth-child(n){grid-column:span 12}
  .icon-grid{grid-template-columns:1fr 1fr}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .gallery-item:nth-child(1){grid-column:span 2}
}
@media(max-width:560px){
  .icon-grid,.gallery-grid{grid-template-columns:1fr}
  .gallery-item:nth-child(1){grid-column:auto;min-height:340px}
  .spec-row{grid-template-columns:1fr}
}

/* v0.4 California Modern / Quiet Confidence */
:root{--bg:#fbfcfd;--surface:#fff;--ink:#1d2730;--muted:#66727b;--line:#e4edf2;--accent:#6fa8cf;--accent-deep:#3f83b3;--shadow:0 24px 70px rgba(72,104,124,.10)}
body{background:radial-gradient(circle at 85% 0%,rgba(172,220,244,.20),transparent 32rem),var(--bg)}
.site-header.scrolled{background:rgba(251,252,253,.91);box-shadow:0 1px 0 rgba(77,111,133,.10)}
.nav-cta,.btn{background:var(--accent-deep);border-color:var(--accent-deep)}
.btn.secondary{background:rgba(255,255,255,.72);border-color:#b9ccd7;color:var(--ink)}
.eyebrow,.story-kicker{color:var(--accent-deep)}
.hero{color:var(--ink);background:linear-gradient(90deg,rgba(250,253,255,.96),rgba(250,253,255,.72) 43%,rgba(250,253,255,.08) 73%),linear-gradient(180deg,#dcecf5,#bcd9ea)}
.hero.has-image{background-image:linear-gradient(90deg,rgba(250,253,255,.96),rgba(250,253,255,.72) 43%,rgba(250,253,255,.08) 73%),var(--hero-image)}
.hero .eyebrow,.hero p{color:#536875}.hero .btn.secondary{border-color:#a9c1d0;color:var(--ink);background:rgba(255,255,255,.70)}.scroll-cue{color:#55717f}
.page-hero{background:radial-gradient(circle at 85% 15%,rgba(120,190,229,.18),transparent 24rem),linear-gradient(180deg,#f4fbff,#edf6fb)}
.tour,.callout-band{background:linear-gradient(135deg,#e9f6fc,#f9fcfe);color:var(--ink)}.tour p,.callout-band p{color:var(--muted)}
.room-step{background:linear-gradient(145deg,#fff,#edf6fb);color:var(--ink);border:1px solid #dceaf1;box-shadow:0 12px 30px rgba(86,120,140,.07)}.room-step small{color:var(--accent-deep)}.room-step p{color:var(--muted)}
.cta-band{background:linear-gradient(120deg,#eaf7fd,#f8f3eb)}.site-footer{background:#edf6fb;color:var(--ink);border-top:1px solid var(--line)}.site-footer p{color:var(--muted)}.footer-links{color:#536875}
.feature-card,.experience-card,.image-panel,.split-story .visual,.gallery-item,.tour-card{border-radius:22px;box-shadow:var(--shadow)}
.story-card,.icon-card,.download-card,.info-card{border-radius:18px}.plan-card,.hotspot-wrap{border-radius:20px;overflow:hidden}
.badge{background:#f4fbff;border-color:#d9ebf4;color:#537284}.filter-btn.active{background:var(--accent-deep);border-color:var(--accent-deep)}
.sticky-subnav{background:rgba(251,252,253,.92);border-color:var(--line)}.notice{background:#eff8fc;border-left-color:var(--accent-deep)}
.soft-blue{background:linear-gradient(180deg,#f4fbff,#edf7fb)}.soft-sand{background:linear-gradient(180deg,#fbf8f3,#f4eee5)}
.editorial-quote{font-family:Georgia,serif;font-size:clamp(1.7rem,3.4vw,3.4rem);line-height:1.16;color:#29404e;max-width:980px}
.emotion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.emotion-card{padding:32px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.82);box-shadow:0 16px 46px rgba(74,112,136,.07)}.emotion-card span{display:block;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-deep);margin-bottom:32px}.emotion-card h3{font-family:Georgia,serif;font-size:1.55rem;font-weight:500}.emotion-card p{margin-bottom:0}
.lifestyle-strip{display:grid;grid-template-columns:1.2fr .8fr;border-radius:26px;overflow:hidden;background:linear-gradient(145deg,#e5f4fb,#f8fbfd);box-shadow:var(--shadow)}.lifestyle-strip .visual{min-height:520px;background:linear-gradient(135deg,#bee0ef,#7baac0);position:relative}.lifestyle-strip .visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.lifestyle-strip .copy{padding:64px}.pull-quote{border-left:2px solid var(--accent);padding-left:22px;margin:24px 0;font-family:Georgia,serif;font-size:1.4rem;color:#385463}
@media(max-width:900px){.emotion-grid,.lifestyle-strip{grid-template-columns:1fr}}

/* v0.7 staged + architectural gallery */
.gallery-filter-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:26px 0 8px}.filter-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-weight:700;margin-right:4px}.type-filter-btn{border:1px solid var(--line);background:white;padding:9px 13px;border-radius:999px;cursor:pointer}.type-filter-btn.active{background:var(--accent-deep);color:white;border-color:var(--accent-deep)}.photo-type-badge{position:absolute;right:14px;top:14px;z-index:2;background:rgba(255,255,255,.9);color:var(--ink);padding:6px 9px;border-radius:999px;font-size:.64rem;letter-spacing:.11em;text-transform:uppercase;font-weight:700;box-shadow:0 3px 12px rgba(0,0,0,.08)}


/* =========================================================
   Treasure Marvelous — Homepage Hero Readability Update
   v0.8 launch CSS refinement
   ========================================================= */

/*
   The twilight hero contains black roof/window/metal elements.
   Use a deep architectural navy for the headline and a subtle
   light halo so the typography remains readable without
   obscuring the photography.
*/

.hero .display{
  color:#123A5A;
  text-shadow:
    0 1px 2px rgba(255,255,255,.55),
    0 2px 8px rgba(255,255,255,.20);
  max-width:850px;
  font-size:clamp(2.65rem,5.55vw,5.75rem);
  line-height:.98;
}

/* Small uppercase hero label */
.hero .eyebrow{
  color:#174A6C;
  text-shadow:0 1px 2px rgba(255,255,255,.50);
}

/* Supporting hero paragraph */
.hero p{
  color:#294A60;
  text-shadow:0 1px 2px rgba(255,255,255,.42);
  max-width:660px;
}

/*
   Slightly strengthen the left-side readability gradient,
   while leaving the right side of the architecture visually open.
*/
.hero.has-image{
  background-image:
    linear-gradient(
      90deg,
      rgba(250,253,255,.94) 0%,
      rgba(250,253,255,.74) 34%,
      rgba(250,253,255,.30) 52%,
      rgba(250,253,255,.04) 72%
    ),
    var(--hero-image);
}

/* Keep the text grouping compact and away from the darkest window geometry. */
.hero-content{
  max-width:880px;
}

/* Secondary hero action remains legible on the lighter overlay. */
.hero .btn.secondary{
  border-color:rgba(18,58,90,.28);
  color:#123A5A;
  background:rgba(255,255,255,.78);
}

/* Tablet */
@media(max-width:900px){
  .hero .display{
    max-width:720px;
    font-size:clamp(2.65rem,7vw,4.8rem);
  }

  .hero-content{
    max-width:760px;
  }

  .hero.has-image{
    background-image:
      linear-gradient(
        90deg,
        rgba(250,253,255,.95) 0%,
        rgba(250,253,255,.78) 48%,
        rgba(250,253,255,.20) 78%
      ),
      var(--hero-image);
  }
}

/* Mobile */
@media(max-width:560px){
  .hero{
    min-height:88svh;
  }

  .hero .display{
    max-width:100%;
    font-size:clamp(2.45rem,12vw,3.6rem);
    line-height:1;
    letter-spacing:-.04em;
  }

  .hero p{
    max-width:100%;
    font-size:1rem;
  }

  .hero.has-image{
    background-position:62% center;
    background-image:
      linear-gradient(
        180deg,
        rgba(250,253,255,.70) 0%,
        rgba(250,253,255,.84) 50%,
        rgba(250,253,255,.92) 100%
      ),
      var(--hero-image);
  }
}

/* =========================================================
   v0.8 — Experience Card Photo Fix
   ========================================================= */

.experience-card.has-photo{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Keep text readable over the photography */
.experience-card.has-photo::after{
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.02) 20%,
      rgba(0,0,0,0.12) 48%,
      rgba(0,0,0,0.78) 100%
    );
}

/* =========================================================
   Treasure Marvelous — Homepage Hero Sky Placement
   v0.8.2
   Moves the homepage hero copy into the open upper-left sky
   and uses bold black typography for maximum contrast.
   ========================================================= */

@media (min-width:901px){
  .hero{
    align-items:stretch;
  }

  .hero.has-image{
    background-image:
      linear-gradient(
        180deg,
        rgba(255,255,255,.10) 0%,
        rgba(255,255,255,.02) 34%,
        rgba(255,255,255,0) 58%
      ),
      var(--hero-image);
    background-position:center center;
  }

  .hero-content{
    position:absolute;
    top:clamp(108px,11vh,150px);
    left:max(36px,calc((100vw - var(--max))/2 + 20px));
    width:min(560px,42vw);
    max-width:560px;
    padding:0;
    margin:0;
    z-index:3;
  }

  .hero .display{
    color:#080808;
    font-weight:700;
    font-size:clamp(3rem,4.35vw,4.9rem);
    line-height:.96;
    letter-spacing:-.045em;
    max-width:560px;
    text-shadow:0 1px 2px rgba(255,255,255,.30);
  }

  .hero .eyebrow{
    color:#080808;
    font-weight:800;
    text-shadow:none;
  }

  .hero p{
    color:#111;
    font-weight:600;
    max-width:540px;
    font-size:clamp(.98rem,1.12vw,1.15rem);
    line-height:1.5;
    margin:1.1rem 0 1.45rem;
    text-shadow:0 1px 2px rgba(255,255,255,.28);
  }

  .hero .btn.secondary{
    border-color:rgba(0,0,0,.28);
    color:#111;
    background:rgba(255,255,255,.82);
  }
}

/* Tablet: keep the copy in the upper-left while allowing more width. */
@media (min-width:561px) and (max-width:900px){
  .hero{
    align-items:stretch;
  }

  .hero-content{
    position:absolute;
    top:calc(var(--nav-h) + 38px);
    left:28px;
    width:min(600px,72vw);
    max-width:600px;
    padding:0;
    margin:0;
    z-index:3;
  }

  .hero .display{
    color:#080808;
    font-weight:700;
    font-size:clamp(2.8rem,6.2vw,4.4rem);
    text-shadow:0 1px 2px rgba(255,255,255,.30);
  }

  .hero .eyebrow,
  .hero p{
    color:#111;
  }

  .hero .eyebrow{font-weight:800;}
  .hero p{font-weight:600;max-width:560px;}

  .hero.has-image{
    background-image:
      linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.02) 48%,transparent 72%),
      var(--hero-image);
    background-position:center center;
  }
}

/* Mobile: preserve readability without forcing text over detailed architecture. */
@media (max-width:560px){
  .hero-content{
    position:relative;
    z-index:3;
  }

  .hero .display{
    color:#080808;
    font-weight:700;
  }

  .hero .eyebrow,
  .hero p{
    color:#111;
  }

  .hero .eyebrow{font-weight:800;}
  .hero p{font-weight:600;}
}

/* =========================================================
   Treasure Marvelous — Homepage Hero Position Refinement
   v0.8.3
   Smaller headline, farther left, maximum three-line desktop lockup.
   ========================================================= */

@media (min-width:901px){
  .hero-content{
    top:clamp(96px,9.5vh,128px);
    left:max(42px,4vw);
    width:min(760px,46vw);
    max-width:760px;
  }

  .hero .display{
    font-size:clamp(2.75rem,3.55vw,4rem);
    line-height:.98;
    max-width:760px;
    font-weight:700;
    color:#080808;
  }

  .hero .eyebrow{
    margin-bottom:.3rem;
  }

  .hero p{
    max-width:650px;
    font-size:clamp(.94rem,1vw,1.08rem);
    line-height:1.42;
    margin:.9rem 0 1.2rem;
  }
}

/* =========================================================
   Treasure Marvelous — Mobile Hero + Skip Link Refinement
   v0.8.4
   ========================================================= */

/* Keep the accessibility skip link out of normal visual flow.
   It only appears when a keyboard user focuses it. */
.skip-link{
  position:fixed;
  left:-9999px;
  top:12px;
  width:1px;
  height:1px;
  overflow:hidden;
  opacity:0;
  pointer-events:none;
  z-index:10000;
}

.skip-link:focus{
  left:16px;
  top:16px;
  width:auto;
  height:auto;
  overflow:visible;
  opacity:1;
  pointer-events:auto;
  padding:10px 14px;
  border-radius:8px;
  background:#fff;
  color:#080808;
  border:1px solid rgba(0,0,0,.16);
  box-shadow:0 8px 24px rgba(0,0,0,.16);
  font-size:.9rem;
  font-weight:700;
}

/* Phone hero: smaller, controlled lockup that stays within the viewport. */
@media (max-width:560px){

  .hero{
    min-height:100svh;
    align-items:start;
  }

  .hero-content{
    position:absolute;
    top:calc(var(--nav-h) + 118px);
    left:22px;
    right:22px;
    width:auto;
    max-width:none;
    padding:0;
    margin:0;
    z-index:3;
  }

  .hero .eyebrow{
    color:#080808;
    font-size:.55rem;
    line-height:1.3;
    letter-spacing:.15em;
    font-weight:800;
    margin:0 0 9px;
    text-shadow:0 1px 2px rgba(255,255,255,.35);
  }

  .hero .display{
    color:#080808;
    max-width:100%;
    font-size:clamp(2rem,9vw,2.7rem);
    line-height:.94;
    letter-spacing:-.045em;
    font-weight:700;
    text-shadow:0 1px 2px rgba(255,255,255,.25);
  }

  .hero p{
    color:#111;
    max-width:96%;
    font-size:.9rem;
    line-height:1.42;
    font-weight:600;
    margin:15px 0 18px;
    text-shadow:0 1px 2px rgba(255,255,255,.30);
  }

  .hero-actions{
    display:flex;
    gap:9px;
    flex-wrap:nowrap;
  }

  .hero-actions .btn{
    min-height:40px;
    padding:0 14px;
    font-size:.75rem;
    white-space:nowrap;
  }

  .hero.has-image{
    background-position:58% center;
    background-image:
      linear-gradient(
        180deg,
        rgba(255,255,255,.10) 0%,
        rgba(255,255,255,.03) 46%,
        rgba(255,255,255,.14) 100%
      ),
      var(--hero-image);
  }

  .scroll-cue{
    display:none;
  }
}

/* Extra-small phones */
@media (max-width:390px){
  .hero-content{
    top:calc(var(--nav-h) + 102px);
    left:18px;
    right:18px;
  }

  .hero .display{
    font-size:clamp(1.85rem,8.6vw,2.35rem);
  }

  .hero p{
    font-size:.84rem;
  }

  .hero-actions{
    flex-wrap:wrap;
  }
}

/* =========================================================
   Treasure Marvelous — iPhone Hero Final Override
   v0.8.5
   Placed last intentionally so it wins over all earlier hero rules.
   ========================================================= */

@media screen and (max-width: 560px) {

  body .hero {
    min-height: 100svh !important;
    align-items: start !important;
  }

  body .hero .hero-content.container {
    position: absolute !important;
    top: 150px !important;
    left: 24px !important;
    right: 24px !important;
    width: auto !important;
    max-width: 355px !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 5 !important;
  }

  body .hero .eyebrow {
    margin: 0 0 8px !important;
    max-width: 340px !important;
    color: #080808 !important;
    font-size: 9px !important;
    line-height: 1.25 !important;
    letter-spacing: .14em !important;
    font-weight: 800 !important;
  }

  body .hero h1.display {
    margin: 0 !important;
    max-width: 350px !important;
    color: #080808 !important;
    font-size: 38px !important;
    line-height: .94 !important;
    letter-spacing: -.045em !important;
    font-weight: 700 !important;
  }

  body .hero .hero-content > p {
    margin: 14px 0 16px !important;
    max-width: 345px !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
  }

  body .hero .hero-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }

  body .hero .hero-actions .btn {
    min-height: 38px !important;
    padding: 0 13px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  body .hero.has-image {
    background-position: 58% center !important;
    background-size: cover !important;
  }

  body .hero .scroll-cue {
    display: none !important;
  }
}

/* Slightly smaller lockup for narrow iPhones such as 375/390px CSS widths. */
@media screen and (max-width: 390px) {

  body .hero .hero-content.container {
    top: 142px !important;
    left: 20px !important;
    right: 20px !important;
    max-width: 330px !important;
  }

  body .hero h1.display {
    max-width: 325px !important;
    font-size: 34px !important;
  }

  body .hero .hero-content > p {
    max-width: 325px !important;
    font-size: 13px !important;
  }

  body .hero .hero-actions .btn {
    padding: 0 11px !important;
    font-size: 11px !important;
  }
}

/* =========================================================
   Treasure Marvelous — iPhone Hero Layout Finalization
   v0.8.6
   ========================================================= */

.hero-title span{
  display:block;
}

/* Desktop/tablet keep the current successful layout. */
@media screen and (min-width:561px){
  .hero-title span{
    white-space:nowrap;
  }
}

/* iPhone / narrow mobile */
@media screen and (max-width:560px){

  body .hero{
    min-height:100svh !important;
    align-items:start !important;
  }

  body .hero .hero-content.container{
    position:absolute !important;
    top:118px !important;
    left:22px !important;
    right:22px !important;
    width:auto !important;
    max-width:370px !important;
    padding:0 !important;
    margin:0 !important;
    z-index:5 !important;
  }

  body .hero .eyebrow{
    margin:0 0 8px !important;
    max-width:360px !important;
    color:#080808 !important;
    font-size:8px !important;
    line-height:1.2 !important;
    letter-spacing:.14em !important;
    font-weight:800 !important;
    white-space:nowrap !important;
  }

  body .hero h1.display.hero-title{
    margin:0 !important;
    width:100% !important;
    max-width:370px !important;
    color:#080808 !important;
    font-size:29px !important;
    line-height:.96 !important;
    letter-spacing:-.04em !important;
    font-weight:700 !important;
    text-shadow:0 1px 2px rgba(255,255,255,.24) !important;
  }

  body .hero h1.display.hero-title span{
    display:block !important;
    white-space:nowrap !important;
  }

  body .hero .hero-content > p{
    margin:13px 0 15px !important;
    width:100% !important;
    max-width:350px !important;
    color:#111 !important;
    font-size:12px !important;
    line-height:1.35 !important;
    font-weight:600 !important;
  }

  body .hero .hero-actions{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:8px !important;
  }

  body .hero .hero-actions .btn{
    min-height:36px !important;
    padding:0 12px !important;
    font-size:11px !important;
    white-space:nowrap !important;
  }

  body .hero.has-image{
    background-position:57% center !important;
    background-size:cover !important;
  }
}

/* Small iPhones */
@media screen and (max-width:390px){

  body .hero .hero-content.container{
    top:112px !important;
    left:18px !important;
    right:18px !important;
    max-width:345px !important;
  }

  body .hero h1.display.hero-title{
    max-width:345px !important;
    font-size:27px !important;
  }

  body .hero .hero-content > p{
    max-width:330px !important;
    font-size:11.5px !important;
  }

  body .hero .hero-actions .btn{
    padding:0 10px !important;
    font-size:10.5px !important;
  }
}

/* =========================================================
   Treasure Marvelous — Responsive Hero Refinement
   v0.8.7
   This block intentionally comes last.
   ========================================================= */

/* Tablet / narrow desktop: prevent the headline from becoming oversized
   when the navigation collapses to the hamburger menu. */
@media screen and (min-width:561px) and (max-width:900px){

  body .hero .hero-content.container{
    position:absolute !important;
    top:150px !important;
    left:5vw !important;
    right:auto !important;
    width:min(620px,72vw) !important;
    max-width:620px !important;
    padding:0 !important;
    margin:0 !important;
    z-index:5 !important;
  }

  body .hero .eyebrow{
    margin:0 0 10px !important;
    color:#080808 !important;
    font-size:10px !important;
    line-height:1.2 !important;
    letter-spacing:.15em !important;
    font-weight:800 !important;
  }

  body .hero h1.display.hero-title{
    width:100% !important;
    max-width:620px !important;
    font-size:clamp(36px,5vw,48px) !important;
    line-height:.95 !important;
    letter-spacing:-.04em !important;
    font-weight:700 !important;
    color:#080808 !important;
  }

  body .hero h1.display.hero-title span{
    display:block !important;
    white-space:nowrap !important;
  }

  body .hero .hero-content > p{
    width:min(560px,68vw) !important;
    max-width:560px !important;
    margin:16px 0 18px !important;
    color:#111 !important;
    font-size:14px !important;
    line-height:1.4 !important;
    font-weight:600 !important;
  }

  body .hero .hero-actions .btn{
    min-height:40px !important;
    padding:0 15px !important;
    font-size:12px !important;
  }
}

/* Phones: use a deliberately smaller editorial lockup.
   The portrait crop has much less usable sky than desktop, so the title
   must be compact rather than simply scaling the desktop typography. */
@media screen and (max-width:560px){

  body .hero .hero-content.container{
    position:absolute !important;
    top:78px !important;
    left:20px !important;
    right:20px !important;
    width:auto !important;
    max-width:360px !important;
    padding:0 !important;
    margin:0 !important;
    z-index:5 !important;
  }

  body .hero .eyebrow{
    margin:0 0 7px !important;
    max-width:355px !important;
    color:#080808 !important;
    font-size:7.5px !important;
    line-height:1.2 !important;
    letter-spacing:.13em !important;
    font-weight:800 !important;
    white-space:nowrap !important;
  }

  body .hero h1.display.hero-title{
    margin:0 !important;
    width:100% !important;
    max-width:355px !important;
    color:#080808 !important;
    font-size:24px !important;
    line-height:.96 !important;
    letter-spacing:-.035em !important;
    font-weight:700 !important;
  }

  body .hero h1.display.hero-title span{
    display:block !important;
    white-space:nowrap !important;
  }

  body .hero .hero-content > p{
    margin:11px 0 13px !important;
    width:100% !important;
    max-width:330px !important;
    color:#111 !important;
    font-size:10.5px !important;
    line-height:1.35 !important;
    font-weight:600 !important;
  }

  body .hero .hero-actions{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:7px !important;
  }

  body .hero .hero-actions .btn{
    min-height:34px !important;
    padding:0 10px !important;
    font-size:10px !important;
    white-space:nowrap !important;
  }
}

/* Narrow iPhones */
@media screen and (max-width:390px){

  body .hero .hero-content.container{
    top:76px !important;
    left:17px !important;
    right:17px !important;
    max-width:335px !important;
  }

  body .hero h1.display.hero-title{
    max-width:335px !important;
    font-size:22px !important;
  }

  body .hero .hero-content > p{
    max-width:310px !important;
    font-size:10px !important;
  }

  body .hero .hero-actions .btn{
    min-height:32px !important;
    padding:0 9px !important;
    font-size:9.5px !important;
  }
}

/* =========================================================
   Treasure Marvelous — Mobile Hero Bottom-Right Layout
   v0.8.8
   Final mobile-only override. Desktop/tablet remain unchanged.
   ========================================================= */

@media screen and (max-width:560px){

  body .hero{
    min-height:100svh !important;
    align-items:stretch !important;
  }

  body .hero .hero-content.container{
    position:absolute !important;
    top:auto !important;
    left:auto !important;
    right:20px !important;
    bottom:72px !important;
    width:min(330px,calc(100vw - 40px)) !important;
    max-width:330px !important;
    padding:0 !important;
    margin:0 !important;
    z-index:5 !important;
    text-align:right !important;
  }

  body .hero .eyebrow{
    margin:0 0 7px auto !important;
    max-width:320px !important;
    color:#080808 !important;
    font-size:7.5px !important;
    line-height:1.2 !important;
    letter-spacing:.13em !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    text-align:right !important;
    text-shadow:0 1px 2px rgba(255,255,255,.45) !important;
  }

  body .hero h1.display.hero-title{
    margin:0 0 0 auto !important;
    width:100% !important;
    max-width:330px !important;
    color:#080808 !important;
    font-size:24px !important;
    line-height:.96 !important;
    letter-spacing:-.035em !important;
    font-weight:700 !important;
    text-align:right !important;
    text-shadow:0 1px 2px rgba(255,255,255,.38) !important;
  }

  body .hero h1.display.hero-title span{
    display:block !important;
    white-space:nowrap !important;
  }

  body .hero .hero-content > p{
    margin:11px 0 13px auto !important;
    width:100% !important;
    max-width:310px !important;
    color:#111 !important;
    font-size:10.5px !important;
    line-height:1.35 !important;
    font-weight:600 !important;
    text-align:right !important;
    text-shadow:0 1px 2px rgba(255,255,255,.42) !important;
  }

  body .hero .hero-actions{
    display:flex !important;
    justify-content:flex-end !important;
    flex-wrap:nowrap !important;
    gap:7px !important;
  }

  body .hero .hero-actions .btn{
    min-height:34px !important;
    padding:0 10px !important;
    font-size:10px !important;
    white-space:nowrap !important;
  }
}

/* Narrow iPhones */
@media screen and (max-width:390px){

  body .hero .hero-content.container{
    right:17px !important;
    bottom:64px !important;
    width:min(310px,calc(100vw - 34px)) !important;
    max-width:310px !important;
  }

  body .hero h1.display.hero-title{
    max-width:310px !important;
    font-size:22px !important;
  }

  body .hero .hero-content > p{
    max-width:295px !important;
    font-size:10px !important;
  }

  body .hero .hero-actions .btn{
    min-height:32px !important;
    padding:0 9px !important;
    font-size:9.5px !important;
  }
}

/* =========================================================
   Treasure Marvelous — iPhone Portrait + Landscape Fix
   v0.8.9
   IMPORTANT: Do NOT redefine background-image on mobile.
   Safari will use the already-working base .hero.has-image rule.
   ========================================================= */

/* iPhone portrait / narrow mobile */
@media screen and (max-width:560px) and (orientation:portrait){

  body .hero{
    min-height:100svh !important;
    align-items:stretch !important;
  }

  body .hero.has-image{
    /* Preserve the base background-image; only control crop/position. */
    background-position:center center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
  }

  body .hero .hero-content.container{
    position:absolute !important;
    top:auto !important;
    left:auto !important;
    right:18px !important;
    bottom:62px !important;
    width:min(320px,calc(100vw - 36px)) !important;
    max-width:320px !important;
    padding:0 !important;
    margin:0 !important;
    z-index:5 !important;
    text-align:right !important;
  }

  body .hero .eyebrow{
    margin:0 0 7px auto !important;
    max-width:315px !important;
    color:#080808 !important;
    font-size:7.5px !important;
    line-height:1.2 !important;
    letter-spacing:.13em !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    text-align:right !important;
    text-shadow:0 1px 2px rgba(255,255,255,.55) !important;
  }

  body .hero h1.display.hero-title{
    margin:0 0 0 auto !important;
    width:100% !important;
    max-width:320px !important;
    color:#080808 !important;
    font-size:22px !important;
    line-height:.96 !important;
    letter-spacing:-.035em !important;
    font-weight:700 !important;
    text-align:right !important;
    text-shadow:0 1px 2px rgba(255,255,255,.50) !important;
  }

  body .hero h1.display.hero-title span{
    display:block !important;
    white-space:nowrap !important;
  }

  body .hero .hero-content > p{
    margin:10px 0 12px auto !important;
    width:100% !important;
    max-width:300px !important;
    color:#111 !important;
    font-size:10px !important;
    line-height:1.35 !important;
    font-weight:600 !important;
    text-align:right !important;
    text-shadow:0 1px 2px rgba(255,255,255,.55) !important;
  }

  body .hero .hero-actions{
    display:flex !important;
    justify-content:flex-end !important;
    flex-wrap:nowrap !important;
    gap:7px !important;
  }

  body .hero .hero-actions .btn{
    min-height:32px !important;
    padding:0 9px !important;
    font-size:9.5px !important;
    white-space:nowrap !important;
  }
}

/* =========================================================
   Treasure Marvelous — Desktop Hero Horizontal Position
   v0.9.0
   Shift desktop hero copy approximately 175px to the right.
   Mobile and tablet positioning remain unchanged.
   ========================================================= */

@media screen and (min-width:901px){
  body .hero .hero-content.container{
    position:absolute !important;
    left:calc(max(42px, 4vw) + 175px) !important;
    right:auto !important;
  }
}

/* =========================================================
   Treasure Marvelous — iPhone Hero Repair
   v0.9.1
   - Portrait keeps the mobile bottom-right copy placement.
   - Do not override background-image on mobile; this allows the
     current hero photo assigned by HTML/JS to render on iPhone.
   - Landscape uses a desktop-like left-side composition.
   ========================================================= */

/* Portrait: preserve the actual hero image source. */
@media screen and (max-width:560px) and (orientation:portrait){
  body .hero.has-image{
    background-position:center center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
  }
}

/* iPhone landscape: match the desktop composition more closely. */
@media screen and (max-width:900px) and (orientation:landscape){

  body .hero{
    min-height:100svh !important;
    align-items:stretch !important;
  }

  body .hero.has-image{
    background-position:center center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
  }

  body .hero .hero-content.container{
    position:absolute !important;
    top:clamp(96px,16vh,132px) !important;
    left:clamp(42px,7vw,82px) !important;
    right:auto !important;
    bottom:auto !important;
    width:min(470px,52vw) !important;
    max-width:470px !important;
    padding:0 !important;
    margin:0 !important;
    z-index:5 !important;
    text-align:left !important;
  }

  body .hero .eyebrow{
    margin:0 0 8px 0 !important;
    color:#080808 !important;
    font-size:8px !important;
    line-height:1.2 !important;
    letter-spacing:.13em !important;
    font-weight:800 !important;
    text-align:left !important;
    white-space:nowrap !important;
  }

  body .hero h1.display.hero-title{
    margin:0 !important;
    max-width:470px !important;
    color:#080808 !important;
    font-size:clamp(27px,3.3vw,34px) !important;
    line-height:.95 !important;
    letter-spacing:-.035em !important;
    font-weight:700 !important;
    text-align:left !important;
  }

  body .hero h1.display.hero-title span{
    display:block !important;
    white-space:nowrap !important;
  }

  body .hero .hero-content > p{
    margin:11px 0 13px 0 !important;
    max-width:430px !important;
    color:#111 !important;
    font-size:10.5px !important;
    line-height:1.35 !important;
    font-weight:600 !important;
    text-align:left !important;
  }

  body .hero .hero-actions{
    display:flex !important;
    justify-content:flex-start !important;
    gap:7px !important;
    flex-wrap:nowrap !important;
  }

  body .hero .hero-actions .btn{
    min-height:32px !important;
    padding:0 10px !important;
    font-size:10px !important;
    white-space:nowrap !important;
  }
}

