/* ==========================================================================
   Marina Stati — Real Estate
   Layout cloned 1:1 from the marlenegoldman.net structure.
   Type scale, section heights, grid offsets and band colors match the source.
   Display face upgraded Noto Serif Display -> Cormorant Garamond.
   ========================================================================== */

:root{
  /* type */
  --font-display: 'Cormorant Garamond', 'Noto Serif Display', serif;
  --font-body: 'Montserrat', sans-serif;
  --h1: 70px;
  --h2: 54px;
  --h3: 38px;
  --h4: 28px;
  --h5: 22px;
  --h6: 20px;
  --body: 16px;

  /* palette — mirrors the source site's bands */
  --white: #ffffff;
  --black: #000000;
  --ink: #211f1f;
  --ink-soft: #1a1a1a;
  --band-warm: #eeede9;   /* testimonial band */
  --band-cool: #f5f3f0;   /* inline form band */
  --grey: #848484;
  --grey-2: #929395;
  --cream: #f2ede4;       /* pulled from the MS logo */
  --line: rgba(0,0,0,.18);
  --line-light: rgba(255,255,255,.35);

  --maxw: 1280px;
  --gutter: 40px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  font-size:var(--body);
  line-height:1.666;
  color:var(--ink);
  background:var(--white);
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; cursor:pointer; }

h1,h2,h3,h4,h5,h6{
  font-family:var(--font-display);
  font-weight:400;
  text-transform:uppercase;
  margin:0;
  letter-spacing:.01em;
}
h1{ font-size:var(--h1); line-height:1.11; }
h2{ font-size:var(--h2); line-height:1.18; }
h3{ font-size:var(--h3); line-height:1.2; }
h4{ font-size:var(--h4); line-height:1.25; }
h5{ font-size:var(--h5); line-height:1.36; }
h6{ font-size:var(--h6); line-height:1.4; }
p{ margin:0 0 1.15em; }

.container{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 var(--gutter); }
.section{ padding:96px 0; }

/* buttons — 1px outlined rectangle, uppercase Montserrat 600/14 */
.btn{
  display:inline-block;
  font-family:var(--font-body);
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.14em;
  padding:17px 40px;
  border:1px solid currentColor;
  background:transparent;
  color:var(--ink);
  transition:background .3s ease,color .3s ease;
}
.btn:hover{ background:var(--ink); color:var(--white); }
.btn--light{ color:var(--white); }
.btn--light:hover{ background:var(--white); color:var(--ink); }
.btn--solid{ background:var(--ink); color:var(--white); border-color:var(--ink); }
.btn--solid:hover{ background:transparent; color:var(--ink); }

.eyebrow{
  font-family:var(--font-body);
  font-size:14px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--ink);
  margin:0 0 22px;
}

/* ==========================================================================
   HEADER — transparent over hero, solid dark on scroll
   ========================================================================== */
.site-header{
  position:fixed; inset:0 0 auto 0; z-index:120;
  padding:22px 0;
  transition:background .35s ease, padding .35s ease, box-shadow .35s ease;
}
.site-header.is-stuck{
  background:#141414;
  padding:12px 0;
  box-shadow:0 1px 0 rgba(255,255,255,.08);
}
.header-inner{
  max-width:1440px; margin:0 auto; padding:0 var(--gutter);
  display:flex; align-items:center; justify-content:space-between; gap:32px;
}
.brand img{ height:64px; width:auto; transition:height .35s ease; }
.site-header.is-stuck .brand img{ height:48px; }

.nav{ display:flex; align-items:center; gap:38px; }
.nav a,.nav button{
  font-size:14px; font-weight:600; letter-spacing:.14em;
  text-transform:uppercase; color:var(--cream);
  background:none; border:0; padding:0;
}
.nav a:hover,.nav button:hover{ opacity:.65; }

/* HOME SEARCH dropdown */
.has-drop{ position:relative; }
.drop{
  position:absolute; top:calc(100% + 18px); left:50%; transform:translateX(-50%);
  background:#141414; min-width:280px; padding:14px 0;
  opacity:0; visibility:hidden; transform:translate(-50%,10px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s;
}
.has-drop:hover .drop,.has-drop:focus-within .drop{ opacity:1; visibility:visible; transform:translate(-50%,0); }
.drop a{ display:block; padding:11px 26px; font-size:12px; letter-spacing:.16em; white-space:nowrap; }

.hamburger{
  width:26px; height:14px; position:relative;
  background:none; border:0; padding:0; appearance:none; -webkit-appearance:none;
}
.hamburger span{ position:absolute; left:0; right:0; height:1px; background:var(--cream); }
.hamburger span:nth-child(1){ top:0; }
.hamburger span:nth-child(2){ bottom:0; }

/* ==========================================================================
   1. HERO — full-bleed video + 4-slide caption carousel  (975px on source)
   ========================================================================== */
.hero{ position:relative; height:975px; min-height:100svh; overflow:hidden; color:var(--white); }
.hero video,.hero .hero-poster{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; z-index:0;
}
/* Flat scrim plus a soft vignette — the drone plate is bright sky over pale
   roofs, so flat alone leaves the headline sitting on noise. */
.hero::after{
  content:''; position:absolute; inset:0; z-index:1;
  background:
    radial-gradient(ellipse 78% 62% at 50% 50%, rgba(0,0,0,.34) 0%, rgba(0,0,0,.12) 62%, transparent 100%),
    linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.18) 34%, rgba(0,0,0,.30) 100%);
}
.hero-inner{
  position:relative; z-index:2; height:100%;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; padding:0 var(--gutter);
}
/* Outgoing slide clears fast so the incoming headline never ghosts over it;
   incoming fade is delayed past that clear. */
.hero-slide{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:100%; max-width:1000px;
  opacity:0; visibility:hidden;
  transition:opacity .3s ease, visibility 0s linear .3s;
}
.hero-slide.is-active{
  opacity:1; visibility:visible;
  transition:opacity .7s ease .3s, visibility 0s linear .3s;
}
.hero-slide .kicker{
  font-size:14px; font-weight:600; letter-spacing:.32em; text-transform:uppercase;
  margin:0 0 20px;
}
.hero-slide h1{ font-size:var(--h1); color:var(--white); margin:0 0 14px; letter-spacing:.06em; }
.hero-slide .sub{
  font-family:var(--font-display); font-size:var(--h5);
  text-transform:none; letter-spacing:.02em; margin:0 0 38px;
}
.hero-scroll{ position:absolute; right:40px; bottom:52px; z-index:3; color:#fff; font-size:20px; }

/* ==========================================================================
   2. EXPLORE MY SERVICES — 3 tiles, centre tile taller + offset  (847px)
   ========================================================================== */
.services{ padding:96px 0 110px; background:var(--white); }
.services-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:34px;
  align-items:start; max-width:1180px; margin:0 auto;
}
.services-head{
  grid-column:2; text-align:center; padding:34px 0 10px;
}
.services-head h2{ font-size:var(--h2); }
.tile{ position:relative; display:block; overflow:hidden; }
.tile img{ width:100%; height:100%; object-fit:cover; transition:transform 1.1s cubic-bezier(.2,.7,.3,1); }
.tile:hover img{ transform:scale(1.06); }
.tile::after{ content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.45)); }
.tile h3{
  position:absolute; left:28px; bottom:24px; z-index:2;
  color:#fff; font-size:var(--h3); letter-spacing:.06em;
}
.tile--side{ height:330px; margin-top:70px; }
.tile--center{ height:430px; grid-column:2; grid-row:2; margin-top:-56px; }
.tile--left{ grid-column:1; grid-row:1 / span 2; height:400px; align-self:center; }
.tile--right{ grid-column:3; grid-row:1 / span 2; height:400px; align-self:center; }

/* ==========================================================================
   3. MEET MARINA — portrait left, copy right  (942px)
   ========================================================================== */
.meet{ padding:110px 0; }
.meet-grid{ display:grid; grid-template-columns:0.85fr 1fr; gap:82px; align-items:center; }
.meet-photo img{ width:100%; aspect-ratio:3/4; object-fit:cover; object-position:center 22%; }
.meet-copy h2{ font-size:var(--h2); margin-bottom:26px; }
.meet-copy p{ font-size:15px; line-height:1.85; color:#3a3a3a; }
.meet-foot{ display:flex; align-items:center; justify-content:space-between; gap:30px; margin-top:34px; flex-wrap:wrap; }
.social-row{ display:flex; gap:14px; }
.social-row a{
  width:38px; height:38px; border:1px solid var(--line); border-radius:50%;
  display:grid; place-items:center; transition:background .25s ease,color .25s ease,border-color .25s;
}
.social-row a:hover{ background:var(--ink); color:#fff; border-color:var(--ink); }
.social-row svg{ width:15px; height:15px; fill:currentColor; }
.link-more{
  font-size:14px; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
  border-bottom:1px solid currentColor; padding-bottom:4px;
}

/* ==========================================================================
   4. CREDENTIAL STRIP  (297px)
   ========================================================================== */
.creds{ padding:52px 0 64px; }
.creds-row{
  display:flex; align-items:center; justify-content:space-between; gap:56px; flex-wrap:wrap;
}
.cred{
  flex:1 1 0; min-width:150px; text-align:center;
  padding:22px 14px; border:1px solid var(--line);
}
.cred .cred-k{
  font-family:var(--font-display); font-size:30px; line-height:1;
  display:block; margin-bottom:8px;
}
.cred .cred-l{
  font-size:11px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:var(--grey);
}

/* ==========================================================================
   5. TESTIMONIALS — parallax image band  (695px)
   ========================================================================== */
.testimonials{
  position:relative; background:var(--band-warm);
  background-image:url('../img/aerial-homes.jpg');
  background-size:cover; background-position:center; background-attachment:fixed;
  color:#fff; padding:120px 0;
}
.testimonials::before{ content:''; position:absolute; inset:0; background:rgba(0,0,0,.55); }
.testimonials .container{ position:relative; z-index:2; }
.t-grid{ display:grid; grid-template-columns:170px 1fr; gap:50px; align-items:start; }
.t-mark{
  width:118px; height:118px; border-radius:50%; background:#fff; color:var(--ink);
  display:grid; place-items:center; font-family:var(--font-display); font-size:62px; line-height:1;
  padding-top:26px;
}
.t-slide{ display:none; }
.t-slide.is-active{ display:block; }
.t-eyebrow{ font-size:13px; font-weight:600; letter-spacing:.22em; text-transform:uppercase; margin:0 0 20px; }
.t-slide blockquote{ margin:0 0 26px; font-size:19px; line-height:1.8; font-weight:300; max-width:760px; }
.t-slide cite{ font-style:normal; font-size:13px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; }
.t-controls{ display:flex; align-items:center; justify-content:space-between; margin-top:44px; }
.t-arrows{ display:flex; gap:14px; }
.t-arrows button{
  width:42px; height:42px; border:1px solid var(--line-light); background:none; color:#fff; border-radius:50%;
}
.t-arrows button:hover{ background:#fff; color:var(--ink); }
.t-count{ font-size:13px; letter-spacing:.2em; }

/* ==========================================================================
   6. RECEIVE LISTINGS — inline form band  (447px)
   ========================================================================== */
.inbox{ background:var(--band-cool); padding:82px 0; text-align:center; }
.inbox h2{ font-size:var(--h3); margin-bottom:14px; }
.inbox p{ font-size:15px; color:#4a4a4a; margin-bottom:32px; }
.inbox-form{ display:flex; gap:0; max-width:760px; margin:0 auto; }
.inbox-form input[type=text],.inbox-form input[type=email]{
  flex:1; border:1px solid var(--line); border-right:0; background:#fff;
  padding:16px 20px; font-family:var(--font-body); font-size:14px;
}
.inbox-form button{ border:1px solid var(--ink); background:var(--ink); color:#fff;
  font-size:13px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; padding:16px 42px; }
.consent{
  display:flex; gap:10px; align-items:flex-start; text-align:left;
  max-width:760px; margin:20px auto 0; font-size:10.5px; line-height:1.55; color:var(--grey-2);
}
.consent input{ margin-top:3px; }
.hp{ position:absolute!important; left:-9999px!important; width:1px; height:1px; overflow:hidden; }

/* ==========================================================================
   7. WORK WITH MARINA — full-bleed image band  (780px)
   ========================================================================== */
.work{
  position:relative; min-height:560px; display:grid; place-items:center;
  background-image:url('../img/aerial-lake.jpg'); background-size:cover; background-position:center;
  color:#fff; text-align:center; padding:120px 0;
}
.work::before{ content:''; position:absolute; inset:0; background:rgba(0,0,0,.52); }
.work .container{ position:relative; z-index:2; max-width:760px; }
.work h2{ font-size:var(--h2); margin-bottom:22px; }
.work p{ font-size:16px; line-height:1.85; margin-bottom:34px; }

/* ==========================================================================
   8. INSTAGRAM  (813px)
   ========================================================================== */
.insta{ padding:96px 0; }
.insta-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:34px; flex-wrap:wrap; }
.insta-head h3{ font-size:var(--h3); margin-bottom:6px; }
.insta-head .handle{ font-size:14px; color:var(--grey); letter-spacing:.06em; }
.insta-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.insta-grid a{ position:relative; aspect-ratio:1; overflow:hidden; display:block; }
.insta-grid img{ width:100%; height:100%; object-fit:cover; transition:transform .9s ease; }
.insta-grid a:hover img{ transform:scale(1.07); }

/* ==========================================================================
   9. FOOTER  (1243px)
   ========================================================================== */
.site-footer{ background:#fff; padding-top:0; }
.footer-inbox{ background:var(--band-cool); padding:64px 0; }
.footer-inbox-grid{ display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.footer-inbox h3{ font-size:var(--h4); margin-bottom:8px; }
.footer-inbox p{ font-size:14px; color:#4a4a4a; margin:0; }
.footer-inbox input[type=email]{
  width:100%; border:1px solid var(--line); background:#fff; padding:15px 18px; font-family:var(--font-body); font-size:14px;
}
.footer-inbox button{ width:100%; margin-top:14px; border:1px solid var(--ink); background:var(--ink); color:#fff;
  font-size:13px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; padding:15px; }

.footer-main{ padding:70px 0 34px; }
.footer-brand img{ height:120px; width:auto; margin-bottom:38px; }
.footer-cols{ display:grid; grid-template-columns:1fr 1fr; gap:60px; max-width:640px; }
.footer-cols h5{ font-size:15px; letter-spacing:.14em; margin-bottom:14px; }
.footer-cols p,.footer-cols a{ font-size:13.5px; line-height:1.9; color:#3a3a3a; display:block; }
.footer-nav{
  display:flex; gap:40px; flex-wrap:wrap; align-items:center; justify-content:space-between;
  border-top:1px solid var(--line); margin-top:46px; padding-top:28px;
}
.footer-nav .links{ display:flex; gap:34px; flex-wrap:wrap; }
.footer-nav .links a{ font-size:12.5px; font-weight:600; letter-spacing:.15em; text-transform:uppercase; }
.footer-legal{ border-top:1px solid var(--line); padding:26px 0 40px; }
.footer-legal-inner{ display:flex; justify-content:space-between; gap:30px; align-items:center; flex-wrap:wrap; }
.footer-legal p{ font-size:11px; color:var(--grey-2); margin:0; line-height:1.7; max-width:820px; }
.fh-marks{ display:flex; gap:14px; align-items:center; }
.fh-marks svg{ height:34px; width:auto; fill:var(--ink); }

/* footer logo sits on dark so it stays legible */
.footer-brand{ background:var(--ink); display:inline-block; padding:18px 30px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1100px){
  :root{ --h1:52px; --h2:40px; --h3:30px; --h4:24px; --gutter:28px; }
  .meet-grid{ grid-template-columns:1fr; gap:44px; }
  .insta-grid{ grid-template-columns:repeat(3,1fr); }
  .footer-inbox-grid{ grid-template-columns:1fr; gap:28px; }
}
@media (max-width:860px){
  .nav{ display:none; }
  .services-grid{ grid-template-columns:1fr; gap:22px; }
  .services-head{ grid-column:1; }
  .tile--left,.tile--right,.tile--center{ grid-column:1; grid-row:auto; height:280px; margin:0; align-self:auto; }
  .t-grid{ grid-template-columns:1fr; gap:26px; }
  .hero{ height:auto; min-height:100svh; }
  .inbox-form{ flex-direction:column; gap:10px; }
  .inbox-form input[type=text],.inbox-form input[type=email]{ border-right:1px solid var(--line); }
  .footer-cols{ grid-template-columns:1fr; gap:28px; }
  .testimonials{ background-attachment:scroll; }
}
@media (max-width:560px){
  :root{ --h1:38px; --h2:30px; --h3:24px; }
  .insta-grid{ grid-template-columns:repeat(2,1fr); }
  .section,.services,.meet,.insta{ padding:64px 0; }
}

/* ==========================================================================
   INTERIOR PAGES
   ========================================================================== */

/* page hero — shorter version of the home hero, still image */
.page-hero{
  position:relative; min-height:520px; display:grid; place-items:center;
  background-size:cover; background-position:center; color:#fff; text-align:center;
  padding:180px 0 90px;
}
.page-hero::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.32) 45%,rgba(0,0,0,.5) 100%);
}
.page-hero .container{ position:relative; z-index:2; }
.page-hero .kicker{
  font-size:13px; font-weight:600; letter-spacing:.3em; text-transform:uppercase; margin:0 0 18px;
}
.page-hero h1{ font-size:var(--h1); color:#fff; letter-spacing:.05em; }
.page-hero .lede{ font-family:var(--font-display); font-size:var(--h5); margin-top:16px; }

/* generic prose block */
.prose{ max-width:820px; }
.prose p{ font-size:15.5px; line-height:1.9; color:#3a3a3a; }
.prose h3{ font-size:var(--h4); margin:44px 0 14px; }
.lead{ font-size:18px!important; line-height:1.8!important; color:var(--ink)!important; }

.split{ display:grid; grid-template-columns:0.85fr 1fr; gap:82px; align-items:center; }
.split img{ width:100%; aspect-ratio:3/4; object-fit:cover; }
.split--flip{ grid-template-columns:1fr 0.85fr; }

/* ---- numbered guide steps (Buyer's / Seller's Guide) ---- */
.steps{ counter-reset:step; max-width:900px; margin:0 auto; }
.step{
  display:grid; grid-template-columns:120px 1fr; gap:38px;
  padding:44px 0; border-top:1px solid var(--line);
}
.step:last-child{ border-bottom:1px solid var(--line); }
.step-n{
  font-family:var(--font-display); font-size:16px; letter-spacing:.22em;
  text-transform:uppercase; color:var(--grey); padding-top:6px;
}
.step-n b{ display:block; font-size:52px; letter-spacing:0; color:var(--ink); line-height:1; margin-top:6px; font-weight:400; }
.step h3{ font-size:var(--h4); margin-bottom:14px; }
.step p{ font-size:15px; line-height:1.9; color:#3a3a3a; margin:0; }

/* ---- portfolio / showcase grid ---- */
.prop-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:34px; }
.prop{ display:block; }
.prop-media{ position:relative; aspect-ratio:4/3; overflow:hidden; background:var(--band-warm); }
.prop-media img{ width:100%; height:100%; object-fit:cover; object-position:center 60%; transition:transform 1s ease; }
.prop:hover .prop-media img{ transform:scale(1.05); }
.prop-status{
  position:absolute; top:16px; left:16px; z-index:2;
  background:var(--ink); color:#fff; font-size:10.5px; font-weight:600;
  letter-spacing:.18em; text-transform:uppercase; padding:8px 14px;
}
.prop-status--sold{ background:#7a2b2b; }
.prop-body{ padding:20px 2px 0; }
.prop-body h3{ font-size:20px; margin-bottom:6px; }
.prop-body .addr{ font-size:13px; color:var(--grey); letter-spacing:.04em; margin-bottom:10px; }
.prop-body .facts{ font-size:13px; color:#3a3a3a; letter-spacing:.06em; }
.prop-body .price{ font-family:var(--font-display); font-size:24px; margin-top:10px; }
.placeholder-note{
  border:1px dashed var(--line); background:var(--band-cool);
  padding:16px 20px; font-size:12.5px; letter-spacing:.04em; color:#6a5a2a;
  margin-bottom:34px;
}

/* ---- home search ---- */
.search-panel{
  background:var(--ink); color:#fff; padding:46px; margin-top:-90px; position:relative; z-index:5;
}
.search-panel h3{ font-size:var(--h4); margin-bottom:8px; }
.search-panel p{ font-size:14px; color:rgba(255,255,255,.7); margin-bottom:26px; }
.search-row{ display:grid; grid-template-columns:2fr 1fr 1fr auto; gap:14px; }
.search-row input,.search-row select{
  border:1px solid rgba(255,255,255,.28); background:transparent; color:#fff;
  padding:15px 16px; font-family:var(--font-body); font-size:14px;
}
.search-row select option{ color:#111; }
.search-row button{
  background:#fff; color:var(--ink); border:0; padding:15px 38px;
  font-size:13px; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
}
.area-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.area{ position:relative; aspect-ratio:3/4; overflow:hidden; display:block; }
.area img{ width:100%; height:100%; object-fit:cover; object-position:center 68%; transition:transform 1s ease; }
.area:hover img{ transform:scale(1.06); }
.area::after{ content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.62)); }
.area span{
  position:absolute; left:20px; bottom:18px; z-index:2; color:#fff;
  font-family:var(--font-display); font-size:22px; text-transform:uppercase; letter-spacing:.05em;
}

/* ---- testimonials page ---- */
.quote-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:30px; }
.quote-card{ border:1px solid var(--line); padding:38px 34px; }
.quote-card .qm{ font-family:var(--font-display); font-size:44px; line-height:.6; display:block; margin-bottom:18px; }
.quote-card blockquote{ margin:0 0 20px; font-size:15px; line-height:1.9; color:#3a3a3a; }
.quote-card cite{ font-style:normal; font-size:12px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; }
.quote-card .lang{ display:block; margin-top:8px; font-size:11px; letter-spacing:.14em; color:var(--grey); text-transform:uppercase; }

/* ---- contact ---- */
.contact-grid{ display:grid; grid-template-columns:1fr 1.15fr; gap:80px; align-items:start; }
.contact-meta h4{ font-size:16px; letter-spacing:.14em; margin:0 0 8px; }
.contact-meta .blk{ margin-bottom:30px; }
.contact-meta a,.contact-meta p{ font-size:14.5px; line-height:1.85; color:#3a3a3a; margin:0; display:block; }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-grid .full{ grid-column:1 / -1; }
.form-grid input,.form-grid select,.form-grid textarea{
  width:100%; border:1px solid var(--line); background:#fff; padding:15px 16px;
  font-family:var(--font-body); font-size:14px; color:var(--ink);
}
.form-grid textarea{ min-height:150px; resize:vertical; }
.form-grid button{
  border:1px solid var(--ink); background:var(--ink); color:#fff; padding:16px 44px;
  font-size:13px; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
}

/* ---- language badge row ---- */
.langs{ display:flex; gap:14px; flex-wrap:wrap; margin-top:26px; }
.langs span{
  border:1px solid var(--line); padding:9px 18px;
  font-size:11.5px; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
}

@media (max-width:1100px){
  .prop-grid{ grid-template-columns:repeat(2,1fr); }
  .area-grid{ grid-template-columns:repeat(2,1fr); }
  .split,.split--flip{ grid-template-columns:1fr; gap:40px; }
  .contact-grid{ grid-template-columns:1fr; gap:46px; }
  .search-row{ grid-template-columns:1fr 1fr; }
  .quote-grid{ grid-template-columns:1fr; }
}
@media (max-width:700px){
  .page-hero{ min-height:400px; padding:150px 0 70px; }
  .prop-grid{ grid-template-columns:1fr; }
  .step{ grid-template-columns:1fr; gap:14px; padding:32px 0; }
  .step-n b{ font-size:38px; }
  .search-panel{ padding:30px 22px; margin-top:-40px; }
  .search-row{ grid-template-columns:1fr; }
  .form-grid{ grid-template-columns:1fr; }
}

/* ==========================================================================
   SECTION HEIGHT MATCHING
   Measured off the source site's rendered homepage so the vertical rhythm
   lines up section-for-section rather than just in section order.
   Source: hero 975 · services 847 · meet 942 · creds 297 · testimonials 695
           inbox 447 · work 780 · instagram 813
   ========================================================================== */
.services      { min-height:847px; display:flex; align-items:center; }
.meet          { min-height:942px; display:flex; align-items:center; }
.creds         { min-height:297px; display:flex; align-items:center; }
.testimonials  { min-height:695px; display:flex; align-items:center; }
.inbox         { min-height:447px; display:flex; align-items:center; }
.work          { min-height:780px; }
.insta         { min-height:813px; display:flex; align-items:center; }
.services > .container,
.meet > .container,
.creds > .container,
.testimonials > .container,
.inbox > .container,
.insta > .container { width:100%; }

/* Tiles: narrower columns + taller cards reproduce the source's stagger,
   where the centre tile drops below the flanking pair. */
.services-grid   { max-width:1080px; gap:30px; }
.tile--left,
.tile--right     { height:452px; }
.tile--center    { height:486px; margin-top:-64px; }
.services-head   { padding:46px 0 14px; }

/* Meet portrait fills its column the way the source's does. */
.meet-photo img  { aspect-ratio:auto; height:640px; }

/* Credential strip reads as a badge row, not a form: no boxes, hairline
   dividers between items, same optical weight as the source's logo strip. */
.cred            { border:0; padding:14px 10px; position:relative; }
.cred + .cred::before{
  content:''; position:absolute; left:-28px; top:50%; transform:translateY(-50%);
  width:1px; height:46px; background:var(--line);
}
.creds-row       { gap:56px; }
.cred .cred-k    { font-size:34px; }

@media (max-width:1100px){
  .services,.meet,.creds,.testimonials,.inbox,.work,.insta{ min-height:0; display:block; }
  .meet-photo img{ height:auto; aspect-ratio:3/4; }
  .tile--left,.tile--right,.tile--center{ height:300px; margin-top:0; }
  .cred + .cred::before{ display:none; }
}

/* ==========================================================================
   SLIDE-IN MENU — anchored right
   ========================================================================== */
.hamburger{
  width:30px; height:18px; position:relative; flex:0 0 auto;
  background:none; border:0; padding:0; margin:0;
  appearance:none; -webkit-appearance:none; outline:none;
}
.hamburger span{
  position:absolute; left:0; right:0; height:1.5px; background:var(--cream);
  transition:transform .3s ease, opacity .3s ease;
}
.hamburger span:nth-child(1){ top:0; }
.hamburger span:nth-child(2){ top:50%; margin-top:-1px; }
.hamburger span:nth-child(3){ bottom:0; }
.hamburger:hover span{ opacity:.7; }
.hamburger:focus-visible{ outline:1px solid var(--cream); outline-offset:6px; }

.drawer-backdrop{
  position:fixed; inset:0; z-index:130;
  background:rgba(0,0,0,.55); opacity:0; transition:opacity .35s ease;
}
.drawer-backdrop.is-open{ opacity:1; }

.drawer{
  position:fixed; top:0; right:0; z-index:140;
  width:min(430px, 88vw); height:100vh; height:100dvh;
  background:#141414; color:var(--cream);
  padding:34px 44px 40px;
  display:flex; flex-direction:column; gap:26px;
  overflow-y:auto;
  transform:translateX(100%);
  transition:transform .42s cubic-bezier(.22,.68,.36,1);
  box-shadow:-24px 0 60px rgba(0,0,0,.35);
}
.drawer.is-open{ transform:translateX(0); }

.drawer-close{
  align-self:flex-end; display:flex; align-items:center; gap:12px;
  background:none; border:0; color:var(--cream); padding:4px 0;
  font-size:11.5px; font-weight:600; letter-spacing:.2em; text-transform:uppercase;
}
.drawer-close em{ font-style:normal; font-size:24px; line-height:1; }
.drawer-close:hover{ opacity:.65; }

.drawer-nav{ display:flex; flex-direction:column; }
.drawer-nav a{
  font-family:var(--font-display); font-size:24px; text-transform:uppercase;
  letter-spacing:.05em; padding:11px 0;
  border-bottom:1px solid rgba(242,237,228,.10);
  transition:padding-left .25s ease, opacity .25s ease;
}
.drawer-nav a:hover{ padding-left:10px; opacity:.7; }

.drawer-areas h6{
  font-family:var(--font-body); font-size:10.5px; font-weight:600;
  letter-spacing:.24em; color:rgba(242,237,228,.45); margin:0 0 12px;
}
.drawer-areas a{
  display:inline-block; font-size:12.5px; letter-spacing:.1em;
  text-transform:uppercase; margin:0 16px 9px 0; opacity:.8;
}
.drawer-areas a:hover{ opacity:1; }

.drawer-foot{ margin-top:auto; padding-top:22px; border-top:1px solid rgba(242,237,228,.14); }
.drawer-foot a{ display:block; font-size:13.5px; letter-spacing:.06em; margin-bottom:6px; }
.drawer-foot a:hover{ opacity:.7; }
.drawer-foot p{ font-size:11px; letter-spacing:.14em; color:rgba(242,237,228,.5); margin:12px 0 0; }

body.menu-open{ overflow:hidden; }

@media (max-width:560px){
  .drawer{ padding:26px 28px 32px; }
  .drawer-nav a{ font-size:20px; padding:9px 0; }
}

/* ==========================================================================
   SERVICES GRID — corrected
   The earlier negative margin pulled the centre tile up into a two-line
   heading. Flanking tiles now span both rows and centre themselves, which
   produces the source's stagger without any negative offset.
   ========================================================================== */
.services-grid{
  display:grid;
  grid-template-columns:1fr 1.06fr 1fr;
  grid-template-rows:auto auto;
  column-gap:34px; row-gap:26px;
  align-items:start;
  max-width:1140px; margin:0 auto;
}
.services-head{
  grid-column:2; grid-row:1;
  display:flex; align-items:center; justify-content:center;
  min-height:150px; padding:0 0 6px; text-align:center;
}
.services-head h2{ font-size:clamp(30px,3.3vw,var(--h2)); line-height:1.14; }
.tile--center{
  grid-column:2; grid-row:2;
  height:430px; margin-top:0;
}
.tile--left{  grid-column:1; grid-row:1 / span 2; height:430px; align-self:center; margin-top:0; }
.tile--right{ grid-column:3; grid-row:1 / span 2; height:430px; align-self:center; margin-top:0; }

@media (max-width:860px){
  .services-grid{ grid-template-columns:1fr; grid-template-rows:none; }
  .services-head{ grid-column:1; grid-row:auto; min-height:0; padding:0 0 10px; }
  .tile--left,.tile--center,.tile--right{
    grid-column:1; grid-row:auto; height:300px; align-self:auto;
  }
}

/* ==========================================================================
   DRAWER — county dropdown + slide-out city panel
   ========================================================================== */
.drawer-lbl{
  font-family:var(--font-body); font-size:10px; font-weight:600;
  letter-spacing:.26em; text-transform:uppercase;
  color:rgba(242,237,228,.42); margin:0 0 10px;
}
.drawer-counties{ border-top:1px solid rgba(242,237,228,.12); padding-top:20px; }

.county-t{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:14px;
  background:none; border:0; border-bottom:1px solid rgba(242,237,228,.10);
  padding:13px 0; color:var(--cream); text-align:left;
  transition:padding-left .25s ease;
}
.county-t:hover{ padding-left:8px; }
.county-t small{
  display:block; font-size:9.5px; font-weight:600; letter-spacing:.22em;
  text-transform:uppercase; color:rgba(242,237,228,.42);
}
.county-t strong{
  display:block; font-family:var(--font-display); font-weight:400;
  font-size:20px; letter-spacing:.05em; color:var(--cream); margin-top:2px;
}
.county-t em{
  display:block; font-style:normal; font-size:9.5px; letter-spacing:.15em;
  text-transform:uppercase; color:rgba(242,237,228,.35); margin-top:4px;
}
.county-t i{ font-style:normal; font-size:22px; line-height:1; opacity:.55; }

/* the pop-out: sits immediately left of the drawer on desktop,
   and covers the drawer on narrow screens */
.county-panel{
  position:fixed; top:0; right:min(430px, 88vw); z-index:139;
  width:min(380px, 84vw); height:100vh; height:100dvh;
  background:#1c1c1c; color:var(--cream);
  padding:34px 38px 40px; overflow-y:auto;
  display:flex; flex-direction:column;
  transform:translateX(115%); opacity:0; visibility:hidden;
  transition:transform .4s cubic-bezier(.22,.68,.36,1), opacity .3s ease, visibility .4s;
  box-shadow:-18px 0 44px rgba(0,0,0,.3);
}
.county-panel.is-open{ transform:translateX(0); opacity:1; visibility:visible; }

.cp-back{
  align-self:flex-start; background:none; border:0; color:rgba(242,237,228,.6);
  font-size:11px; font-weight:600; letter-spacing:.2em; text-transform:uppercase;
  padding:0 0 20px;
}
.cp-back:hover{ color:var(--cream); }
.county-panel h5{
  font-family:var(--font-display); font-size:26px; text-transform:uppercase;
  letter-spacing:.05em; margin:0 0 6px;
}
.cp-all{
  font-size:11px; font-weight:600; letter-spacing:.18em; text-transform:uppercase;
  color:rgba(242,237,228,.6); border-bottom:1px solid rgba(242,237,228,.3);
  padding-bottom:4px; align-self:flex-start; margin-bottom:24px;
}
.cp-all:hover{ color:var(--cream); }

.cp-list{ display:grid; grid-template-columns:1fr 1fr; gap:0 18px; }
.cp-list a{
  font-size:12px; letter-spacing:.06em; padding:7px 0;
  color:rgba(242,237,228,.6); border-bottom:1px solid rgba(242,237,228,.06);
}
.cp-list a:hover{ color:var(--cream); }
.cp-list a.is-focus{ color:var(--cream); font-weight:500; }

.drawer-profiles{ display:flex; flex-wrap:wrap; gap:0 18px; margin:14px 0 4px; }
.drawer-profiles a{
  font-size:11px; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
  color:rgba(242,237,228,.6); margin:0;
}
.drawer-profiles a:hover{ color:var(--cream); }

/* city index grid used on county + city pages */
.city-index{
  display:grid; grid-template-columns:repeat(auto-fill,minmax(190px,1fr)); gap:0 24px;
  max-width:1000px; margin:0 auto;
}
.city-index a{
  font-size:13.5px; letter-spacing:.05em; padding:11px 0;
  border-bottom:1px solid var(--line); color:#3a3a3a;
}
.city-index a:hover{ color:var(--ink); }
.city-index a.is-focus{ color:var(--ink); font-weight:600; }

@media (max-width:900px){
  .county-panel{ right:0; width:min(430px,88vw); z-index:141; }
  .cp-list{ grid-template-columns:1fr 1fr; }
}
@media (max-width:520px){
  .county-panel{ padding:26px 26px 32px; }
  .cp-list{ grid-template-columns:1fr; }
}

/* footer credit */
.built-by{
  display:inline-flex; align-items:baseline; gap:6px;
  font-size:10.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--grey-2);
}
.built-by strong{
  font-family:var(--font-display); font-size:15px; font-weight:400;
  letter-spacing:.12em; text-transform:uppercase; color:var(--ink);
}
.built-by:hover strong{ opacity:.6; }
@media (max-width:700px){ .built-by{ order:3; } }

/* ==========================================================================
   Narrow-viewport guards
   .page-hero is a centred grid, so a heading wider than the column makes the
   container size to the word instead of the viewport. Fluid sizing + an
   explicit max-width keeps long single words (TESTIMONIALS) inside 320px.
   ========================================================================== */
.page-hero .container,
.hero-inner{ max-width:100%; }
.page-hero h1{ font-size:clamp(28px, 8.5vw, var(--h1)); overflow-wrap:break-word; }
.hero-slide h1{ overflow-wrap:break-word; }
@media (max-width:380px){
  :root{ --gutter:20px; }
}

/* ==========================================================================
   QUICK CONNECT — floating action button (desktop) + bottom bar (phones)
   ========================================================================== */
.quick-connect{
  position:fixed; right:26px; bottom:26px; z-index:118;
  display:flex; flex-direction:column; align-items:flex-end; gap:12px;
}

.qc-toggle{
  width:56px; height:56px; border-radius:50%; border:0;
  background:var(--ink); color:var(--cream);
  display:grid; place-items:center;
  box-shadow:0 8px 26px rgba(0,0,0,.28);
  transition:transform .3s ease, background .3s ease;
}
.qc-toggle:hover{ transform:translateY(-2px); }
.qc-toggle svg{ width:22px; height:22px; fill:currentColor; grid-area:1/1; transition:opacity .25s ease, transform .25s ease; }
.qc-toggle .qc-close{ opacity:0; transform:rotate(-45deg); }
.quick-connect.is-open .qc-toggle .qc-open{ opacity:0; transform:rotate(45deg); }
.quick-connect.is-open .qc-toggle .qc-close{ opacity:1; transform:rotate(0); }

.qc-actions{
  display:flex; flex-direction:column; align-items:flex-end; gap:10px;
  opacity:0; visibility:hidden; transform:translateY(12px);
  transition:opacity .28s ease, transform .28s ease, visibility .28s;
}
.quick-connect.is-open .qc-actions{ opacity:1; visibility:visible; transform:translateY(0); }

.qc-item{ display:flex; align-items:center; gap:12px; }
.qc-label{
  background:var(--ink); color:var(--cream);
  font-size:11px; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
  padding:9px 14px; white-space:nowrap;
  box-shadow:0 6px 18px rgba(0,0,0,.22);
}
.qc-ic{
  width:46px; height:46px; border-radius:50%;
  background:#fff; color:var(--ink);
  display:grid; place-items:center;
  box-shadow:0 6px 18px rgba(0,0,0,.22);
  transition:background .25s ease, color .25s ease, transform .25s ease;
}
.qc-ic svg{ width:19px; height:19px; fill:currentColor; }
.qc-item:hover .qc-ic{ background:var(--ink); color:var(--cream); transform:scale(1.06); }
/* the one place brand colour earns its keep — WhatsApp is recognised by green */
.qc-item.qc-wa:hover .qc-ic{ background:#25d366; color:#fff; }

/* ---- phones: persistent thumb bar instead of a FAB ---- */
.quick-bar{ display:none; }

@media (max-width:760px){
  .quick-connect{ display:none; }
  .quick-bar{
    position:fixed; left:0; right:0; bottom:0; z-index:118;
    display:grid; grid-template-columns:repeat(3,1fr);
    background:var(--ink); border-top:1px solid rgba(242,237,228,.14);
    padding-bottom:env(safe-area-inset-bottom);
    box-shadow:0 -6px 22px rgba(0,0,0,.22);
  }
  .quick-bar a{
    display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px;
    padding:11px 6px 10px; color:var(--cream); min-height:56px;
    border-right:1px solid rgba(242,237,228,.12);
  }
  .quick-bar a:last-child{ border-right:0; }
  .quick-bar a:active{ background:#000; }
  .quick-bar svg{ width:19px; height:19px; fill:currentColor; }
  .quick-bar span{ font-size:9.5px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; }
  .quick-bar .qb-wa svg{ fill:#25d366; }
  /* keep the bar from covering the last of the footer */
  body{ padding-bottom:62px; }
}

/* ==========================================================================
   MOBILE HERO — fit the actual visible viewport
   height:975px is a desktop measurement. On a phone it exceeds the visible
   area, so content centred in it collides with the fixed header. Use svh and
   reserve space for the header above and the quick-connect bar below.
   ========================================================================== */
@media (max-width:860px){
  .site-header{ padding:14px 0; }
  .brand img{ height:46px; }
  .site-header.is-stuck .brand img{ height:38px; }

  .hero{ height:auto; min-height:100svh; }
  .hero-inner{
    min-height:100svh;
    padding-top:104px;                                   /* clears the header */
    padding-bottom:calc(86px + env(safe-area-inset-bottom)); /* clears the bar */
    justify-content:center;
  }
  /* slides stack in normal flow so the block centres in the padded box */
  .hero-slide{
    position:absolute; left:50%;
    top:calc(104px + (100svh - 104px - 86px) / 2);
    transform:translate(-50%,-50%);
    padding:0 6px; width:100%;
  }
  .hero-slide h1{ font-size:clamp(30px, 9.5vw, 44px); }
  .hero-slide .sub{ font-size:16px; margin-bottom:28px; }
  .hero-slide .kicker{ font-size:10.5px; letter-spacing:.24em; margin-bottom:14px; }
  .hero-slide .btn{ padding:14px 30px; font-size:12px; }
  .hero-scroll{ bottom:calc(78px + env(safe-area-inset-bottom)); right:22px; }
}

/* very small phones: header is shorter still */
@media (max-width:400px){
  .hero-inner{ padding-top:92px; }
  .brand img{ height:40px; }
}

.prop-date{
  font-size:11px; letter-spacing:.14em; text-transform:uppercase;
  color:var(--grey); margin:8px 0 0;
}
