:root{ --ease: cubic-bezier(0.22,1,0.36,1); --green: oklch(0.42 0.11 145); --green-dark: oklch(0.34 0.13 145); }
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ margin:0; font-family:'Plus Jakarta Sans', sans-serif; background:oklch(0.99 0.005 130); }
h1,h2{ font-family:'Fraunces', serif; font-weight:500; margin:0; }
p{ margin:0; }
a{ color:var(--green); text-decoration:none; cursor:pointer; }
a:hover{ color:var(--green-dark); }
img{ max-width:100%; display:block; }
.hl{ color:oklch(0.82 0.15 85); font-style:italic; }

@keyframes kenburns{ 0%{ transform:scale(1.08) translate(0,0);} 100%{ transform:scale(1.18) translate(-1%,-1%);} }
@keyframes kenburnsSubtle{ 0%{ transform:scale(1);} 100%{ transform:scale(1.06);} }
.kb-subtle{ animation:kenburnsSubtle 14s ease-in-out infinite alternate; }
@keyframes fadeUp{ from{ opacity:0; transform:translateY(28px);} to{ opacity:1; transform:translateY(0);} }
.reveal{ opacity:0; }
.reveal.in-view{ animation:fadeUp 0.9s var(--ease) forwards; }
@media (prefers-reduced-motion: reduce){
  .reveal{ opacity:1 !important; animation:none !important; }
  .kb{ animation:none !important; }
  .kb-subtle{ animation:none !important; }
  .tcard{ transition:none !important; }
  html{ scroll-behavior:auto; }
}

/* header */
.site-header{ position:sticky; top:0; z-index:100; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:12px 32px; background:oklch(0.99 0.005 130 / 0.95); backdrop-filter:blur(10px); border-bottom:1px solid oklch(0.9 0.03 145); }
.brand{ display:flex; align-items:center; gap:10px; justify-self:start; }
.brand-logo{ height:46px; }
.brand-name{ font-weight:800; font-size:17px; color:oklch(0.28 0.08 150); letter-spacing:-0.01em; }
.site-nav{ justify-self:center; }
.nav-links{ display:flex; align-items:center; gap:28px; }
.nav-link{ font-size:15px; font-weight:600; color:oklch(0.3 0.05 150); }
.nav-link.active{ color:var(--green); }
.nav-toggle{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; justify-self:end; }
.nav-toggle span{ width:24px; height:2.5px; background:oklch(0.28 0.08 150); border-radius:2px; }
.header-quote{ justify-self:end; padding:11px 22px; background:var(--green); color:#fff; border-radius:999px; font-weight:700; font-size:14px; box-shadow:0 8px 20px -8px oklch(0.42 0.11 145 / 0.6); transition:transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.header-quote:hover{ transform:translateY(-2px); box-shadow:0 12px 24px -8px oklch(0.42 0.11 145 / 0.7); color:#fff; }

@media (max-width:860px){
  .site-header{ grid-template-columns:1fr auto; padding:12px 20px; }
  .header-quote{ display:none; }
  .nav-toggle{ display:flex; }
  .nav-links{ position:fixed; top:70px; left:0; right:0; background:#fff; flex-direction:column; align-items:flex-start; gap:0; padding:8px 24px 20px; border-bottom:1px solid oklch(0.9 0.03 145); transform:translateY(-12px); opacity:0; pointer-events:none; transition:transform 0.3s var(--ease), opacity 0.3s var(--ease); }
  .nav-links.open{ transform:translateY(0); opacity:1; pointer-events:auto; }
  .nav-link{ padding:14px 0; width:100%; border-bottom:1px solid oklch(0.94 0.02 145); font-size:16px; }
}

/* hero */
.hero{ position:relative; overflow:hidden; display:flex; align-items:flex-end; }
.hero-bg{ position:absolute; inset:0; background-size:cover; background-position:center; }
.kb{ animation:kenburns 22s ease-in-out infinite alternate; }
.hero-home{ height:88vh; min-height:560px; }
.hero-sm{ height:46vh; min-height:340px; }
.hero-xs{ height:40vh; min-height:300px; }
.hero-content{ position:relative; z-index:2; padding:0 32px 72px; max-width:900px; }
.hero-content h1{ font-size:clamp(38px,6vw,68px); color:#fff; margin:0 0 18px; line-height:1.05; letter-spacing:-0.01em; }
.hero-content p{ font-size:19px; color:oklch(0.96 0.01 130 / 0.92); max-width:640px; margin:0 0 30px; line-height:1.55; }
.hero-cta{ display:flex; gap:16px; align-items:center; flex-wrap:wrap; }
.hero-note{ color:oklch(0.9 0.02 130 / 0.85); font-size:14px; }
.hero-title-sm{ position:relative; z-index:2; padding:0 32px 56px; font-size:clamp(32px,4.6vw,54px); color:#fff; }
.hero-content-sm{ position:relative; z-index:2; padding:0 32px 56px; max-width:800px; }
.hero-content-sm h1{ font-size:clamp(32px,4.6vw,50px); color:#fff; margin:0 0 14px; }
.hero-content-sm p{ color:oklch(0.94 0.01 130 / 0.9); font-size:17px; }

.btn-white{ padding:16px 32px; background:#fff; color:oklch(0.35 0.1 145); border-radius:999px; font-weight:700; font-size:16px; transition:transform 0.3s var(--ease); box-shadow:0 12px 30px -10px rgba(0,0,0,0.5); display:inline-block; }
.btn-white:hover{ transform:translateY(-3px); color:oklch(0.35 0.1 145); }

/* split section */
.split-section{ padding:110px 32px; max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.split-img{ border-radius:20px; overflow:hidden; background:oklch(0.96 0.015 145); }
.split-img img{ width:100%; height:100%; object-fit:contain; }
.split-img-tall{ aspect-ratio:4/5; }
.split-img-tall img{ object-fit:cover; }
.eyebrow{ font-size:13px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:oklch(0.5 0.13 145); }
.eyebrow-light{ color:oklch(0.78 0.14 85); display:block; text-align:center; }
.split-text h2{ font-size:clamp(26px,3.4vw,40px); color:oklch(0.22 0.05 150); margin:14px 0 22px; line-height:1.15; }
.split-text p{ font-size:17px; line-height:1.7; color:oklch(0.38 0.04 150); margin:0 0 20px; display:block; }
.link-arrow{ font-weight:700; color:var(--green); font-size:16px; border-bottom:2px solid var(--green); padding-bottom:2px; display:inline-block; }

@media (max-width:860px){ .split-section{ grid-template-columns:1fr; gap:32px; padding:64px 20px; } }

/* services grid (home) */
.services-section{ padding:100px 32px; background:oklch(0.96 0.015 145); }
.section-inner{ max-width:1180px; margin:0 auto; }
.section-head{ text-align:center; max-width:640px; margin:0 auto 56px; }
.section-head h2{ font-size:clamp(28px,3.4vw,40px); color:oklch(0.22 0.05 150); margin:14px 0 0; }
.svc-grid{ display:grid; grid-template-columns:repeat(auto-fit, minmax(300px,1fr)); gap:26px; }
.svc-card{ border-radius:14px; transition:transform 0.35s var(--ease), box-shadow 0.35s var(--ease); cursor:pointer; background:#fff; }
.svc-card:hover{ transform:translateY(-6px); box-shadow:0 20px 40px -16px oklch(0.3 0.1 145 / 0.35); }
.svc-img{ aspect-ratio:16/10; border-radius:14px 14px 0 0; overflow:hidden; }
.svc-img img{ width:100%; height:100%; object-fit:cover; }
.svc-body{ padding:22px 22px 26px; }
.svc-body h3{ font-size:19px; font-weight:700; color:oklch(0.24 0.05 150); margin:0 0 10px; }
.svc-body p{ font-size:14.5px; line-height:1.6; color:oklch(0.45 0.03 150); }

/* before/after */
.ba-section{ padding:90px 32px 100px; max-width:1180px; margin:0 auto; }
.ba-slider{ position:relative; max-width:900px; margin:40px auto 0; aspect-ratio:16/10; border-radius:20px; overflow:hidden; box-shadow:0 24px 50px -20px oklch(0.3 0.08 150 / 0.35); user-select:none; }
.ba-after, .ba-before{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.ba-line{ position:absolute; top:0; bottom:0; width:3px; background:#fff; box-shadow:0 0 8px rgba(0,0,0,0.4); transform:translateX(-50%); pointer-events:none; }
.ba-handle{ position:absolute; top:50%; width:38px; height:38px; border-radius:50%; background:#fff; transform:translate(-50%,-50%); display:flex; align-items:center; justify-content:center; font-size:14px; color:var(--green); box-shadow:0 4px 12px rgba(0,0,0,0.3); pointer-events:none; }
.ba-label{ position:absolute; top:16px; padding:6px 14px; font-size:12px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; border-radius:999px; color:#fff; pointer-events:none; }
.ba-label-left{ left:16px; background:rgba(0,0,0,0.55); }
.ba-label-right{ right:16px; background:oklch(0.42 0.11 145 / 0.85); }
.ba-range{ position:absolute; inset:0; width:100%; height:100%; margin:0; opacity:0; cursor:ew-resize; -webkit-appearance:none; }

/* testimonials */
.testimonial-section{ position:relative; padding:100px 32px; overflow:hidden; }
.testimonial-bg{ position:absolute; inset:0; background-size:cover; background-position:center; }
.testimonial-content{ position:relative; z-index:1; }
.testimonial-h2{ text-align:center; font-size:clamp(26px,3vw,36px); color:#fff; margin:14px 0 48px; }
.tcarousel-track{ position:relative; height:420px; perspective:1200px; max-width:1100px; margin:0 auto; transform-style:preserve-3d; }
.tcard{ position:absolute; top:50%; left:50%; width:560px; max-width:88vw; transition:transform 0.65s var(--ease), opacity 0.65s var(--ease), filter 0.65s var(--ease); }
.tcard.is-active{ transform:translate(-50%,-50%) scale(1) rotateY(0deg); opacity:1; filter:none; z-index:5; pointer-events:auto; }
.tcard.is-prev{ transform:translate(calc(-50% - 300px),-50%) scale(0.82) rotateY(18deg); opacity:0.35; filter:blur(1px); z-index:3; pointer-events:none; }
.tcard.is-next{ transform:translate(calc(-50% + 300px),-50%) scale(0.82) rotateY(-18deg); opacity:0.35; filter:blur(1px); z-index:3; pointer-events:none; }
.tcard.is-hidden-l{ transform:translate(calc(-50% - 500px),-50%) scale(0.7) rotateY(18deg); opacity:0; z-index:1; pointer-events:none; }
.tcard.is-hidden-r{ transform:translate(calc(-50% + 500px),-50%) scale(0.7) rotateY(-18deg); opacity:0; z-index:1; pointer-events:none; }
@media (max-width:768px){ .tcard.is-prev, .tcard.is-next{ opacity:0.2; } }
.tcard-inner{ background:linear-gradient(160deg, rgba(10,21,40,0.72), rgba(10,21,40,0.58)); border:1px solid rgba(255,255,255,0.14); border-radius:20px; backdrop-filter:blur(14px); padding:40px 44px; text-align:center; }
.stars{ color:oklch(0.78 0.14 85); font-size:18px; letter-spacing:4px; margin-bottom:18px; }
.tquote{ font-family:'Playfair Display', serif; font-style:italic; font-weight:500; font-size:21px; color:#fff; line-height:1.55; margin:0 0 26px; }
.tperson{ display:flex; align-items:center; justify-content:center; gap:12px; }
.tavatar{ width:48px; height:48px; border-radius:50%; border:2px solid oklch(0.78 0.14 85); background:oklch(0.3 0.05 150); display:flex; align-items:center; justify-content:center; font-weight:700; color:#fff; font-size:15px; }
.tname{ font-weight:700; color:#fff; font-size:15px; }
.tloc{ color:oklch(0.7 0.02 130); font-size:13px; margin-top:2px; }
.tcontrols{ display:flex; align-items:center; justify-content:center; gap:24px; margin-top:36px; }
.tarrow{ width:44px; height:44px; border-radius:50%; border:1px solid rgba(255,255,255,0.25); background:transparent; color:#fff; font-size:18px; cursor:pointer; transition:background 0.3s var(--ease), border-color 0.3s var(--ease); }
.tarrow:hover{ background:rgba(255,255,255,0.12); border-color:oklch(0.78 0.14 85); }
.tdots{ display:flex; gap:8px; }
.tdot{ width:8px; height:8px; border-radius:999px; border:none; background:rgba(255,255,255,0.3); cursor:pointer; padding:0; transition:width 0.35s var(--ease), background 0.35s var(--ease); }
.tdot.active{ width:22px; background:oklch(0.78 0.14 85); }

/* cta */
.cta-section{ position:relative; padding:90px 32px; text-align:center; overflow:hidden; }
.cta-bg{ position:absolute; inset:0; background-size:cover; background-position:center; }
.cta-content{ position:relative; z-index:1; }
.cta-content h2{ font-size:clamp(26px,3.4vw,38px); color:#fff; margin:0 0 14px; }
.cta-content p{ color:oklch(0.9 0.02 130 / 0.85); font-size:16px; margin:0 0 30px; display:block; }

/* about stats */
.stats-section{ padding:0 32px 110px; max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; text-align:center; }
.stat{ padding:32px; background:oklch(0.96 0.015 145); border-radius:16px; }
.stat-num{ font-family:'Fraunces', serif; font-size:36px; font-weight:600; color:var(--green); }
.stat-label{ font-size:14px; color:oklch(0.45 0.03 150); margin-top:6px; }
@media (max-width:700px){ .stats-section{ grid-template-columns:1fr; } }

/* services page */
.svc-anchor-nav{ position:sticky; top:71px; z-index:20; background:oklch(0.99 0.005 130 / 0.95); backdrop-filter:blur(8px); border-bottom:1px solid oklch(0.9 0.03 145); overflow-x:auto; }
.svc-anchor-nav-inner{ max-width:1100px; margin:0 auto; padding:16px 32px; display:flex; gap:28px; white-space:nowrap; }
.svc-anchor-link{ font-size:13px; font-weight:700; color:oklch(0.4 0.05 150); letter-spacing:0.02em; }
.svc-rows{ padding:100px 32px 40px; max-width:1100px; margin:0 auto; display:flex; flex-direction:column; }
.svc-row{ position:relative; display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; padding:60px 0; border-bottom:1px solid oklch(0.91 0.02 145); }
.svc-row-img{ position:relative; }
.svc-num{ position:absolute; top:-38px; left:-20px; font-family:'Fraunces', serif; font-size:110px; font-weight:500; color:oklch(0.93 0.03 145); line-height:1; z-index:0; pointer-events:none; }
.svc-row-imgbox{ position:relative; aspect-ratio:4/3; border-radius:18px; overflow:hidden; box-shadow:0 24px 50px -20px oklch(0.3 0.08 150 / 0.35); transition:transform 0.4s var(--ease); }
.svc-row-imgbox:hover{ transform:translateY(-4px); }
.svc-row-imgbox img{ width:100%; height:100%; object-fit:cover; transition:transform 0.6s var(--ease); }
.svc-row-imgbox:hover img{ transform:scale(1.06); }
.svc-row-text h2{ font-size:28px; color:oklch(0.2 0.05 150); margin:12px 0 16px; line-height:1.2; }
.svc-row-text p{ font-size:16px; line-height:1.7; color:oklch(0.42 0.03 150); margin:0 0 20px; display:block; }
.benefit{ display:flex; gap:10px; align-items:flex-start; margin-bottom:10px; }
.check{ color:oklch(0.5 0.13 145); font-weight:700; margin-top:1px; }
.benefit span:last-child{ font-size:15px; line-height:1.5; color:oklch(0.38 0.03 150); }
@media (max-width:860px){ .svc-row{ grid-template-columns:1fr; gap:28px; padding:40px 0; } .svc-row-img{ order:1 !important; } .svc-row-text{ order:2 !important; } .svc-num{ display:none; } }

/* gallery */
.gallery-section{ padding:90px 32px; max-width:1180px; margin:0 auto; }
.gallery-grid{ display:grid; grid-template-columns:repeat(auto-fit, minmax(260px,1fr)); gap:22px; }
.gallery-item{ aspect-ratio:4/3; border-radius:14px; overflow:hidden; transition:transform 0.35s var(--ease); cursor:pointer; }
.gallery-item:hover{ transform:translateY(-6px); }
.gallery-item img{ width:100%; height:100%; object-fit:cover; }

/* contact */
.contact-section{ padding:90px 32px; max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:56px; }
.contact-form h2{ font-size:28px; color:oklch(0.22 0.05 150); margin:0 0 22px; }
.contact-form form{ display:flex; flex-direction:column; gap:14px; }
.contact-form input, .contact-form select, .contact-form textarea{ padding:14px 16px; border-radius:10px; border:1px solid oklch(0.85 0.02 150); font-size:15px; font-family:inherit; }
.contact-form textarea{ resize:vertical; }
.contact-form button{ padding:15px 20px; background:var(--green); color:#fff; border:none; border-radius:10px; font-weight:700; font-size:15px; cursor:pointer; transition:transform 0.3s var(--ease); }
.contact-form button:hover{ transform:translateY(-2px); }
.contact-info{ display:flex; flex-direction:column; gap:18px; }
.map-box{ aspect-ratio:4/3; border-radius:16px; overflow:hidden; }
.map-box iframe{ width:100%; height:100%; border:0; }
.info-card{ padding:22px; border-radius:14px; background:oklch(0.96 0.015 145); font-size:15px; line-height:2; color:oklch(0.32 0.04 150); }
@media (max-width:860px){ .contact-section{ grid-template-columns:1fr; padding:56px 20px; } }

/* social buttons */
.social-row{ display:flex; gap:12px; }
.social-btn{ width:40px; height:40px; border-radius:50%; background:oklch(0.94 0.02 145); display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; color:oklch(0.4 0.1 145); transition:background 0.3s var(--ease); }
.social-btn:hover{ background:var(--green); color:#fff; }
.social-btn-light{ width:40px; height:40px; }

/* footer */
.site-footer{ background:oklch(0.2 0.04 150); color:oklch(0.85 0.02 130); padding:56px 32px 28px; position:relative; z-index:1; }
.footer-top{ max-width:1180px; margin:0 auto; display:grid; grid-template-columns:2fr 1fr 1fr; gap:40px; padding-bottom:36px; border-bottom:1px solid oklch(0.32 0.04 150); }
.footer-brand-name{ color:#fff; }
.footer-logo{ height:44px; filter:brightness(1.15); }
.footer-desc{ font-size:14px; line-height:1.6; color:oklch(0.75 0.02 130); margin:14px 0 0; max-width:320px; display:block; }
.footer-col{ display:flex; flex-direction:column; gap:9px; font-size:14px; }
.footer-heading{ font-weight:700; color:#fff; font-size:14px; margin-bottom:5px; }
.footer-col a{ color:oklch(0.85 0.02 130); }
.footer-col a:hover{ color:#fff; }
.social-btn{ background:oklch(0.3 0.04 150); color:#fff; }
.footer-bottom{ max-width:1180px; margin:0 auto; padding-top:22px; font-size:13px; color:oklch(0.6 0.02 130); display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; }
@media (max-width:700px){ .footer-top{ grid-template-columns:1fr; gap:28px; } }
