@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Instrument+Sans:wght@400;500;600;700&display=swap');

:root{
  --cream:#f2e6d8;
  --paper:#fffaf4;
  --plum:#3b2434;
  --plum2:#241620;
  --terra:#c45f40;
  --rust:#9d4934;
  --sand:#dcc4b1;
  --olive:#4d5741;
  --ink:#2c2026;
  --muted:#6d6065;
  --line:rgba(59,36,52,.14);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Instrument Sans","Segoe UI",sans-serif;line-height:1.6}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.serif,h1,h2,h3{font-family:"Fraunces",Georgia,serif}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:700;color:var(--terra)}
.muted{color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid var(--plum);font-size:13px;font-weight:600}
.btn-dark{background:var(--plum);color:#fff;border-color:var(--plum)}
.btn-terra{background:var(--terra);color:#fff;border-color:var(--terra)}
.text-link{display:inline-block;margin-top:16px;color:var(--terra);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}

.site-header{position:sticky;top:0;z-index:30;background:rgba(255,250,244,.98);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.nav{min-height:78px;display:flex;align-items:center;gap:30px}
.logo img{width:86px}
.menu{display:flex;align-items:center;gap:24px;margin-left:auto;font-size:13px;font-weight:500}
.menu a:hover,.menu a.active{color:var(--terra)}
.menu-toggle{display:none;margin-left:auto;border:0;background:none;font-size:26px;color:var(--plum)}

.hero,.page-hero{display:grid;grid-template-columns:44% 56%;background:var(--cream);border-bottom:6px solid var(--plum)}
.hero{min-height:565px}
.page-hero{min-height:470px}
.hero-copy{padding:58px 48px 58px max(58px,calc((100vw - 1240px)/2));display:flex;flex-direction:column;justify-content:center}
.page-hero .copy{padding:42px 48px 48px max(58px,calc((100vw - 1240px)/2));display:flex;flex-direction:column;justify-content:center}
.hero h1{font-size:56px;line-height:1.01;letter-spacing:-.045em;margin:12px 0 22px;max-width:560px}
.page-hero h1{font-size:52px;line-height:1.02;letter-spacing:-.04em;margin:8px 0 18px;max-width:620px}
.hero p,.page-hero p{font-size:16.5px;max-width:540px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.hero-media,.page-hero .media{overflow:hidden}
.hero-media img,.page-hero .media img{width:100%;height:100%;object-fit:cover}
.hero-media img{object-position:56% 52%}

.section{padding:82px 0}
.section-white{background:#fffdf9}
.section-cream{background:#ead7c7}
.section-plum{background:var(--plum);color:#f7ecef}
.section-plum .eyebrow,.section-plum h2,.section-plum h3{color:#fff}
.section-plum p{color:#eadfe3}
.section-olive{background:var(--olive);color:#fff}
.section-olive .eyebrow,.section-olive h2{color:#fff}
.section-rust{background:var(--rust);color:#fff}
.section-rust .eyebrow,.section-rust h2{color:#fff}
.section h2{font-size:46px;line-height:1.06;letter-spacing:-.03em;margin:10px 0 20px}
.lead{font-size:18px;max-width:760px;color:var(--muted)}

.statement-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end}
.statement-grid h2{font-size:52px;margin:0}

.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.service-card{padding:28px 24px;min-height:265px;background:var(--plum2);color:#fff;border:1px solid rgba(255,255,255,.1)}
.service-card:nth-child(2){background:#4b2d40}
.service-card:nth-child(3){background:#6a3d4d}
.service-card:nth-child(4){background:#2a1824}
.service-card h3{font-size:25px;margin:36px 0 12px}
.service-card p{font-size:14px;color:#ebdfe4}

.split{display:grid;grid-template-columns:1fr 1fr}
.split-media img{width:100%;height:100%;min-height:460px;object-fit:cover}
.split-copy{padding:68px clamp(36px,5vw,78px);display:flex;flex-direction:column;justify-content:center}
.split-copy.dark{background:var(--plum);color:#f7ecef}
.split-copy.dark .eyebrow,.split-copy.dark h2{color:#fff}
.split-copy.dark p{color:#eadfe3}

.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.info-card{padding:28px;background:#fffaf4;border-top:6px solid var(--terra);border-left:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.info-card:nth-child(even){background:#efe0d2}
.info-card h3{font-size:25px;color:var(--plum);margin:6px 0 10px}
.price{font-family:"Fraunces",serif;color:var(--terra);font-size:25px}

.image-band{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.image-band img{width:100%;height:260px;object-fit:cover}

.steps{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}
.step{padding:26px;background:#fffaf4;border-right:1px solid var(--line);border-bottom:6px solid var(--terra);min-height:220px}
.step:nth-child(even){background:#efe0d2}
.step:last-child{border-right:0}
.step .num{color:var(--terra);font-weight:700}
.step h3{font-size:24px;margin:28px 0 8px;color:var(--plum)}

.process-wide{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center}
.process-wide img{width:100%;height:420px;object-fit:cover}

.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.work-card{background:#fff;border:1px solid var(--line)}
.work-card img{width:100%;height:320px;object-fit:cover}
.work-card .body{padding:24px;border-top:6px solid var(--terra)}
.work-card h3{font-size:29px;color:var(--plum);margin:0 0 8px}

.compare{width:100%;border-collapse:collapse;margin-top:24px}
.compare th,.compare td{padding:14px 12px;border-bottom:1px solid rgba(255,255,255,.16);text-align:left}
.faq{border-top:1px solid var(--line)}
.faq details{padding:18px 0;border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;font-weight:600}

.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px}
.form-card{background:#fff;padding:32px;border:1px solid var(--line);border-top:8px solid var(--terra)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.form-grid .full{grid-column:1/-1}
label{display:block;font-size:12px;font-weight:700;margin-bottom:6px}
input,select,textarea{width:100%;padding:13px;border:1px solid var(--line);background:#fff}
textarea{min-height:150px}
.contact-card{padding:34px;background:var(--plum);color:#fff}
.contact-card h2,.contact-card .eyebrow,.contact-card a{color:#fff}

.cta-band{padding:50px 0;background:var(--terra);color:#fff}
.cta-row{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-row h2{font-size:42px;line-height:1.05;margin:0;max-width:760px}

.site-footer{background:var(--plum2);color:#e8dce1;padding:54px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}
.footer-grid h4{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#df8a69}
.footer-grid a{display:block;margin:7px 0;font-size:14px}
.footer-logo{width:116px}
.footer-bottom{margin-top:36px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#baaab2;display:flex;justify-content:space-between}

.hello-page{min-height:100vh;background:var(--cream);display:grid;place-items:center;padding:30px}
.hello-card{width:min(540px,100%);background:var(--paper);padding:34px;border-top:8px solid var(--terra);text-align:center}
.hello-card .logo img{margin:0 auto 22px;width:130px}
.hello-links{display:grid;gap:10px;margin-top:26px}
.hello-links a{padding:15px;border:1px solid var(--plum);font-weight:600}
.hello-links .primary{background:var(--plum);color:#fff}
.hello-links .terra{background:var(--terra);color:#fff;border-color:var(--terra)}

@media(max-width:960px){
  .menu{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}
  .menu.open{display:flex}
  .menu-toggle{display:block}
  .hero,.page-hero{grid-template-columns:1fr}
  .hero-copy{padding:52px 24px}
  .page-hero .copy{padding:34px 24px 40px}
  .hero h1{font-size:46px}
  .page-hero h1{font-size:44px}
  .hero-media,.page-hero .media{min-height:380px}
  .services-grid,.cards-4{grid-template-columns:1fr 1fr}
  .statement-grid,.split,.process-wide,.contact-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .image-band{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .hero h1{font-size:40px}
  .page-hero h1{font-size:39px}
  .section{padding:64px 0}
  .section h2,.statement-grid h2{font-size:38px}
  .services-grid,.cards-4,.steps,.work-grid,.form-grid,.footer-grid,.image-band{grid-template-columns:1fr}
  .form-grid .full{grid-column:auto}
  .cta-row,.footer-bottom{flex-direction:column;align-items:flex-start}
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #d88765;outline-offset:3px}
.text-link{color:#9c432e}.form-help{font-size:12px;color:var(--muted);margin:7px 0 0}
.page-hero{min-height:440px}.page-hero .copy{padding-top:30px;padding-bottom:48px;transform:translateY(-10px)}.page-hero h1{margin-top:6px}
.home-feature{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.home-feature.reverse>div{order:2}.home-feature.reverse>img{order:1}
.home-feature img{width:100%;height:390px;object-fit:cover}.home-feature h2{font-size:46px;line-height:1.06;letter-spacing:-.03em;margin:10px 0 18px}
.section{padding:72px 0}.split-copy{padding-top:58px;padding-bottom:58px}
.menu a[aria-current="page"]{color:var(--terra);font-weight:600}
@media(max-width:960px){.page-hero .copy{transform:none;padding:34px 24px 40px}.home-feature,.home-feature.reverse{grid-template-columns:1fr}.home-feature.reverse>div,.home-feature.reverse>img{order:initial}.home-feature img{height:340px}}
@media(max-width:600px){.home-feature h2{font-size:38px}.home-feature img{height:300px}}

/* NAV FINAL ORDER */
.menu{gap:22px}
.menu .btn{margin-left:6px}
@media(max-width:1100px){
  .menu{gap:17px;font-size:12.5px}
}

/* PACKAGE DETAIL DEMO */
.package-tile{display:block;transition:transform .18s ease, box-shadow .18s ease}
.package-tile:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(59,36,52,.08)}
.tile-link{display:inline-block;margin-top:18px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--terra)}
.package-detail{scroll-margin-top:96px}
.package-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.package-spec{background:#fffaf4;padding:32px;border-top:6px solid var(--terra)}
.package-spec h3{font-size:26px;margin-top:0}
.package-spec ul{padding-left:20px;margin:18px 0 24px}
.package-spec li{margin:8px 0}
.dark-spec{background:rgba(255,255,255,.08);border-top-color:#fff}
.dark-spec h3,.dark-spec p,.dark-spec li{color:#fff}
@media(max-width:900px){.package-detail-grid{grid-template-columns:1fr;gap:32px}}

/* ABOUT STORY */
.about-story-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:74px;
  align-items:start;
}
.about-story-intro{position:sticky;top:120px}
.about-story-intro h2{
  font-size:42px;
  line-height:1.08;
  letter-spacing:-.03em;
  margin:10px 0 0;
}
.about-story-copy{
  max-width:680px;
  font-size:17px;
  line-height:1.75;
}
.about-story-copy p{margin:0 0 22px}
@media(max-width:960px){
  .about-story-grid{grid-template-columns:1fr;gap:34px}
  .about-story-intro{position:static}
}
@media(max-width:600px){
  .about-story-intro h2{font-size:36px}
  .about-story-copy{font-size:16px}
}

/* LEGAL PAGES */
.legal-copy{max-width:900px}
.legal-copy h2{font-size:30px;margin:42px 0 12px}
.legal-copy p,.legal-copy li{font-size:15.5px;line-height:1.72}
.legal-copy ul{padding-left:22px}
.legal-copy li{margin:7px 0}
.legal-updated{color:var(--muted);font-size:13px!important;margin-bottom:28px}
.legal-table-wrap{overflow-x:auto;margin:22px 0 26px}
.legal-table{width:100%;border-collapse:collapse;background:#fff}
.legal-table th,.legal-table td{border:1px solid var(--line);padding:14px;text-align:left;vertical-align:top;font-size:14px;line-height:1.55}
.legal-table th{background:var(--cream);color:var(--plum)}
.form-privacy{font-size:12px;color:var(--muted);line-height:1.5;margin:0 0 12px}
.form-privacy a{text-decoration:underline}

/* FINAL CONSISTENCY + MOBILE QA */
@media(max-width:1080px){
  .menu{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:22px 20px 26px;flex-direction:column;align-items:stretch;gap:4px;border-bottom:1px solid var(--line);box-shadow:0 16px 28px rgba(44,32,38,.08)}
  .menu.open{display:flex}
  .menu-toggle{display:block}
  .menu a{padding:10px 4px;font-size:14px}
  .menu .btn{margin:8px 0 0;padding:13px 16px}
}
@media(min-width:1081px){
  .menu-toggle{display:none!important}
}
@media(max-width:600px){
  .page-hero{min-height:auto}
  .page-hero .media{min-height:310px}
  .hero-media{min-height:330px}
  .contact-card,.form-card{padding:26px 22px}
  .legal-copy h2{font-size:26px}
}

/* Keep long page headings visually closer to the top of the hero */
.page-hero .copy{justify-content:center}

/* Better form feedback URL state */
.contact-notice{padding:12px 14px;background:#f4e4db;border-left:4px solid var(--terra);margin-bottom:16px;font-size:13px}
