:root {
  color-scheme: light;
  --burgundy: #4b2026;
  --burgundy-deep: #2f1116;
  --burgundy-soft: #642f37;
  --off-white: #f2eadf;
  --paper: #f8f3ec;
  --ember: #c56a2d;
  --ink: #26191a;
  --muted: rgba(38, 25, 26, 0.66);
  --line-light: rgba(242, 234, 223, 0.22);
  --line-dark: rgba(75, 32, 38, 0.18);
  --sans: "Helvetica Neue", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  --serif: Marcellus, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --shell: min(1280px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--burgundy); }
body { margin: 0; color: var(--ink); background: var(--off-white); font-family: var(--sans); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-compact { padding: clamp(3.8rem, 7vw, 6rem) 0; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: 0.65rem 1rem; color: var(--burgundy); background: var(--off-white); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--off-white); background: rgba(75, 32, 38, 0.97); border-bottom: 1px solid var(--line-light); transition: box-shadow 200ms ease, background 200ms ease; }
.site-header.scrolled { background: rgba(60, 20, 27, 0.98); box-shadow: 0 12px 40px rgba(25, 7, 10, 0.18); backdrop-filter: blur(16px); }
.header-inner { min-height: 5.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: clamp(9rem, 14vw, 12rem); flex: 0 0 auto; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.07em; }
.site-nav a { position: relative; padding: 0.7rem 0; text-decoration: none; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--off-white); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { padding: 0.78rem 1rem !important; border: 1px solid rgba(242, 234, 223, 0.46); transition: color 180ms ease, background 180ms ease; }
.nav-cta:hover, .nav-cta:focus-visible, .nav-cta[aria-current="page"] { color: var(--burgundy); background: var(--off-white); }
.menu-toggle { display: none; border: 0; background: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--off-white); background: var(--burgundy); }
.hero-visual { position: absolute; inset: 0; pointer-events: none; }
.hero-image { position: absolute; inset: 0 0 0 39%; background-image: linear-gradient(90deg, var(--burgundy) 0%, rgba(75, 32, 38, 0.56) 34%, rgba(47, 17, 22, 0.18) 100%), url("assets/moltenza-roastery-hero.jpg"); background-size: cover; background-position: center right; opacity: 0.92; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30, 9, 12, 0.18), transparent 35%, rgba(30, 9, 12, 0.4)); pointer-events: none; }
.heat-line { position: absolute; width: 42vw; height: 42vw; min-width: 440px; min-height: 440px; right: -14vw; top: 15vh; border: 1px solid rgba(197, 106, 45, 0.24); border-radius: 50%; }
.heat-line-two { transform: scale(0.72); top: 23vh; right: -7vw; }
.hero-grid { position: relative; z-index: 2; min-height: calc(100svh - 5rem); padding-top: clamp(9rem, 17vh, 13rem); padding-bottom: 8rem; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.65fr); gap: 4rem; align-items: end; }
.hero-copy { max-width: 57rem; align-self: center; }
.eyebrow, .section-index, .kicker { margin: 0 0 1.35rem; color: var(--ember); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.hero .eyebrow { color: #e8a476; }
.hero h1, .page-hero h1, .section-title, .statement h2, .manifesto h2, .cta-band h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -0.035em; line-height: 0.98; text-wrap: balance; }
.hero h1 { max-width: 13ch; font-size: clamp(3.1rem, 6.6vw, 6.8rem); }
.hero-lead { max-width: 39rem; margin: 2.1rem 0 0; color: rgba(242, 234, 223, 0.82); font-size: clamp(1.05rem, 1.7vw, 1.28rem); line-height: 1.58; }
.hero-actions, .button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.7rem; margin-top: 2.4rem; }
.button { min-height: 3.5rem; display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; padding: 0.9rem 1.35rem; border: 0; text-decoration: none; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.06em; cursor: pointer; transition: transform 180ms ease, color 180ms ease, background 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-ember { color: #fff9f2; background: var(--ember); }
.button-ember:hover, .button-ember:focus-visible { color: var(--burgundy); background: var(--off-white); }
.button-outline { color: var(--off-white); border: 1px solid rgba(242, 234, 223, 0.42); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { color: var(--burgundy); background: var(--off-white); }
.link-arrow { display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.4rem 0; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 0.86rem; font-weight: 700; }
.link-arrow::after { content: ""; width: 0.62rem; height: 0.62rem; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); transition: transform 180ms ease; }
.link-arrow:hover::after { transform: translateX(3px) rotate(45deg); }
.hero-signature { align-self: center; display: grid; justify-items: end; gap: 0.1rem; color: rgba(242, 234, 223, 0.82); font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.8rem); line-height: 1.15; }
.hero-signature span:nth-child(2) { color: #e8a476; }
.trust-strip { position: absolute; z-index: 3; inset: auto 0 0; min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line-light); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.trust-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--ember); }

.page-hero { padding: clamp(10rem, 15vw, 13rem) 0 clamp(4.5rem, 9vw, 7.5rem); color: var(--off-white); background: var(--burgundy); overflow: hidden; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.page-hero h1 { max-width: 12ch; font-size: clamp(3.4rem, 7.2vw, 7.2rem); }
.page-hero-copy { max-width: 33rem; margin: 0 0 0.4rem; color: rgba(242, 234, 223, 0.75); font-size: 1.05rem; }
.page-hero-note { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line-light); color: #e8a476; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }

.statement { background: var(--off-white); }
.statement-grid { display: grid; grid-template-columns: 0.8fr 2.2fr; gap: 3rem; }
.statement h2, .section-title { font-size: clamp(2.7rem, 5.4vw, 5.5rem); }
.large-copy { max-width: 47rem; margin: 2rem 0 0; font-size: clamp(1.3rem, 2.5vw, 2.05rem); line-height: 1.42; letter-spacing: -0.025em; }
.section-heading { display: grid; grid-template-columns: 0.75fr 2.25fr; gap: 3rem; align-items: start; }
.section-heading > div { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(15rem, 0.8fr); gap: 4rem; align-items: end; }
.section-heading p:not(.section-index) { max-width: 29rem; margin: 0; color: var(--muted); }

.value-grid { margin-top: clamp(3.5rem, 7vw, 6rem); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.value-card { min-height: 19rem; padding: 1.4rem; display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); }
.value-card:last-child { border-right: 0; }
.card-number { color: var(--ember); font-family: var(--serif); font-size: 1.05rem; }
.value-card h3 { margin: auto 0 0.75rem; font-family: var(--serif); font-size: 1.48rem; font-weight: 400; line-height: 1.22; }
.value-card p { margin: 0; color: var(--muted); font-size: 0.9rem; }

.category-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.category-card { min-height: 22rem; padding: 1.5rem; display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); text-decoration: none; transition: color 200ms ease, background 200ms ease; }
.category-card:hover { color: var(--off-white); background: var(--burgundy); }
.category-card small { color: var(--ember); font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.category-card h3 { margin: auto 0 0.6rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.1; }
.category-card p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.category-card:hover p { color: rgba(242, 234, 223, 0.7); }

.coffee-section { background: var(--paper); }
.coffee-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.coffee-toolbar p { max-width: 38rem; margin: 0; color: var(--muted); }
.coffee-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.coffee-card { min-height: 31rem; padding: clamp(1.4rem, 3vw, 2.2rem); display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: var(--off-white); scroll-margin-top: 6.5rem; }
.coffee-card-special { color: var(--off-white); background: var(--burgundy); }
.coffee-card-head { display: flex; align-items: start; justify-content: space-between; gap: 1.5rem; }
.coffee-number { font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 5.5rem); line-height: 0.9; letter-spacing: -0.06em; }
.coffee-type { padding: 0.45rem 0.65rem; border: 1px solid currentColor; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.coffee-card-body { margin-top: auto; padding-top: 5rem; }
.coffee-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 400; line-height: 1.05; }
.coffee-card .coffee-summary { max-width: 34rem; margin: 1.15rem 0 0; color: var(--muted); font-size: 1rem; }
.coffee-card-special .coffee-summary { color: rgba(242, 234, 223, 0.72); }
.profile-list { list-style: none; margin: 2rem 0 0; padding: 1rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; border-top: 1px solid currentColor; }
.profile-list li { display: grid; gap: 0.15rem; }
.profile-list span { opacity: 0.58; font-size: 0.64rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.profile-list strong { font-size: 0.78rem; font-weight: 600; }

.process { background: var(--paper); }
.process-list { list-style: none; margin: 4rem auto 0; padding: 0; border-top: 1px solid var(--line-dark); }
.process-list li { min-height: 8.2rem; padding: 1.3rem 0; display: grid; grid-template-columns: 0.45fr 1fr 1.6fr; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line-dark); }
.process-list li > span { color: var(--ember); font-family: var(--serif); font-size: 1.15rem; }
.process-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.1rem); font-weight: 400; }
.process-list p { max-width: 36rem; margin: 0; color: var(--muted); }

.manifesto { position: relative; padding: clamp(5.5rem, 11vw, 9rem) 0; overflow: hidden; color: var(--off-white); background: var(--burgundy); }
.manifesto::before { content: ""; position: absolute; width: 70vw; height: 70vw; left: -38vw; top: -25vw; border: 1px solid rgba(197, 106, 45, 0.25); border-radius: 50%; box-shadow: 0 0 0 10vw rgba(197, 106, 45, 0.035), 0 0 0 20vw rgba(197, 106, 45, 0.025); }
.manifesto-grid { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(4rem, 10vw, 9rem); }
.manifesto h2 { max-width: 11ch; font-size: clamp(3rem, 5.8vw, 5.8rem); }
.manifesto-steps { border-top: 1px solid var(--line-light); }
.manifesto-steps article { padding: 1.5rem 0 2rem; border-bottom: 1px solid var(--line-light); }
.manifesto-steps article > span { color: #e8a476; font-family: var(--serif); font-size: 1.35rem; }
.manifesto-steps h3 { margin: 0.65rem 0 0.35rem; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }
.manifesto-steps p { max-width: 27rem; margin: 0; color: rgba(242, 234, 223, 0.68); }

.story-grid { display: grid; grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr); gap: clamp(4rem, 10vw, 9rem); align-items: start; }
.story-panel { min-height: 36rem; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; color: var(--off-white); background: var(--burgundy); }
.story-panel strong { font-family: var(--serif); font-size: clamp(5rem, 12vw, 10rem); font-weight: 400; line-height: 0.9; }
.story-panel p { margin: 0; padding-top: 1rem; border-top: 1px solid var(--line-light); font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; }
.story-copy h2 { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 400; line-height: 1; letter-spacing: -0.035em; }
.story-copy p { max-width: 43rem; color: var(--muted); font-size: 1.08rem; }
.story-quote { margin: 2.5rem 0 0; padding: 1.4rem 0 0 1.4rem; border-top: 1px solid var(--line-dark); border-left: 3px solid var(--ember); font-family: var(--serif); font-size: 1.45rem !important; line-height: 1.45; }

.contact-section { color: var(--off-white); background: var(--burgundy-deep); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(26rem, 1.2fr); gap: clamp(4rem, 9vw, 8rem); align-items: start; }
.contact-copy .section-title { font-size: clamp(2.8rem, 5.5vw, 5.5rem); }
.contact-copy > p:not(.section-index) { max-width: 32rem; color: rgba(242, 234, 223, 0.7); }
.contact-links { margin-top: 3rem; border-top: 1px solid var(--line-light); }
.contact-links a { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1.15rem 0; border-bottom: 1px solid var(--line-light); text-decoration: none; }
.contact-links span { color: #e8a476; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; }
.contact-links strong { font-weight: 500; text-align: right; }
.social-link { display: inline-flex; align-items: center; gap: 0.6rem; }
.social-link img { width: 1.15rem; height: 1.15rem; }
.request-form { padding: clamp(1.5rem, 4vw, 3rem); color: var(--ink); background: var(--off-white); }
.request-form label { display: grid; gap: 0.4rem; margin-bottom: 1.05rem; font-size: 0.73rem; font-weight: 800; letter-spacing: 0.06em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.request-form input:not([type="checkbox"]), .request-form select, .request-form textarea { width: 100%; padding: 0.72rem 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(75, 32, 38, 0.34); border-radius: 0; outline: none; font-size: 1rem; letter-spacing: normal; }
.request-form textarea { resize: vertical; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-bottom-color: var(--ember); box-shadow: 0 1px 0 var(--ember); }
.request-form .consent { grid-template-columns: 1.1rem 1fr; gap: 0.75rem; align-items: start; margin-top: 1.4rem; color: rgba(38, 25, 26, 0.72); font-size: 0.76rem; font-weight: 500; letter-spacing: 0; line-height: 1.55; }
.consent input { width: 1rem; height: 1rem; margin: 0.25rem 0 0; accent-color: var(--ember); }
.submit-button { width: 100%; margin-top: 0.7rem; }
.submit-button:hover { color: #fff9f2; background: var(--burgundy); }
.form-hint, .form-status { margin: 0.8rem 0 0; color: rgba(38, 25, 26, 0.58); font-size: 0.74rem; }
.form-status { color: var(--burgundy); font-weight: 700; }

.cta-band { padding: clamp(5rem, 10vw, 8rem) 0; color: var(--off-white); background: var(--burgundy-deep); }
.cta-band-grid { display: grid; grid-template-columns: 1.5fr auto; gap: 3rem; align-items: end; }
.cta-band h2 { max-width: 13ch; font-size: clamp(2.8rem, 5.7vw, 5.7rem); }
.cta-band p { max-width: 36rem; margin: 1.4rem 0 0; color: rgba(242, 234, 223, 0.67); }

.legal-page { background: var(--paper); }
.legal-grid { display: grid; grid-template-columns: 0.75fr 2.25fr; gap: 3rem; }
.legal-nav { position: sticky; top: 8rem; align-self: start; display: grid; border-top: 1px solid var(--line-dark); }
.legal-nav a { padding: 0.85rem 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; font-size: 0.8rem; font-weight: 700; }
.legal-content section { padding: 0 0 4rem; scroll-margin-top: 7rem; }
.legal-content h2 { margin: 0 0 1.2rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; }
.legal-content p { max-width: 48rem; color: var(--muted); }

.site-footer { padding: 4rem 0 1.5rem; color: var(--off-white); background: var(--burgundy); }
.footer-main { display: grid; grid-template-columns: 1.3fr 0.8fr 1fr; gap: clamp(2rem, 7vw, 7rem); padding-bottom: 3.5rem; }
.footer-brand img { width: min(22rem, 100%); }
.footer-brand p { max-width: 26rem; margin: 1.4rem 0 0; color: rgba(242, 234, 223, 0.58); font-size: 0.82rem; }
.footer-title { margin: 0 0 1rem; color: #e8a476; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.footer-nav, .footer-contact { display: grid; align-content: start; gap: 0.65rem; }
.footer-nav a, .footer-contact a { width: fit-content; text-decoration: none; font-size: 0.86rem; }
.footer-contact a { display: inline-flex; align-items: center; gap: 0.55rem; }
.footer-contact img { width: 1rem; height: 1rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--line-light); color: rgba(242, 234, 223, 0.62); font-size: 0.72rem; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-legal a { text-decoration: none; border-bottom: 1px solid rgba(242, 234, 223, 0.4); }

.floating-whatsapp { position: fixed; z-index: 90; right: 1.2rem; bottom: 1.2rem; min-height: 3.2rem; padding: 0.52rem 1rem 0.52rem 0.52rem; display: inline-flex; align-items: center; gap: 0.65rem; color: #fff; background: #167c4a; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 3rem; box-shadow: 0 12px 30px rgba(20, 6, 8, 0.24); text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(1rem); transition: opacity 180ms ease, transform 180ms ease; }
.floating-whatsapp.visible { opacity: 1; pointer-events: auto; transform: none; }
.floating-whatsapp img { width: 2rem; height: 2rem; padding: 0.32rem; border-radius: 50%; background: #fff; }
.floating-whatsapp strong { font-size: 0.73rem; letter-spacing: 0.04em; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 4px; }

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

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-toggle { z-index: 102; display: flex; align-items: center; gap: 0.75rem; padding: 0.6rem 0; color: var(--off-white); cursor: pointer; }
  .menu-toggle-label { font-size: 0.69rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
  .menu-toggle-lines { width: 1.4rem; display: grid; gap: 0.32rem; }
  .menu-toggle-lines i { height: 1px; display: block; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle-lines i:nth-child(2) { width: 70%; justify-self: end; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:nth-child(2) { transform: translateY(-3px) rotate(-45deg); width: 100%; }
  .site-nav { position: fixed; z-index: 101; inset: 0; padding: 7.5rem max(1.4rem, calc((100vw - 760px) / 2)) 2.5rem; display: none; align-content: start; align-items: stretch; background: linear-gradient(145deg, var(--burgundy) 0%, var(--burgundy-deep) 100%); }
  .site-nav.open { display: grid; }
  .site-nav a { width: 100%; margin: 0; padding: 0.9rem 0; font-family: var(--serif); font-size: clamp(1.65rem, 7vw, 2.4rem); font-weight: 400; letter-spacing: -0.02em; border-bottom: 1px solid var(--line-light); }
  .site-nav a::before { display: inline-block; width: 2.2rem; color: #e8a476; font-family: var(--sans); font-size: 0.61rem; font-weight: 800; letter-spacing: 0.12em; vertical-align: middle; }
  .site-nav a:nth-child(1)::before { content: "01"; }
  .site-nav a:nth-child(2)::before { content: "02"; }
  .site-nav a:nth-child(3)::before { content: "03"; }
  .site-nav a:nth-child(4)::before { content: "04"; }
  .site-nav a:nth-child(5)::before { content: "05"; }
  .site-nav .nav-cta { margin-top: 1.25rem; padding: 0.85rem 1rem !important; text-align: center; font-family: var(--sans); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.06em; }
  .site-nav .nav-cta::before { display: none; }
  .hero-grid, .page-hero-grid, .statement-grid, .section-heading, .manifesto-grid, .story-grid, .contact-grid, .legal-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-copy { align-self: end; }
  .hero-signature { display: none; }
  .hero-image { inset: 0 0 22% 24%; opacity: 0.62; }
  .page-hero-copy { max-width: 38rem; }
  .section-heading > div { grid-template-columns: 1fr; gap: 1.5rem; }
  .value-grid, .category-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .category-card:nth-child(2n) { border-right: 0; }
  .coffee-grid { grid-template-columns: 1fr; }
  .story-panel { min-height: 28rem; }
  .footer-main { grid-template-columns: 1.3fr 0.7fr; }
  .footer-contact { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid var(--line-light); }
  .legal-nav { position: static; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100vw - 32px); }
  .section { padding: 4.6rem 0; }
  .header-inner { min-height: 4.8rem; }
  .brand { width: 9.2rem; }
  .hero-grid { min-height: 100svh; padding-top: 7.5rem; padding-bottom: 7.2rem; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-image { inset: 0 -40% 28% 6%; opacity: 0.48; }
  .heat-line { right: -95vw; }
  .trust-strip { min-height: 4.7rem; display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 0.15rem 1rem; }
  .trust-strip i { display: none; }
  .trust-strip span { font-size: 0.6rem; }
  .page-hero { padding-top: 8.5rem; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .statement h2, .section-title { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .large-copy { font-size: 1.2rem; }
  .value-grid, .category-grid { grid-template-columns: 1fr; }
  .value-card, .category-card { min-height: 15rem; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .value-card h3, .category-card h3 { margin-top: 3.8rem; }
  .coffee-toolbar { align-items: start; flex-direction: column; }
  .coffee-card { min-height: 27rem; }
  .coffee-card-body { padding-top: 4rem; }
  .profile-list { grid-template-columns: 1fr 1fr; }
  .process-list li { grid-template-columns: 2.6rem 1fr; gap: 0.45rem 1rem; padding: 1.5rem 0; }
  .process-list li p { grid-column: 2; }
  .manifesto h2 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-grid { gap: 3rem; }
  .contact-links a { grid-template-columns: 1fr; gap: 0.15rem; }
  .contact-links strong { text-align: left; }
  .cta-band-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand img { width: 15rem; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 0.85rem; bottom: 0.85rem; width: 3.25rem; height: 3.25rem; min-height: 0; padding: 0.53rem; justify-content: center; }
  .floating-whatsapp img { width: 2.1rem; height: 2.1rem; }
  .floating-whatsapp strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}
