:root {
  --brand: #9b6148;
  --ink: #534741;
  --sand: #c69c6d;
  --ivory: #f7f2ec;
  --paper: #fffdf9;
  --soft: #eadfd5;
  --line: rgba(83, 71, 65, 0.18);
  --serif: "Cormorant Garamond", "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--brand); color: white; }
.section-shell { width: min(1360px, calc(100% - 64px)); margin: 0 auto; }

.announcement { height: 32px; padding: 0 clamp(22px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: var(--ivory); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.announcement a { opacity: .74; transition: opacity .2s ease; }
.announcement a:hover { opacity: 1; }

.site-header { position: sticky; top: 0; z-index: 60; height: 80px; padding: 0 clamp(22px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(255, 253, 249, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; justify-self: start; }
.brand-logo { width: 54px; height: 54px; object-fit: contain; }
.brand-name { color: var(--brand); font-family: var(--serif); font-size: 26px; font-weight: 700; letter-spacing: -.04em; }
.main-nav { display: flex; gap: clamp(24px, 3vw, 46px); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: 12px 19px; border: 1px solid var(--ink); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.header-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: calc(100svh - 112px); display: grid; align-items: end; overflow: hidden; background: var(--ink); color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.02); transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(36, 29, 25, .9) 0%, rgba(48, 37, 32, .68) 43%, rgba(48, 37, 32, .14) 77%), linear-gradient(0deg, rgba(35, 28, 24, .64), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(1360px, calc(100% - 128px)); margin: 0 auto; padding: clamp(110px, 14vh, 170px) 0 clamp(110px, 15vh, 170px); }
.eyebrow { margin: 0 0 23px; color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.hero-eyebrow { color: #e8c9ad; }
.hero h1, .legacy h2, .menu-intro h2, .experience h2, .visit h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .92; }
.hero h1 { max-width: 970px; font-size: clamp(70px, 8.8vw, 142px); text-shadow: 0 3px 40px rgba(0,0,0,.14); }
em { color: var(--sand); font-weight: 400; }
.hero-intro { max-width: 590px; margin: 33px 0 0; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: clamp(18px, 1.5vw, 24px); line-height: 1.48; }
.hero-actions { margin-top: 37px; display: flex; align-items: center; gap: 30px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--ivory); color: var(--ink); }
.button-light:hover { background: white; }
.hero-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 11px; font-weight: 700; }
.hero-seal { position: absolute; z-index: 3; top: 38px; right: clamp(28px, 4vw, 64px); width: 145px; height: 145px; display: grid; place-items: center; border-radius: 50%; background: rgba(247,242,236,.94); box-shadow: 0 25px 70px rgba(0,0,0,.23); transform: rotate(4deg); }
.hero-seal img { width: 132px; height: 132px; object-fit: contain; }
.hero-meta { position: absolute; z-index: 3; left: clamp(32px, 4vw, 64px); right: clamp(32px, 4vw, 64px); bottom: 27px; padding-top: 20px; display: flex; justify-content: flex-end; gap: 42px; border-top: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.62); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.legacy { padding: clamp(84px, 9vw, 138px) 0; }
.legacy-heading { max-width: 1150px; }
.legacy h2 { font-size: clamp(58px, 7vw, 108px); }
.legacy-grid { margin-top: clamp(50px, 5.5vw, 82px); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 6vw, 92px); align-items: center; }
.legacy-copy { padding-left: clamp(0px, 4vw, 68px); }
.legacy-copy > p { max-width: 540px; margin: 0 0 22px; color: rgba(83,71,65,.7); font-size: 14px; line-height: 1.9; }
.legacy-copy .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(25px, 2.3vw, 36px); line-height: 1.28; }
.legacy-notes { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legacy-notes div { padding: 22px 12px 22px 0; display: grid; gap: 8px; border-right: 1px solid var(--line); }
.legacy-notes div:last-child { border-right: 0; padding-left: 14px; }
.legacy-notes div:nth-child(2) { padding-left: 14px; }
.legacy-notes strong { color: var(--brand); font-family: var(--serif); font-size: 17px; }
.legacy-notes span { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legacy-portrait { position: relative; margin: 0; }
.legacy-portrait::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--sand); z-index: -1; }
.legacy-portrait img { width: 100%; aspect-ratio: 1.24 / 1; object-fit: cover; filter: saturate(.84); }
.legacy-portrait figcaption { position: absolute; right: 0; bottom: 0; padding: 18px 23px; background: var(--paper); font-family: var(--serif); font-size: 16px; font-style: italic; }

.menu-section { padding: clamp(78px, 8vw, 122px) 0 0; background: var(--ivory); }
.menu-intro .eyebrow { color: var(--brand); }
.menu-title-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.menu-intro h2 { font-size: clamp(60px, 7.3vw, 112px); }
.menu-title-row > p { max-width: 470px; margin: 0 0 10px; color: rgba(83,71,65,.7); font-family: var(--serif); font-size: 19px; line-height: 1.55; }

.menu-reference-catalog { margin-top: 54px; padding: clamp(58px, 6vw, 82px) 0 clamp(80px, 9vw, 126px); background: linear-gradient(rgba(238,218,190,.7), rgba(238,218,190,.7)), url("media/bgmadera.webp") center top / 760px auto repeat; box-shadow: inset 0 22px 70px rgba(83,71,65,.08); }
.menu-reference-category { padding: 0 0 clamp(66px, 6vw, 92px); }
.menu-reference-category + .menu-reference-category { padding-top: clamp(62px, 6vw, 88px); border-top: 1px solid rgba(155,97,72,.38); }
.menu-reference-heading { padding-bottom: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; border-bottom: 2px solid rgba(155,97,72,.7); }
.menu-reference-heading h3 { margin: 0; font-size: clamp(31px, 3vw, 46px); font-weight: 800; letter-spacing: -.035em; }
.menu-reference-heading strong { color: rgba(83,71,65,.76); font-size: clamp(18px, 1.8vw, 28px); font-weight: 500; white-space: nowrap; }
.menu-reference-subtitle { max-width: 1050px; margin: 33px auto 42px; color: rgba(38,31,28,.78); font-size: 14px; line-height: 1.7; text-align: center; }
.menu-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; align-items: start; }
.menu-product-card { overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 20px; background: rgba(239,221,196,.96); box-shadow: 0 14px 35px rgba(65,43,31,.12); transition: transform .25s ease, box-shadow .25s ease; }
.menu-product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(65,43,31,.18); }
.menu-product-card summary { display: block; cursor: pointer; list-style: none; }
.menu-product-card summary::-webkit-details-marker { display: none; }
.menu-product-image { position: relative; overflow: hidden; background: var(--soft); }
.menu-product-image img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.01); transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.menu-product-card:hover .menu-product-image img { transform: scale(1.025); }
.menu-product-image > span { position: absolute; top: 14px; left: 14px; padding: 7px 11px 6px; border-radius: 999px; background: rgba(155,97,72,.94); color: white; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-product-copy { min-height: 66px; padding: 15px 20px 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.menu-product-copy h4 { margin: 0; color: #292422; font-size: clamp(18px, 1.55vw, 24px); font-weight: 800; letter-spacing: -.025em; line-height: 1.1; }
.menu-product-copy strong { color: rgba(83,71,65,.82); font-size: 16px; font-weight: 600; white-space: nowrap; }
.menu-product-description { margin: 0; padding: 0 20px 20px; color: rgba(51,42,38,.75); font-size: 12px; line-height: 1.6; }
.menu-product-card[open] .menu-product-description { animation: productDescriptionIn .25s ease both; }
@keyframes productDescriptionIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }

.experience { position: relative; padding: clamp(82px, 8vw, 128px) 0; background: linear-gradient(90deg,var(--paper) 0 68%,rgba(234,223,213,.42) 68% 100%); }
.experience::before { content: "M"; position: absolute; top: 14px; right: 4vw; color: rgba(155,97,72,.055); font-family: var(--serif); font-size: clamp(180px,22vw,340px); line-height: 1; pointer-events: none; }
.experience-editorial { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: auto auto; gap: 22px clamp(46px, 6vw, 88px); align-items: center; }
.experience-photo { position: relative; margin: 0; overflow: hidden; }
.experience-photo-main { grid-row: 1 / 3; }
.experience-photo-main::before { content: ""; position: absolute; z-index: 2; inset: 16px; border: 1px solid rgba(255,255,255,.62); pointer-events: none; }
.experience-photo-main img { width: 100%; aspect-ratio: 1.34 / 1; object-fit: cover; object-position: center; filter: saturate(.86) contrast(1.02); }
.experience-photo-main figcaption { position: absolute; z-index: 3; left: 0; bottom: 0; width: min(390px,78%); padding: 18px 24px 20px; display: grid; gap: 3px; background: rgba(255,253,249,.95); backdrop-filter: blur(10px); }
.experience-photo-main figcaption span { color: var(--brand); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.experience-photo-main figcaption strong { font-family: var(--serif); font-size: 18px; font-style: italic; font-weight: 500; }
.experience-copy { padding-top: 8px; }
.experience h2 { font-size: clamp(56px, 6vw, 92px); }
.experience-copy > p:not(.eyebrow) { max-width: 520px; margin: 24px 0; color: rgba(83,71,65,.7); font-size: 14px; line-height: 1.78; }
.experience-signature { margin: 0 0 25px; display: flex; align-items: center; gap: 13px; color: rgba(83,71,65,.56); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.experience-signature i { width: 44px; height: 1px; display: block; background: var(--sand); }
.text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.experience-photo-small { width: 52%; justify-self: end; align-self: end; padding: 7px; border: 1px solid rgba(155,97,72,.32); background: var(--paper); }
.experience-photo-small img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; }

.visit { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; background: var(--brand); color: var(--ivory); }
.visit-image { overflow: hidden; }
.visit-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(.96); }
.visit-copy { padding: clamp(58px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.visit .eyebrow { color: #ead2bd; }
.visit h2 { font-size: clamp(56px, 6vw, 94px); }
.visit em { color: #ead2bd; }
.visit-details { margin: 50px 0 36px; display: grid; gap: 20px; }
.visit-details div { padding-bottom: 20px; display: grid; grid-template-columns: 105px 1fr; border-bottom: 1px solid rgba(255,255,255,.2); }
.visit-details span { padding-top: 5px; color: rgba(255,255,255,.56); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.visit-details p { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.45; }
.visit-actions { display: flex; align-items: center; gap: 26px; }
.visit-phone { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

footer { padding: 64px clamp(24px, 5vw, 80px) 28px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; background: var(--ink); color: var(--ivory); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand strong { font-family: var(--serif); font-size: 31px; }
.footer-brand p { margin: 2px 0 0; opacity: .54; font-size: 9px; letter-spacing: .08em; }
.footer-logo { width: 76px; height: 76px; object-fit: contain; }
.footer-links { display: flex; gap: 30px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); opacity: .42; font-size: 9px; letter-spacing: .05em; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 55; min-width: 154px; padding: 12px 12px 12px 17px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-radius: 999px; background: var(--sand); color: var(--ink); box-shadow: 0 14px 40px rgba(43,31,26,.22); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp-float strong { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { position: absolute; top: 79px; left: 0; right: 0; padding: 30px; display: none; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .header-cta { display: none; }
  .menu-toggle { width: 42px; height: 42px; padding: 10px; display: grid; align-content: center; gap: 7px; cursor: pointer; }
  .menu-toggle span { width: 100%; height: 1px; background: currentColor; }
  .hero-content { width: min(100% - 64px, 1360px); }
  .legacy-grid { grid-template-columns: 1fr 1fr; gap: 70px; }
  .menu-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-editorial { gap: 45px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 128px; }
  .section-shell { width: min(100% - 36px, 1360px); }
  .announcement { height: 28px; font-size: 7px; }
  .announcement span { max-width: 210px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .site-header { height: 68px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-name { font-size: 23px; }
  .main-nav { top: 67px; }
  .hero { min-height: 780px; }
  .hero-shade { background: linear-gradient(0deg, rgba(35,28,24,.92) 0%, rgba(45,34,29,.52) 72%, rgba(45,34,29,.25) 100%); }
  .hero-content { width: calc(100% - 44px); padding: 170px 0 145px; }
  .hero h1 { font-size: clamp(60px, 19vw, 86px); }
  .hero-intro { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-seal { top: 24px; right: 20px; width: 100px; height: 100px; }
  .hero-seal img { width: 92px; height: 92px; }
  .hero-meta { left: 22px; right: 22px; bottom: 20px; justify-content: flex-start; gap: 18px; overflow: hidden; white-space: nowrap; }
  .hero-meta span:nth-child(3) { display: none; }
  .legacy { padding: 78px 0; }
  .legacy h2, .menu-intro h2, .experience h2, .visit h2 { font-size: clamp(53px, 15vw, 75px); }
  .legacy-grid { margin-top: 46px; grid-template-columns: 1fr; gap: 48px; }
  .legacy-copy { padding: 0; }
  .legacy-notes { grid-template-columns: 1fr; }
  .legacy-notes div, .legacy-notes div:nth-child(2), .legacy-notes div:last-child { padding: 16px 0; grid-template-columns: 42px 1fr; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .legacy-notes div:last-child { border-bottom: 0; }
  .legacy-portrait::before { inset: -10px 10px 10px -10px; }
  .menu-section { padding-top: 76px; }
  .menu-title-row { grid-template-columns: 1fr; gap: 28px; }
  .menu-title-row > p { font-size: 17px; }
  .menu-reference-catalog { margin-top: 42px; padding-top: 48px; }
  .menu-reference-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .menu-reference-heading strong { white-space: normal; }
  .menu-reference-subtitle { margin: 25px 0 32px; text-align: left; }
  .menu-card-grid { grid-template-columns: 1fr; gap: 20px; }
  .menu-product-image img { aspect-ratio: 1.45 / 1; }
  .experience { padding: 72px 0; background: linear-gradient(180deg,var(--paper),rgba(234,223,213,.38)); }
  .experience::before { top: 36%; right: -20px; font-size: 210px; }
  .experience-editorial { grid-template-columns: 1fr; grid-template-rows: auto; gap: 42px; }
  .experience-photo-main { grid-row: auto; }
  .experience-photo-main::before { inset: 10px; }
  .experience-photo-main img { aspect-ratio: 1.12 / 1; object-position: 46% center; }
  .experience-photo-main figcaption { width: 84%; padding: 14px 17px 16px; }
  .experience-copy { padding: 0; }
  .experience-photo-small { width: 52%; }
  .visit { grid-template-columns: 1fr; }
  .visit-image { min-height: 460px; }
  .visit-copy { padding: 62px 24px; }
  .visit-details div { grid-template-columns: 88px 1fr; }
  .visit-actions { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { flex-wrap: wrap; }
  .copyright { grid-column: 1; }
  .whatsapp-float { min-width: auto; padding: 9px; }
  .whatsapp-float span { display: none; }
}

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