:root {
  --paper: #f4f0e8;
  --sand: #e2d9c8;
  --ink: #24231f;
  --gold: #BD9348;
  --gold-dark: #2E1F0A;
  --dark: #1E1508;
  --footer-bg: #180F04;
  --line: rgba(36, 35, 31, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-weight: 300; }
img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, blockquote { font-family: "Italiana", Georgia, serif; font-weight: 400; }

.site-header { height: 88px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; background: var(--paper); position: relative; z-index: 5; }
.brand { display: flex; align-items: center; }
.brand-logo { height: 74px; width: auto; display: block; }
.brand-logo--footer { height: 78px; opacity: .92; }
.main-nav { display: flex; align-items: center; gap: 38px; font-size: 12px; letter-spacing: .08em; }
.main-nav a { padding: 10px 0; }
.main-nav a:not(.nav-contact) { border-bottom: 1px solid transparent; }
.main-nav a:hover { border-color: currentColor; }
.nav-contact { padding: 12px 18px !important; border: 1px solid var(--gold); color: var(--gold); }
.menu-toggle { display: none; border: 0; background: none; color: inherit; font: inherit; }

.hero { position: relative; min-height: calc(100vh - 88px); overflow: hidden; color: #fff; }
.hero-video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.82) contrast(1.08) brightness(0.96); }
.hero-shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 65% 50%, transparent 25%, rgba(8,6,3,.6) 100%),
    linear-gradient(90deg, rgba(14,11,7,.78), rgba(14,11,7,.04) 65%);
}
.hero::after {
  content: '';
  position: absolute;
  inset: -50%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.048;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  animation: grain 0.45s steps(1) infinite;
}
@keyframes grain {
  0%   { transform: translate(0, 0); }
  10%  { transform: translate(-5%, -10%); }
  20%  { transform: translate(-15%, 5%); }
  30%  { transform: translate(7%, -25%); }
  40%  { transform: translate(-5%, 25%); }
  50%  { transform: translate(-15%, 10%); }
  60%  { transform: translate(15%, 0%); }
  70%  { transform: translate(0%, 15%); }
  80%  { transform: translate(3%, 35%); }
  90%  { transform: translate(-10%, 10%); }
}
.hero-content { position: absolute; left: 7.5vw; bottom: 12vh; z-index: 3; }
.hero h1 { margin-bottom: 35px; font-size: clamp(54px, 6.5vw, 108px); line-height: .94; letter-spacing: -.025em; }
.hero-note { position: absolute; right: 4vw; bottom: 4vh; z-index: 3; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.eyebrow { margin-bottom: 36px; color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.75); }
.text-link { display: inline-flex; align-items: center; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.light { color: #fff; }
.section { padding: 150px 7.5vw; }

.manifesto-copy { display: grid; grid-template-columns: 1.5fr .75fr; gap: 10vw; align-items: end; }
.manifesto h2, .section-heading h2, .projects h2, .principles h2 { margin-bottom: 0; font-size: clamp(45px, 5vw, 78px); line-height: 1.02; letter-spacing: -.02em; }
.manifesto-copy > div > p { max-width: 480px; font-size: 15px; line-height: 1.8; }
.manifesto-copy .text-link { margin-top: 26px; }

.reel { display: grid; grid-template-columns: 1fr 1fr; min-height: 88vh; background: var(--dark); color: #fff; overflow: hidden; }
.reel-text { display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: 100px 7.5vw; }
.reel-text h2 { font-family: "Italiana", serif; font-size: clamp(42px, 4vw, 68px); line-height: 1.05; margin: 0; color: #fff; }
.reel-text > p { max-width: 400px; font-size: 14px; line-height: 1.85; color: #b5aa98; margin: 0; }
.reel-text .text-link { margin-top: 8px; }
.reel-video { display: flex; align-items: center; justify-content: center; overflow: hidden; }
.reel-video video { height: 100%; width: auto; display: block; }

.collection { background: #ede5d6; }
.section-heading { display: grid; grid-template-columns: 1.3fr .65fr; align-items: end; gap: 12vw; margin-bottom: 85px; }
.section-heading > p { max-width: 400px; margin-bottom: 4px; font-size: 14px; line-height: 1.75; }
.category-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3vw; }
.category { display: block; overflow: hidden; }
.category-large { grid-row: span 2; }
.category img { height: 28vw; min-height: 350px; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.category-large img { height: 64vw; max-height: 890px; }
.category:hover img, .project:hover img { transform: scale(1.025); }
.category span { display: flex; gap: 20px; padding: 18px 0 34px; font: 28px "Italiana", serif; border-bottom: 1px solid var(--line); }
.category span b { padding-top: 5px; font: 9px "DM Sans", sans-serif; font-weight: 400; }
.category-list { margin-top: 80px; border-top: 1px solid var(--line); }
.category-list a { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); font: 34px "Italiana", serif; }
.category-list span { font: 9px "DM Sans", sans-serif; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12vw; color: #ece8df; background: var(--dark); }
.process-intro { position: sticky; top: 70px; align-self: start; }
.process h2 { margin-bottom: 35px; font-size: clamp(45px, 4.5vw, 72px); line-height: 1.05; }
.process-intro > p:last-child { max-width: 430px; color: #aaa59b; font-size: 14px; line-height: 1.8; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.process-list li { display: grid; grid-template-columns: 65px 1fr; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-list li > span { padding-top: 7px; color: #8d887e; font-size: 9px; }
.process-list h3 { margin-bottom: 10px; font: 30px "Italiana", serif; }
.process-list p { max-width: 430px; margin-bottom: 0; color: #aaa59b; font-size: 13px; line-height: 1.7; }

.projects { background: #f8f4ec; }
.project-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 9vw 3vw; align-items: start; }
.project { margin: 0; overflow: hidden; }
.project img { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project-wide img { height: 43vw; max-height: 660px; }
.project-tall { margin-top: 14vw; }
.project-tall img { height: 52vw; max-height: 750px; }
.project-square { grid-column: 1; width: 70%; margin-left: 20%; }
.project-square img { height: 40vw; max-height: 560px; }
.project figcaption { display: flex; justify-content: space-between; gap: 15px; padding-top: 17px; }
.project figcaption span { font: 21px "Italiana", serif; }
.project figcaption small { padding-top: 5px; color: #78736b; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.principles { background: var(--sand); }
.principles-grid { display: grid; grid-template-columns: 1.25fr repeat(3, .5fr); gap: 5vw; }
.principle { padding-top: 12px; border-top: 1px solid var(--line); }
.principle span { font-size: 10px; }
.principle h3 { margin: 60px 0 18px; font: 27px/1.15 "Italiana", serif; }
.principle p { color: #4a443b; font-size: 15px; line-height: 1.8; }

.testimonial { padding-top: 180px; padding-bottom: 180px; text-align: center; }
.testimonial blockquote { max-width: 1000px; margin: 0 auto 45px; font-size: clamp(36px, 4.5vw, 68px); line-height: 1.18; }
.testimonial-author { margin: 0; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.testimonial-author span { margin: 0 10px; }

.contact { min-height: 580px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: var(--gold-dark); overflow: hidden; }
.contact-body { padding: 110px 7.5vw; display: flex; flex-direction: column; justify-content: space-between; }
.contact h2 { margin: 0; font-size: clamp(40px, 4.5vw, 80px); line-height: 1.05; }
.contact-link { padding: 25px 0; display: flex; border-top: 1px solid rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.7); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-photo { overflow: hidden; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

footer { padding: 80px 7.5vw 34px; color: #c9bfa8; background: var(--footer-bg); font-size: 13px; letter-spacing: .02em; line-height: 1.7; }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr 1.2fr; gap: 44px 5vw; align-items: start; }
.footer-brand-col { grid-column: 1 / 3; grid-row: 1; display: flex; flex-direction: column; gap: 18px; }
.footer-tag { max-width: 430px; margin: 0; color: #9d937f; font-size: 13px; line-height: 1.75; }
.footer-title { margin: 0 0 20px; color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.footer-link { display: flex; width: fit-content; align-items: center; gap: 10px; margin-bottom: 13px; color: #d8cfbb; font-size: 13px; transition: color .3s; }
.footer-link:hover { color: #fff; }
.footer-icon { flex: none; width: 16px; height: 16px; color: var(--gold); }
.footer-address { margin: 0 0 14px; font-style: normal; color: #d8cfbb; font-size: 13px; line-height: 1.75; }
.footer-hours { margin: 0 0 18px; color: #9d937f; font-size: 12px; }
.map-link { color: var(--gold); margin-bottom: 0; }
.footer-map-wrap { grid-column: 3; grid-row: 1 / 3; overflow: hidden; border-radius: 4px; min-height: 250px; height: 100%; }
.footer-map { width: 100%; height: 100%; min-height: 250px; border: 0; display: block; filter: grayscale(.2) contrast(1.02); }
.footer-bottom { margin-top: 58px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; }
.copyright { margin: 0; color: #716e68; font-size: 11px; letter-spacing: .06em; }
.footer-credit { color: #8a8073; font-size: 11px; letter-spacing: .06em; transition: color .3s; }
.footer-credit:hover { color: var(--gold); }

.whatsapp-fab { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #25D366; color: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.24); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-fab svg { width: 31px; height: 31px; position: relative; z-index: 1; }
.whatsapp-fab:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 12px 28px rgba(0,0,0,.3); }
.whatsapp-fab::after { content: ''; position: absolute; inset: 0; border-radius: 50%; animation: waPulse 2.6s ease-out infinite; }
@keyframes waPulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.45); }
  70%  { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

@media (max-width: 900px) {
  .site-header { height: 80px; }
  .brand-logo { height: 62px; }
  .menu-toggle { display: block; z-index: 6; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
  .main-nav { position: fixed; z-index: 5; inset: 0; padding: 110px 8vw; display: none; flex-direction: column; align-items: flex-start; gap: 22px; background: var(--paper); font: 26px "Italiana", serif; }
  .main-nav.open { display: flex; }
  .nav-contact { margin-top: 20px; font: 11px "DM Sans", sans-serif; }
  .hero { min-height: calc(100svh - 80px); }
  .hero::after { display: none; }
  .hero-video { object-position: 63% center; }
  .brand-logo--footer { height: 104px; }
  .hero-content { left: 7vw; bottom: 22vh; }
  .hero-note { display: none; }
  .section { padding: 100px 7vw; }
  .manifesto-copy, .section-heading, .process, .principles-grid { grid-template-columns: 1fr; gap: 50px; }
  .manifesto-copy > div { max-width: 560px; }
  .category-grid { gap: 4vw; }
  .process-intro { position: static; }
  .project-grid { gap: 50px 4vw; }
  .principles-grid h2 { margin-bottom: 25px; }
  .principle h3 { margin-top: 35px; }
  .contact { grid-template-columns: 1fr; min-height: 500px; }
  .contact-photo { height: 60vw; }
  .reel { grid-template-columns: 1fr; }
  .reel-text { padding: 80px 7vw; }
  .reel-video { height: 75vw; }
  .reel-video video { height: auto; width: 100%; object-fit: cover; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: 1 / -1; }
  .footer-map-wrap { grid-column: 1 / -1; grid-row: auto; min-height: 280px; margin-top: 4px; }
}

@media (max-width: 620px) {
  .hero h1 { font-size: 51px; }
  .hero-shade { background: linear-gradient(90deg, rgba(18,17,14,.7), rgba(18,17,14,.12)); }
  .manifesto h2, .section-heading h2, .projects h2, .principles h2 { font-size: 42px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-large { grid-row: auto; }
  .category img, .category-large img { height: 115vw; min-height: 0; }
  .category-large img { height: 125vw; }
  .category-list { margin-top: 50px; }
  .project-grid { display: block; }
  .project, .project-square, .project-tall { width: 100%; margin: 0 0 65px; }
  .project img, .project-wide img, .project-tall img, .project-square img { height: 115vw; }
  .project figcaption { display: block; }
  .project figcaption small { display: block; margin-top: 5px; }
  .testimonial { padding-top: 110px; padding-bottom: 110px; }
  .contact { min-height: auto; }
  .contact-body { padding: 80px 7vw; }
  .contact h2 { font-size: 42px; }
  .contact-link { width: 100%; }
  .contact-photo { height: 80vw; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand-col { grid-column: 1; }
  .footer-map-wrap { grid-column: 1; min-height: 260px; }
  .footer-bottom { flex-direction: column; gap: 8px; margin-top: 44px; }
  .whatsapp-fab { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .whatsapp-fab svg { width: 28px; height: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
