:root {
  --cream: #f5efe4;
  --paper: #fbf8f2;
  --ink: #29241f;
  --muted: #716961;
  --terracotta: #963f32;
  --terracotta-dark: #702c24;
  --sage: #657154;
  --line: #d9cebe;
  --white: #fffdf9;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: 1180px;
  --shadow: 0 28px 70px rgb(52 38 27 / 16%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-texture { background-color: var(--cream); background-image: radial-gradient(rgb(63 49 37 / 9%) .7px, transparent .7px); background-size: 15px 15px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgb(109 89 71 / 18%); background: rgb(251 248 242 / 92%); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { width: 51px; height: 51px; object-fit: contain; }
.brand span { line-height: 1; }
.brand strong { display: block; color: var(--terracotta-dark); font: 400 21px/1 var(--serif); }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.main-menu { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.main-menu a { position: relative; color: #514b45; font-size: 14px; font-weight: 500; }
.main-menu a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--terracotta); transform: scaleX(0); transition: transform .25s ease; }
.main-menu a:hover::after { transform: scaleX(1); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-button span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border: 1px solid var(--terracotta); border-radius: 2px; color: var(--white); background: var(--terracotta); font-size: 14px; font-weight: 600; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--terracotta-dark); border-color: var(--terracotta-dark); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: 13px; }
.button-outline { color: var(--terracotta-dark); background: transparent; }
.button-outline:hover { color: white; }
.button-light { color: var(--terracotta-dark); background: var(--paper); border-color: var(--paper); }
.button-light:hover { color: var(--terracotta-dark); background: white; border-color: white; }
.eyebrow { margin-bottom: 18px; color: var(--terracotta); font-size: 11px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }

.hero { min-height: calc(100vh - 82px); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr .83fr; align-items: center; gap: clamp(50px, 8vw, 105px); min-height: calc(100vh - 82px); padding-block: 72px 82px; }
.hero-copy h1 { max-width: 670px; margin-bottom: 27px; font-size: clamp(49px, 5.5vw, 78px); letter-spacing: -.025em; }
.hero-copy h1 em { color: var(--terracotta); font-weight: inherit; }
.hero-lead { max-width: 590px; margin-bottom: 32px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding: 10px 0; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 600; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 14px 25px; margin-top: 42px; color: var(--sage); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.hero-notes span { display: inline-flex; align-items: center; gap: 8px; }
.hero-notes span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
.hero-visual { position: relative; padding: 0 20px 24px 0; }
.hero-image-wrap { position: relative; height: min(66vh, 660px); min-height: 480px; overflow: hidden; background: #ddd0bf; box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgb(255 255 255 / 45%); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; right: 0; bottom: 0; width: 80%; height: 82%; border: 1px dashed var(--terracotta); }
.handmade-seal { position: absolute; top: 36px; right: -36px; display: grid; place-content: center; width: 100px; height: 100px; border-radius: 50%; color: var(--paper); background: var(--terracotta); text-align: center; font: 12px/1.1 var(--sans); letter-spacing: .08em; text-transform: uppercase; transform: rotate(9deg); }
.handmade-seal span { display: block; font: 28px/1 var(--serif); letter-spacing: 0; }
.image-caption { position: absolute; right: 43px; bottom: -12px; margin: 0; padding: 7px 12px; color: var(--muted); background: var(--cream); font-size: 11px; }

.intro { padding: 105px 0 100px; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .8fr 1.6fr; gap: 70px; align-items: start; }
.intro-grid .eyebrow { padding-top: 13px; }
.intro-copy h2 { margin-bottom: 24px; font-size: clamp(40px, 4vw, 58px); }
.intro-copy > p { max-width: 620px; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 70px; border-top: 1px solid var(--line); }
.feature { min-height: 215px; padding: 27px 28px 10px 0; border-right: 1px solid var(--line); }
.feature + .feature { padding-left: 28px; }
.feature:last-child { border-right: 0; }
.feature > span { color: var(--terracotta); font: 16px var(--serif); }
.feature h3 { margin: 32px 0 11px; font-size: 22px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.catalog { padding: 105px 0; border-block: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }
.section-heading h2 { margin: 0; font-size: clamp(44px, 4vw, 60px); }
.section-heading > p { max-width: 415px; margin: 0 0 7px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px 28px; }
.product-image { height: 440px; overflow: hidden; background: #e4dacb; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product:hover .product-image img { transform: scale(1.035); }
.product-info { padding-top: 18px; }
.product-info > span { color: var(--terracotta); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.product-info h3 { margin: 7px 0 6px; font-size: 25px; }
.product-info p { margin: 0; color: var(--muted); font-size: 14px; }
.catalog-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 65px; padding-top: 32px; border-top: 1px solid var(--line); }
.catalog-cta p { margin: 0; font-family: var(--serif); font-size: 22px; }

.process { padding: 110px 0; background: var(--paper); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 145px); }
.process-title { position: sticky; top: 120px; align-self: start; }
.process-title h2 { margin-bottom: 22px; font-size: clamp(42px, 4vw, 58px); }
.process-title > p:last-child { max-width: 380px; color: var(--muted); }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 25px; padding: 36px 0 37px; border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; place-content: center; width: 52px; height: 52px; border: 1px solid var(--terracotta); border-radius: 50%; color: var(--terracotta); font: 23px var(--serif); }
.steps h3 { margin: 2px 0 9px; font-size: 24px; }
.steps p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; }

.resale { padding: 110px 0; color: var(--white); background: var(--terracotta-dark); overflow: hidden; }
.resale-grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.resale-image { position: relative; justify-self: center; max-width: 410px; }
.resale-image::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px dashed rgb(255 255 255 / 55%); }
.resale-image img { position: relative; max-height: 650px; object-fit: contain; box-shadow: 0 30px 60px rgb(28 8 5 / 28%); }
.resale .eyebrow { color: #e8b6a3; }
.resale-copy h2 { margin-bottom: 25px; font-size: clamp(45px, 4.5vw, 64px); }
.resale-copy > p:not(.eyebrow) { max-width: 590px; color: #eadbd5; font-size: 17px; }
.resale-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 35px 0 38px; padding: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 20%); }
.resale-list li { position: relative; padding: 17px 15px 17px 25px; border-bottom: 1px solid rgb(255 255 255 / 20%); font-size: 13px; }
.resale-list li::before { content: "✓"; position: absolute; left: 0; color: #e8b6a3; }

.contact { padding: 105px 0 110px; text-align: center; }
.contact-inner > img { width: 88px; height: 88px; margin: 0 auto 22px; object-fit: contain; }
.contact-inner h2 { margin: 0 0 15px; font-size: clamp(48px, 5vw, 68px); }
.contact-inner > p:not(.eyebrow) { max-width: 520px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 27px; margin-top: 32px; }
.phone { font-size: 15px; font-weight: 600; border-bottom: 1px solid var(--ink); }
.site-footer { padding: 45px 0; color: #cfc3b7; background: var(--ink); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.brand-light strong { color: var(--white); }
.brand-light small { color: #b6aaa0; }
.footer-inner > p { margin: 0; font-size: 12px; }
.floating-whatsapp { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #25d366; box-shadow: 0 9px 28px rgb(0 0 0 / 22%); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 29px; fill: white; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.feature-grid .reveal:nth-child(2), .product-grid .reveal:nth-child(2) { transition-delay: .08s; }
.feature-grid .reveal:nth-child(3), .product-grid .reveal:nth-child(3) { transition-delay: .16s; }
.feature-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 950px) {
  .header-cta { display: none; }
  .hero-grid { gap: 50px; }
  .hero-copy h1 { font-size: clamp(46px, 6vw, 62px); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature:nth-child(2) { border-right: 0; }
  .feature:nth-child(3), .feature:nth-child(4) { border-top: 1px solid var(--line); }
  .feature:nth-child(3) { padding-left: 0; }
  .product-image { height: 365px; }
  .resale-grid { gap: 60px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { min-height: 72px; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 19px; }
  .menu-button { display: block; margin-left: auto; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .main-menu { position: absolute; top: 72px; right: 0; left: 0; display: grid; gap: 0; padding: 10px 16px 20px; border-bottom: 1px solid var(--line); background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .main-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-menu a { padding: 13px 5px; border-bottom: 1px solid var(--line); }
  .main-menu a::after { display: none; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 62px 70px; }
  .hero-copy h1 { font-size: clamp(44px, 13vw, 61px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .hero-image-wrap { height: 560px; min-height: 0; }
  .handmade-seal { right: -6px; width: 86px; height: 86px; }
  .intro, .catalog, .process, .resale, .contact { padding-block: 78px; }
  .intro-grid, .process-grid, .resale-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro-grid .eyebrow { padding: 0; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .feature, .feature + .feature { min-height: auto; padding: 25px 0 30px; border-right: 0; border-top: 1px solid var(--line); }
  .feature:first-child { border-top: 0; }
  .feature h3 { margin-top: 15px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 38px; }
  .product-grid { grid-template-columns: 1fr; gap: 45px; }
  .product-image { height: min(125vw, 550px); }
  .catalog-cta { align-items: start; flex-direction: column; }
  .process-title { position: static; }
  .resale-image { order: 2; max-width: 330px; margin: 25px 18px 0; }
  .resale-list { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 20px; }
  .floating-whatsapp { right: 15px; bottom: 15px; width: 52px; height: 52px; }
}

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