:root {
  --forest: #073f34;
  --forest-dark: #032a24;
  --green: #63bd63;
  --green-bright: #82d270;
  --bone: #f4ebd8;
  --paper: #eee3cb;
  --kraft: #bd9a70;
  --ink: #0b211c;
  --coral: #e06a45;
  --yellow: #efbd45;
  --line: rgba(7, 63, 52, .2);
  --sans: "Archivo", system-ui, sans-serif;
  --serif: "Bitter", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bone); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.drawer-open, body.contact-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 300; padding: .8rem 1rem; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { height: 82px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; gap: 2rem; background: var(--bone); color: var(--forest); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 60; }
.brand { display: inline-flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand-icon { width: 42px; height: 48px; overflow: hidden; display: grid; place-items: center; }
.brand-icon img { width: 38px; height: 46px; object-fit: contain; }
.brand-lockup { display: grid; line-height: 1; }
.brand-lockup small { text-transform: uppercase; font-size: .58rem; letter-spacing: .19em; font-weight: 700; margin-bottom: .25rem; }
.brand-lockup strong { font-family: var(--serif); font-size: 1.32rem; text-transform: uppercase; letter-spacing: -.02em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.6rem); }
.desktop-nav a { font-size: .82rem; font-weight: 700; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 2px; background: var(--green); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.quote-button { margin-left: clamp(.2rem, 1.5vw, 1.5rem); border: 0; border-radius: 99px; background: var(--forest); color: var(--bone); min-height: 44px; padding: .45rem .5rem .45rem 1.1rem; display: flex; align-items: center; gap: .8rem; font-size: .82rem; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.quote-button:hover { background: var(--forest-dark); transform: translateY(-2px); }
.quote-count { min-width: 32px; height: 32px; padding: 0 .4rem; display: grid; place-items: center; background: var(--green-bright); color: var(--forest); border-radius: 50px; }
.quote-count.pop { animation: pop .35s ease; }

.hero { min-height: calc(100svh - 82px); display: grid; grid-template-columns: 1.03fr .97fr; background: var(--forest); color: var(--bone); overflow: hidden; }
.hero-copy { align-self: stretch; padding: clamp(4.5rem, 9vh, 8rem) clamp(1.25rem, 6vw, 7rem) 3rem; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 1.45rem; text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800; }
.eyebrow { color: var(--green-bright); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
h1 { font-size: clamp(3.7rem, 6.4vw, 7.4rem); }
h1 em, h2 em { color: var(--green-bright); font-weight: 600; }
.hero-intro { max-width: 650px; margin: 1.8rem 0 0; color: rgba(244,235,216,.72); font-size: clamp(1rem, 1.3vw, 1.18rem); }
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 1.5rem; }
.button { min-height: 51px; border: 0; border-radius: 3px; padding: .85rem 1.25rem; display: inline-flex; justify-content: space-between; align-items: center; gap: 1.5rem; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-bone { background: var(--bone); color: var(--forest); box-shadow: 5px 5px 0 var(--green); }
.button-bone:hover { box-shadow: 7px 7px 0 var(--green-bright); }
.button-green { background: var(--forest); color: var(--bone); box-shadow: 4px 4px 0 var(--green); }
.plain-link { border-bottom: 1px solid rgba(244,235,216,.55); padding: .5rem 0 .25rem; font-size: .86rem; font-weight: 700; }
.hero-stats { margin-top: auto; padding-top: 3rem; display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 3vw, 3.2rem); }
.hero-stats > div { display: flex; align-items: center; gap: .8rem; }
.hero-stats strong { font: 600 clamp(2rem, 3vw, 3.4rem)/1 var(--serif); color: var(--green-bright); }
.hero-stats span { text-transform: uppercase; font-size: .62rem; letter-spacing: .1em; color: rgba(244,235,216,.55); line-height: 1.35; }

.hero-stage { min-height: 650px; background: var(--green); position: relative; overflow: hidden; display: grid; place-items: end center; isolation: isolate; }
.hero-stage::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: var(--bone); opacity: .2; top: 10%; left: 14%; }
.hero-stage::after { content: "EL INGENIO"; position: absolute; left: 50%; bottom: 2%; transform: translateX(-50%); white-space: nowrap; font: 800 clamp(4rem, 7vw, 8rem)/1 var(--serif); letter-spacing: -.08em; color: rgba(7,63,52,.1); z-index: -1; }
.sun-lines { position: absolute; inset: -30%; background: repeating-conic-gradient(from -10deg at 50% 48%, rgba(244,235,216,.18) 0deg 6deg, transparent 6deg 16deg); animation: slow-spin 45s linear infinite; z-index: -1; }
.hero-mascot { width: min(76%, 650px); max-height: 88%; object-fit: contain; object-position: bottom; transform-origin: 50% 90%; filter: drop-shadow(15px 22px 0 rgba(7,63,52,.13)); animation: mascot-float 5s ease-in-out infinite; will-change: transform; }
.stage-note { position: absolute; left: 6%; top: 7%; z-index: 2; margin: 0; padding: 1rem 1.15rem; background: var(--bone); color: var(--forest); font: 600 1rem/1.15 var(--serif); transform: rotate(-5deg); box-shadow: 5px 5px 0 var(--forest); }
.stage-note::after { content: ""; position: absolute; left: 24px; bottom: -13px; border: 7px solid transparent; border-top-color: var(--bone); transform: rotate(15deg); }
.origin-stamp { position: absolute; right: 6%; bottom: 6%; z-index: 3; width: 105px; aspect-ratio: 1; border: 2px solid var(--forest); border-radius: 50%; color: var(--forest); display: grid; place-content: center; text-align: center; transform: rotate(7deg); background: rgba(130,210,112,.78); text-transform: uppercase; }
.origin-stamp span { font-size: .55rem; letter-spacing: .16em; font-weight: 800; }
.origin-stamp strong { font: 700 1.6rem/1 var(--serif); }

.ticker { height: 62px; overflow: hidden; display: flex; align-items: center; background: var(--yellow); color: var(--forest); border-block: 2px solid var(--forest); }
.ticker-track { width: max-content; display: flex; animation: ticker 26s linear infinite; }
.ticker-track span { white-space: nowrap; padding-right: 1.2rem; font: 700 1.2rem var(--serif); text-transform: uppercase; letter-spacing: .03em; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.section-kicker { color: #437168; }
.story { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; background: var(--bone); }
.story-media { position: relative; min-height: 690px; }
.story-media > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.8) contrast(1.05); }
.story-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,42,36,.5), transparent 45%); }
.photo-label { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; z-index: 2; display: flex; justify-content: space-between; align-items: end; color: var(--bone); border-top: 1px solid rgba(244,235,216,.55); padding-top: 1rem; }
.photo-label span { font: 600 2rem var(--serif); color: var(--green-bright); }
.photo-label p { margin: 0; text-align: right; text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 700; }
.story h2, .catalog h2, .process h2, .reserve h2, .contact h2 { font-size: clamp(3.2rem, 6vw, 6.5rem); color: var(--forest); }
.story h2 em, .contact h2 em { color: #5ea35f; }
.lead { margin: 2rem 0 3rem; max-width: 690px; font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.5; }
.values { border-top: 1px solid var(--line); }
.values article { display: grid; grid-template-columns: 48px 145px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.values span { color: #66837d; font-size: .72rem; }
.values h3 { margin: 0; font: 600 1rem var(--serif); }
.values p { margin: 0; color: #557069; font-size: .86rem; }

.lines { background: #dce7cc; border-block: 1px solid var(--line); }
.lines-heading { max-width: 860px; }
.lines h2 { font-size: clamp(3.2rem, 6vw, 6.5rem); color: var(--forest); }
.lines h2 em { color: #4b9252; }
.lines-heading > p:last-child { max-width: 650px; color: #4f6a64; font-size: 1.05rem; }
.line-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.line-card { min-height: 315px; padding: 1.5rem; border: 1px solid var(--forest); background: rgba(244,235,216,.5); color: var(--forest); text-align: left; display: flex; flex-direction: column; cursor: pointer; transition: transform .25s, background .25s, box-shadow .25s; }
.line-card:hover { transform: translateY(-5px); box-shadow: 6px 7px 0 var(--forest); }
.line-card.is-active { background: var(--forest); color: var(--bone); box-shadow: 7px 8px 0 var(--green); }
.line-card > span { text-transform: uppercase; letter-spacing: .13em; font-size: .62rem; font-weight: 800; }
.line-card h3 { margin: auto 0 .8rem; font: 600 clamp(2.1rem, 4vw, 3.7rem)/.95 var(--serif); letter-spacing: -.05em; }
.line-card p { margin: 0 0 1.4rem; color: inherit; opacity: .72; }
.line-card strong { border-top: 1px solid currentColor; padding-top: .8rem; font-size: .75rem; }
.active-line { margin-top: 1rem; padding: 1rem 1.2rem; border: 1px dashed var(--forest); display: grid; grid-template-columns: 160px 240px 1fr; gap: 1rem; align-items: center; }
.active-line span { text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 800; }
.active-line strong { font-family: var(--serif); }
.active-line p { margin: 0; color: #4f6a64; font-size: .82rem; }

.catalog { background: var(--paper); border-top: 1px solid var(--line); }
.catalog-head { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3.2rem; }
.catalog-head .section-kicker { margin-bottom: 1rem; }
.catalog-note { max-width: 420px; display: flex; gap: .8rem; padding: 1.1rem 0; border-block: 1px solid var(--line); color: #4f6a64; }
.catalog-note span { color: var(--coral); }
.catalog-note p { margin: 0; font-size: .88rem; }
.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.model-card { min-height: 440px; padding: 1.3rem; display: flex; flex-direction: column; color: var(--forest); overflow: hidden; position: relative; border: 1px solid rgba(7,63,52,.4); transition: transform .3s, box-shadow .3s; }
.model-card:hover { transform: translateY(-7px) rotate(-.25deg); box-shadow: 8px 9px 0 var(--forest); z-index: 2; }
.card-lime { background: #8acb63; }
.card-bone { background: #f3e8d1; }
.card-coral { background: #e06a45; }
.card-mint { background: #a8d9bd; }
.card-yellow { background: #efbd45; }
.card-pink { background: #d58699; }
.card-forest { background: var(--forest); color: var(--bone); }
.model-meta { position: relative; z-index: 2; display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 800; }
.model-meta span:last-child { padding: .25rem .5rem; border: 1px solid currentColor; border-radius: 99px; }
.model-name { min-height: 172px; display: flex; align-items: center; position: relative; }
.model-name h3 { position: relative; z-index: 2; margin: 0; font: 700 clamp(2.5rem, 4vw, 4.5rem)/.9 var(--serif); letter-spacing: -.06em; }
.ghost-type { position: absolute; right: -1rem; top: -1.8rem; font: 700 13rem/1 var(--serif); opacity: .09; transform: rotate(8deg); }
.model-weight { align-self: flex-start; margin: -1rem 0 1rem; padding: .35rem .55rem; border: 1px solid currentColor; border-radius: 99px; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.box-size { display: flex; align-items: center; gap: .8rem; margin-top: auto; padding-bottom: .45rem; }
.box-size strong { font: 700 3rem/1 var(--serif); }
.box-size span { text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; line-height: 1.3; }
.box-price { display: flex; align-items: baseline; gap: .42rem; padding-bottom: 1rem; }
.box-price span, .box-price small { text-transform: uppercase; letter-spacing: .08em; font-size: .55rem; font-weight: 700; }
.box-price strong { font: 700 1.22rem var(--serif); }
.card-order { border-top: 1px solid currentColor; padding-top: 1rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.qty-control { display: flex; height: 40px; border: 1px solid currentColor; }
.qty-control button { width: 34px; border: 0; background: transparent; color: inherit; font-size: 1.1rem; cursor: pointer; }
.qty-control input { width: 42px; min-height: auto; border: 0; border-inline: 1px solid currentColor; background: transparent; color: inherit; text-align: center; padding: 0; appearance: textfield; font-weight: 800; }
.qty-control input::-webkit-inner-spin-button { appearance: none; }
.add-button { border: 0; background: transparent; color: inherit; font-weight: 800; cursor: pointer; display: flex; align-items: center; gap: .7rem; }
.add-button span { transition: transform .2s; }
.add-button:hover span { transform: translate(3px,-3px); }
.price-disclaimer { margin-top: 1rem; padding: 1rem 1.2rem; border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; color: #59726c; }
.price-disclaimer p { margin: 0; font-size: .78rem; }
.price-disclaimer strong { color: var(--forest); }

.legacy { position: relative; overflow: hidden; background: var(--forest); color: var(--bone); }
.legacy::before { content: ""; position: absolute; width: min(52vw, 720px); aspect-ratio: 1; right: -14%; top: -22%; border: 1px solid rgba(244,235,216,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(244,235,216,.035), 0 0 0 110px rgba(244,235,216,.025); }
.legacy-heading, .legacy-grid, .legacy-quote { position: relative; z-index: 1; }
.legacy .section-kicker { color: var(--green-bright); }
.legacy h2 { margin-bottom: clamp(3rem, 6vw, 6rem); color: var(--bone); }
.legacy h2 em { color: var(--green-bright); }
.legacy-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 10rem); }
.legacy-copy { max-width: 630px; }
.legacy-copy p { color: rgba(244,235,216,.7); }
.legacy-copy strong { color: var(--bone); }
.legacy-lead { margin-top: 0; font: 600 clamp(1.55rem, 2.6vw, 2.45rem)/1.25 var(--serif); color: var(--bone) !important; letter-spacing: -.035em; }
.legacy-records { border-top: 1px solid rgba(244,235,216,.26); }
.legacy-records article { display: grid; grid-template-columns: 76px 1fr; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(244,235,216,.26); }
.legacy-records article > span { font: 600 1.05rem var(--serif); color: var(--green-bright); }
.legacy-records h3 { margin: 0 0 .35rem; font: 600 1.35rem var(--serif); }
.legacy-records p { margin: 0 0 .55rem; color: rgba(244,235,216,.62); }
.legacy-records a { display: inline-block; border-bottom: 1px solid rgba(244,235,216,.48); color: var(--bone); font-size: .74rem; font-weight: 800; }
.legacy-quote { margin: clamp(4rem, 8vw, 8rem) 0 0; border-top: 1px solid rgba(244,235,216,.26); padding-top: 1.4rem; font: 600 clamp(1.8rem, 4vw, 4rem)/1.05 var(--serif); color: var(--green-bright); }

.process { background: var(--bone); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 10rem); }
.process-intro { align-self: start; position: sticky; top: 130px; }
.process-intro > p:last-child { max-width: 480px; margin-top: 2rem; color: #557069; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 1rem; padding: 1.7rem 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps > li > span { font: 600 1.1rem var(--serif); color: #5c8178; }
.steps h3 { margin: 0 0 .35rem; font: 600 1.3rem var(--serif); color: var(--forest); }
.steps p { margin: 0; color: #5b716c; }

.reserve { background: var(--green); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 8rem); position: relative; }
.reserve-visual { min-height: 700px; position: relative; overflow: hidden; background: var(--forest); border: 2px solid var(--forest); color: var(--bone); }
.reserve-visual::before { content: ""; position: absolute; width: 82%; aspect-ratio: 1; border-radius: 50%; background: var(--bone); opacity: .12; top: 6%; right: -22%; }
.reserve-mascot { width: 72%; height: 82%; position: absolute; right: -2%; bottom: -4%; object-fit: contain; filter: drop-shadow(12px 15px 0 rgba(0,0,0,.12)); }
.reserve-visual > p { position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 2; margin: 0; font: 600 clamp(2.4rem,4.2vw,4.8rem)/.95 var(--serif); letter-spacing: -.06em; }
.reserve-art-label { position: absolute; left: 1.5rem; top: 1.5rem; z-index: 2; display: grid; text-transform: uppercase; }
.reserve-art-label span { font-size: .62rem; letter-spacing: .16em; color: var(--green-bright); }
.reserve-art-label strong { font: 600 1.2rem var(--serif); }
.reserve-stamp { position: absolute; right: 1.5rem; top: 1.5rem; width: 105px; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); color: var(--forest); border: 2px solid var(--bone); display: grid; place-items: center; padding: 1rem; text-align: center; transform: rotate(9deg); }
.reserve-stamp span { font: 700 .68rem/1.25 var(--serif); text-transform: uppercase; }
.reserve-panel { background: var(--bone); padding: clamp(1.6rem, 4vw, 4rem); align-self: center; box-shadow: 10px 10px 0 var(--forest); }
.reserve-panel > p:not(.section-kicker) { color: #5b716c; max-width: 500px; }
.reserve-form { margin-top: 2rem; }
label { display: grid; gap: .42rem; margin-bottom: 1rem; color: var(--forest); font-size: .76rem; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid rgba(7,63,52,.35); border-radius: 0; background: rgba(255,255,255,.28); color: var(--ink); padding: .85rem .9rem; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--forest); outline-offset: 2px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.full { width: 100%; }
.form-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.button-email { border: 1px solid var(--forest); background: transparent; color: var(--forest); }
.button-email:hover { background: var(--forest); color: var(--bone); }
.form-privacy { margin: .9rem 0 0; color: #668079; text-align: center; font-size: .7rem; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.contact-options { border-top: 1px solid var(--line); }
.contact-options > * { width: 100%; padding: 1.4rem 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; font: inherit; text-align: left; display: flex; justify-content: space-between; gap: 1rem; }
.contact-options button { cursor: pointer; }
.contact-options span { color: #68837c; font-size: .78rem; }
.contact-options strong { text-align: right; }
.contact-options a:hover strong { color: #468c52; }
.contact-intro { max-width: 560px; margin: 1.5rem 0 0; color: #5b716c; }

footer { padding: 3rem clamp(1.25rem, 6vw, 7rem) 1.2rem; background: var(--forest); color: var(--bone); }
.footer-main { min-height: 180px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 2rem; }
.footer-brand .brand-icon img { filter: none; }
.footer-main p { margin: 0; color: rgba(244,235,216,.58); }
.back-top { border-bottom: 1px solid rgba(244,235,216,.5); font-size: .8rem; font-weight: 700; padding-bottom: .25rem; }
.footer-links { display: grid; gap: .8rem; justify-items: end; font-size: .8rem; font-weight: 700; }
.footer-links a:last-child { color: var(--green-bright); }
.footer-bottom { border-top: 1px solid rgba(244,235,216,.2); padding-top: 1.2rem; display: flex; justify-content: space-between; color: rgba(244,235,216,.5); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(3,42,36,.65); opacity: 0; pointer-events: none; transition: opacity .3s; }
.quote-drawer { position: fixed; z-index: 100; right: 0; top: 0; width: min(500px, 100%); height: 100dvh; overflow-y: auto; background: var(--bone); color: var(--forest); padding: 1.5rem; transform: translateX(102%); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.drawer-open .drawer-backdrop { opacity: 1; pointer-events: auto; }
.drawer-open .quote-drawer { transform: translateX(0); }
.drawer-head { padding-bottom: 1.2rem; border-bottom: 2px solid var(--forest); display: flex; justify-content: space-between; align-items: start; }
.drawer-head p { margin: 0 0 .25rem; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; color: #5f7c74; }
.drawer-head h2 { font-size: 2.5rem; }
.drawer-head button { width: 40px; height: 40px; border: 1px solid var(--forest); border-radius: 50%; background: transparent; color: var(--forest); font-size: 1.4rem; cursor: pointer; }
.quote-items { margin: .4rem 0; }
.quote-item { display: grid; grid-template-columns: 12px 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.item-color { width: 12px; height: 50px; background: var(--item-color); border: 1px solid rgba(7,63,52,.2); }
.quote-item h3 { margin: 0; font: 600 1rem var(--serif); }
.quote-item p { margin: .2rem 0 0; color: #648078; font-size: .78rem; }
.remove-item { border: 0; background: transparent; color: #648078; font-size: 1.2rem; cursor: pointer; }
.empty-state { text-align: center; padding: 9vh 2rem 3rem; }
.empty-state img { width: 130px; height: 170px; object-fit: contain; margin: 0 auto 1rem; animation: mascot-float 5s ease-in-out infinite; }
.empty-state h3 { margin: 0; font: 600 1.5rem var(--serif); }
.empty-state p { color: #648078; }
.empty-state button { border: 0; border-bottom: 1px solid; background: transparent; color: var(--forest); padding: .35rem 0; font-weight: 800; cursor: pointer; }
.quote-summary { margin: 1.2rem 0 .6rem; padding: 1rem; background: var(--green); border: 1px solid var(--forest); display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.quote-summary > div { display: grid; }
.quote-summary span { text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; }
.quote-summary strong { font: 600 1.15rem var(--serif); }
.minimum-note { margin: 0 0 1.2rem; padding: .65rem .8rem; border: 1px dashed var(--coral); color: #7f3b27; font-size: .72rem; font-weight: 800; }
.minimum-note.met { border-color: var(--forest); color: var(--forest); background: rgba(99,189,99,.2); }
.quote-form { border-top: 1px solid var(--line); padding-top: 1.2rem; }
.quote-form > p { text-align: center; color: #648078; font-size: .7rem; }
.toast { position: fixed; z-index: 160; left: 50%; bottom: 1.5rem; transform: translate(-50%, 150%); padding: .85rem 1.2rem; background: var(--yellow); color: var(--forest); border: 1px solid var(--forest); box-shadow: 5px 5px 0 var(--forest); font-weight: 800; transition: transform .3s; }
.toast.show { transform: translate(-50%, 0); }
.contact-dock { position: fixed; z-index: 70; right: 1rem; bottom: 1rem; display: flex; gap: .45rem; padding: .4rem; border: 1px solid rgba(244,235,216,.35); background: rgba(3,42,36,.94); color: var(--bone); box-shadow: 0 10px 30px rgba(3,42,36,.24); backdrop-filter: blur(12px); }
.contact-dock a, .contact-dock button { min-height: 42px; padding: .65rem .8rem; border: 0; font: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: .45rem; font-size: .72rem; font-weight: 800; }
.contact-dock span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; font: 800 .7rem var(--sans); }
.dock-whatsapp { background: var(--green); color: var(--forest); }
.dock-whatsapp span { background: var(--forest); color: var(--bone); }
.contact-dock .dock-email { border: 1px solid rgba(244,235,216,.5); background: transparent; color: var(--bone); }
.dock-email span { background: var(--bone); color: var(--forest); }

.contact-modal { position: fixed; inset: 0; z-index: 220; }
.contact-modal[hidden] { display: none; }
.contact-modal-backdrop { position: absolute; inset: 0; background: rgba(3,42,36,.76); backdrop-filter: blur(7px); }
.contact-modal-card { position: relative; width: min(620px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); overflow-y: auto; margin: 1rem auto; top: 50%; transform: translateY(-50%); padding: clamp(1.4rem, 4vw, 3rem); background: var(--bone); color: var(--forest); border: 2px solid var(--forest); box-shadow: 12px 12px 0 var(--green); }
.contact-modal-card h2 { margin: 0 0 1rem; max-width: 500px; font-size: clamp(2.5rem, 7vw, 4.8rem); }
.contact-modal-card > p:not(.section-kicker) { color: #5b716c; }
.modal-close { position: absolute; right: 1rem; top: 1rem; width: 42px; height: 42px; border: 1px solid var(--forest); border-radius: 50%; background: transparent; color: var(--forest); font-size: 1.5rem; cursor: pointer; }
.contact-choice-grid { margin-top: 1.7rem; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.contact-choice-grid button { min-height: 110px; padding: 1rem; border: 1px solid var(--forest); background: transparent; color: var(--forest); display: grid; align-content: center; gap: .25rem; text-align: left; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.contact-choice-grid button:hover { background: var(--forest); color: var(--bone); transform: translateY(-2px); }
.contact-choice-grid strong { font: 600 1.2rem var(--serif); }
.contact-choice-grid span { font-size: .72rem; opacity: .7; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.hero-enter { opacity: 0; transform: translateY(24px); }
.is-loaded .hero-enter { animation: enter-up .7s forwards cubic-bezier(.2,.8,.2,1); }
.is-loaded .hero-enter:nth-child(2) { animation-delay: .08s; }
.is-loaded .hero-enter:nth-child(3) { animation-delay: .16s; }
.is-loaded .hero-enter:nth-child(4) { animation-delay: .24s; }
.is-loaded .hero-enter:nth-child(5) { animation-delay: .32s; }

@keyframes enter-up { to { opacity: 1; transform: none; } }
@keyframes slow-spin { to { transform: rotate(360deg); } }
@keyframes mascot-float { 0%,100% { transform: translate(var(--parallax-x, 0px), var(--parallax-y, 0px)) rotate(-1deg); } 50% { transform: translate(var(--parallax-x, 0px), calc(var(--parallax-y, 0px) - 12px)) rotate(1deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes pop { 50% { transform: scale(1.32) rotate(8deg); } }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 700px; }
  .hero-stage { min-height: 720px; }
  .story, .legacy-grid, .process, .reserve, .contact-grid { grid-template-columns: 1fr; }
  .story-media { min-height: 620px; }
  .model-grid { grid-template-columns: repeat(2, 1fr); }
  .line-grid { grid-template-columns: 1fr; }
  .line-card { min-height: 245px; }
  .active-line { grid-template-columns: 1fr; }
  .card-wide { grid-column: span 2; }
  .process-intro { position: static; }
  .reserve { gap: 4rem; }
  .reserve-visual { min-height: 620px; }
  .contact-grid { gap: 3rem; }
}

@media (max-width: 620px) {
  body { padding-bottom: 70px; }
  .site-header { height: 70px; padding-inline: 1rem; }
  .brand-icon { width: 34px; height: 40px; }
  .brand-icon img { width: 31px; height: 39px; }
  .brand-lockup small { font-size: .48rem; }
  .brand-lockup strong { font-size: 1rem; }
  .quote-button { margin-left: auto; padding: .4rem; }
  .quote-button > span { display: none; }
  .quote-count { min-width: 34px; height: 34px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: calc(90svh - 70px); padding: 4.5rem 1.25rem 2rem; }
  h1 { font-size: clamp(3.45rem, 16.3vw, 5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .button-bone { width: 100%; }
  .plain-link { align-self: start; }
  .hero-stats { padding-top: 3.5rem; gap: 1.5rem; }
  .hero-stats strong { font-size: 2.15rem; }
  .hero-stats span { font-size: .52rem; }
  .hero-stage { min-height: 520px; }
  .hero-mascot { width: 88%; max-height: 91%; }
  .stage-note { left: 1rem; top: 1.3rem; font-size: .78rem; }
  .origin-stamp { width: 82px; right: 1rem; bottom: 1rem; }
  .ticker { height: 54px; }
  .ticker-track span { font-size: 1rem; }
  .section { padding: 4.5rem 1.25rem; }
  .story { gap: 3rem; }
  .story-media { min-height: 520px; }
  .story h2, .catalog h2, .process h2, .reserve h2, .contact h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .lines h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .legacy h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .values article { grid-template-columns: 38px 1fr; }
  .values p { grid-column: 2; }
  .catalog-head { display: block; }
  .catalog-note { margin-top: 1.5rem; }
  .model-grid { grid-template-columns: 1fr; }
  .card-wide { grid-column: auto; }
  .model-card { min-height: 380px; }
  .price-disclaimer { grid-template-columns: 1fr; gap: .65rem; }
  .reserve { gap: 3rem; }
  .reserve-visual { min-height: 500px; }
  .reserve-mascot { width: 88%; right: -14%; }
  .reserve-stamp { right: 1rem; top: 1rem; width: 88px; }
  .reserve-panel { padding: 1.3rem; box-shadow: 6px 6px 0 var(--forest); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-actions { grid-template-columns: 1fr; }
  .contact-options > * { display: grid; }
  .contact-options strong { text-align: left; }
  .footer-main { min-height: 240px; grid-template-columns: 1fr; }
  .footer-bottom { gap: 1rem; }
  .quote-summary { grid-template-columns: 1fr 1fr; }
  .quote-summary > div:last-child { grid-column: span 2; }
  .contact-dock { right: .65rem; bottom: .65rem; left: .65rem; justify-content: stretch; }
  .contact-dock a, .contact-dock button { flex: 1; justify-content: center; }
  .contact-choice-grid { grid-template-columns: 1fr; }
  .footer-links { justify-items: start; }
  input, select, textarea { font-size: 16px !important; }
}

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