@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap');

:root {
  --ink: #20342c;
  --forest: #29483c;
  --sage: #8fa99c;
  --clay: #b66a4e;
  --sand: #e7d5bd;
  --cream: #f6f0e7;
  --paper: #fffdf8;
  --line: rgba(32, 52, 44, .16);
  --shadow: 0 20px 60px rgba(42, 52, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.55; }
img { width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px clamp(22px, 5vw, 76px); background: rgba(255, 253, 248, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand, .footer-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 14px; line-height: 1.05; letter-spacing: -.01em; }
.brand-mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid var(--forest); border-radius: 48% 52% 45% 55%; font-size: 12px; font-weight: 700; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 15px 24px; color: white; background: var(--forest); box-shadow: 0 8px 24px rgba(41, 72, 60, .2); text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #1d382e; }
.button-small { padding: 10px 18px; font-size: 13px; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: var(--cream); }
.hero-copy { align-self: center; max-width: 720px; padding: 80px clamp(28px, 7vw, 110px); }
.eyebrow { margin: 0 0 14px; color: var(--clay); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(54px, 7vw, 96px); line-height: .98; letter-spacing: -.065em; }
h1 em { color: var(--clay); font-family: "Playfair Display", serif; font-weight: 600; letter-spacing: -.035em; }
.hero-lead { max-width: 570px; color: #4f5c56; font-size: clamp(18px, 1.8vw, 22px); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 34px 0; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 0; list-style: none; color: #66736c; font-size: 13px; }
.trust-list li::before { content: "•"; color: var(--clay); margin-right: 8px; }
.hero-image { position: relative; min-height: 720px; margin: 0; overflow: hidden; }
.hero-image img { height: 100%; object-fit: cover; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,240,231,.18), transparent 30%); }
.hero-image figcaption { position: absolute; z-index: 2; right: 26px; bottom: 24px; max-width: 230px; padding: 12px 16px; border-radius: 16px; color: white; background: rgba(32, 52, 44, .78); font-size: 13px; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
h2 { margin-bottom: 16px; font-size: clamp(38px, 5vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 650px; color: #66736c; font-size: 18px; }
.category-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; }
.category-card { min-width: 0; overflow: hidden; border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); }
.category-card img { height: 350px; object-fit: cover; }
.category-card-featured img { height: 410px; }
.category-card > div { padding: 25px 26px 28px; }
.card-kicker { margin-bottom: 7px; color: var(--clay); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.category-card h3 { margin-bottom: 6px; font-size: 24px; line-height: 1.15; }
.category-card p { margin-bottom: 13px; color: #66736c; }
.category-card a { font-weight: 700; text-underline-offset: 4px; }

.personalization { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 8vw, 120px); align-items: center; background: var(--forest); color: white; }
.personalization-image img { min-height: 680px; object-fit: cover; border-radius: 160px 160px 28px 28px; }
.personalization-copy > p:not(.eyebrow):not(.fine-print) { max-width: 650px; color: rgba(255,255,255,.72); font-size: 18px; }
.option-list { margin: 38px 0 26px; border-top: 1px solid rgba(255,255,255,.2); }
.option-list article { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.option-list article > span { color: var(--sand); font-size: 13px; }
.option-list h3 { margin-bottom: 4px; font-size: 22px; }
.option-list p { margin: 0; color: rgba(255,255,255,.66); }
.fine-print { color: rgba(255,255,255,.55); font-size: 13px; }

.gallery-strip { display: grid; grid-template-columns: 1fr 1fr 1fr .8fr; min-height: 430px; background: var(--clay); }
.gallery-strip img { height: 100%; min-height: 430px; object-fit: cover; }
.gallery-note { display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; padding: 34px; color: white; }
.gallery-note strong { font-family: "Playfair Display", serif; font-size: 38px; font-style: italic; line-height: 1; }
.gallery-note span { color: rgba(255,255,255,.78); }

.quote-section { background: var(--cream); }
.quote-heading { max-width: 850px; }
.quote-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 28px; align-items: start; }
.quote-form, .quote-summary { border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.quote-form { padding: clamp(24px, 4vw, 44px); }
.step-label { display: flex; align-items: center; gap: 12px; margin: 6px 0 18px; font-weight: 700; }
.step-label:not(:first-child) { margin-top: 38px; }
.step-label span { display: grid; place-items: center; width: 28px; aspect-ratio: 1; border-radius: 50%; color: white; background: var(--clay); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1.35fr .55fr; gap: 14px; }
.form-grid-two { grid-template-columns: .8fr 1.2fr; margin-top: 18px; }
label { display: grid; gap: 7px; color: #53615a; font-size: 13px; font-weight: 600; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 12px; padding: 11px 13px; color: var(--ink); background: white; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 3px rgba(182,106,78,.12); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; border: 0; }
.choice-card { position: relative; display: block; cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span { display: grid; min-height: 92px; align-content: center; gap: 4px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.choice-card small { color: #768078; font-weight: 400; }
.choice-card input:checked + span { border-color: var(--clay); background: #fff7f1; box-shadow: inset 0 0 0 1px var(--clay); }
.button-add { margin-top: 22px; }
.quote-summary { position: sticky; top: 96px; overflow: hidden; }
.summary-title { display: flex; align-items: baseline; justify-content: space-between; padding: 24px 26px; color: white; background: var(--forest); }
.summary-title span { font-size: 20px; font-weight: 700; }
.summary-title small { color: rgba(255,255,255,.65); }
.empty-cart { padding: 34px 26px; color: #7b857f; text-align: center; }
.quote-items { padding: 8px 26px 0; }
.quote-item { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.quote-item > div { display: grid; gap: 3px; }
.quote-item > div:last-child { grid-template-columns: auto 28px; align-items: center; text-align: right; }
.quote-item small { color: #758078; font-size: 12px; }
.quote-item button { width: 27px; height: 27px; border: 0; border-radius: 50%; color: var(--clay); background: #f8e9e0; cursor: pointer; }
.quote-totals { padding: 18px 26px; }
.quote-totals > div { display: flex; justify-content: space-between; gap: 16px; padding: 6px 0; }
.quote-totals .grand-total { margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 20px; }
.quote-totals p { margin: 12px 0 0; color: #758078; font-size: 12px; }
.client-fields { display: grid; gap: 14px; padding: 22px 26px 28px; border-top: 1px solid var(--line); background: #faf6ef; }
.whatsapp-button { width: 100%; background: #1e8f55; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { padding: 28px 28px 32px 0; border-bottom: 1px solid var(--line); }
.process-grid li:not(:last-child) { margin-right: 28px; border-right: 1px solid var(--line); }
.process-grid span { color: var(--clay); font-size: 12px; font-weight: 700; }
.process-grid h3 { margin: 24px 0 8px; font-size: 24px; }
.process-grid p { color: #68756e; }
.conditions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; padding: 28px; border-radius: 24px; color: white; background: var(--forest); }
.conditions div { display: grid; gap: 4px; padding: 0 18px; }
.conditions div:not(:last-child) { border-right: 1px solid rgba(255,255,255,.2); }
.conditions span { color: rgba(255,255,255,.68); font-size: 14px; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding: 40px clamp(24px, 7vw, 110px); border-top: 1px solid var(--line); background: var(--cream); }
footer p { margin: 0; color: #68756e; text-align: center; }
footer > a { font-weight: 700; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-image { min-height: 620px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card-featured { grid-column: 1 / -1; }
  .personalization { grid-template-columns: 1fr; }
  .personalization-image img { min-height: 560px; }
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .gallery-note { min-height: 280px; }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-summary { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 0; }
}

@media (max-width: 700px) {
  .site-header { gap: 10px; padding: 11px 16px; }
  .site-header .button-small { display: none; }
  .hero-copy { padding: 70px 24px; }
  .hero-image { min-height: 520px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section { padding: 78px 20px; }
  .category-grid, .form-grid, .form-grid-two, .choice-grid, .conditions { grid-template-columns: 1fr; }
  .category-card-featured { grid-column: auto; }
  .category-card img, .category-card-featured img { height: 340px; }
  .personalization-image img { min-height: 460px; border-radius: 100px 100px 22px 22px; }
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .gallery-strip img { min-height: 330px; }
  .gallery-note { grid-column: 1 / -1; min-height: 240px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { margin-right: 0 !important; border-right: 0 !important; }
  .conditions div { padding: 12px 0; }
  .conditions div:not(:last-child) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p { text-align: left; }
}

