*{box-sizing:border-box}
:root{
  --bg:#ffffff;
  --bg-soft:#f5f5f7;
  --bg-soft-2:#fafafc;
  --panel:rgba(255,255,255,.86);
  --panel-solid:#ffffff;
  --black:#111111;
  --grey:#6e6e73;
  --grey-dark:#424245;
  --line:rgba(17,17,17,.10);
  --line2:rgba(17,17,17,.06);
  --white:#fff;
  --shadow:0 24px 80px rgba(17,17,17,.08);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--black);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img,video{display:block;max-width:100%}
.page-progress{position:fixed;left:0;top:0;height:3px;width:0;background:#111;z-index:999}
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:18px clamp(18px,4vw,62px);
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(22px);
  border-bottom:1px solid var(--line2);
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:46px;height:46px;object-fit:contain;background:#fff;border-radius:14px;padding:4px;box-shadow:0 8px 24px rgba(17,17,17,.08)}
.brand span{display:flex;flex-direction:column;line-height:1.05}
.brand strong{font-family:"Cormorant Garamond",serif;font-size:22px;letter-spacing:.035em}
.brand small{font-size:11px;color:var(--grey);letter-spacing:.1em;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:22px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--grey-dark)}
.nav a:hover{color:#000}
.nav-cta{background:#111;color:#fff!important;padding:12px 16px;border-radius:999px;box-shadow:0 10px 24px rgba(17,17,17,.14)}
.menu-button{display:none;border:1px solid var(--line);background:rgba(255,255,255,.88);border-radius:999px;padding:10px 14px;text-transform:uppercase;letter-spacing:.14em;font-weight:800}
.hero{
  min-height:100svh;
  padding:116px clamp(18px,5vw,80px) 70px;
  display:grid;align-items:center;
  background:
    radial-gradient(circle at 82% 16%, rgba(210,214,220,.36), transparent 18%),
    radial-gradient(circle at 20% 18%, rgba(245,245,247,.9), transparent 28%),
    linear-gradient(180deg,#ffffff 0%, #fafafc 60%, #f5f5f7 100%);
}
.hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,440px);
  gap:clamp(36px,6vw,92px);
  align-items:center;
  width:min(1280px,100%);
  margin:auto;
}
.eyebrow{
  margin:0 0 16px;
  color:var(--grey);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:800;
}
h1,h2,h3{font-family:"Cormorant Garamond",serif;font-weight:600;letter-spacing:-.035em}
.hero h1{font-size:clamp(64px,10vw,154px);line-height:.82;margin:0}
.hero-copy p:not(.eyebrow){max-width:720px;font-size:clamp(18px,2vw,24px);color:var(--grey-dark);line-height:1.7}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 21px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;transition:.25s}
.button:hover{transform:translateY(-2px)}
.button.dark{background:#111;color:#fff;box-shadow:0 14px 30px rgba(17,17,17,.14)}
.button.light{border:1px solid var(--line);background:rgba(255,255,255,.78)}
.hero-media{justify-self:center;width:min(100%,390px)}
.portrait-video{width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:34px;background:#e9eaee;box-shadow:0 36px 95px rgba(17,17,17,.16);border:1px solid rgba(255,255,255,.8)}
.media-caption{display:none!important}
.section{padding:clamp(70px,9vw,128px) clamp(18px,5vw,80px)}
.section-heading,.division-title-inner{width:min(1040px,100%);margin:auto;text-align:center}
.section-heading h2,.division-title h2,.contact-card h2{font-size:clamp(48px,7vw,104px);line-height:.9;margin:0}
.section-heading p:not(.eyebrow),.division-title p:not(.eyebrow){color:var(--grey);line-height:1.75;max-width:760px;margin:22px auto 0;font-size:18px}
.division-grid{width:min(900px,100%);margin:48px auto 0;display:grid;grid-template-columns:minmax(0,1fr);gap:20px}
.division-card{min-height:330px;background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,246,248,.9));border:1px solid var(--line2);border-radius:34px;padding:34px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:flex-end}
.division-card span{letter-spacing:.2em;font-size:12px;font-weight:900;color:var(--grey)}
.division-card h3{font-size:clamp(34px,4vw,62px);line-height:.92;margin:18px 0 16px}
.division-card p{color:var(--grey);line-height:1.7}
.division-card a{margin-top:20px;width:max-content;border-bottom:1px solid #111;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.division-title{padding:clamp(70px,10vw,135px) clamp(18px,5vw,80px);background:linear-gradient(180deg,#fbfbfc,#f5f5f7);border-top:1px solid var(--line2);border-bottom:1px solid var(--line2)}
.traders-title{background:linear-gradient(180deg,#ffffff,#f7f7f9)}
.product-showcase,.photo-product{min-height:100svh;display:grid;grid-template-columns:minmax(280px,.85fr) minmax(320px,1.15fr);gap:clamp(30px,6vw,90px);align-items:center;padding:clamp(74px,9vw,120px) clamp(18px,5vw,80px);border-bottom:1px solid var(--line2);background:#fff}
.product-showcase.reverse,.photo-product.reverse{grid-template-columns:minmax(320px,1.15fr) minmax(280px,.85fr)}
.product-showcase.reverse .product-copy,.photo-product.reverse .photo-copy{order:2}
.product-copy,.photo-copy{max-width:620px}
.product-count{margin:0 0 16px;font-size:12px;letter-spacing:.22em;color:#8d8d92;font-weight:900}
.product-copy h2,.photo-copy h2{font-size:clamp(48px,7vw,112px);line-height:.86;margin:0 0 24px}
.product-copy p:not(.product-count):not(.eyebrow),.photo-copy p:not(.product-count):not(.eyebrow){color:var(--grey-dark);line-height:1.75;font-size:18px}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.chips span{padding:10px 13px;border-radius:999px;border:1px solid var(--line);background:#f7f7f8;color:#4a4a50;font-size:12px;font-weight:800;letter-spacing:.05em}
.product-video,.photo-frame{margin:0;border-radius:36px;padding:14px;background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,246,248,.9));border:1px solid rgba(17,17,17,.06);box-shadow:0 36px 95px rgba(17,17,17,.10);overflow:hidden}
.product-video video{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:26px;background:#eceef1}
.portrait-holder{width:min(100%,440px);justify-self:center}
.portrait-holder video{aspect-ratio:9/16}
.photo-frame img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:26px}
.contact{padding:clamp(80px,10vw,140px) clamp(18px,5vw,80px);background:linear-gradient(180deg,#fafafc,#ffffff)}
.contact-card{width:min(950px,100%);margin:auto;background:rgba(255,255,255,.96);border:1px solid var(--line2);border-radius:38px;padding:clamp(32px,5vw,58px);text-align:center;box-shadow:0 28px 90px rgba(17,17,17,.07)}
.contact-card p{color:var(--grey);line-height:1.75;font-size:18px}
.contact-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}
.contact-actions a{padding:13px 17px;border:1px solid var(--line);border-radius:999px;font-weight:800;color:#111;background:#fff}
.footer{padding:34px clamp(18px,5vw,80px);display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;border-top:1px solid var(--line2);color:var(--grey);background:#fff}
.footer strong{font-family:"Cormorant Garamond",serif;color:#111;font-size:26px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease, transform .8s ease}
.reveal.show{opacity:1;transform:none}
@media(max-width:1020px){
  .hero-inner,.product-showcase,.photo-product,.product-showcase.reverse,.photo-product.reverse{grid-template-columns:1fr}
  .product-showcase.reverse .product-copy,.photo-product.reverse .photo-copy{order:0}
  .division-grid{grid-template-columns:1fr}
}
@media(max-width:780px){
  .menu-button{display:inline-flex}
  .nav{display:none;position:absolute;top:78px;left:16px;right:16px;background:rgba(255,255,255,.98);border:1px solid var(--line);border-radius:22px;padding:18px;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}
  .nav.open{display:flex}
  .hero{padding-top:112px}
  .hero h1{font-size:64px}
  .portrait-holder,.hero-media{width:min(100%,340px)}
  .footer{align-items:flex-start;flex-direction:column}
}


/* Final no-divisions polish */
.division-title{
  margin-top:0;
}
.hero{
  background:
    radial-gradient(circle at 82% 16%, rgba(210,214,220,.36), transparent 18%),
    radial-gradient(circle at 20% 18%, rgba(245,245,247,.9), transparent 28%),
    linear-gradient(180deg,#ffffff 0%, #fbfbfd 62%, #f5f5f7 100%);
}
.product-showcase:first-of-type{
  border-top:1px solid var(--line2);
}


/* Screenshot fix: hero name spacing + professional visual block */
.hero h1.hero-title{
  display:flex;
  flex-direction:column;
  gap:.08em;
  font-size:clamp(58px,8.8vw,132px);
  line-height:.9;
  letter-spacing:-.055em;
}
.hero h1.hero-title span{
  display:block;
}
.hero h1.hero-title span + span{
  margin-top:.02em;
}
.hero-media{
  width:min(100%,520px)!important;
}
.hero-project-card{
  width:100%;
  border-radius:34px;
  padding:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,246,248,.9));
  border:1px solid rgba(17,17,17,.07);
  box-shadow:0 36px 95px rgba(17,17,17,.11);
  overflow:hidden;
}
.hero-project-card video{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center;
  border-radius:24px;
  background:#eceef1;
}
@media(max-width:780px){
  .hero h1.hero-title{
    font-size:clamp(52px,17vw,76px);
    line-height:.94;
    letter-spacing:-.045em;
  }
  .hero-media{
    width:min(100%,390px)!important;
  }
}


/* Project Photos Section */
.projects-section{
  padding:clamp(80px,10vw,140px) clamp(18px,5vw,80px);
  background:linear-gradient(180deg,#ffffff 0%,#f7f7f9 100%);
  border-top:1px solid var(--line2);
  border-bottom:1px solid var(--line2);
}
.projects-heading{
  width:min(980px,100%);
  margin:0 auto 48px;
  text-align:center;
}
.projects-heading h2{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(50px,7vw,108px);
  line-height:.88;
  letter-spacing:-.04em;
  margin:0;
}
.projects-heading p:not(.eyebrow){
  color:var(--grey);
  line-height:1.75;
  max-width:720px;
  margin:22px auto 0;
  font-size:18px;
}
.projects-grid{
  width:min(1320px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.project-photo{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#f1f1f3;
  box-shadow:0 22px 70px rgba(17,17,17,.08);
  border:1px solid rgba(17,17,17,.06);
}
.project-photo:nth-child(1),
.project-photo:nth-child(6),
.project-photo:nth-child(11){
  grid-column:span 2;
  grid-row:span 2;
}
.project-photo img{
  width:100%;
  height:100%;
  min-height:260px;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:transform .75s ease, filter .75s ease;
}
.project-photo:hover img{
  transform:scale(1.06);
  filter:saturate(1.04) contrast(1.03);
}
.project-photo figcaption{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(14px);
  color:#111;
  font-weight:800;
  font-size:13px;
  box-shadow:0 12px 30px rgba(17,17,17,.10);
}
@media(max-width:1000px){
  .projects-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .projects-grid{
    grid-template-columns:1fr;
  }
  .project-photo:nth-child(1),
  .project-photo:nth-child(6),
  .project-photo:nth-child(11){
    grid-column:span 1;
    grid-row:span 1;
  }
}


/* Services from business profile */
.services-section{
  padding:clamp(80px,10vw,140px) clamp(18px,5vw,80px);
  background:linear-gradient(180deg,#ffffff 0%,#fafafc 100%);
  border-top:1px solid var(--line2);
  border-bottom:1px solid var(--line2);
}
.services-heading{
  width:min(980px,100%);
  margin:0 auto 46px;
  text-align:center;
}
.services-heading h2{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(48px,7vw,104px);
  line-height:.88;
  letter-spacing:-.04em;
  margin:0;
}
.services-heading p:not(.eyebrow){
  color:var(--grey);
  line-height:1.75;
  max-width:820px;
  margin:22px auto 0;
  font-size:18px;
}
.services-grid{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.service-card{
  background:linear-gradient(180deg,#fff,#f7f7f9);
  border:1px solid var(--line2);
  border-radius:28px;
  min-height:170px;
  padding:24px;
  box-shadow:0 18px 56px rgba(17,17,17,.06);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.service-card span{
  font-size:12px;
  font-weight:900;
  color:#8d8d92;
  letter-spacing:.18em;
}
.service-card h3{
  margin:26px 0 0;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:clamp(18px,2vw,25px);
  letter-spacing:-.03em;
  line-height:1.15;
  font-weight:800;
}
@media(max-width:900px){
  .services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:580px){
  .services-grid{
    grid-template-columns:1fr;
  }
}


/* Profile PDF project photos exact - avoid wrong cropping */
.project-photo img{
  object-fit:cover;
  object-position:center;
}
.project-photo figcaption{
  line-height:1.25;
}
