:root {
  --ink: #26372f;
  --olive: #627464;
  --cream: #f7f5ef;
  --sand: #ece9de;
  --surface: #f3f1e9;
  --line: rgb(38 55 47 / 18%);
  --radius-sm: 2px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --space-32: 128px;
  interpolate-size: allow-keywords;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
@media (min-width: 1281px) {
  body::before,
  body::after { position: fixed; z-index: 0; top: 0; bottom: 0; width: 7px; background: linear-gradient(rgba(46, 65, 56, .22), rgba(46, 65, 56, .22)) left / 1px 100% no-repeat, linear-gradient(rgba(46, 65, 56, .12), rgba(46, 65, 56, .12)) right / 1px 100% no-repeat; content: ""; pointer-events: none; }
  body::before { left: 28px; }
  body::after { right: 28px; }
}
.hero,
.section-nav,
main { position: relative; z-index: 1; width: min(100%, 1180px); margin-right: auto; margin-left: auto; background: var(--cream); }
a { color: inherit; text-decoration: none; }
a > span[aria-hidden="true"],
button > span[aria-hidden="true"],
b[aria-hidden="true"] { display: inline-block; width: 11px; height: 11px; margin-left: 5px; background: currentColor; font-size: 0; vertical-align: -1px; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 10 10 2M5 2h5v5' fill='none' stroke='black' stroke-linecap='square' stroke-width='1.3'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 10 10 2M5 2h5v5' fill='none' stroke='black' stroke-linecap='square' stroke-width='1.3'/%3E%3C/svg%3E") center / contain no-repeat; }
a > span[aria-hidden="true"]::before,
button > span[aria-hidden="true"]::before,
b[aria-hidden="true"]::before,
a > span[aria-hidden="true"]::after,
button > span[aria-hidden="true"]::after,
b[aria-hidden="true"]::after { content: none; }
button, summary, a { -webkit-tap-highlight-color: rgb(98 116 100 / 18%); }
:where(a, button, summary, [tabindex]):focus-visible { outline: 2px solid var(--olive); outline-offset: 3px; }

.hero { display: flex; flex-direction: column; padding: 28px clamp(24px, 5vw, 76px) 64px; background: var(--cream); }
.hero-content { margin: 82px auto 0; text-align: center; }
h1, h2 { font-family: Inter, sans-serif; font-weight: 200; line-height: 1; letter-spacing: -.045em; }
h1 { margin: 0; font-size: clamp(46px, 6.4vw, 84px); font-weight: 100; }
h1 span { padding: 0 .06em; color: var(--olive); font-size: .68em; }
.hero-confirmation { display: inline-flex; min-height: 44px; align-items: center; margin-top: 16px; padding: 0 8px; border: 0; background: transparent; color: var(--olive); cursor: pointer; font: 400 12px/1.4 "DM Sans", sans-serif; letter-spacing: .02em; text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 5px; transition: color .2s ease, text-decoration-color .2s ease; }
.hero-confirmation:hover { color: var(--ink); text-decoration-color: var(--olive); }
.hero-date { margin: 20px 0 0; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }

.section-nav { position: sticky; z-index: 2; top: 0; display: flex; width: min(100%, 1100px); max-width: 1100px; justify-content: center; gap: clamp(16px, 2.2vw, 30px); margin: 0 auto; padding: 5px 24px; overflow-x: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgb(247 245 239 / 94%); backdrop-filter: blur(8px); white-space: nowrap; }
.section-nav a { position: relative; display: inline-flex; min-height: 44px; align-items: center; color: var(--olive); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; transition: color .2s; }
.section-nav a:hover { color: var(--ink); }
.section-nav a[aria-current="true"] { color: var(--ink); }
.section-nav a[aria-current="true"]::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--ink); content: ""; }

.section { padding: clamp(72px, 7vw, 104px) clamp(24px, 12vw, 200px); }
.details { max-width: 1120px; margin: auto; padding-top: clamp(60px, 5vw, 90px); padding-bottom: clamp(80px, 7vw, 120px); }
.details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); text-align: center; }
.venue { display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 0; text-align: center; }
.venue-copy { padding: 0; }
.venue-name { display: block; min-height: 3em; }
.detail-label, .section-kicker { color: var(--olive); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.venue-illustration { display: block; width: min(100%, 280px); height: clamp(340px, 30vw, 420px); margin: 0 auto; object-fit: contain; mix-blend-mode: multiply; }
.venue-ceremony .venue-illustration,
.venue-ceremony .venue-copy { transform: translateX(clamp(-90px, -5vw, -50px)); }
.venue-celebration .venue-copy { transform: translateX(clamp(50px, 5vw, 90px)); }
.venue-celebration .venue-illustration { width: min(100%, 440px); height: clamp(340px, 30vw, 420px); margin: 0 auto; transform: translateX(clamp(50px, 5vw, 90px)); }
.venue-map-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); font-size: 11px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.venue-map-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.details-grid p { margin: 9px 0; line-height: 1.5; }
.details-grid small { display: inline-block; margin-top: 11px; color: var(--olive); font-size: 11px; line-height: 1.45; }
.places-history { max-width: 900px; margin: clamp(42px, 5vw, 70px) auto 0; }
.places-history summary { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; color: var(--ink); font-size: 10px; letter-spacing: .12em; list-style: none; text-transform: uppercase; }
.places-history summary::-webkit-details-marker { display: none; }
.places-history summary::after { content: "+"; color: var(--olive); font-size: 17px; font-weight: 400; line-height: 1; transition: transform .3s ease; }
.places-history[open] summary::after { transform: rotate(45deg); }
.places-history::details-content { block-size: 0; overflow: hidden; transition: block-size .35s ease, content-visibility .35s allow-discrete; }
.places-history[open]::details-content { block-size: auto; }
.places-history-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(38px, 8vw, 100px); padding: 35px 0 4px; }
.places-history-content h3 { margin: 0 0 12px; font-family: Inter, sans-serif; font-size: 18px; font-weight: 200; letter-spacing: -.04em; }
.places-history-content p { margin: 0; color: var(--olive); font-size: 12px; line-height: 1.65; }

.section-kicker { margin: 0 0 18px; font-size: 10px; letter-spacing: .18em; }
.guide { position: relative; max-width: 1180px; margin: auto; }
.guide h2, .closing h2 { margin: 0; font-size: clamp(42px, 5.2vw, 72px); }
.guide > h2 { margin-bottom: 48px; line-height: 1.06; }
.section-intro { max-width: 410px; margin: 28px 0 68px; color: var(--olive); }
.guide-list { border-top: 1px solid var(--line); }
.guide-list > article { display: grid; grid-template-columns: minmax(190px, .7fr) 1fr; gap: 30px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.guide-list h3 { margin: 0; font-family: Inter, sans-serif; font-size: 18px; font-weight: 200; letter-spacing: -.04em; }
.guide-list p, .practical p, .closing p { margin: 0; color: var(--olive); }
.guide-accommodation { display: block !important; padding: 0 !important; border-bottom: 1px solid var(--line); }
.accommodation-details { scroll-margin-top: 70px; }
.accommodation-details > summary { display: grid; grid-template-columns: minmax(190px, .7fr) 1fr auto; align-items: center; gap: 30px; padding: 25px 0; cursor: pointer; list-style: none; }
.accommodation-details > summary::-webkit-details-marker { display: none; }
.accommodation-summary-copy { display: contents; }
.accommodation-title { font-family: Inter, sans-serif; font-size: 18px; font-weight: 200; letter-spacing: -.04em; }
.accommodation-summary-copy > span:last-child { color: var(--olive); }
.accommodation-details > summary::after { content: "+"; color: var(--olive); font-size: 19px; font-weight: 400; line-height: 1; transition: transform .3s ease; }
.accommodation-details[open] > summary::after { transform: rotate(45deg); }
.accommodation-details::details-content { block-size: 0; overflow: hidden; transition: block-size .4s ease, content-visibility .4s allow-discrete; }
.accommodation-details[open]::details-content { block-size: auto; }
.accommodation-content { margin-bottom: 24px; padding: 30px clamp(20px, 4vw, 48px) 34px; background: var(--surface); }
.guide-list .lodging-hotels-title,
.lodging-zone h3 { margin: 0 0 14px; color: var(--ink); font-family: Inter, sans-serif; font-size: clamp(22px, 2.5vw, 30px); font-weight: 200; letter-spacing: -.045em; text-transform: none; }
.lodging-zone { margin-top: clamp(52px, 7vw, 76px); padding-top: clamp(38px, 5vw, 54px); border-top: 1px solid var(--line); }
.lodging-zone p:last-child { max-width: 38rem; margin: 0; color: var(--olive); }
.lodging-zone strong { color: var(--ink); font-weight: 500; }
.lodging-map { display: block; max-width: 560px; margin: clamp(25px, 4vw, 38px) auto 0; padding: 0; border: 0; background: none; text-align: inherit; cursor: zoom-in; }
.lodging-map-image { display: block; overflow: hidden; }
.lodging-map img { display: block; width: 100%; mix-blend-mode: multiply; transition: opacity .2s ease; }
.lodging-map > span:last-child { display: block; margin-top: 10px; color: var(--olive); font-size: 11px; letter-spacing: .1em; text-align: right; text-transform: uppercase; white-space: nowrap; }
.lodging-map-label::after { display: inline-block; width: 11px; height: 11px; margin-left: 6px; background: currentColor; content: ""; vertical-align: -1px; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 10 10 2M5 2h5v5' fill='none' stroke='black' stroke-linecap='square' stroke-width='1.3'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 10 10 2M5 2h5v5' fill='none' stroke='black' stroke-linecap='square' stroke-width='1.3'/%3E%3C/svg%3E") center / contain no-repeat; }
.lodging-map:hover img { opacity: .85; }
.lodging-map:hover span { color: var(--ink); }
.map-dialog { width: min(1100px, calc(100vw - 32px)); height: min(900px, calc(100dvh - 32px)); max-width: none; max-height: none; padding: 0; border: 1px solid var(--line); background: var(--cream); color: var(--ink); overflow: hidden; }
.map-dialog::backdrop { background: rgb(38 55 47 / 58%); backdrop-filter: blur(3px); }
.map-dialog-content { display: flex; flex-direction: column; height: 100%; min-height: 0; }
.map-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 20px 24px 8px; }
.map-heading h2 { margin: 0; font-size: 28px; font-weight: 300; }
.map-heading p { margin: 8px 0 0; color: var(--olive); font-size: 13px; }
.map-dialog-close { display: grid; flex: none; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font: 300 30px/1 Inter, sans-serif; }
.map-dialog-close:hover { background: var(--sand); }
.map-toolbar { display: flex; align-items: center; gap: 8px; padding: 8px 24px 12px; }
.map-toolbar button { min-width: 44px; min-height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font: 400 22px/1 "DM Sans", sans-serif; }
.map-toolbar button:disabled { opacity: .35; cursor: default; }
.map-toolbar .map-fit { margin-left: auto; padding-inline: 12px; font-size: 12px; }
.map-toolbar output { min-width: 52px; text-align: center; font-size: 12px; color: var(--olive); }
.map-viewport { flex: 1; min-height: 0; overflow: auto; overscroll-behavior: contain; border-block: 1px solid var(--line); background: var(--cream); cursor: grab; }
.map-viewport:focus-visible { outline-offset: -3px; }
.map-viewport.is-dragging { cursor: grabbing; }
.map-canvas { display: grid; place-items: center; }
.map-canvas img { display: block; max-width: none; flex: none; mix-blend-mode: multiply; user-select: none; }
.map-links, .lodging-zone-links { display: flex; flex-wrap: wrap; align-items: center; gap: 0 24px; }
.map-links { padding: 10px 24px; }
.map-links p, .lodging-zone-links p { flex-basis: 100%; margin: 0; color: var(--olive); font-size: 12px; }
.map-links a, .lodging-zone-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 4px; }
.lodging-zone-links { margin-top: 24px; }
@media (max-width: 650px) {
  .map-dialog { width: calc(100vw - 16px); height: calc(100dvh - 16px); }
  .map-heading { padding: 16px 16px 4px; }
  .map-heading h2 { font-size: 25px; }
  .map-toolbar { padding: 8px 16px 12px; }
  .map-links { padding: 8px 16px; }
}
.hotel-group + .hotel-group { margin-top: 44px; }
.hotel-group > h3 { display: flex; align-items: center; gap: 11px; margin: 0 0 14px; color: var(--olive); font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; }
.hotel-stars { color: var(--ink); font-size: 12px; letter-spacing: .08em; }
.hotel-list { border-top: 1px solid var(--line); }
.hotel { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.hotel h4 { margin: 0; font-family: Inter, sans-serif; font-size: 17px; font-weight: 200; letter-spacing: -.04em; }
.hotel > a { display: inline-flex; min-height: 44px; align-items: center; justify-self: end; color: var(--olive); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.hotel > a:hover { color: var(--ink); }
.hotel > a span { display: inline-block; margin-left: 3px; }
.hotel-perk { margin: 5px 0 0; color: var(--olive); font-size: 12px; letter-spacing: .045em; line-height: 1.45; text-transform: uppercase; }
/* Discount instructions stay available to touch and keyboard users. */
.hotel-discount-details { grid-column: 1 / -1; min-width: 0; }
.hotel-discount-details > summary { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 0; color: var(--ink); cursor: pointer; font-size: 13px; list-style: none; }
.hotel-discount-details > summary::-webkit-details-marker { display: none; }
.hotel-discount-details > summary::after { content: "+"; color: var(--olive); font-size: 19px; }
.hotel-discount-details[open] > summary::after { content: "−"; }
.hotel-discount-content { padding: 8px 0 12px; font-size: 14px; }
.hotel-discount-content strong { color: var(--ink); font-weight: 500; overflow-wrap: anywhere; }
.hotel-discount-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; margin-top: 12px; }
.hotel-discount-actions a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.hotel-discount-actions .hotel-copy { min-height: 44px; margin: 0; }
.hotel-copy { display: inline-flex; min-height: 28px; align-items: center; margin: 10px 0 0; padding: 0 0 1px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font: 500 11px/1.2 "DM Sans", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.hotel-copy:hover { border-color: var(--olive); color: var(--olive); }
.hotel-copy:focus-visible { outline: 1px solid var(--olive); outline-offset: 3px; }
.hotel-copy.is-copied { border-color: var(--olive); color: var(--olive); }
.guide-restaurants { border-bottom: 1px solid var(--line); }
.restaurants-details { scroll-margin-top: 70px; }
.restaurants-details summary { display: grid; grid-template-columns: minmax(190px, .7fr) 1fr auto; align-items: center; gap: 30px; padding: 25px 0; cursor: pointer; list-style: none; }
.restaurants-details summary::-webkit-details-marker { display: none; }
.restaurants-summary-copy { display: contents; }
.restaurants-title { font-family: Inter, sans-serif; font-size: 18px; font-weight: 200; letter-spacing: -.04em; }
.restaurants-summary-copy > span:last-child { color: var(--olive); }
.restaurants-details summary::after { content: "+"; color: var(--olive); font-size: 19px; font-weight: 400; line-height: 1; transition: transform .3s ease; }
.restaurants-details[open] summary::after { transform: rotate(45deg); }
.restaurants-details::details-content { block-size: 0; overflow: hidden; transition: block-size .4s ease, content-visibility .4s allow-discrete; }
.restaurants-details[open]::details-content { block-size: auto; }
.restaurants-content { margin-bottom: 24px; padding: 30px clamp(20px, 4vw, 48px) 38px; background: var(--surface); }
.restaurants-intro { max-width: 650px; margin: 0 0 28px !important; color: var(--olive); }
.restaurant-filters { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.restaurant-filters button { position: relative; display: inline-flex; min-height: 48px; align-items: center; gap: 9px; padding: 3px 0 11px; border: 0; background: transparent; color: var(--olive); cursor: pointer; font: 400 12px/1.25 "DM Sans", sans-serif; letter-spacing: .01em; text-transform: none; white-space: nowrap; transition: color .2s ease; }
.restaurant-filter-icon { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.restaurant-filter-icon .icon-solid { fill: currentColor; stroke: none; }
.restaurant-filters button::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.restaurant-filters button:hover { color: var(--ink); }
.restaurant-filters button.is-active { color: var(--ink); }
.restaurant-filters button.is-active::after { transform: scaleX(1); }
.restaurant-price-legend { margin: 0 0 30px !important; color: var(--olive); font-size: 11px; letter-spacing: .03em; }
.restaurant-category-note { margin: 0 0 22px !important; padding: 15px 17px; border-left: 3px solid var(--olive); background: var(--sand); color: var(--olive); font-size: 13px; line-height: 1.55; }
.restaurant-category-note strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 9px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.restaurant-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.restaurant-card { display: flex; min-height: 184px; flex-direction: column; padding: 21px; border: 1px solid var(--line); background: rgb(247 245 239 / 45%); }
.restaurant-favorite { margin: 0 0 13px !important; color: var(--olive); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.restaurant-card-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }
.restaurant-card h4, .drink-zones h4 { margin: 0; font-family: Inter, sans-serif; font-size: 21px; font-weight: 200; letter-spacing: -.045em; }
.restaurant-card-heading > span { flex: none; color: var(--olive); font-size: 11px; letter-spacing: .08em; }
.restaurant-card > p:not(.restaurant-favorite) { margin: 13px 0 21px !important; color: var(--olive); font-size: 12px; line-height: 1.55; }
.restaurant-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: auto; }
.restaurant-actions a, .restaurant-no-booking { display: inline-flex; min-height: 44px; align-items: center; color: var(--olive); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.restaurant-actions a:hover { color: var(--ink); }
.restaurant-actions a span { display: inline-block; margin-left: 3px; }
.restaurant-no-booking { color: var(--olive); opacity: .8; }
.drink-zones { padding: clamp(24px, 4vw, 40px); background: var(--sand); }
.drink-zones-intro { max-width: 450px; margin: 0 0 28px !important; color: var(--olive); }
.drink-zones-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 44px; }
.drink-zones-list article { padding-top: 15px; border-top: 1px solid var(--line); }
.drink-zones-list p { margin: 9px 0 0 !important; color: var(--olive); font-size: 12px; line-height: 1.55; }

.guide-visits { border-bottom: 1px solid var(--line); }
.visits-details { scroll-margin-top: 70px; }
.visits-details summary { display: grid; grid-template-columns: minmax(190px, .7fr) 1fr auto; align-items: center; gap: 30px; padding: 25px 0; cursor: pointer; list-style: none; }
.visits-details summary::-webkit-details-marker { display: none; }
.visits-summary-copy { display: contents; }
.visits-title { font-family: Inter, sans-serif; font-size: 18px; font-weight: 200; letter-spacing: -.04em; }
.visits-summary-copy > span:last-child { color: var(--olive); }
.visits-details summary::after { content: "+"; color: var(--olive); font-size: 19px; line-height: 1; transition: transform .3s ease; }
.visits-details[open] summary::after { transform: rotate(45deg); }
.visits-details::details-content { block-size: 0; overflow: hidden; transition: block-size .4s ease, content-visibility .4s allow-discrete; }
.visits-details[open]::details-content { block-size: auto; }
.visits-content { margin-bottom: 24px; padding: 30px clamp(20px, 4vw, 48px) 38px; background: var(--surface); }
.visits-intro { max-width: 650px; margin: 0 0 28px !important; color: var(--olive); }
.visit-category + .visit-category { margin-top: 44px; }
.visit-category > h3 { margin: 0 0 14px; color: var(--olive); font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; }
.visit-grid { border-top: 1px solid var(--line); }
.visit-card { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.35fr) 145px; align-items: center; gap: clamp(20px, 3vw, 42px); width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); }
.visit-card-heading { display: block; min-width: 0; }
.visit-card h4 { margin: 0; font-family: Inter, sans-serif; font-size: 19px; font-weight: 200; letter-spacing: -.045em; line-height: 1.2; }
.visit-card > p { min-width: 0; margin: 0 !important; color: var(--olive); font-size: 12px; line-height: 1.55; }
.visit-card > p strong { color: var(--ink); font-weight: 500; }
.visit-actions { display: grid; min-width: 0; padding-right: 4px; justify-items: end; gap: 6px; text-align: right; }
.visit-actions a { display: inline-flex; min-height: 44px; align-items: center; color: var(--olive); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.visit-actions a:hover { color: var(--ink); }
.visit-actions a span { display: inline-block; margin-left: 3px; }

.guide-salons { border-bottom: 1px solid var(--line); }
.salons-details { scroll-margin-top: 70px; }
.salons-details summary { display: grid; grid-template-columns: minmax(190px, .7fr) 1fr auto; align-items: center; gap: 30px; padding: 25px 0; cursor: pointer; list-style: none; }
.salons-details summary::-webkit-details-marker { display: none; }
.salons-summary-copy { display: contents; }
.salons-title { font-family: Inter, sans-serif; font-size: 18px; font-weight: 200; letter-spacing: -.04em; }
.salons-summary-copy > span:last-child { color: var(--olive); }
.salons-details summary::after { content: "+"; color: var(--olive); font-size: 19px; line-height: 1; transition: transform .3s ease; }
.salons-details[open] summary::after { transform: rotate(45deg); }
.salons-details::details-content { block-size: 0; overflow: hidden; transition: block-size .4s ease, content-visibility .4s allow-discrete; }
.salons-details[open]::details-content { block-size: auto; }
.salons-content { margin-bottom: 24px; padding: 30px clamp(20px, 4vw, 48px) 38px; background: var(--surface); }
.salons-intro { margin: 0 0 24px !important; color: var(--olive); }
.salon-list { border-top: 1px solid var(--line); }
.salon-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.salon-row h4 { margin: 0; font-family: Inter, sans-serif; font-size: 19px; font-weight: 200; letter-spacing: -.045em; }
.salon-row p { margin: 4px 0 0 !important; color: var(--olive); font-size: 11px; }
.salon-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.salon-actions a { display: inline-flex; min-height: 44px; align-items: center; color: var(--olive); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.salon-actions a:hover { color: var(--ink); }
.salon-actions a span { display: inline-block; margin-left: 3px; }

.practical { position: relative; max-width: 1180px; margin: auto; background: var(--cream); }
.practical .practical-kicker { margin: 0 0 22px; text-align: left; }
.practical-content { max-width: 1100px; margin: auto; }
.practical-title { margin: 0 0 clamp(42px, 6vw, 68px); font-size: clamp(42px, 5.2vw, 72px); line-height: 1.06; }
.practical-chapter { position: relative; padding-left: 76px; border-top: 1px solid var(--line); }
.practical-chapter::before { position: absolute; top: 0; bottom: -1px; left: 22px; width: 1px; background: var(--line); content: ""; }
.practical-chapter:last-of-type::before { bottom: auto; height: 70px; }
.practical-section-title { display: flex; align-items: center; gap: 13px; margin: 0; font-family: Inter, sans-serif; font-size: clamp(24px, 2.4vw, 32px); font-weight: 300; letter-spacing: -.03em; line-height: 1.15; }
.practical-section-title > .section-icon { position: absolute; z-index: 1; top: 28px; left: 0; box-sizing: content-box; width: 22px; height: 22px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); }
.practical strong { color: var(--ink); font-weight: 500; }
.practical-notice { display: grid; grid-template-columns: minmax(260px, .8fr) 1fr; align-items: start; gap: clamp(40px, 10vw, 140px); padding-top: clamp(32px, 4vw, 48px); padding-bottom: clamp(38px, 5vw, 58px); }
.practical-notice p { max-width: 500px; padding-top: 11px; }
.wedding-transport { margin: 0; padding-top: clamp(32px, 4vw, 48px); padding-bottom: clamp(42px, 6vw, 68px); }
.wedding-transport > div { display: grid; grid-template-columns: 1fr; align-items: start; gap: 30px; }
.wedding-transport-content { min-width: 0; }
.wedding-route { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 28px; width: 100%; margin-bottom: 30px; padding: 0 0 25px; border-bottom: 1px solid var(--line); background: transparent; }
.wedding-route::before { position: absolute; z-index: 0; top: 20px; right: 16.666%; left: 16.666%; height: 1px; background: var(--line); content: ""; }
.wedding-route .route-stop { position: relative; z-index: 1; display: grid; justify-items: center; gap: 5px; min-width: 0; text-align: center; }
.route-stop-icon { box-sizing: content-box; width: 20px; height: 20px; margin-bottom: 7px; padding: 9px; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); fill: none; stroke: var(--olive); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.wedding-route small { color: var(--olive); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.wedding-route strong { font-family: Inter, sans-serif; font-size: 15px; font-weight: 300; line-height: 1.2; }
.wedding-transport-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.arrival { padding-top: clamp(34px, 4vw, 48px); padding-bottom: 12px; }
.arrival > .practical-section-title { margin-bottom: clamp(28px, 4vw, 40px); }
.arrival-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.arrival-card { padding: 28px; border: 0; border-radius: var(--radius-sm); background: var(--surface); }
.arrival-card:first-child,
.arrival-card:last-child { padding: 28px; }
.arrival-card + .arrival-card { border: 0; }
.arrival-card > .section-kicker { margin: 0 0 26px; text-align: left; }
.arrival-card h3 { margin: 25px 0 9px; font-family: Inter, sans-serif; font-size: 22px; font-weight: 200; letter-spacing: -.04em; line-height: 1.25; }
.arrival-card h3:first-of-type { margin-top: 0; }
.arrival-card p { font-size: 12px; line-height: 1.65; }
.arrival-card strong { color: var(--ink); font-weight: 500; }
.arrival-note { margin-top: 22px !important; padding-left: 13px; border-left: 2px solid var(--olive); }
.taxi-links { margin: 4px 0 24px; border-top: 1px solid var(--line); }
.taxi-links a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--olive); }
.taxi-links span, .taxi-links strong { display: block; }
.taxi-links span { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.taxi-links strong { margin-top: 2px; font-size: 15px; font-weight: 400; }
.taxi-card > p:last-child a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 3px; }
.taxi-card { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px clamp(40px, 7vw, 80px); align-items: start; border: 0; background: color-mix(in srgb, var(--surface) 76%, var(--sand)); }
.taxi-heading { grid-column: 1 / -1; }
.taxi-heading .section-kicker { margin: 0; white-space: nowrap; }
.taxi-contact { grid-column: 1; }
.taxi-contact h3 { margin: 0 0 16px; }
.taxi-contact .taxi-links { margin: 0; }
.taxi-apps { grid-column: 2; }
.taxi-apps h3 { margin: 0 0 16px; }
.taxi-apps ul { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.taxi-apps li { border-bottom: 1px solid var(--line); }
.taxi-apps a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; color: var(--ink); }
.taxi-apps a span { color: var(--olive); font-size: 12px; }
.taxi-apps a > span[aria-hidden="true"] { font-size: 0; }
.getting-around { max-width: 700px; margin-top: 30px !important; }
.closing { max-width: 1180px; margin: auto; text-align: center; }
#regalos { position: relative; }
.closing p { max-width: 410px; margin: 27px auto 0; }
.closing-link { display: inline-flex; min-height: 48px; align-items: center; margin-top: 27px; padding: 0 24px; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font: 500 12px/1.2 "DM Sans", sans-serif; letter-spacing: .1em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.closing-link:hover { background: var(--ink); color: var(--cream); }
.closing-link span { display: inline-block; margin-left: 3px; }
.confirmation { position: relative; overflow: hidden; }
.guide::after,
.practical::after,
#regalos::after,
.confirmation::after { position: absolute; top: 0; left: 50%; width: min(100%, 1100px); height: 1px; background: var(--line); content: ""; pointer-events: none; transform: translateX(-50%); }
.confirmation-dialog { width: min(820px, calc(100vw - 48px)); height: min(880px, calc(100dvh - 32px)); max-width: none; max-height: none; padding: 0; border: 0; border-radius: 2px; background: var(--cream); color: var(--ink); box-shadow: 0 24px 64px rgb(38 55 47 / 18%); overflow: hidden; }
.confirmation-dialog::backdrop { background: rgb(38 55 47 / 58%); backdrop-filter: blur(3px); }
.confirmation-dialog-content { display: flex; flex-direction: column; height: 100%; min-height: 0; margin: 0; }
.confirmation-dialog-header { display: flex; flex: none; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 24px; border-bottom: 1px solid var(--line); }
.confirmation-dialog-header > span { color: var(--olive); font-size: 11px; letter-spacing: .08em; }
.confirmation-dialog iframe { display: block; width: calc(100% - 64px); flex: 1; min-height: 0; margin: 20px 32px; border: 0; background: transparent; }
.confirmation-dialog-close { display: grid; flex: none; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font: 300 30px/1 Inter, sans-serif; }
.confirmation-dialog-close:hover { background: var(--sand); }
.confirmation-dialog-footer { flex: none; padding: 4px 24px; border-top: 1px solid var(--line); }
.confirmation-dialog-footer a { display: inline-flex; min-height: 44px; align-items: center; color: var(--olive); font-size: 12px; text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 4px; }
.departure { position: relative; max-width: 1180px; margin: 0 auto; padding: 0 clamp(24px, 9vw, 120px) clamp(60px, 10vw, 130px); }
.departure img { display: block; width: 100%; }

/* Shared visual system */
.section-icon { width: 22px; height: 22px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.accommodation-title,
.restaurants-title,
.visits-title,
.salons-title,
.icon-label { display: inline-flex; align-items: center; gap: 11px; }

.places-history-content h3,
.guide-list h3,
.accommodation-title,
.restaurants-title,
.visits-title,
.salons-title,
.hotel h4,
.restaurant-card h4,
.drink-zones h4,
.visit-card h4,
.salon-row h4,
.arrival-card h3,
.guide-list .lodging-hotels-title,
.lodging-zone h3 { font-weight: 400; letter-spacing: -.025em; }

.section-kicker,
.detail-label,
.places-history summary,
.hotel-group > h3,
.visit-category > h3,
.restaurant-category-note strong,
.restaurant-favorite,
.taxi-links span { font-size: 12px; letter-spacing: .1em; }

.details-grid small,
.places-history-content p,
.restaurant-card > p:not(.restaurant-favorite),
.drink-zones-list p,
.visit-card > p,
.salon-row p { font-size: 14px; line-height: 1.6; }
.arrival-card p { font-size: 16px; line-height: 1.6; }

.accommodation-content,
.restaurants-content,
.visits-content,
.salons-content { background: var(--surface); }

.restaurant-card,
.restaurant-category-note,
.closing-link,
.restaurant-filters button { border-radius: var(--radius-sm); }

.accommodation-details > summary,
.restaurants-details summary,
.visits-details summary,
.salons-details summary { min-height: 76px; padding-block: var(--space-6); }

.hotel,
.visit-card,
.salon-row { min-height: 64px; }

.hotel > a,
.restaurant-actions a,
.visit-actions a,
.salon-actions a,
.lodging-map > span:last-child { font-weight: 500; }

.practical .practical-kicker { margin-bottom: 18px; }
.arrival { padding-top: clamp(34px, 4vw, 48px); }
.closing p { margin-top: var(--space-6); }
.closing-link { margin-top: var(--space-6); }
.site-ending { width: min(calc(100% - 48px), 1100px); margin: 0 auto; padding: clamp(56px, 6vw, 80px) 0 clamp(48px, 6vw, 72px); border-top: 1px solid var(--line); text-align: center; }
.site-ending p { margin: 0; font-family: Inter, sans-serif; font-size: clamp(23px, 3vw, 32px); font-weight: 200; letter-spacing: -.04em; line-height: 1.2; }
.site-ending span { display: block; margin-top: 16px; color: var(--olive); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }

@media (max-width: 960px) {
  .section { padding-right: clamp(32px, 8vw, 64px); padding-left: clamp(32px, 8vw, 64px); }
  .venue-ceremony .venue-illustration,
  .venue-ceremony .venue-copy,
  .venue-celebration .venue-copy { transform: none; }
  .venue-celebration .venue-illustration { transform: none; }
  .arrival-card:nth-child(3) { grid-column: 1 / -1; }
  .taxi-card { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 40px; }
  .wedding-transport > div { grid-template-columns: 1fr; gap: 30px; }
  .wedding-route { width: 100%; }
}

@media (max-width: 650px) {
  .hero { padding-bottom: 50px; }
  .hero-content { margin-top: 62px; }
  .section { padding-top: 60px; padding-bottom: 60px; }
  .section-nav { justify-content: flex-start; gap: 24px; padding-top: 4px; padding-bottom: 4px; scroll-padding-inline: 24px; scroll-snap-type: x proximity; scrollbar-width: none; mask-image: linear-gradient(to right, transparent, #000 24px, #000 calc(100% - 32px), transparent); }
  .section-nav::-webkit-scrollbar { display: none; }
  .section-nav a { flex: none; scroll-snap-align: start; }
  .details { padding-top: 56px; padding-bottom: 72px; }
  .details-grid { grid-template-columns: 1fr; gap: 48px; }
  .venue { padding: 0; }
  .venue-name { min-height: 0; }
  .details-grid > div + div { padding-top: 40px; }
  .venue-illustration { width: min(100%, 280px); height: 310px; }
  .venue-ceremony .venue-illustration { transform: none; }
  .venue-ceremony .venue-copy,
  .venue-celebration .venue-copy { transform: none; }
  .venue-celebration .venue-illustration { width: min(100%, 360px); height: 250px; margin: 0 auto 10px; transform: none; }
  .guide > h2 { margin-bottom: 48px; }
  .places-history-content { grid-template-columns: 1fr; gap: 34px; }
  .accommodation-details > summary { grid-template-columns: 1fr auto; gap: 8px 18px; min-height: 72px; padding: 18px 0; }
  .accommodation-summary-copy { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .accommodation-details > summary::after { grid-column: 2; grid-row: 1 / span 2; }
  .restaurants-details summary { grid-template-columns: 1fr auto; gap: 8px 18px; min-height: 72px; padding: 18px 0; }
  .restaurants-summary-copy { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .restaurants-details summary::after { grid-column: 2; grid-row: 1 / span 2; }
  .visits-details summary { grid-template-columns: 1fr auto; gap: 8px 18px; min-height: 72px; padding: 18px 0; }
  .visits-summary-copy { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .visits-details summary::after { grid-column: 2; grid-row: 1 / span 2; }
  .salons-details summary { grid-template-columns: 1fr auto; gap: 8px 18px; min-height: 72px; padding: 18px 0; }
  .salons-summary-copy { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .salons-details summary::after { grid-column: 2; grid-row: 1 / span 2; }
  .restaurant-grid, .drink-zones-list { grid-template-columns: 1fr; }
  .restaurant-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; }
  .restaurant-filters button { min-width: 0; padding: 10px 0; white-space: normal; text-align: left; }
  .restaurant-card { min-height: 0; }
  .salon-row { grid-template-columns: 1fr; gap: 10px; }
  .salon-actions { justify-content: flex-start; }
  .visit-card { grid-template-columns: 1fr; gap: 10px; padding: 18px 0; }
  .visit-actions { display: flex; min-width: 0; padding-right: 0; justify-items: initial; gap: 13px; margin-top: 3px; text-align: left; }
  .lodging-map > span:last-child { text-align: left; }
  .hotel h4 { font-size: 17px; }
  .hotel-discount { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .hotel-discount > a { justify-self: start; }
  .guide-list > article { grid-template-columns: 1fr; gap: 10px; }
  .guide-list > article { padding: 23px 0; }
  .practical .practical-kicker { margin-bottom: 18px; }
  .practical-title { margin-bottom: 48px; }
  .practical { padding-inline: 24px; }
  .practical-chapter { padding-left: 0; }
  .practical-chapter::before { display: none; }
  .practical-section-title { font-size: 25px; }
  .practical-section-title > .section-icon { position: static; width: 18px; height: 18px; padding: 9px; }
  .practical-notice { grid-template-columns: 1fr; gap: 18px; padding-top: 28px; padding-bottom: 38px; }
  .practical-notice p { padding-top: 0; }
  .wedding-transport { margin: 0; padding-top: 28px; padding-bottom: 42px; }
  .wedding-transport > div { grid-template-columns: 1fr; gap: 28px; }
  .wedding-route { grid-template-columns: 1fr; gap: 28px; width: 100%; justify-self: stretch; margin-right: 0; margin-left: 0; padding: 0 0 24px; overflow: visible; }
  .wedding-route::before { top: 20px; right: auto; bottom: 46px; left: 19px; width: 1px; height: auto; }
  .wedding-route .route-stop { grid-template-columns: 40px 1fr; grid-template-rows: auto auto; justify-items: start; column-gap: 16px; row-gap: 1px; text-align: left; }
  .route-stop-icon { grid-row: 1 / span 2; margin: 0; }
  .wedding-route .route-stop small,
  .wedding-route .route-stop strong { grid-column: 2; }
  .wedding-transport-copy { grid-template-columns: 1fr; gap: 18px; }
  .arrival { padding-top: 30px; padding-bottom: 8px; }
  .arrival-grid { grid-template-columns: 1fr; }
  .arrival-card, .arrival-card:first-child, .arrival-card:last-child { padding: 24px; }
  .arrival-card + .arrival-card { border: 0; }
  .taxi-card { display: block; }
  .taxi-heading .section-kicker { margin-bottom: 22px; white-space: normal; }
  .taxi-contact { margin-bottom: 24px; }
  .taxi-contact .taxi-links { margin: 4px 0 0; }
  .taxi-apps { margin-top: 28px; }
  .arrival-card > .section-kicker { margin-bottom: 22px; }
  .closing { padding-top: 64px; padding-bottom: 64px; }
  .confirmation-dialog { width: calc(100vw - 16px); height: calc(100dvh - 16px); }
  .confirmation-dialog-header { padding: 8px 16px; }
  .confirmation-dialog iframe { width: calc(100% - 32px); margin: 12px 16px; }
  .confirmation-dialog-footer { padding-inline: 16px; }
}
