@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dmsans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dmsans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --canvas: #f3f1eb;
  --surface: #fbfaf6;
  --ink: #15201c;
  --muted: #545e59;
  --forest: #17352d;
  --forest-2: #21493e;
  --lime: #d7ff64;
  --apricot: #ff8b66;
  --line: #d8d9d2;
  --white: #fff;
  --focus: #ffd84d;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 70px rgba(17, 36, 29, .12);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 400 16px/1.65 "DM Sans", system-ui, sans-serif; }
body.menu-open { overflow: hidden; }
img, iframe { max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--forest); border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }
.smart-form .guest-picker {
  display: grid;
  gap: 8px;
}

.smart-form .guest-picker-label {
  font-size: .8rem;
  font-weight: 800;
  color: var(--ink);
}

.smart-form .guest-stepper {
  width: 100%;
  height: 58px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid #c7cbc4;
  border-radius: 15px;
  background: #fff;
}

.smart-form .guest-btn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: var(--forest);
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.smart-form .guest-btn:disabled {
  background: #e7e9e3;
  color: #9aa39d;
  cursor: not-allowed;
}

.smart-form .guest-display {
  height: 42px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 12px;
  background: var(--canvas);
}

.smart-form .guest-display strong {
  display: block;
  font-size: 22px;
  line-height: 1;
  color: var(--forest);
}

.smart-form .guest-display small {
  display: block;
  font-size: .7rem;
  font-weight: 800;
  color: var(--muted);
}

.smart-form .guest-name-card {
  display: grid;
  gap: 12px;
}

.smart-form .guest-name-card input {
  min-height: 46px;
}

.form-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.reservation-btn {
  width: 100%;
  min-height: 58px;
  border-radius: 16px;
  font-size: 1rem;
}

.form-status {
  display: none;
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: .9rem;
  font-weight: 700;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-loading {
  color: #17352d;
  background: #eef4e8;
  border: 1px solid #d8e6cf;
}

.form-status.is-success {
  color: #17352d;
  background: #d7ff64;
  border: 1px solid #c4ec50;
}

.form-status.is-error {
  color: #7a1f12;
  background: #fff0ec;
  border: 1px solid #ffc9bc;
}

.reservation-btn.is-loading {
  opacity: .85;
  cursor: wait;
}

.cpf-input.is-invalid {
  border-color: #d64025 !important;
  background: #fff3ef !important;
}

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: var(--white); background: rgba(8, 31, 24, .9); border-bottom: 1px solid rgba(255,255,255,.16); box-shadow: 0 6px 30px rgba(5, 20, 15, .14); backdrop-filter: blur(18px); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(8, 31, 24, .98); box-shadow: 0 10px 36px rgba(5, 20, 15, .24); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { width: 46px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 700 .8rem/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand strong, .brand small { display: block; line-height: 1.25; }
.brand strong { font-family: "Manrope", sans-serif; font-size: .96rem; }
.brand small { color: rgba(255,255,255,.7); font-size: .69rem; letter-spacing: .03em; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; color: #fff; font-weight: 700; font-size: .92rem; text-decoration: none; text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 -6px; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.main-nav a.is-active { color: var(--lime); }
.language-control { min-height: 40px; display: flex; align-items: center; gap: 6px; padding: 0 8px 0 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.language-control svg { width: 16px; }
.language-control select { border: 0; color: var(--white); background: transparent; font-size: .78rem; font-weight: 700; }
.language-control option { color: var(--ink); }
.menu-toggle { display: none !important; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: inherit; background: transparent; }
.icon-button svg { width: 19px; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 19px; border: 1px solid transparent; border-radius: 999px; color: var(--ink); text-decoration: none; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg, .text-link svg, .text-button svg, .back-top svg { width: 17px; }
.btn.primary { background: var(--lime); color: #122118; }
.btn.primary:hover { background: #e2ff91; }
.btn.glass { border-color: rgba(255,255,255,.4); color: var(--white); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn.outline { border-color: #98a39e; background: transparent; }
.header-cta { min-height: 42px; padding-block: 8px; font-size: .86rem; }

.hero { min-height: 830px; position: relative; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--forest); }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(9,28,22,.9) 0%, rgba(9,28,22,.68) 45%, rgba(9,28,22,.1) 80%), linear-gradient(0deg, rgba(9,28,22,.78), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-block: 180px 76px; }
.hero h1 { max-width: 820px; margin: 0; font: 600 clamp(3.7rem, 7.7vw, 7.3rem)/.9 "Manrope", sans-serif; letter-spacing: -.075em; text-wrap: balance; }
.lead { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.stay-facts { width: min(100%, 940px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 68px 0 0; }
.stay-facts div { min-width: 0; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.32); }
.stay-facts div:first-child { padding-left: 0; border-left: 0; }
.stay-facts dt { color: rgba(255,255,255,.58); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.stay-facts dd { margin: 3px 0 0; font: 600 1rem "Manrope", sans-serif; }
.photo-credit { position: absolute; z-index: 2; right: 24px; bottom: 20px; color: rgba(255,255,255,.68); font-size: .68rem; }

.section { padding: 116px 0; }
.section-intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(28px, 8vw, 120px); align-items: end; margin: 20px 0 56px; }
.section-intro-grid h2, .useful-layout h2, .gallery-heading h2, .contact-lead h2 { margin: 0; font: 600 clamp(2.8rem, 5.6vw, 5.5rem)/.95 "Manrope", sans-serif; letter-spacing: -.065em; }
.section-intro-grid p, .gallery-heading p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.section-intro-grid.inverse p { color: rgba(255,255,255,.68); }

.studio-explorer { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 18px; align-items: start; }
.studio-accordion { display: grid; gap: 10px; }
.studio-item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); overflow: hidden; }
.studio-item summary { display: flex; align-items: center; gap: 14px; padding: 16px 20px; cursor: pointer; color: var(--ink); font-weight: 600; list-style: none; }
.studio-item summary::-webkit-details-marker { display: none; }
.studio-item .tab-number { min-width: 22px; color: var(--muted); font-size: .72rem; }
.studio-item-icon { width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; border-radius: 12px; color: var(--forest); background: #e4e9dd; }
.studio-item-icon svg { width: 19px; }
.studio-item-title { flex: 1; font: 600 1.05rem "Manrope", sans-serif; }
.studio-item-chevron { width: 18px; flex-shrink: 0; color: var(--muted); transition: transform .2s; }
.studio-item[open] .studio-item-chevron { transform: rotate(180deg); }
.studio-item[open] summary { border-bottom: 1px solid var(--line); }
.studio-item p { max-width: 64ch; margin: 0; padding: 18px 20px 22px; color: var(--muted); font-size: .98rem; }
.stay-card { display: flex; flex-direction: column; padding: 30px; border-radius: var(--radius); color: var(--white); background: var(--forest); }
.stay-card-label { color: var(--lime); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.stay-card h3 { margin: 30px 0; font: 600 2rem/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.stay-card ul { display: grid; gap: 16px; margin: auto 0 30px; padding: 0; list-style: none; }
.stay-card li { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.72); font-size: .9rem; }
.stay-card li svg { width: 18px; color: var(--lime); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: var(--white); text-decoration: none; font-weight: 700; }

.guide-section { color: var(--white); background: var(--forest); }
.guide-toolbar { position: sticky; z-index: 10; top: 82px; display: grid; grid-template-columns: 1fr; gap: 16px; align-items: center; margin-bottom: 32px; padding: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(23,53,45,.96); backdrop-filter: blur(16px); }
.guide-search { min-height: 44px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; padding: 0 14px; border-radius: 999px; background: var(--white); color: var(--ink); }
.guide-search svg { width: 18px; color: var(--muted); }
.guide-search input { width: 100%; border: 0; outline: 0; color: inherit; background: transparent; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 40px; align-items: start; }
.guide-accordion { display: grid; gap: 10px; }
.guide-item { border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-sm); background: rgba(255,255,255,.04); overflow: hidden; }
.guide-item.filtered-out { display: none; }
.guide-item summary { display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer; color: var(--white); font-weight: 600; list-style: none; }
.guide-item summary::-webkit-details-marker { display: none; }
.guide-item .tab-number { min-width: 22px; color: rgba(255,255,255,.5); font-size: .72rem; }
.guide-item-title { flex: 1; font: 600 1.15rem "Manrope", sans-serif; }
.guide-item-chevron { width: 18px; flex-shrink: 0; color: var(--lime); transition: transform .2s; }
.guide-item[open] .guide-item-chevron { transform: rotate(180deg); }
.guide-item[open] summary { border-bottom: 1px solid rgba(255,255,255,.16); }
.guide-item-body { padding: 4px 20px 8px; }
.guide-item-intro { margin: 0 0 14px; color: rgba(255,255,255,.62); }
.place-card { display: grid; grid-template-columns: 1fr auto; gap: 10px 20px; padding: 22px 4px; border-top: 1px solid rgba(255,255,255,.16); }
.place-card:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.place-card h4 { margin: 0; font: 600 1.18rem "Manrope", sans-serif; }
.place-card > p { grid-column: 1; margin: 0; color: rgba(255,255,255,.62); }
.place-card .place-meta { display: flex; flex-wrap: wrap; gap: 14px; color: rgba(255,255,255,.8); font-size: .78rem; }
.place-card .place-meta span { display: inline-flex; align-items: center; gap: 5px; }
.place-card .place-meta svg { width: 14px; color: var(--lime); }
.place-card .select-route { grid-column: 2; grid-row: 1/4; align-self: center; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); background: transparent; line-height: 0; }
.place-card .select-route svg { display: block; width: 19px; height: 19px; }
.place-card .select-route:hover, .place-card .select-route[aria-pressed="true"] { color: var(--forest); background: var(--lime); border-color: var(--lime); }
.place-card.filtered-out { display: none; }
.route-companion { height: 620px; position: sticky; top: 160px; overflow: hidden; border-radius: var(--radius); color: var(--ink); background: var(--surface); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.route-topline { display: flex; justify-content: space-between; align-items: center; padding: 13px 18px; color: var(--forest); background: var(--lime); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.route-topline svg { width: 18px; }
.route-map-wrap { height: 280px; background: #dce4de; }
.route-map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.65) contrast(.95); }
.route-copy { padding: 27px; }
.route-eyebrow { margin: 0; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.route-copy h3 { margin: 8px 0 10px; font: 600 1.65rem/1.1 "Manrope", sans-serif; letter-spacing: -.035em; }
.route-copy > p:not(.route-eyebrow) { min-height: 48px; color: var(--muted); }
.route-actions { display: flex; align-items: center; gap: 9px; margin-top: 22px; }
.route-actions .icon-button { color: var(--forest); }

.useful-section { padding: 70px 0; border-bottom: 1px solid var(--line); background: var(--surface); }
.useful-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: center; }
.useful-layout h2 { margin-top: 14px; font-size: clamp(2.4rem, 4vw, 4.2rem); }
.useful-layout > div:first-child > p { color: var(--muted); }
.emergency-directory { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.emergency-card { min-height: 68px; display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; align-content: center; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.emergency-card:nth-child(odd) { border-right: 1px solid var(--line); }
.emergency-card h3, .emergency-card p { margin: 0; }
.emergency-card h3 { font-size: .9rem; }
.emergency-card p { color: var(--muted); font-size: .73rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.emergency-card a { grid-column: 2; grid-row: 1/3; align-self: center; display: flex; align-items: center; gap: 6px; color: var(--forest); text-decoration: none; font: 700 .92rem "DM Sans", sans-serif; letter-spacing: .01em; }
.emergency-card a svg { width: 16px; }

.gallery-section { background: var(--canvas); }
.gallery-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 40px; align-items: end; margin-bottom: 48px; }
.gallery-heading h2 { margin-top: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 210px; gap: 14px; }
.gallery-grid a { position: relative; overflow: hidden; grid-column: span 4; border-radius: 18px; color: var(--white); background: var(--forest); }
.gallery-grid a:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery-grid a:nth-child(2) { grid-column: span 5; }
.gallery-grid a:nth-child(3) { grid-column: span 5; }
.gallery-grid a:nth-child(4), .gallery-grid a:nth-child(5), .gallery-grid a:nth-child(6) { grid-column: span 4; }
.gallery-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s; }
.gallery-grid a:hover img { transform: scale(1.035); }
.gallery-grid .gallery-overlay { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 12px; padding: 45px 18px 16px; background: linear-gradient(transparent, rgba(8,21,17,.78)); }
.gallery-grid .gallery-label { font-weight: 700; }
.gallery-grid .gallery-credit { color: rgba(255,255,255,.68); font-size: .65rem; }

.contact-section { color: var(--white); background: #10251f; }
.contact-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.contact-lead h2 { margin: 18px 0 25px; }
.contact-lead > p { color: rgba(255,255,255,.65); }
.contact-details { margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.8); }
.contact-tools { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 25px; }
.text-button { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; color: var(--lime); background: transparent; font-weight: 600; }
.form-card { overflow: hidden; border-radius: var(--radius); background: var(--surface); color: var(--ink); }
.form-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 8px; border-bottom: 1px solid var(--line); background: #eaece5; }
.form-tabs button { min-height: 45px; border: 0; border-radius: 12px; color: var(--muted); background: transparent; font-weight: 700; }
.form-tabs button[aria-selected="true"] { color: var(--ink); background: var(--white); box-shadow: 0 4px 18px rgba(18,40,32,.08); }
.smart-form { display: grid; gap: 18px; padding: 32px; }
.smart-form label { display: grid; gap: 6px; font-size: .8rem; font-weight: 700; }
.smart-form input, .smart-form textarea { width: 100%; border: 1px solid #c7cbc4; border-radius: 11px; color: var(--ink); background: var(--white); padding: 11px 12px; }
.smart-form textarea { resize: vertical; }
.smart-form input:hover, .smart-form textarea:hover { border-color: var(--forest); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-status { min-height: 1em; margin: 0; color: #9c3522; font-size: .8rem; }
.form-status.is-success { color: #1c6b3f; }
.form-actions { display: flex; flex-wrap: wrap; gap: 9px; }

.guest-names { display: grid; gap: 14px; }

.site-footer { padding: 38px 0; color: var(--white); background: #091813; }
.back-top { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); text-decoration: none; font-weight: 600; font-size: .85rem; }

#image-dialog { width: min(1000px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 18px; overflow: visible; background: #0b1612; color: white; }
#image-dialog::backdrop { background: rgba(5,14,10,.82); backdrop-filter: blur(8px); }
#image-dialog img { width: 100%; max-height: 78vh; display: block; object-fit: contain; border-radius: 18px; }
#image-dialog p { padding: 0 20px; }
.dialog-close { position: absolute; z-index: 2; right: -10px; top: -10px; color: var(--ink); background: var(--lime); border: 0; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: auto 1fr auto auto; gap: 14px; }
  .main-nav { gap: 16px; }
  .stay-card { grid-column: 1/-1; display: grid; grid-template-columns: .6fr 1fr 1fr; gap: 30px; align-items: center; }
  .stay-card h3 { margin: 0; }
  .stay-card ul { margin: 0; }
  .useful-layout { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 78px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 72px; grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: inline-grid !important; justify-self: end; border-color: rgba(255,255,255,.4); }
  .language-control { grid-column: 2; grid-row: 1; justify-self: end; margin-right: 52px; }
  .header-cta { display: none; }
  .main-nav { position: fixed; inset: 72px 0 auto; display: none; padding: 24px 20px 30px; background: var(--forest); box-shadow: 0 20px 30px rgba(0,0,0,.2); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 12px 0; font-size: 1.1rem; }
  .hero { min-height: 760px; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,27,20,.95), rgba(8,27,20,.22) 78%); }
  .hero-content { padding-block: 150px 60px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .stay-facts { margin-top: 48px; }
  .stay-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stay-facts div { min-width: 0; margin-top: 20px; padding-left: 16px; }
  .stay-facts div:nth-child(3) { border-left: 0; padding-left: 0; }
  .section { padding: 82px 0; }
  .section-intro-grid, .gallery-heading, .contact-shell { grid-template-columns: 1fr; gap: 22px; }
  .section-intro-grid { margin-bottom: 38px; }
  .studio-explorer { grid-template-columns: 1fr; }
  .stay-card { grid-column: auto; display: flex; }
  .stay-card h3 { margin: 25px 0; }
  .stay-card ul { margin: 0 0 25px; }
  .guide-toolbar { top: 72px; grid-template-columns: 1fr; }
  .guide-layout { grid-template-columns: 1fr; }
  .route-companion { height: auto; max-height: none; }
  .route-companion { position: static; }
  .useful-section { padding: 60px 0; }
  .emergency-directory { grid-template-columns: 1fr; }
  .emergency-card:nth-child(odd) { border-right: 0; }
  .gallery-grid { grid-auto-rows: 190px; }
  .gallery-grid a, .gallery-grid a:nth-child(n) { grid-column: span 6; grid-row: span 1; }
  .gallery-grid a:first-child { grid-column: span 12; grid-row: span 2; }
}

@media (max-width: 520px) {
  .brand small { display: none; }
  .language-control { margin-right: 49px; }
  .hero-actions .btn { width: 100%; }
  .place-card { grid-template-columns: 1fr auto; }
  .place-card > p { grid-column: 1/-1; }
  .place-card .select-route { grid-row: 1; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-grid a, .gallery-grid a:nth-child(n), .gallery-grid a:first-child { grid-column: 1; grid-row: auto; }
  .form-row { grid-template-columns: 1fr; }
  .smart-form { padding: 23px; }
  .form-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .site-header, .hero, .contact-section, .gallery-section, .guide-toolbar, .route-companion, .site-footer { display: none !important; }
  .section, .useful-section { padding: 25px 0; }
  .studio-explorer, .guide-layout, .useful-layout { display: block; }
  .studio-item, .guide-item { border: 0; }
  .studio-item p, .guide-item-body { display: block !important; padding: 0 0 14px; }
  .guide-section { color: #000; background: #fff; }
  .place-card { break-inside: avoid; border-color: #bbb; }
  .place-card > p { color: #333; }
}

/* ===== Assinaturas do footer ===== */

.footer-signatures{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:18px;
}

.signature-link{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:inherit;
}

.signature-link svg{
    width:36px !important;
    height:36px !important;
    min-width:36px;
    min-height:36px;
    max-width:36px;
    max-height:36px;
    color:var(--lime);
    flex-shrink:0;
}

.agency-logo{
    width:36px;
    height:36px;
    object-fit:contain;
    flex-shrink:0;
}

.signature-text{
    display:flex;
    flex-direction:column;
    line-height:1.15;
}

.signature-text strong{
    color:#fff;
    font-size:13px;
    font-weight:700;
}

.signature-text small{
    color:rgba(255,255,255,.60);
    font-size:11px;
}

.footer-inner{
    display:grid;
    grid-template-columns:1fr auto auto;
    align-items:center;
}

@media (max-width:900px){

    .footer-inner{
        grid-template-columns:1fr;
        gap:20px;
        text-align:center;
    }

    .footer-signatures{
        justify-content:center;
        flex-wrap:wrap;
    }

}