:root {
  --navy: #07182e;
  --navy-soft: #102845;
  --gold: #c9a96c;
  --gold-light: #ead7ae;
  --ice: #f5f8fb;
  --white: #ffffff;
  --ink: #132238;
  --muted: #607083;
  --line: #dce4ec;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  height: 88px; padding: 0 clamp(24px, 5vw, 82px); display: flex; align-items: center; justify-content: space-between;
  color: var(--white); background: rgba(7,24,46,.96); position: absolute; top: 0; left: 0; right: 0; z-index: 5;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(201,169,108,.72); transform: rotate(45deg); }
.brand-mark span { transform: rotate(-45deg); color: var(--gold-light); font-family: "Cormorant Garamond", serif; font-weight: 700; font-size: 17px; letter-spacing: -1px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: "Cormorant Garamond", serif; font-size: 26px; font-weight: 600; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: var(--gold-light); font-size: 9px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
nav > a:not(.nav-cta) { color: rgba(255,255,255,.84); }
.nav-cta { padding: 11px 20px; border: 1px solid var(--gold); color: var(--gold-light); }

.hero { min-height: 760px; height: min(900px, 100vh); position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,34,.96) 0%, rgba(4,17,34,.80) 34%, rgba(4,17,34,.27) 66%, rgba(4,17,34,.10) 100%); }
.hero-content { width: min(680px, 88vw); margin-left: clamp(24px, 8vw, 130px); padding-top: 80px; position: relative; z-index: 2; color: var(--white); }
.eyebrow { margin: 0 0 20px; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: #98783d; }
h1, h2, h3 { margin: 0; font-family: "Cormorant Garamond", serif; line-height: 1.02; }
h1 { max-width: 650px; font-size: clamp(58px, 6vw, 92px); font-weight: 600; letter-spacing: -.035em; }
.hero-lead { max-width: 565px; margin: 28px 0 0; color: rgba(255,255,255,.83); font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: var(--navy); }
.button.secondary { border: 1px solid rgba(255,255,255,.45); color: var(--white); backdrop-filter: blur(6px); }
.whatsapp { font-size: 18px; }
.trust-row { margin-top: 50px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px 27px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .05em; }
.trust-row span::before { content: "✓"; margin-right: 8px; color: var(--gold-light); }

.intro { padding: 110px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: clamp(38px, 6vw, 85px); align-items: center; }
h2 { font-size: clamp(44px, 4.7vw, 68px); color: var(--navy); font-weight: 600; letter-spacing: -.025em; }
.owner-portrait { width: 210px; height: 280px; margin: 0; overflow: hidden; position: relative; grid-column: 2; grid-row: 1; background: var(--ice); box-shadow: 0 14px 32px rgba(7,24,46,.12); }
.owner-portrait::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(234,215,174,.72); pointer-events: none; }
.owner-portrait img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 30%; }
.owner-story { max-width: 760px; grid-column: 1; grid-row: 1; }
.owner-story h2 { max-width: 650px; }
.intro-copy { max-width: 575px; color: var(--muted); font-size: 17px; }
.owner-story .intro-copy { max-width: 650px; margin-top: 30px; }
.intro-copy p:first-child { margin-top: 0; }
.owner-line { margin-top: 30px; padding-top: 22px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.owner-line span { color: #98783d; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.owner-line strong { margin-top: 3px; color: var(--navy); font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 600; }

.services { padding: 105px clamp(24px, 8vw, 130px) 120px; background: var(--ice); }
.section-heading { max-width: 690px; margin-bottom: 56px; }
.section-heading > p:last-child { max-width: 570px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(7,24,46,.08); position: relative; z-index: 2; }
.service-card.featured { color: var(--white); background: var(--navy); }
.service-card.flexible { background: #eaf0f6; }
.service-number { color: #9c7c41; font-size: 12px; letter-spacing: .16em; }
.service-card h3 { margin: 28px 0 14px; color: var(--navy); font-size: 34px; font-weight: 600; }
.service-card.featured h3 { color: var(--white); }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card.featured p { color: rgba(255,255,255,.68); }

.results { padding: 110px clamp(24px, 6vw, 96px) 125px; background: var(--white); }
.results-heading { margin-left: auto; margin-right: auto; text-align: center; }
.results-heading > p:last-child { margin-left: auto; margin-right: auto; }
.results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.result-card { margin: 0; overflow: hidden; position: relative; min-height: 440px; background: var(--navy); }
.result-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .45s ease; }
.result-card:hover img { transform: scale(1.025); }
.result-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,18,36,.92)); }
.result-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 55px 25px 24px; display: flex; flex-direction: column; color: var(--white); }
.result-card figcaption span { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.result-card figcaption strong { margin-top: 3px; font-family: "Cormorant Garamond", serif; font-size: 27px; font-weight: 600; }
.result-wide { grid-row: span 1; }
.result-landscape { grid-column: span 2; }
.result-landscape img { object-fit: contain; background: #eef2f5; }

.promise { padding: 115px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .85fr 1fr; gap: 9vw; color: var(--white); background: var(--navy); }
.promise h2 { color: var(--white); }
.promise-list { border-top: 1px solid rgba(255,255,255,.16); }
.promise-list > div { padding: 27px 0; display: grid; grid-template-columns: 55px 1fr; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.16); }
.promise-list span { color: var(--gold-light); font-size: 12px; }
.promise-list p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }
.promise-list strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 17px; }

.contact { min-height: 570px; padding: 110px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; text-align: center; color: var(--white); background: #0c2441; }
.contact-glow { width: 650px; height: 650px; position: absolute; border: 1px solid rgba(201,169,108,.17); transform: rotate(45deg); }
.contact-glow::before, .contact-glow::after { content: ""; position: absolute; inset: 75px; border: 1px solid rgba(201,169,108,.12); }
.contact-glow::after { inset: 150px; }
.contact > *:not(.contact-glow) { position: relative; z-index: 1; }
.contact h2 { color: var(--white); font-size: clamp(58px, 7vw, 92px); }
.contact > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 30px; color: rgba(255,255,255,.72); }
.button.gold { color: var(--navy); background: var(--gold-light); }
.phone { margin-top: 20px; color: var(--gold-light); font-size: 14px; letter-spacing: .08em; }

footer { min-height: 190px; padding: 48px clamp(24px, 5vw, 82px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: rgba(255,255,255,.55); background: #041224; font-size: 13px; }
.footer-brand { color: var(--white); }
.footer-owner { color: var(--gold-light); }
.copyright { justify-self: end; }
.floating-whatsapp { width: 58px; height: 58px; display: none; place-items: center; position: fixed; right: 18px; bottom: 18px; z-index: 10; border-radius: 50%; color: white; background: #20b965; box-shadow: 0 8px 25px rgba(0,0,0,.22); font-size: 13px; font-weight: 800; }

@media (max-width: 900px) {
  .site-header { height: 78px; }
  nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: 740px; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,17,34,.94), rgba(4,17,34,.64)); }
  .intro, .promise { grid-template-columns: 1fr; gap: 45px; }
  .owner-story { grid-column: 1; grid-row: 1; }
  .owner-portrait { width: 180px; height: 240px; min-height: 0; grid-column: 1; grid-row: 2; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .copyright { justify-self: center; }
}

@media (max-width: 600px) {
  .site-header { padding: 0 18px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy small { font-size: 7px; }
  .nav-cta { padding: 9px 12px; font-size: 12px; }
  .hero { height: auto; min-height: 790px; align-items: flex-end; }
  .hero > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,17,34,.99) 0%, rgba(4,17,34,.8) 60%, rgba(4,17,34,.35) 100%); }
  .hero-content { width: auto; margin: 0; padding: 140px 22px 52px; }
  h1 { font-size: clamp(52px, 15vw, 70px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-row { margin-top: 36px; gap: 9px; flex-direction: column; }
  .intro, .services, .promise { padding: 80px 22px; }
  .intro { gap: 38px; }
  .owner-portrait { width: 150px; height: 200px; min-height: 0; }
  h2 { font-size: 46px; }
  .service-grid { grid-template-columns: 1fr; }
  .results { padding: 80px 16px 95px; }
  .results-grid { grid-template-columns: 1fr; gap: 14px; }
  .result-card { min-height: 460px; }
  .result-landscape { grid-column: span 1; min-height: 350px; }
  .service-card { min-height: 255px; }
  .service-card h3 { margin-top: 22px; }
  .contact { padding: 90px 22px; }
  .contact h2 { font-size: 60px; }
  footer { padding-bottom: 110px; }
  .floating-whatsapp { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .service-card { transition: none; }
}
