:root {
  --ink: #25251f;
  --ink-soft: #5f5a50;
  --paper: #fffdfa;
  --cream: #f6f0e5;
  --cream-deep: #e9ddc9;
  --gold: #b38a3d;
  --gold-light: #e3c77b;
  --line: #e5ddcf;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(55, 43, 25, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 110px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); padding: 12px 18px; background: white; color: black; border-radius: 8px; }
.skip-link:focus { transform: none; }
.topbar { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 8px 24px; color: #eadcbf; background: #262721; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,250,.94); border-bottom: 1px solid rgba(229,221,207,.85); backdrop-filter: blur(14px); }
.header-inner { min-height: 106px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: max-content; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: .17em; }
.brand-copy small { margin-top: 9px; color: #837b6d; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #47453f; font-size: 13px; font-weight: 500; }
.main-nav > a:not(.button) { position: relative; padding: 12px 0; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .25s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a:not(.button):focus-visible::after { transform: scaleX(1); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .main-nav a:focus-visible, .footer-links a:focus-visible { outline: 3px solid rgba(179,138,61,.42); outline-offset: 4px; }
.button-dark { color: #f5e9ce; background: var(--ink); box-shadow: 0 10px 30px rgba(37,37,31,.12); }
.button-dark:hover { background: #10110f; box-shadow: 0 14px 32px rgba(37,37,31,.2); }
.button-outline { color: #765b2b; border-color: var(--gold); background: transparent; }
.button-outline:hover { color: var(--paper); background: var(--gold); }
.header-cta { min-height: 48px; padding-inline: 22px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--ink); }
.menu-toggle span { display: block; width: 19px; height: 1.5px; margin: 4px auto; background: #f6e9cd; transition: .25s ease; }

.hero { position: relative; min-height: 750px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(135deg, #faf7f0, #eee5d5); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-top: 76px; padding-bottom: 76px; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); line-height: 1.03; }
h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(60px, 6vw, 88px); font-weight: 600; letter-spacing: -.025em; }
h2 { font-size: clamp(43px, 4.4vw, 62px); font-weight: 600; letter-spacing: -.02em; }
h3 { font-size: 33px; font-weight: 600; }
.gold-rule { width: 92px; height: 3px; margin-bottom: 32px; background: linear-gradient(90deg, #a87d2f, #e1c36d); }
.lead { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 34px; margin: 42px 0 0; padding: 0; color: #5e5a50; list-style: none; font-size: 13px; }
.trust-list li { display: flex; align-items: center; gap: 10px; }
.trust-list li::before { content: "✓"; width: 18px; height: 18px; display: grid; place-items: center; color: white; background: var(--gold); border-radius: 50%; font-size: 11px; font-weight: 800; }
.hero-media { position: relative; min-height: 610px; }
.hero-photo { position: absolute; top: 20px; right: 0; width: 83%; height: 560px; overflow: hidden; border-radius: 34% 34% 34% 8%; box-shadow: var(--shadow); }
.hero-photo img, .hero-photo-small img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-small { position: absolute; left: 0; bottom: 0; width: 46%; aspect-ratio: 1; overflow: hidden; border: 10px solid #f4ecdd; border-radius: 30px; box-shadow: var(--shadow); }
.media-tag { position: absolute; top: 4px; left: 7%; padding: 11px 20px; border-radius: 999px; color: #725525; background: rgba(255,253,250,.94); box-shadow: 0 8px 22px rgba(50,40,22,.11); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rings { position: absolute; pointer-events: none; }
.rings i { position: absolute; inset: 0; border: 1px solid rgba(179,138,61,.23); border-radius: 50%; }
.rings i:nth-child(2) { inset: 44px; }
.rings i:nth-child(3) { inset: 88px; }
.rings-hero { top: 65px; right: -100px; width: 370px; height: 370px; }

.section-heading { max-width: 800px; margin: 0 auto 58px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { margin: 0; color: #766f64; font-size: 17px; }
.centered { text-align: center; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.category-card { overflow: hidden; background: #fff; border: 1px solid #ece6dc; border-radius: 25px; box-shadow: 0 16px 44px rgba(55,43,25,.09); transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.category-card > img { width: 100%; aspect-ratio: 1.15; object-fit: cover; }
.card-copy { padding: 31px 30px 34px; }
.card-kicker { margin: 0 0 13px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.card-copy h3 { margin-bottom: 14px; }
.card-copy > p:not(.card-kicker) { min-height: 54px; margin: 0 0 24px; color: #706a60; font-size: 14px; }
.card-copy a, .portfolio-heading > a { color: #755a2a; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.card-copy a span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.card-copy a:hover span { transform: translateX(5px); }

.manifesto { position: relative; overflow: hidden; padding: 115px 0; color: #fff9ed; background: linear-gradient(135deg, #262721, #10110f); }
.manifesto-inner { position: relative; z-index: 1; text-align: center; }
.manifesto h2 { margin-bottom: 34px; font-size: clamp(40px, 4.5vw, 62px); }
.centered-rule { margin-inline: auto; margin-bottom: 0; }
.rings-left, .rings-right { top: 50%; width: 310px; height: 310px; transform: translateY(-50%); opacity: .52; }
.rings-left { left: -80px; }
.rings-right { right: -80px; }

.corporate { background: var(--cream); }
.corporate-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.corporate-media { position: relative; }
.corporate-media > img { width: 100%; aspect-ratio: 1.06; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.logo-stamp { position: absolute; right: -45px; bottom: -38px; width: 128px; height: 128px; display: grid; place-items: center; border-radius: 50%; background: #fffdfa; box-shadow: var(--shadow); }
.logo-stamp img { width: 82px; height: 82px; object-fit: contain; }
.corporate-copy h2 { margin-bottom: 25px; }
.corporate-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }
.corporate-copy ul { display: grid; gap: 13px; margin: 28px 0 36px; padding: 0; list-style: none; }
.corporate-copy li { position: relative; padding-left: 22px; color: #4f4b43; }
.corporate-copy li::before { content: ""; position: absolute; top: .68em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.process { background: var(--paper); }
.process .section-heading { margin-bottom: 42px; }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.process-list::before { content: ""; position: absolute; top: 31px; right: 11%; left: 11%; height: 1px; background: #d9cfbc; }
.process-list li { position: relative; display: grid; justify-items: center; gap: 19px; text-align: center; }
.process-list span { z-index: 1; width: 62px; height: 62px; display: grid; place-items: center; border: 8px solid var(--paper); border-radius: 50%; color: var(--gold-light); background: var(--ink); font-size: 16px; font-weight: 700; }
.process-list strong { font-size: 14px; }

.portfolio { background: #f7f2e9; }
.portfolio-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.portfolio-heading h2 { margin-bottom: 0; }
.portfolio-grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: 38px; }
.portfolio-grid figure { margin: 0; }
.portfolio-grid img { width: 100%; aspect-ratio: 1.34; object-fit: cover; border-radius: 28px; box-shadow: 0 12px 40px rgba(55,43,25,.1); }
.portfolio-grid figcaption { margin-top: 18px; color: #36342e; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.story { background: #fffdfa; }
.story-inner { max-width: 940px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 54px; }
.story-inner > img { width: 150px; height: 150px; object-fit: contain; }
.story h2 { margin-bottom: 18px; }
.story div > p:last-child { margin: 0; color: var(--ink-soft); font-size: 17px; }
.final-cta { padding: 90px 0; text-align: center; background: var(--cream-deep); }
.final-cta h2 { max-width: 900px; margin-inline: auto; margin-bottom: 34px; }

.site-footer { padding: 64px 0 26px; color: #e9dfca; background: #242520; }
.footer-grid { display: grid; grid-template-columns: 1.4fr auto 1fr; align-items: center; gap: 48px; }
.footer-brand .brand-copy small { color: #aaa393; }
.footer-links { display: flex; gap: 24px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-location { display: grid; gap: 6px; color: #aaa393; text-align: right; font-size: 12px; }
.footer-location strong { color: #e9dfca; font-weight: 500; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #827c70; font-size: 11px; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 45; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #215c42; box-shadow: 0 12px 30px rgba(0,0,0,.22); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 27px; fill: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay, .reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .main-nav { gap: 17px; font-size: 11px; }
  .brand-copy { display: none; }
  .hero-grid { gap: 30px; }
  .corporate-grid { gap: 65px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 34px, 680px); }
  .section-pad { padding: 84px 0; }
  .topbar { min-height: 38px; font-size: 9px; letter-spacing: .15em; }
  .header-inner { min-height: 82px; }
  .brand img { width: 54px; height: 54px; }
  .brand-copy { display: grid; }
  .brand-copy strong { font-size: 21px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; padding: 18px 24px 26px; background: rgba(255,253,250,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 32px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a:not(.button) { padding: 12px 0; font-size: 14px; }
  .header-cta { margin-top: 12px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid, .corporate-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 70px; padding-bottom: 90px; }
  h1 { font-size: clamp(52px, 13vw, 76px); }
  .hero-media { min-height: 560px; margin-top: 30px; }
  .category-grid { grid-template-columns: 1fr; gap: 24px; }
  .category-card { display: grid; grid-template-columns: 42% 1fr; align-items: stretch; }
  .category-card > img { height: 100%; aspect-ratio: auto; }
  .card-copy > p:not(.card-kicker) { min-height: auto; }
  .manifesto br { display: none; }
  .rings-left, .rings-right { opacity: .22; }
  .corporate-media { width: calc(100% - 35px); }
  .corporate-copy { padding-top: 15px; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .process-list::before { display: none; }
  .portfolio-heading { align-items: flex-start; flex-direction: column; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .story-inner { grid-template-columns: 110px 1fr; gap: 28px; }
  .story-inner > img { width: 110px; height: 110px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-location { text-align: left; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 480px); }
  .topbar span { display: none; }
  .topbar { display: block; padding-block: 9px; }
  .brand-copy small { display: none; }
  .hero-grid { padding-top: 58px; }
  .hero-copy .eyebrow { max-width: 310px; }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  h2 { font-size: clamp(39px, 12vw, 52px); }
  h3 { font-size: 29px; }
  .lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .trust-list { display: grid; gap: 12px; }
  .hero-media { min-height: 430px; }
  .hero-photo { width: 88%; height: 410px; border-radius: 120px 120px 90px 24px; }
  .hero-photo-small { width: 45%; border-width: 7px; }
  .media-tag { left: 0; }
  .category-card { display: block; }
  .category-card > img { width: 100%; height: auto; aspect-ratio: 1.18; }
  .manifesto { padding: 90px 0; }
  .manifesto h2 { font-size: 40px; }
  .logo-stamp { right: -20px; width: 100px; height: 100px; }
  .logo-stamp img { width: 68px; height: 68px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 62px 1fr; align-items: center; justify-items: start; text-align: left; }
  .story-inner { grid-template-columns: 1fr; text-align: center; }
  .story-inner > img { margin-inline: auto; }
  .footer-links { flex-wrap: wrap; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}
