:root {
  color-scheme: light dark;
  --bg: #f7f9f7;
  --surface: #ffffff;
  --surface-2: #eef3f0;
  --ink: #17201e;
  --muted: #5f6d68;
  --line: rgba(23, 32, 30, 0.14);
  --brand: #c47c45;
  --brand-strong: #9f592b;
  --brand-soft: #f1dfcf;
  --forest: #1f3933;
  --forest-2: #294b43;
  --whatsapp: #167b53;
  --shadow: 0 22px 60px rgba(30, 49, 44, 0.12);
  --radius: 24px;
  --wrap: 1180px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #111716;
    --surface: #19211f;
    --surface-2: #202c29;
    --ink: #f5f7f6;
    --muted: #b6c1bd;
    --line: rgba(244, 247, 246, 0.14);
    --brand: #e0a96d;
    --brand-strong: #f0bd83;
    --brand-soft: #382b21;
    --forest: #dce9e4;
    --forest-2: #c0d5cd;
    --whatsapp: #58d39a;
    --shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
button, input, select, textarea, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
.icon-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.icon.small { width: 0.95rem; height: 0.95rem; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin-inline: auto; }
.skip { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; background: var(--surface); color: var(--ink); }
.skip:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.header { position: sticky; top: 0; z-index: 100; background: color-mix(in srgb, var(--bg) 88%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-row { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
.brand img { width: 190px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; }
.desktop-nav a, .mobile-nav a { font-size: 0.88rem; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover, .mobile-nav a:hover { color: var(--brand-strong); }
.header-contact { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border-radius: 999px; background: var(--forest); color: var(--bg); font-weight: 750; font-size: 0.88rem; text-decoration: none; }
@media (prefers-color-scheme: dark) { .header-contact { background: var(--brand); color: #151817; } }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: #17211f; color: #fff; }
.hero-image { position: absolute; inset: 0 0 0 auto; width: 58%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #17211f 0%, rgba(23,33,31,.97) 37%, rgba(23,33,31,.62) 65%, rgba(23,33,31,.08) 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 110px 150px; }
.eyebrow { margin: 0 0 16px; color: var(--brand); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 800; }
.hero h1, h2, .community h3, .closing h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 780px; font-size: clamp(3.4rem, 8vw, 7rem); }
.hero-line { margin: 30px 0 0; font-size: clamp(1.2rem, 2.4vw, 1.75rem); font-family: Georgia, "Times New Roman", serif; }
.hero-copy { max-width: 570px; margin: 14px 0 0; color: rgba(255,255,255,.78); font-size: 1.04rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; background: var(--forest); color: var(--bg); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(30,49,44,.16); }
.button-hero { background: var(--brand); color: #161918; }
.hero-story { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 750; text-decoration: none; }
.hero-story .icon:last-child { color: #61dca2; }
.hero-meta { margin: 25px 0 0; color: rgba(255,255,255,.65); font-size: .86rem; }
.hero-meta span { margin-inline: 8px; }
.hero-caption { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--wrap))/2)); bottom: 38px; margin: 0; color: rgba(255,255,255,.9); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; line-height: 1.25; text-align: right; }

.reassurance { border-bottom: 1px solid var(--line); background: var(--surface); }
.reassurance-grid { min-height: 78px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.reassurance p { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0; padding: 12px 18px; font-size: .9rem; font-weight: 700; text-align: center; }
.reassurance p + p { border-left: 1px solid var(--line); }
.reassurance .icon { color: var(--brand-strong); }

.section { padding-block: 110px; }
.section-top, .occasion-layout, .creations-layout, .request, .faq-layout, .footer-main { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(40px, 8vw, 120px); }
.section-heading h2, .occasion-layout h2, .request h2, .faq-layout h2 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.section-aside { max-width: 500px; margin: 36px 0 0; color: var(--muted); font-size: 1.04rem; }
.packages { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 66px; }
.package { display: flex; flex-direction: column; min-height: 510px; padding: clamp(26px, 4vw, 40px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 1px 0 rgba(255,255,255,.45) inset; }
.package-premium { background: var(--forest); color: var(--bg); border-color: transparent; }
@media (prefers-color-scheme: dark) { .package-premium { background: #d9e7e2; color: #17201e; } }
.package-custom { background: var(--brand-soft); }
.package-top { min-height: 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); }
.package-premium .package-top { color: color-mix(in srgb, currentColor 70%, transparent); }
.package-number, .format { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.format { padding: 5px 9px; border: 1px solid currentColor; border-radius: 999px; }
.package h3 { margin: 30px 0 6px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.package-description { margin: 0; color: var(--muted); }
.package-premium .package-description { color: color-mix(in srgb, currentColor 72%, transparent); }
.price { margin: 30px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 3.2rem; line-height: 1; }
.price span { font-family: Inter, sans-serif; font-size: .75rem; letter-spacing: .12em; font-weight: 850; }
.package details { margin-bottom: 28px; border-top: 1px solid currentColor; border-color: var(--line); }
.package summary { padding: 17px 0 8px; cursor: pointer; font-weight: 800; }
.package ul { margin: 3px 0 12px; padding-left: 1.2rem; color: var(--muted); }
.package-premium ul { color: color-mix(in srgb, currentColor 72%, transparent); }
.package .button { align-self: flex-start; margin-top: auto; }
.package-premium .button { background: var(--brand); color: #171a19; }
.custom-price { margin: 36px 0 4px; font-family: Georgia, "Times New Roman", serif; font-size: 2.8rem; }
.custom-copy { color: var(--muted); }
.custom-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: auto; }
.text-link { display: inline-flex; align-items: center; gap: 8px; border: 0; padding: 0; background: transparent; color: inherit; font-weight: 800; cursor: pointer; }
.offer-note { max-width: 850px; margin: 28px auto 0; color: var(--muted); font-size: .85rem; text-align: center; }

.occasion-band, .creations-band, .faq-band { background: var(--surface-2); }
.occasion-layout { padding-block: 105px; }
.occasion-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 35px; }
.occasion-items p { margin: 0; padding-top: 18px; border-top: 1px solid var(--line); }
.occasion-items strong, .occasion-items span { display: block; }
.occasion-items strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 500; }
.occasion-items span { margin-top: 5px; color: var(--muted); font-size: .92rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 65px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { position: relative; padding: 32px 26px 0 0; }
.steps li + li { padding-left: 26px; border-left: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 44px; color: var(--brand-strong); font-weight: 850; font-size: .75rem; letter-spacing: .12em; }
.steps h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 500; }
.steps p { margin: 0; color: var(--muted); font-size: .94rem; }
.payment-note { display: flex; align-items: flex-start; gap: 15px; max-width: 920px; margin: 50px auto 0; padding: 24px; border-radius: 18px; background: var(--brand-soft); }
.payment-note .icon { margin-top: 4px; color: var(--brand-strong); }
.payment-note p { margin: 0; }

.creations-band { background: var(--forest); color: var(--bg); }
@media (prefers-color-scheme: dark) { .creations-band { background: #d9e7e2; color: #17201e; } }
.creations-layout { padding-block: 100px; }
.creations-layout h2 { font-size: clamp(3.2rem, 7vw, 6rem); }
.creations-layout > div > p:not(.eyebrow), .community > p:not(.eyebrow) { max-width: 520px; color: color-mix(in srgb, currentColor 72%, transparent); }
.creations-layout .button { margin-top: 18px; background: var(--brand); color: #161918; }
.community { padding-left: clamp(0px, 6vw, 80px); border-left: 1px solid color-mix(in srgb, currentColor 22%, transparent); }
.community h3 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.community .text-link { margin-top: 15px; }

.request { align-items: start; }
.request-intro { position: sticky; top: 130px; }
.request-intro > p:not(.eyebrow):not(.contact-promise) { max-width: 470px; color: var(--muted); }
.request-intro .text-link { margin-top: 22px; }
.contact-promise { margin-top: 12px; color: var(--muted); font-size: .85rem; }
.brief-form { padding: clamp(25px, 5vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.field { margin-bottom: 22px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field label { display: block; margin-bottom: 8px; font-weight: 800; font-size: .9rem; }
.field label span, .field small { color: var(--muted); font-weight: 500; }
.field small { display: block; margin-top: 6px; font-size: .76rem; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: var(--bg); color: var(--ink); padding: 13px 14px; }
textarea { resize: vertical; min-height: 112px; }
.brief-form > .button { width: 100%; border: 0; }
.form-privacy { margin: 16px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; text-align: center; }
.result { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.result h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.result > p { color: var(--muted); }
.result textarea { min-height: 180px; background: var(--surface-2); }
.result-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.result-actions .button { flex: 1 1 210px; }
.button-outline { border-color: var(--line); background: transparent; color: var(--ink); }
#copyStatus { min-height: 1.6em; margin: 12px 0 0; font-size: .85rem; color: var(--muted); }

.faq-layout { align-items: start; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; line-height: 1.25; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 19px; font-family: Inter, sans-serif; font-size: 1.4rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0 0 22px; color: var(--muted); }

.closing { padding-block: 110px; background: var(--brand-soft); text-align: center; }
.closing h2 { max-width: 1000px; margin-inline: auto; font-size: clamp(3rem, 7vw, 6.8rem); }
.closing .button { margin-top: 36px; }
.footer { padding-block: 70px 25px; background: #101514; color: #edf3f0; }
.footer .brand img { filter: none; }
.footer-main { align-items: start; }
.footer-main p { color: rgba(237,243,240,.65); }
.footer address { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-style: normal; }
.footer address a { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(237,243,240,.55); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.privacy-details { margin-top: 15px; color: rgba(237,243,240,.62); font-size: .8rem; }
.privacy-details summary { cursor: pointer; color: #edf3f0; font-weight: 750; }
.privacy-details p { max-width: 900px; }
.mobile-action { display: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-contact { margin-left: auto; }
  .mobile-nav { display: flex; overflow-x: auto; gap: 22px; padding: 0 20px 11px; scrollbar-width: none; }
  .mobile-nav::-webkit-scrollbar { display: none; }
  .hero { min-height: 760px; align-items: end; }
  .hero-image { inset: 0; width: 100%; height: 100%; object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(16,23,21,.98) 0%, rgba(16,23,21,.82) 48%, rgba(16,23,21,.2) 100%); }
  .hero-content { padding-block: 250px 100px; }
  .hero-caption { display: none; }
  .section-top, .occasion-layout, .creations-layout, .request, .faq-layout, .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .section-aside { margin-top: 0; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(3) { border-left: 0; }
  .steps li:nth-child(n+3) { margin-top: 35px; border-top: 1px solid var(--line); }
  .request-intro { position: static; }
  .community { padding: 38px 0 0; border-left: 0; border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent); }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 115px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .wrap { width: min(100% - 30px, var(--wrap)); }
  .nav-row { min-height: 68px; }
  .brand img { width: 158px; }
  .header-contact { width: 44px; height: 44px; padding: 0; }
  .header-contact span { display: none; }
  .header-contact .icon { margin: auto; }
  .mobile-nav { padding-inline: 15px; gap: 20px; }
  .mobile-nav a { white-space: nowrap; }
  .hero { min-height: 700px; }
  .hero-content { padding-block: 230px 70px; }
  .hero h1 { font-size: clamp(3.35rem, 17vw, 5rem); }
  .hero-copy { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta { line-height: 1.7; }
  .reassurance-grid { grid-template-columns: 1fr; padding-block: 5px; }
  .reassurance p { justify-content: flex-start; padding: 10px 2px; text-align: left; }
  .reassurance p + p { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding-block: 78px; }
  .section-heading h2, .occasion-layout h2, .request h2, .faq-layout h2 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .packages { grid-template-columns: 1fr; margin-top: 42px; }
  .package { min-height: auto; padding: 26px; }
  .package .button { width: 100%; margin-top: 8px; }
  .occasion-layout, .creations-layout { padding-block: 78px; }
  .occasion-items { grid-template-columns: 1fr; gap: 20px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 28px 0 24px; border-left: 0; border-top: 1px solid var(--line); margin-top: 0; }
  .steps li:first-child { border-top: 0; }
  .step-number { margin-bottom: 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .brief-form { padding: 23px 18px; border-radius: 18px; }
  .result-actions { flex-direction: column; }
  .result-actions .button { flex-basis: auto; width: 100%; }
  .closing { padding-block: 78px; }
  .footer { padding-bottom: 35px; }
  .footer-bottom { flex-direction: column; }
  .mobile-action { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; display: block; padding: 10px 15px calc(10px + env(safe-area-inset-bottom)); background: color-mix(in srgb, var(--bg) 93%, transparent); border-top: 1px solid var(--line); backdrop-filter: blur(18px); }
  .mobile-action .button { width: 100%; min-height: 52px; background: var(--brand); color: #161918; }
}

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

@media print {
  .header, .mobile-action, .hero-image, .hero-shade { display: none !important; }
  body { background: #fff; color: #111; }
  .hero { min-height: auto; background: #fff; color: #111; }
  .hero-content { padding-block: 40px; }
  .package, .brief-form { break-inside: avoid; box-shadow: none; }
}
