:root {
  --black: #090909;
  --black-soft: #11100f;
  --ink: #1a1715;
  --paper: #f5f0ea;
  --paper-2: #ece3da;
  --copper: #b78360;
  --copper-dark: #8b6045;
  --line: rgba(25, 20, 16, .13);
  --white: #fff;
  --muted: #6f675f;
  --shadow: 0 26px 70px rgba(23, 17, 12, .16);
  --radius: 24px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; background: white; padding: 10px 16px; z-index: 999; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(9, 9, 9, .76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { background: rgba(9,9,9,.96); box-shadow: 0 10px 40px rgba(0,0,0,.2); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 72px; height: 72px; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--copper); transition: right .25s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.28); color: white; border-radius: 999px; transition: .25s ease; }
.nav-cta:hover { background: var(--copper); border-color: var(--copper); transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 6px 0; transition: .25s ease; }

.hero { position: relative; overflow: hidden; min-height: 790px; background: var(--black); color: white; padding: 150px 0 90px; }
.hero::before { content:""; position:absolute; inset:0; opacity:.18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 66%); }
.hero-glow { position: absolute; width: 620px; height: 620px; border-radius: 50%; background: rgba(183,131,96,.18); filter: blur(110px); right: -210px; top: 80px; }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 78px; }
.eyebrow { margin: 0 0 18px; color: var(--copper); font-size: 12px; line-height: 1.4; letter-spacing: .18em; font-weight: 700; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: .98; margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(52px, 6.1vw, 82px); letter-spacing: -.03em; }
h1 em { color: #d9b89f; font-style: italic; }
h2 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 64px); letter-spacing: -.025em; }
h3 { margin-bottom: 10px; font-size: 29px; }
.hero-text { max-width: 620px; margin: 0 0 34px; color: rgba(255,255,255,.7); font-size: 18px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 700; border: 1px solid transparent; cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--copper); box-shadow: 0 14px 34px rgba(183,131,96,.24); }
.btn-primary:hover { background: #c39271; }
.btn-secondary { color: white; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.03); }
.btn-secondary:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.07); }
.btn-secondary.light { color: white; }
.btn-full { width: 100%; border: 0; }
.hero-points { margin: 34px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 24px; color: rgba(255,255,255,.64); font-size: 13px; }
.hero-points li { display: flex; align-items: center; gap: 9px; }
.hero-points li::before { content:""; width: 5px; height: 5px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 5px rgba(183,131,96,.12); }
.hero-visual { position: relative; min-height: 590px; }
.hero-main-photo { position: absolute; inset: 0 88px 38px 0; margin: 0; border-radius: 210px 210px 30px 30px; overflow: hidden; box-shadow: 0 38px 90px rgba(0,0,0,.35); }
.hero-main-photo::after { content:""; position:absolute; inset:0; border:1px solid rgba(255,255,255,.12); border-radius:inherit; }
.hero-main-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-small-photo { position: absolute; width: 235px; right: 0; bottom: 0; margin: 0; border: 9px solid var(--black); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.hero-small-photo img { width: 100%; height: 170px; object-fit: cover; }
.hero-badge { position: absolute; left: -36px; bottom: 70px; max-width: 250px; padding: 18px 20px; background: rgba(15,14,13,.92); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); box-shadow: 0 22px 50px rgba(0,0,0,.35); }
.hero-badge strong, .hero-badge span { display:block; }
.hero-badge strong { font-family: var(--font-display); font-size: 24px; line-height: 1.1; }
.hero-badge span { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 12px; }

.trust-strip { background: #151310; color: white; border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid article { display: flex; gap: 14px; padding: 31px 26px; border-right: 1px solid rgba(255,255,255,.09); }
.trust-grid article:first-child { border-left: 1px solid rgba(255,255,255,.09); }
.trust-grid span { color: var(--copper); font-family: var(--font-display); font-size: 27px; }
.trust-grid strong { font-family: var(--font-display); font-size: 22px; }
.trust-grid p { margin: 3px 0 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.45; }

.split-grid, .fabrics-grid, .story-grid, .quote-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.section-copy > p:not(.eyebrow):not(.small-note) { color: var(--muted); }
.section-copy strong { color: var(--ink); }
.text-link { display: inline-flex; gap: 14px; margin-top: 12px; color: var(--copper-dark); font-weight: 700; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.feature-card { padding: 54px; background: #ded2c7; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-label { margin: 0 0 20px; letter-spacing: .16em; font-size: 11px; font-weight: 700; color: var(--copper-dark); }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 23px 0; border-bottom: 1px solid rgba(20,16,12,.13); }
.feature-list > div:last-child { border-bottom: 0; }
.feature-list span { color: var(--copper-dark); font-family: var(--font-display); font-size: 28px; }
.feature-list p { margin: 0; color: #62584f; font-size: 14px; }
.feature-list strong { color: var(--ink); }

.gallery-section { background: #100f0e; color: white; }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.56); }
.section-heading.centered { display: block; max-width: 790px; text-align: center; margin: 0 auto 58px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 320px; gap: 16px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #1b1917; border-radius: 3px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.gallery-item::after { content:""; position:absolute; inset:45% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.72)); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 20px; bottom: 17px; font-family: var(--font-display); font-size: 24px; opacity: .9; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.06); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.fabrics { background: #e8ded4; }
.fabric-visual { position: relative; padding: 0 54px 54px 0; }
.fabric-visual > img { width: 100%; height: 600px; object-fit: cover; border-radius: 170px 170px 20px 20px; box-shadow: var(--shadow); }
.fabric-note { position: absolute; right: 0; bottom: 0; max-width: 310px; padding: 25px; background: var(--black); color: white; }
.fabric-note span { display: block; margin-bottom: 9px; color: var(--copper); font-size: 10px; letter-spacing: .14em; }
.fabric-note strong { font-family: var(--font-display); font-size: 25px; line-height: 1.1; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 22px; }
.chips span { padding: 9px 14px; border: 1px solid rgba(20,16,12,.16); border-radius: 999px; background: rgba(255,255,255,.25); font-size: 13px; font-weight: 600; }
.small-note { font-size: 12px; color: #82786f; }

.process { background: var(--paper); }
.process .section-heading h2 { margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; counter-reset: step; }
.process-grid article { min-height: 270px; padding: 30px; background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: 16px; transition: .25s ease; }
.process-grid article:hover { transform: translateY(-7px); background: white; box-shadow: 0 18px 44px rgba(31,22,15,.09); }
.process-grid span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 56px; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper-dark); font-family: var(--font-display); font-size: 24px; }
.process-grid h3 { font-size: 27px; line-height: 1.05; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.story { overflow: hidden; background: #171411; color: white; }
.story-grid { grid-template-columns: .72fr 1fr; }
.story .section-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); }
.story .section-copy strong { color: white; }
.story-number { font-family: var(--font-display); font-size: min(35vw, 440px); line-height: .7; letter-spacing: -.08em; color: transparent; -webkit-text-stroke: 1px rgba(183,131,96,.55); transform: translateX(-50px); }
blockquote { margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.12); color: #d8b69e; font-family: var(--font-display); font-size: 32px; font-style: italic; }

.quote-section { background: #d8c8bb; }
.quote-grid { align-items: start; }
.quote-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.quote-copy li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid rgba(20,16,12,.13); color: #5d524a; font-size: 14px; }
.quote-copy li::before { content:"✓"; position:absolute; left:0; color: var(--copper-dark); font-weight:800; }
.quote-form { padding: 38px; background: var(--paper); border-radius: 18px; box-shadow: var(--shadow); }
.quote-form label { display: block; margin-bottom: 17px; font-size: 12px; font-weight: 700; color: #50473f; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form input, .quote-form select, .quote-form textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid rgba(20,16,12,.15); border-radius: 9px; background: rgba(255,255,255,.7); padding: 13px 14px; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 4px rgba(183,131,96,.12); }
.quote-form textarea { resize: vertical; }
.form-note { margin: 12px 0 0; color: #8a8179; text-align: center; font-size: 10px; }

.contact-section { background: var(--black); color: white; }
.contact-grid { gap: 22px; align-items: stretch; }
.contact-card { padding: 58px; border: 1px solid rgba(255,255,255,.1); background: #12110f; }
.contact-card h2 { font-size: 52px; }
.contact-card address { font-style: normal; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; color: rgba(255,255,255,.57); }
.contact-card address p:first-child { grid-column: 1 / -1; }
.contact-card address strong { color: white; }
.contact-actions { margin-top: 24px; }
.instagram-card { position: relative; min-height: 620px; overflow: hidden; }
.instagram-card::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.08) 67%); }
.instagram-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.instagram-card:hover img { transform: scale(1.04); }
.instagram-overlay { position:absolute; z-index:2; left:38px; right:38px; bottom:38px; }
.instagram-overlay span { color: #d1ad93; font-size: 10px; letter-spacing:.16em; font-weight:700; }
.instagram-overlay strong { display:block; margin: 8px 0 5px; font-family:var(--font-display); font-size:37px; }
.instagram-overlay p { margin:0; color:rgba(255,255,255,.6); }

.site-footer { padding: 70px 0 24px; background: #070707; color: rgba(255,255,255,.55); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr; gap: 70px; padding-bottom: 50px; }
.footer-brand img { width: 100px; height: 100px; }
.footer-brand p { max-width: 330px; }
.footer-grid > div:not(.footer-brand) { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.footer-grid strong { margin-bottom:7px; color:white; font-family:var(--font-display); font-size:21px; }
.footer-grid a:hover { color:var(--copper); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:22px; border-top:1px solid rgba(255,255,255,.08); font-size:11px; }

.floating-whatsapp { position: fixed; z-index: 45; right: 20px; bottom: 20px; display: flex; align-items:center; gap:9px; padding: 12px 17px; border-radius:999px; background:#21a864; color:white; box-shadow:0 16px 40px rgba(0,0,0,.28); font-size:13px; font-weight:800; transition:.25s ease; }
.floating-whatsapp:hover { transform:translateY(-3px); background:#1c9759; }
.floating-whatsapp svg { width:24px; height:24px; fill:white; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  .hero-grid { gap: 38px; }
  .hero-main-photo { right: 45px; }
  .hero-badge { left: -10px; }
  .split-grid, .fabrics-grid, .quote-grid { gap: 52px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid article:nth-child(3) { border-left: 1px solid rgba(255,255,255,.09); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .contact-card { padding: 40px; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .menu-toggle { display:block; position:relative; z-index:2; }
  .main-nav { position:fixed; inset:0; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:22px; background:#090909; font-size:20px; transform:translateX(100%); transition:transform .35s ease; }
  .main-nav.open { transform:none; }
  .nav-cta { margin-top:10px; }
  .menu-toggle.active span:nth-child(1) { transform:translateY(8px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity:0; }
  .menu-toggle.active span:nth-child(3) { transform:translateY(-8px) rotate(-45deg); }
  .hero { padding-top:130px; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { max-width:720px; }
  .hero-visual { min-height:650px; max-width:650px; width:100%; margin:0 auto; }
  .hero-main-photo { inset:0 75px 30px 20px; }
  .hero-small-photo { width:245px; }
  .split-grid, .fabrics-grid, .story-grid, .quote-grid, .contact-grid { grid-template-columns:1fr; gap:52px; }
  .feature-card { padding:38px; }
  .section-heading { grid-template-columns:1fr; gap:15px; }
  .gallery-grid { grid-template-columns:repeat(2,1fr); }
  .gallery-wide { grid-column:span 1; }
  .story-number { font-size:260px; text-align:center; transform:none; }
  .contact-card address { grid-template-columns:1fr; }
  .contact-card address p:first-child { grid-column:auto; }
  .instagram-card { min-height:520px; }
  .footer-grid { grid-template-columns:1.5fr 1fr 1fr; gap:34px; }
}

@media (max-width: 620px) {
  .container { width:min(100% - 28px, 1180px); }
  .section { padding:68px 0; }
  .header-inner { min-height:70px; }
  .brand img { width:62px; height:62px; }
  .hero { min-height:auto; padding:112px 0 65px; }
  h1 { font-size:49px; }
  h2 { font-size:42px; }
  .hero-text { font-size:16px; }
  .hero-actions .btn { width:100%; }
  .hero-points { gap:14px; }
  .hero-visual { min-height:490px; }
  .hero-main-photo { inset:0 18px 28px 0; border-radius:130px 130px 22px 22px; }
  .hero-small-photo { width:180px; right:-5px; border-width:6px; }
  .hero-small-photo img { height:125px; }
  .hero-badge { left:10px; bottom:42px; max-width:210px; padding:15px; }
  .hero-badge strong { font-size:20px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid article, .trust-grid article:nth-child(3) { border-left:1px solid rgba(255,255,255,.09); }
  .feature-card { padding:28px 22px; }
  .gallery-grid { grid-template-columns:1fr; grid-auto-rows:340px; }
  .gallery-tall { grid-row:span 1; }
  .fabric-visual { padding:0 20px 54px 0; }
  .fabric-visual > img { height:480px; border-radius:110px 110px 16px 16px; }
  .fabric-note { max-width:250px; padding:19px; }
  .process-grid { grid-template-columns:1fr; }
  .process-grid span { margin-bottom:36px; }
  .story-number { font-size:200px; }
  .field-row { grid-template-columns:1fr; gap:0; }
  .quote-form, .contact-card { padding:28px 22px; }
  .contact-card h2 { font-size:44px; }
  .instagram-card { min-height:440px; }
  .instagram-overlay { left:24px; right:24px; bottom:24px; }
  .instagram-overlay strong { font-size:29px; word-break:break-word; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .floating-whatsapp span { display:none; }
  .floating-whatsapp { width:54px; height:54px; padding:0; justify-content:center; }
}

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