/* LoveYouItaly · paper & forest. Presentation only; backend hooks stay intact.
   This final stylesheet replaces the visual tokens of the legacy templates.
   All layout selectors are scoped so WordPress/admin/third-party UI is untouched. */
:root {
  --paper: #f7f4ed;
  --ink: #172b32;
  --muted: #52636a;
  --green: #174f46;
  --sage: #e8eee8;
  --rose: #7c2946;
  --favorite: #ad4e35;
  --night: var(--paper);
  --night-2: var(--sage);
  --panel: #fff;
  --ivory: var(--ink);
  --ivory-soft: var(--muted);
  --gold: var(--green);
  --gold-soft: #b9cdc5;
  --line: #d7deda;
  --line-warm: var(--line);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 8px 24px rgb(23 43 50 / 5%);
  --shadow-lg: 0 12px 36px rgb(23 43 50 / 10%);
  --ite-primary: var(--green);
  --ite-accent: var(--green);
  --ite-text: var(--ink);
  --ite-text-muted: var(--muted);
  --ite-border: var(--line);
  --ite-bg: var(--paper);
  --ite-surface: #fff;
  accent-color: var(--green);
  color-scheme: light;
}
body.renewal-site {
  --paper:#f7f4ed;--ink:#172b32;--muted:#52636a;--green:#174f46;--sage:#e8eee8;--rose:#7c2946;
  --night:var(--paper);--night-2:var(--sage);--panel:#fff;--ivory:var(--ink);--ivory-soft:var(--muted);
  --gold:var(--green);--gold-soft:#b9cdc5;--line:#d7deda;--line-warm:var(--line);
  --serif:Georgia,'Times New Roman',serif;--sans:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --shadow:0 8px 24px rgb(23 43 50 / 5%);--shadow-lg:0 12px 36px rgb(23 43 50 / 10%);
  background: var(--paper) !important;
  color: var(--ink);
  font-family: var(--sans) !important;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}
.renewal-site *, .renewal-site *::before, .renewal-site *::after {box-sizing:border-box}
.renewal-site :is(h1,h2,h3,h4,h5,.section-title,.display,.big-quote) {
  font-family: var(--serif) !important;
  color: var(--ink);
  font-weight: 400;
  letter-spacing: -.035em;
  text-wrap: pretty;
  overflow-wrap: break-word;
}
body.renewal-site h1 {font-size:clamp(34px,3.6vw,50px) !important;line-height:1.12 !important;max-width:22ch}
body.renewal-site :is(h2,.section-title) {font-size:clamp(29px,3vw,40px) !important;line-height:1.2 !important}
body.renewal-site h3 {font-size:26px;line-height:1.25}
.renewal-site :is(p,li,dt,dd,label,input,select,textarea,button) {font-family:var(--sans)}
.renewal-site :is(p,li) {overflow-wrap:break-word}
.renewal-site :is(.container,.ite-container) {width:calc(100% - 80px) !important;max-width:1240px !important;margin-inline:auto !important;padding-inline:0 !important}
.renewal-site :is(.band,.ite-section) {padding-block:64px;background:var(--paper)}
.renewal-site :is(.section-sub,.mock-lead,.lede) {color:var(--muted);font-family:var(--sans);font-size:16px !important;line-height:1.75;max-width:65ch}
.renewal-site :is(.eyebrow,.kicker,.ite-eyebrow) {color:var(--green);font:600 11px/1.5 var(--sans);letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px}
.renewal-site :is(.gold-rule,.ite-rule) {width:48px;height:2px;background:var(--green);margin-block:24px;opacity:.65}
.renewal-site .section-head {align-items:flex-end;gap:24px;margin-bottom:28px}
.renewal-site .section-head > div {min-width:0}
.renewal-site a {text-underline-offset:4px}
.renewal-site a:hover {color:var(--green)}
.renewal-site :focus-visible {outline:2px solid var(--green) !important;outline-offset:4px !important;box-shadow:none !important}
/* Focus belongs to the control, not an additional legacy frame around its label. */
.renewal-site :is(.ite-form label,.smart-search .search-field,.ite-filters .edit-field):focus-within {outline:0 !important}
.renewal-site [hidden] {display:none !important}
.renewal-site :is(.btn,.ite-button,.ite-btn,.mock-btn,button[type=submit],input[type=submit]) {
  background:var(--green) !important;color:#fff !important;border:1px solid var(--green) !important;
  border-radius:4px !important;padding:12px 21px !important;min-height:46px;
  font:600 13px/1.4 var(--sans) !important;letter-spacing:.01em !important;text-transform:none !important;
  box-shadow:none !important;transition:background .16s ease, border-color .16s ease;
}
.renewal-site :is(.btn,.ite-button,.ite-btn,.mock-btn,button[type=submit]):hover {background:#103d36 !important;border-color:#103d36 !important;color:#fff !important;transform:none}
.renewal-site .mock-btn {display:inline-flex;align-items:center;justify-content:center;text-decoration:none;gap:8px}
.renewal-site .mock-section {padding-block:48px;background:var(--paper)}
.renewal-site .mock-page-head {background:var(--paper);padding-block:55px 28px;border-color:var(--line)}
.renewal-site .auth-wrap {max-width:520px !important}
.renewal-site .mock-section > .auth-wrap {grid-template-columns:minmax(0,1fr);min-height:0}
.renewal-site .mock-section > .auth-wrap > .auth-card {max-width:none;min-width:0}
.renewal-site #helpSearchClear[hidden],.renewal-site #helpSearchStatus:empty {display:none !important}
.renewal-site .auth-card {padding:30px;border:1px solid var(--line);border-radius:5px;background:#fff}
.renewal-site .auth-card h1 {font-size:34px !important}
.renewal-site .auth-card p {font-size:14px;color:var(--muted)}
.renewal-site .auth-field {display:block;margin-block:18px}
.renewal-site .auth-field input {width:100%}
.renewal-site .auth-field > span {display:block;margin-bottom:7px;font-size:13px;color:var(--ink)}
.renewal-site .back-link {display:inline-flex;gap:8px;margin-top:22px;font-size:13px;color:var(--green)}
.renewal-site .dashicons,.renewal-site .dashicons::before {font-family:dashicons !important;font-style:normal;font-weight:400;letter-spacing:normal}
.renewal-site .ite-faq summary::after {content:'+' !important;font-family:var(--sans) !important;font-size:20px;color:var(--green)}
.renewal-site .ite-faq[open] summary::after {content:'−' !important}
.renewal-site .ite-summary-card h2 {font-size:29px !important}
.renewal-site :is(.btn.ghost,.btn.secondary,.ite-button--secondary,.ite-btn-secondary) {background:transparent !important;color:var(--green) !important;border-color:#a3b7ae !important}
.renewal-site :is(.btn.ghost,.btn.secondary,.ite-button--secondary,.ite-btn-secondary):is(:hover,:focus-visible) {background:var(--sage) !important;color:var(--green) !important;border-color:var(--green) !important}
.renewal-site .btn.small {min-height:40px;padding:10px 17px !important;font-size:12px !important;white-space:nowrap}
.renewal-site :is(button,input,select,textarea):disabled {cursor:not-allowed;opacity:.55}
.renewal-site :is(input:not([type=checkbox],[type=radio],[type=hidden],[type=submit]),select,textarea) {
  background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:4px;
  min-height:44px;padding:11px 13px;font:400 14px/1.45 var(--sans);max-width:100%;
}
.renewal-site :is(input,textarea)::placeholder {color:#66766f;opacity:1}
.renewal-site :is(input,select,textarea):focus {border-color:#829e90;box-shadow:0 0 0 2px rgb(23 79 70 / 8%);outline:none}
.renewal-site input[type=checkbox],.renewal-site input[type=radio] {width:18px;height:18px;min-width:18px;accent-color:var(--green)}
.renewal-site label {color:var(--ink);font-size:13px;line-height:1.5;letter-spacing:0}

/* Navigation: never over photography, menus use the same light surface. */
.renewal-site .topbar {background:var(--sage);color:var(--muted);border-bottom:1px solid var(--line);min-height:34px;font-size:11px;letter-spacing:.02em}
.renewal-site .topbar > .container {padding-block:4px;min-height:34px;align-items:center}
.renewal-site .topbar .atelier-top-prefs {gap:12px}
.renewal-site .atelier-language {color:var(--ink)}
.renewal-site .atelier-language summary {color:var(--ink) !important;font-size:12px;min-height:28px;padding:2px 6px;display:flex;align-items:center;gap:7px;text-transform:none;letter-spacing:0}
.renewal-site .atelier-language > div {background:#fff !important;border:1px solid var(--line);border-radius:5px;box-shadow:var(--shadow-lg);z-index:1200;min-width:164px;padding:5px}
.renewal-site .atelier-language > div :is(a,span) {display:block;padding:9px 12px;color:var(--ink) !important;font:400 13px/1.4 var(--sans);letter-spacing:0}
.renewal-site .atelier-language > div a:hover {background:var(--sage);border-radius:3px}
.renewal-site .atelier-language [aria-current=true] {font-weight:600 !important;background:var(--sage)}
.renewal-site .atelier-language [aria-disabled=true] {opacity:.55}
.renewal-site header.site {position:relative;background:var(--paper) !important;border-bottom:1px solid var(--line);color:var(--ink);z-index:90;backdrop-filter:none}
.renewal-site header.site > .container {min-height:78px;gap:26px}
.renewal-site .logo {font:400 26px/1.2 var(--serif) !important;letter-spacing:-1px !important;color:var(--ink) !important;white-space:nowrap}
.renewal-site .logo em {color:var(--green) !important;font-style:italic}
.renewal-site nav.main {gap:25px}
.renewal-site nav.main a,.renewal-site .header-cta .link-quiet {font:500 13px/1.4 var(--sans);color:var(--ink);letter-spacing:0;text-transform:none;padding:10px 0}
.renewal-site nav.main a::after {background:var(--green);height:1px;bottom:2px}
.renewal-site .header-cta {gap:20px}
.renewal-site .menu-btn {border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--green);min-width:42px;min-height:42px}

/* Split homepage hero, proportioned to the selected reference. */
body.renewal-site .hero.renewal-hero {min-height:0;height:auto;padding:46px 0 50px;background:var(--paper);color:var(--ink);overflow:visible}
.renewal-site .renewal-hero-grid {display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);gap:64px;align-items:center}
body.renewal-site .hero.renewal-hero .inner {width:100%;max-width:none;margin:0;padding:0;text-align:left;position:relative;inset:auto;transform:none}
body.renewal-site .hero.renewal-hero h1 {font-size:clamp(46px,5.1vw,70px) !important;line-height:1.04 !important;letter-spacing:-.052em;color:var(--ink) !important;margin:0 0 24px;max-width:10ch !important;text-shadow:none}
.renewal-site .renewal-hero h1 em {display:block;color:var(--green)}
body.renewal-site .renewal-hero .kicker {text-shadow:none}
body.renewal-site .hero.renewal-hero .lede {max-width:47ch;font-size:16px !important;line-height:1.75;margin:0 0 26px;text-align:left !important;color:var(--muted) !important;text-shadow:none}
.renewal-site .renewal-hero-photo {position:relative;margin:0;min-width:0;height:525px;overflow:hidden;border-radius:100px 5px 5px 5px;background:var(--sage)}
.renewal-site .renewal-hero-photo img {width:100%;height:100%;object-fit:cover;object-position:62% center}
.renewal-site .renewal-hero-photo figcaption {position:absolute;bottom:18px;left:22px;right:22px;color:#fff;font-size:13px;text-shadow:0 1px 5px #000;background:rgb(0 0 0 / 22%);padding:9px 12px;border-radius:3px}
.renewal-site .renewal-text-link {display:inline-flex;gap:14px;align-items:center;font-size:13px;color:var(--green);text-decoration:underline;margin-top:18px}
.renewal-site .renewal-promises {border-block:1px solid var(--line);padding:20px 0}
.renewal-site .renewal-promises .container {display:flex;align-items:center;justify-content:space-between;gap:20px}
.renewal-site .renewal-promises span {font-size:12px;color:var(--muted)}
.renewal-site .renewal-promises span::before {content:'✓';color:var(--green);font-weight:700;margin-right:9px}

/* Search widths follow content, not viewport width. No browser-styled datalist. */
body.renewal-site .search-card {width:min(100%,850px) !important;max-width:850px !important;display:grid;grid-template-columns:minmax(200px,1fr) 164px 130px 112px;gap:0;border:1px solid var(--line);border-radius:5px;background:#fff !important;box-shadow:var(--shadow);margin:24px 0 0;overflow:visible}
body.renewal-site .search-card .field {min-width:0;min-height:62px !important;padding:10px 15px !important;background:#fff !important;border:0;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;gap:3px}
body.renewal-site .search-card .field label {font:600 10px/1.3 var(--sans);letter-spacing:.08em;color:var(--green);margin:0;text-transform:uppercase}
body.renewal-site .search-card label:is([for="home-date"],[for="tour-date"])::after {content:none}
body.renewal-site .search-card :is(input:not([type=hidden]),select,.lyi-date-btn,.lyi-sel-btn) {border:0 !important;border-radius:0 !important;background:#fff !important;box-shadow:none !important;color:var(--ink);font:400 14px/1.5 var(--sans) !important;min-height:26px;height:26px;padding:0 !important;letter-spacing:0;width:100%;text-transform:none}
body.renewal-site .search-card :is(input,select):focus {outline:1px solid #829e90 !important;outline-offset:3px !important}
body.renewal-site .search-card .go {min-height:62px;padding:7px;display:flex;background:#fff;border-radius:0 5px 5px 0}
body.renewal-site .search-card .go .btn {min-height:46px;min-width:0 !important;max-width:100%;width:100%;padding:10px 16px !important}
body.renewal-site .hero.renewal-hero .search-card {width:100% !important;max-width:100% !important;grid-template-columns:minmax(0,1fr) 124px 104px;}
body.renewal-site .hero.renewal-hero .search-card .field:first-child {grid-column:1/-1;border-bottom:1px solid var(--line);border-right:0;border-radius:5px 5px 0 0;min-height:65px !important}
body.renewal-site .hero.renewal-hero .search-card .go {min-height:62px;grid-column:auto}
body.renewal-site .destination-search-card {grid-template-columns:minmax(230px,1fr) 190px 112px;width:min(100%,730px) !important}
.renewal-site .journal-search {display:flex;width:min(100%,620px) !important;max-width:620px;min-height:48px;height:auto;border:1px solid var(--line);border-radius:4px;background:#fff;box-shadow:none;margin-top:26px}
.renewal-site .journal-search input {height:48px;min-width:0;flex:1;border:0;padding:12px 16px !important;font-size:14px}
.renewal-site .journal-search .btn {min-width:100px;margin:4px;min-height:40px;padding:8px 16px !important}
.renewal-site .lyi-date-btn {display:flex;align-items:center;justify-content:space-between;gap:10px}
.renewal-site .lyi-date-ico {font-size:17px;color:var(--green)}
.renewal-site .lyi-date-txt.is-ph {color:#66766f}
.renewal-site .contact-form .lyi-date-btn {min-height:44px;width:100%;padding:10px 13px;border:1px solid var(--line);border-radius:4px;background:#fff;font-size:14px}
.renewal-site .contact-form .ite-form > label {display:grid;gap:8px;font-size:13px;letter-spacing:0;text-transform:none}
.renewal-site .lyi-cal {background:#fff !important;color:var(--ink);border:1px solid var(--line);border-radius:7px;padding:16px;box-shadow:0 16px 60px rgb(23 43 50 / 18%);overflow:auto;z-index:100001}
.renewal-site .lyi-cal :is(button,span) {font-family:var(--sans)}
.renewal-site .lyi-cal-title {font-size:15px;font-weight:600}
.renewal-site .lyi-cal :is(.lyi-cal-day,.lyi-cal-nav) {color:var(--ink);border-radius:4px}
.renewal-site .lyi-cal-day.is-on {color:#fff;background:var(--green)}
.renewal-site .lyi-cal-day:hover:not(:disabled) {background:var(--sage);color:var(--green)}
.renewal-site .renewal-calendar {position:fixed;right:auto;bottom:auto;margin:0;transform:none !important;visibility:hidden;opacity:0;max-width:calc(100vw - 24px)}
.renewal-site .renewal-calendar.is-open {visibility:visible;opacity:1;display:block}
.renewal-site .renewal-calendar .lyi-cal-day {min-width:0;padding:0}
.renewal-site .renewal-calendar .lyi-cal-day:disabled {color:#98a59f}
.renewal-site .renewal-calendar .lyi-cal-act {font-size:12px;letter-spacing:0;text-transform:none;min-height:32px}
.renewal-site .renewal-calendar .renewal-cal-close {min-width:32px;font-size:23px}
.renewal-site select {appearance:auto}

/* The map renderer is unchanged; only the surrounding page is styled. */
.renewal-site .map-section {background:var(--paper) !important;padding:68px 0}
.renewal-site .map-grid {grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:48px;align-items:center}
.renewal-site .renewal-map-visual {min-width:0;width:100%}
.renewal-site .renewal-map-visual .lyi-map-tip {position:static;max-width:430px;min-height:40px;margin:0 auto 14px;padding:0 12px;text-align:center;color:var(--muted);font:400 12px/1.65 var(--sans);letter-spacing:0;text-transform:none;white-space:normal;overflow-wrap:break-word;background:transparent;border:0;transform:none;transition:opacity .16s ease}
.renewal-site .renewal-map-visual .lyi-map-tip strong {color:var(--green);font-weight:600}
.renewal-site .renewal-map-visual .lyi-map-tip.is-hidden {opacity:0;visibility:hidden}
.renewal-site .map-copy .section-sub {font-size:15px !important;max-width:44ch}
.renewal-site .map-canvas.lyi-map-stage {border:0 !important;box-shadow:none !important;background:transparent !important;border-radius:0 !important}
.renewal-site #lyi-map-card {background:#fff;border:1px solid var(--line);border-radius:5px;box-shadow:var(--shadow);padding:22px;gap:22px}
.renewal-site #lyi-map-card .pc-id {padding:4px 18px 4px 0;border-color:var(--line);min-width:0}
.renewal-site #lyi-map-card .pc-region {font-size:10px;letter-spacing:.1em;color:var(--muted)}
.renewal-site #lyi-map-card .lyi-map-card-name {font-size:27px !important;line-height:1.15;letter-spacing:-.025em;word-break:normal;overflow-wrap:anywhere}
.renewal-site #lyi-map-card .pc-count {font:400 12px/1.5 var(--sans);color:var(--green)}
.renewal-site #lyi-map-card .pc-body {min-width:0;padding:0}
.renewal-site #lyi-map-card .lyi-map-card-attraction-label {font-size:10px;letter-spacing:.08em;line-height:1.5}
.renewal-site #lyi-map-card .pc-list {font-size:13px;line-height:1.6}
.renewal-site #lyi-map-card .lyi-map-card-search {margin-top:14px;padding:10px 14px !important;font-size:12px !important}
body.renewal-site #lyi-map-card:has(.lyi-map-card-attraction-list:empty) {grid-template-columns:minmax(0,1fr);gap:0}
body.renewal-site #lyi-map-card:has(.lyi-map-card-attraction-list:empty) .pc-id {border:0;padding:0}
body.renewal-site #lyi-map-card:has(.lyi-map-card-attraction-list:empty) .pc-body {display:none}
.renewal-site .lyi-map-zoom button {background:#fff;border:1px solid var(--line);border-radius:4px;color:var(--green);box-shadow:none}

/* Cards: real image and copy, never a grey empty grid cell. */
body.renewal-site :is(.card-row,.journal-grid,.guide-row) {background:transparent !important;gap:22px}
body.renewal-site .card-row.tour-rail {display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:calc((100% - 44px)/3);gap:22px;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none}
body.renewal-site .card-row.tour-rail::-webkit-scrollbar {display:none;width:0;height:0}
body.renewal-site .tour-start-section {background:var(--paper) !important}
.renewal-site .tour-card {background:#fff !important;border:1px solid var(--line);border-radius:5px;overflow:hidden;box-shadow:none;display:flex;flex-direction:column;scroll-snap-align:start}
body.renewal-site .tour-card :is(.ph,.tour-card-media-wrap) {height:auto !important;aspect-ratio:1.72;width:100%;min-height:0;position:relative;display:block;border:0;overflow:hidden;background:var(--sage)}
/* The share menu opens below its trigger; keep it visible over the card body. */
body.renewal-site .tour-card :is(.ph,.tour-card-media-wrap):has(.ite-card-tools) {overflow:visible}
.renewal-site .tour-card .tour-image-link {display:block !important;width:100% !important;height:100% !important}
.renewal-site .tour-card .ph img {width:100% !important;height:100% !important;object-fit:cover;display:block}
.renewal-site .tour-card .tag {left:14px;top:14px;padding:5px 9px;border:1px solid rgb(255 255 255 / 60%);border-radius:3px;background:rgb(255 255 255 / 92%);font:500 10px/1.4 var(--sans);letter-spacing:.05em;color:var(--ink)}
body.renewal-site .tour-card .body {padding:20px;display:flex;flex:1;flex-direction:column;gap:12px;min-height:0}
body.renewal-site .tour-card .body h3 {font-size:23px !important;line-height:1.27 !important;letter-spacing:-.025em;margin:0;max-width:none}
body.renewal-site .tour-card .meta {display:flex;gap:9px;flex-wrap:wrap;white-space:normal;font:400 11px/1.4 var(--sans);letter-spacing:.025em;text-transform:none;color:var(--muted);margin:0}
.renewal-site .tour-card .meta span+span::before {margin-right:9px}
body.renewal-site .tour-card .price-line {margin-top:auto;padding-top:14px;border-top:1px solid var(--line);display:flex;gap:12px;justify-content:space-between;align-items:center}
.renewal-site .tour-card .price-line .from {font-size:12px;color:var(--muted)}
.renewal-site .tour-card .price-line .price {font:600 16px/1.4 var(--sans);color:var(--green)}
.renewal-site .tour-card .price-line .price.is-status {font:500 12px/1.4 var(--sans);color:var(--muted)}
/* One vector outline in every context, including AJAX-rendered saved cards. */
body.renewal-site :is(.tour-card .ph .heart,.ite-tour-tools .ite-heart,.ite-heart) {width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;background:#fff !important;color:var(--green);border:1px solid var(--line);text-shadow:none;display:inline-grid;place-items:center;padding:0;box-shadow:0 2px 8px rgb(23 43 50 / 6%);flex:none;transition:color .16s ease,border-color .16s ease}
body.renewal-site .tour-card .ph .heart {position:absolute;right:12px;top:12px}
body.renewal-site .tour-card .ph .ite-card-tools {right:12px;top:12px}
body.renewal-site .tour-card .ph .ite-card-tools>.heart {position:static;right:auto;top:auto}
body.renewal-site .ite-card-share {position:relative}
body.renewal-site .ite-card-share>summary {display:grid;place-items:center;width:40px;height:40px;min-width:40px;min-height:40px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--green);box-shadow:0 2px 8px rgb(23 43 50 / 6%);cursor:pointer;list-style:none}
body.renewal-site .ite-card-share>summary::-webkit-details-marker {display:none}
body.renewal-site .ite-card-share>summary::marker {content:''}
body.renewal-site .ite-card-share>summary:hover {border-color:var(--green)}
body.renewal-site .ite-card-share>summary .dashicons {display:grid;place-items:center;width:18px;height:18px;font-size:18px;line-height:18px}
body.renewal-site .ite-card-share>div {right:0;left:auto;min-width:154px}
body.renewal-site :is(.tour-card .ph .heart,.ite-tour-tools .ite-heart,.ite-heart)::before {content:'';display:block;width:21px;height:21px;margin:0;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.3 4.6a5.3 5.3 0 0 0-7.5 0l-.8.8-.8-.8a5.3 5.3 0 0 0-7.5 7.5L12 20.4l8.3-8.3a5.3 5.3 0 0 0 0-7.5Z' fill='none' stroke='white' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.3 4.6a5.3 5.3 0 0 0-7.5 0l-.8.8-.8-.8a5.3 5.3 0 0 0-7.5 7.5L12 20.4l8.3-8.3a5.3 5.3 0 0 0 0-7.5Z' fill='none' stroke='white' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;transform:none}
body.renewal-site :is(.tour-card .ph .heart,.ite-tour-tools .ite-heart,.ite-heart) .dashicons {display:none}
body.renewal-site :is(.tour-card .ph .heart,.ite-tour-tools .ite-heart,.ite-heart):hover {border-color:var(--green);transform:none}
body.renewal-site :is(.tour-card .ph .heart,.ite-tour-tools .ite-heart,.ite-heart).is-saved {color:var(--favorite);border-color:#d5b8ac;background:#fff !important}
body.renewal-site .ite-heart[aria-busy=true] {cursor:progress;opacity:.7}
.renewal-site :is(.arrow-btn,.view-btn) {background:transparent;border:1px solid var(--line);border-radius:4px;color:var(--green);width:40px;height:40px}
.renewal-site .arrows {display:flex;gap:8px;flex-shrink:0}
.renewal-site :is(.arrow-btn,.view-btn):hover {background:var(--sage)}
.renewal-site .view-btn.active {background:var(--green);color:#fff}
body.renewal-site .region-list {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;background:none;border:0}
body.renewal-site .region-list .region-item {display:block;padding:0;border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#fff}
.renewal-site .region-item > img {width:100%;height:auto;aspect-ratio:1.52;object-fit:cover}
.renewal-site .renewal-region-copy {padding:18px;position:relative}
.renewal-site .renewal-region-copy h3 {font-size:25px;margin:0 0 7px}
.renewal-site .region-item .places {font:400 12px/1.45 var(--sans);color:var(--muted)}
.renewal-site .region-item .go {position:absolute;right:16px;top:22px;font-size:17px;color:var(--green)}
/* A quiet editorial interaction. No autoplay, overlays or invented product offers. */
.renewal-site .renewal-discovery-heading {display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}
.renewal-site .renewal-discovery-heading h2 {margin:0}
.renewal-site .renewal-discovery-heading p {max-width:30ch;margin:0 0 3px;color:var(--muted);font-size:14px;line-height:1.7}
.renewal-site .renewal-discovery-tabs {display:flex;gap:32px;border-bottom:1px solid var(--line);margin-bottom:24px}
.renewal-site .renewal-discovery-tabs a {display:inline-flex;align-items:center;gap:12px;padding:12px 0 15px;border-bottom:2px solid transparent;margin-bottom:-1px;font:500 14px/1.5 var(--sans);color:var(--muted);text-decoration:none;min-height:48px}
.renewal-site .renewal-discovery-tabs a span {font-size:11px;font-weight:400;letter-spacing:.08em;color:var(--muted)}
.renewal-site .renewal-discovery-tabs a[aria-selected=true] {color:var(--green);border-color:var(--green)}
.renewal-site .renewal-discovery-tabs a:hover {color:var(--green)}
.renewal-site .renewal-discovery-panel {display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);min-height:390px;border-radius:6px;overflow:hidden;background:var(--green);margin-top:20px}
.renewal-site .renewal-discovery.is-enhanced .renewal-discovery-panel {margin-top:0}
.renewal-site .renewal-discovery-photo {position:relative;margin:0;min-width:0;min-height:390px;overflow:hidden}
.renewal-site .renewal-discovery-photo img {position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.renewal-site .renewal-discovery-photo figcaption {position:absolute;left:22px;bottom:20px;max-width:calc(100% - 44px);margin:0;padding:9px 13px;border-radius:3px;background:var(--paper);color:var(--ink);font:400 11px/1.5 var(--sans);letter-spacing:.02em}
.renewal-site .renewal-discovery-photo figcaption span {margin:0 8px}
.renewal-site .renewal-discovery-copy {padding:36px 40px;display:flex;flex-direction:column;align-items:flex-start;min-width:0;color:#fff}
.renewal-site .renewal-discovery-index {color:#d6e1d8;font:500 11px/1.5 var(--sans);letter-spacing:.14em;margin-bottom:28px}
.renewal-site .renewal-discovery-copy h3 {font-size:36px;line-height:1.15;color:#fff;max-width:15ch;margin:0 0 20px}
.renewal-site .renewal-discovery-copy p {font:400 14px/1.75 var(--sans);color:#e1e9e3;max-width:42ch;margin:0 0 26px}
.renewal-site .renewal-discovery-copy a {display:inline-flex;gap:22px;align-items:center;min-height:44px;color:#fff;border-bottom:1px solid #9ab4a7;font:500 13px/1.5 var(--sans);text-decoration:none;margin-top:auto}
.renewal-site .renewal-discovery-copy a span {font-size:22px;line-height:1;transition:transform .18s ease}
.renewal-site .renewal-discovery-copy a:hover {color:#fff;border-color:#fff}
.renewal-site .renewal-discovery-copy a:hover span {transform:translate(2px,-2px)}
.renewal-site .renewal-discovery-copy a:focus-visible {outline-color:#fff !important}
.renewal-site .renewal-discovery[aria-busy=true] .renewal-discovery-tabs {cursor:progress}
.renewal-site .renewal-discovery-status {font-size:13px;color:var(--muted);margin:12px 0 0}
@media(prefers-reduced-motion:no-preference){
  .renewal-site .renewal-discovery.is-enhanced .renewal-discovery-panel:not([hidden]) .renewal-discovery-copy {animation:renewal-discovery-enter .24s ease-out}
  @keyframes renewal-discovery-enter {from{opacity:.5;transform:translateY(5px)}to{opacity:1;transform:none}}
}
@media(max-width:1080px){
  .renewal-site .renewal-discovery-heading {align-items:flex-start;flex-direction:column;gap:16px}
  .renewal-site .renewal-discovery-heading p {max-width:none}
  .renewal-site .renewal-discovery-copy {padding:28px}
  .renewal-site .renewal-discovery-copy h3 {font-size:31px}
}
@media(max-width:650px){
  .renewal-site .renewal-discovery-tabs {gap:14px;justify-content:space-between}
  .renewal-site .renewal-discovery-tabs a {font-size:12px;line-height:1.45;gap:6px;flex:1;align-items:flex-start;flex-direction:column;padding-bottom:12px}
  .renewal-site .renewal-discovery-panel {grid-template-columns:1fr;min-height:0}
  .renewal-site .renewal-discovery-photo {min-height:0;aspect-ratio:1.55}
  .renewal-site .renewal-discovery-photo figcaption {left:14px;bottom:14px;max-width:calc(100% - 28px);font-size:10px;padding:7px 10px}
  .renewal-site .renewal-discovery-copy {padding:26px;min-height:360px}
  .renewal-site .renewal-discovery-index {margin-bottom:20px}
  .renewal-site .renewal-tour-heading .title-row {flex-wrap:wrap;gap:16px}
  .renewal-site .renewal-tour-heading .title-actions {padding:0}
  body.renewal-site :is(.tour-card .ph .heart,.ite-tour-tools .ite-heart,.ite-heart) {min-width:44px;min-height:44px;width:44px;height:44px}
}
.renewal-site :is(.landmark,.guide) {border-radius:5px;overflow:hidden;border-color:var(--line);box-shadow:none}
.renewal-site .landmark:not(.has-no-image) :is(h3,p,.eyebrow) {color:#fff}
.renewal-site .landmark.has-no-image {background:#fff !important;border:1px solid var(--line);min-height:0;aspect-ratio:auto;align-items:stretch}
.renewal-site .landmark.has-no-image .veil {display:none}
.renewal-site .landmark.has-no-image .body {position:static;padding:22px;width:100%}
.renewal-site .landmark.has-no-image h3 {font-size:24px}
.renewal-site .landmark.has-no-image p {font-size:14px;color:var(--muted)}
.renewal-site .lyi-attraction-directory .landmark.has-no-image p {
  font:400 14px/1.58 var(--sans);
  letter-spacing:0;
  text-transform:none;
  color:var(--muted);
}
body.renewal-site .journal-grid {gap:24px !important;max-width:none}
body.renewal-site .journal-grid--count-2 {grid-template-columns:repeat(2,minmax(0,1fr))}
.renewal-site .article-card {background:transparent !important;border:0 !important;border-top:1px solid var(--line) !important;border-radius:0;overflow:hidden}
.renewal-site .article-card .ph {height:auto;aspect-ratio:1.85;border-radius:5px;margin-top:18px;background-size:cover;background-position:center}
.renewal-site .article-card .body {background:transparent;padding:18px 0;display:flex;gap:12px;flex-direction:column}
.renewal-site .article-card h3 {font-size:25px !important;line-height:1.27 !important;letter-spacing:-.025em}
.renewal-site .article-card p {font-size:14px !important;line-height:1.65;color:var(--muted)}
.renewal-site .article-card :is(.cat,.read) {font:500 11px/1.5 var(--sans);color:var(--green);letter-spacing:.035em}
.renewal-site .article-card .read {text-decoration:underline;text-transform:none}
.renewal-site .renewal-steps {background:var(--sage)}
.renewal-site .renewal-step-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;list-style:none;margin:0;padding:0}
.renewal-site .renewal-step-grid li {border-top:1px solid #b8c9be;padding-top:20px}
.renewal-site .renewal-step-number {display:block;font:600 12px/1.5 var(--sans);color:var(--green);margin-bottom:16px}
.renewal-site .renewal-step-grid h3 {font-size:27px;margin-bottom:12px}
.renewal-site .renewal-step-grid p {color:var(--muted);font-size:14px;line-height:1.7;margin:0}
.renewal-site .concierge {display:grid;grid-template-columns:1.1fr 1fr;background:var(--green);border:0;border-radius:6px;overflow:hidden;gap:0}
.renewal-site .concierge .copy {padding:48px;color:var(--paper)}
.renewal-site .concierge .copy :is(h2,.eyebrow,p) {color:var(--paper) !important}
.renewal-site .concierge .copy .eyebrow {opacity:.8}
.renewal-site .concierge .copy p {font-size:14px;line-height:1.75;margin-top:18px;opacity:.9}
.renewal-site .concierge .copy .btn {background:var(--paper) !important;color:var(--green) !important;border-color:var(--paper) !important;margin-top:20px}
.renewal-site .concierge .ph {min-height:340px;background-position:center;background-size:cover}
.renewal-site .renewal-faq > .container {display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.renewal-site .renewal-faq h2 {max-width:13ch}
.renewal-site .faq {margin-top:0}
.renewal-site .faq details {background:transparent;border:0;border-bottom:1px solid var(--line);padding:0;box-shadow:none}
.renewal-site .faq summary {font:500 15px/1.5 var(--sans);padding:19px 30px 19px 0;color:var(--ink)}
.renewal-site .faq p {font-size:14px;color:var(--muted);line-height:1.75;padding:0 24px 20px 0;margin:0;max-width:none}

/* Destination, Journal, About, help and policy page families. */
.renewal-site :is(.listing-hero,.journal-hero,.about-hero,.ite-page-intro) {padding:56px 0 40px;background:var(--paper);border-bottom:1px solid var(--line)}
.renewal-site .listing-hero .search-card {margin-top:28px}
.renewal-site .filter-bar {gap:12px;padding:20px 0;border-bottom:1px solid var(--line);margin:0 0 24px}
.renewal-site .filter-bar .filter-select {background:#fff;border:1px solid var(--line);border-radius:4px;padding:10px 12px;min-width:130px;font-size:13px}
.renewal-site .results-meta {font-size:14px;padding:0 0 24px;color:var(--muted)}
.renewal-site .results-meta :is(strong,b,em) {color:var(--green)}
body.renewal-site .atelier-results-grid:not(.is-list) {grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
body.renewal-site .atelier-results-grid.list-view {grid-template-columns:1fr !important;gap:18px}
body.renewal-site .atelier-results-grid.list-view .tour-card {display:grid;grid-template-columns:260px minmax(0,1fr);align-items:stretch}
body.renewal-site .atelier-results-grid.list-view .tour-card .ph {height:100% !important;aspect-ratio:auto}
.renewal-site .region-index-grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;border:0;background:transparent}
.renewal-site .region-index-grid .region-item {position:relative;display:block;padding:22px 20px;border:1px solid var(--line);border-radius:5px;background:#fff}
.renewal-site .region-index-grid .region-item .num {display:none}
.renewal-site .region-index-grid .region-item h3 {font-size:24px;line-height:1.25;padding-right:15px;margin-bottom:10px}
.renewal-site .region-index-grid .region-item .places {font-size:11px;line-height:1.7;letter-spacing:0;text-transform:none;color:var(--muted)}
.renewal-site .region-index-grid .region-item .go {right:14px;top:25px;font-size:15px}
.renewal-site .dest-card-grid {grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;background:transparent}
.renewal-site .dest-card {display:flex;flex-direction:column;align-items:stretch;aspect-ratio:auto;min-height:0 !important;height:auto !important;position:relative;background:#fff !important;border:1px solid var(--line);border-radius:5px;overflow:hidden;color:var(--ink)}
.renewal-site .dest-card::after {content:none}
.renewal-site .dest-card .renewal-dest-image {display:block;width:100%;height:auto;aspect-ratio:1.7;object-fit:cover}
.renewal-site .dest-card .body {position:static;width:100%;padding:21px;background:#fff;color:var(--ink);display:flex;flex-direction:column;gap:9px;flex:1}
.renewal-site .dest-card .body h3 {color:var(--ink);font-size:25px;line-height:1.25;text-shadow:none}
.renewal-site .dest-card .body p {color:var(--muted);font:400 12px/1.65 var(--sans);letter-spacing:0;text-transform:none;opacity:1}
.renewal-site .dest-card .body .count {color:var(--green);font:500 12px/1.5 var(--sans);margin-top:auto;opacity:1}
.renewal-site .dest-card.has-no-image .body {min-height:180px;justify-content:center;background:var(--sage)}
.renewal-site :is(.dest-intro,.about-split,.featured-guide,.contact-grid) {gap:48px}
.renewal-site :is(.fact-card,.cc,.contact-form,.tl-card,.dir-field) {background:#fff;border:1px solid var(--line);border-radius:5px;box-shadow:none;padding:26px}
.renewal-site .fact-card h3 {font-size:25px}
.renewal-site .contact-cards {display:grid;gap:12px;align-content:start}
.renewal-site .contact-cards .cc {margin:0}
.renewal-site .fact-card .row {font-size:13px;padding-block:12px;border-color:var(--line)}
.renewal-site .about-split > * {min-width:0}
.renewal-site .about-split .ph {border-radius:5px;min-height:0;width:100%;aspect-ratio:4/3}
.renewal-site .timeline-band {gap:22px;background:none}
.renewal-site .tl-card {padding:28px}
.renewal-site .tl-card .k {font-size:11px;letter-spacing:.08em;color:var(--green)}
.renewal-site .tl-card h3 {font-size:25px;margin:16px 0 12px}
.renewal-site .tl-card p {font-size:14px;line-height:1.75;color:var(--muted)}
.renewal-site .big-quote {font-size:clamp(28px,3vw,40px);max-width:30ch;margin-inline:auto;text-align:center}
.renewal-site .dest-hero {height:auto;min-height:380px;padding:72px 0 48px;position:relative;background:var(--green)}
.renewal-site .dest-hero .veil {background:linear-gradient(90deg,rgb(10 31 27 / 78%),rgb(10 31 27 / 25%))}
.renewal-site .dest-hero:not(.dest-hero--plain) :is(h1,.eyebrow,.facts,.crumbs) {color:#fff !important}
.renewal-site .dest-hero.dest-hero--plain {min-height:0;background:var(--sage);padding:48px 0}
.renewal-site .landmark-hero {min-height:340px;height:auto;padding:60px 0 48px;background:var(--green)}
.renewal-site .landmark-hero .veil {background:linear-gradient(90deg,rgb(10 31 27 / 82%),rgb(10 31 27 / 30%))}
.renewal-site .landmark-hero:not(.has-no-image) :is(h1,.eyebrow,.facts,.crumbs,.crumbs a) {color:#fff !important}
body.renewal-site .landmark-hero.has-no-image {min-height:0 !important;height:auto !important;padding:52px 0 42px !important;background:var(--sage)}
.renewal-site .landmark-hero.has-no-image .veil {display:none}
.renewal-site .landmark-hero.has-no-image :is(h1,.eyebrow,.facts,.crumbs,.crumbs a) {color:var(--ink) !important}
@media(max-width:1000px){.renewal-site .header-cta .link-quiet {display:inline-flex;font-size:12px}}
.renewal-site .featured-guide {display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);background:#fff;border-radius:5px;overflow:hidden}
.renewal-site .featured-guide .ph {min-height:340px}
.renewal-site .featured-guide .copy {padding:36px 36px 36px 0}
.renewal-site .featured-guide .copy p {font-size:15px;color:var(--muted)}
.renewal-site .featured-guide .copy h2 {font-size:32px !important;line-height:1.25 !important}
.renewal-site .chip {border:1px solid var(--line);border-radius:30px;padding:8px 16px;font-size:13px;color:var(--ink);background:transparent;text-transform:none;letter-spacing:0}
.renewal-site .chip.active,.renewal-site .chip:hover {background:var(--sage);color:var(--green);border-color:#aabeb4}
.renewal-site :is(.ite-richtext,.article-body,.article-copy) {color:var(--ink);font-size:16px;line-height:1.8}
.renewal-site .journal-article .article-head {padding:44px 0 30px}
.renewal-site .journal-article .article-head h1 {font-size:clamp(32px,3.4vw,44px) !important;max-width:30ch;margin-inline:auto}
.renewal-site .article-hero-img {width:100%;max-width:100%;aspect-ratio:auto;height:380px;min-height:0;border-radius:5px;margin-bottom:42px;background-size:cover;background-position:center}
.renewal-site .journal-article .article-body {max-width:760px;margin-inline:auto;font-size:18px;line-height:1.75;color:var(--ink)}
.renewal-site .journal-article .article-body :is(p,li) {font-size:inherit;line-height:inherit;color:inherit;font-weight:400}
.renewal-site .journal-hero {display:block}
.renewal-site .journal-hero > .container {width:calc(100% - 48px);max-width:760px;margin-inline:auto;text-align:center}
.renewal-site .journal-hero :is(h1,.section-sub,.journal-search,.gold-rule) {margin-inline:auto}
.renewal-site .journal-card .read,.renewal-site .journal-card a.read,.renewal-site .article-card .read {display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:14px;color:var(--green)}
.renewal-site .renewal-guests {position:relative;width:100%;font-size:16px}
.renewal-site .renewal-guests summary {cursor:pointer;min-height:44px;display:flex;align-items:center;justify-content:space-between;list-style:none;color:var(--ink);background:#fff}
.renewal-site .renewal-guests summary::-webkit-details-marker {display:none}
.renewal-site .renewal-guests summary:after {content:'⌄';margin-left:12px}
.renewal-site .renewal-guests-panel {position:absolute;top:calc(100% + 12px);right:0;z-index:1000;width:250px;max-width:calc(100vw - 32px);padding:16px;background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:0 8px 24px #172b321a;display:flex;align-items:center;justify-content:space-between;gap:12px}
.renewal-site .renewal-guests-panel button {min-width:44px;min-height:44px;background:var(--sage);color:var(--green);border:1px solid var(--line);border-radius:4px;font-size:24px}
.renewal-site .renewal-guests-panel button:disabled {opacity:.4}
.renewal-site select[hidden] {display:none!important}
.renewal-site .region-pills {display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.renewal-site .region-pills a {display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;border:1px solid var(--line);border-radius:24px;font-size:14px;color:var(--green)}
.renewal-site .region-pills a:hover {background:var(--sage);border-color:var(--green)}
@media(max-width:700px){
 .renewal-site .section-head .arrows,.renewal-site .row-head .arrows {margin-left:auto;justify-content:flex-end}
 .renewal-site .renewal-map-visual .lyi-map-tip {display:block!important;opacity:1;visibility:visible;height:auto;font-size:14px}
 .renewal-site .renewal-map-visual .lyi-map-tip.is-hidden {opacity:0;visibility:hidden}
 .renewal-site .map-canvas.lyi-map-stage {margin-bottom:64px}
 .renewal-site .lyi-map-zoom {top:100%!important;bottom:auto!important;right:0!important;left:auto!important;display:flex!important;flex-direction:row!important;gap:8px;padding-top:10px}
 .renewal-site .lyi-map-zoom button {min-width:44px;min-height:44px}
 .renewal-site .lyi-map-zoom .lyi-map-reset {font:500 13px/1.2 var(--sans)!important;letter-spacing:0;text-transform:none;width:auto;padding:8px 12px;white-space:nowrap}
}
@media(max-width:650px){.renewal-site .article-hero-img {height:230px;margin-bottom:28px}}
.renewal-site :is(.ite-richtext,.article-body) p {margin-block:0 20px}
.renewal-site :is(.ite-richtext,.article-body) :is(ul,ol) {padding-left:22px}
.renewal-site :is(.ite-richtext,.article-body) ul {list-style:disc}
.renewal-site .pagination {gap:8px;margin-top:36px}
.renewal-site .page-numbers {min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:4px;font:500 13px/1 var(--sans);padding:9px}
.renewal-site .page-numbers.current {background:var(--green);color:#fff;border-color:var(--green)}
.renewal-site :is(.crumbs,.ite-breadcrumbs) {font:400 12px/1.6 var(--sans);color:var(--muted);margin-bottom:22px;flex-wrap:wrap}

/* Tour product template: retain gallery, sticky summary and all booking fields. */
body.renewal-site .atelier-tour-page .ite-tour-product-grid.tour-layout {grid-template-columns:minmax(0,1fr) 340px;gap:26px 40px;align-items:start}
.renewal-site .renewal-tour-heading {grid-column:1/-1;min-width:0}
.renewal-site .renewal-tour-heading .title-row {align-items:flex-start;margin:0;gap:24px}
body.renewal-site .atelier-tour-page .renewal-tour-heading h1 {font-size:clamp(32px,3.3vw,44px) !important;line-height:1.17 !important;max-width:none !important;letter-spacing:-.035em;margin:0;flex:1}
.renewal-site .renewal-tour-heading .title-actions {flex-shrink:0;padding-top:4px}
.renewal-site .tour-main,.renewal-site .ite-tour-main {min-width:0}
.renewal-site .ite-tour-gallery {border-radius:6px;overflow:hidden;background:var(--sage);margin-top:26px}
.renewal-site .ite-tour-gallery-stage {aspect-ratio:1.55;background:var(--sage)}
.renewal-site .ite-tour-gallery-stage img {width:100%;height:100%;object-fit:cover}
body.renewal-site .atelier-tour-page .ite-tour-gallery {display:block;height:auto;max-height:none;background:transparent;border-radius:5px;margin-top:0}
body.renewal-site .atelier-tour-page .ite-tour-gallery-stage {width:100%;height:auto;aspect-ratio:1.6;min-height:0;background:var(--sage);border-radius:5px;overflow:hidden}
body.renewal-site .atelier-tour-page .ite-tour-gallery-stage img {height:100%;width:100%;object-fit:cover;position:static}
body.renewal-site .atelier-tour-page .ite-tour-gallery-controls {position:static;display:flex;gap:10px;height:auto;padding:12px 0 0;background:transparent;pointer-events:auto;align-items:center}
body.renewal-site .atelier-tour-page .ite-tour-gallery-controls .ite-tour-gallery-thumbs {display:flex !important;gap:8px;height:66px;width:100%;overflow:auto;background:transparent;flex:1;scrollbar-width:none}
body.renewal-site .ite-tour-gallery-thumbs::-webkit-scrollbar {display:none;width:0;height:0}
body.renewal-site .atelier-tour-page .ite-tour-gallery-controls .ite-tour-gallery-thumbs button {flex:0 0 88px;width:88px;height:62px;border:2px solid transparent;border-radius:4px;background:transparent;padding:2px;opacity:.75}
body.renewal-site .atelier-tour-page .ite-tour-gallery-controls .ite-tour-gallery-thumbs button.is-active {display:block !important;border-color:var(--green);opacity:1}
body.renewal-site .atelier-tour-page .ite-tour-gallery-controls .ite-tour-gallery-thumbs img {border-radius:2px}
body.renewal-site .atelier-tour-page .ite-tour-gallery-arrow {position:static;transform:none;width:36px;height:40px;min-width:36px;border:1px solid var(--line);border-radius:4px;box-shadow:none;background:#fff;color:var(--green)}
body.renewal-site .atelier-tour-page .ite-tour-gallery.has-single-image .ite-tour-gallery-controls {display:none}
.renewal-site .ite-tour-media-frame {background:transparent;border:0;padding:0}
.renewal-site .ite-tour-tools .icon-btn {background:#fff;color:var(--green);border:1px solid var(--line);border-radius:4px;width:38px;height:38px;box-shadow:none}
.renewal-site .ite-share > div {background:#fff;border:1px solid var(--line);border-radius:5px;padding:8px;box-shadow:var(--shadow-lg);z-index:20}
.renewal-site .ite-share > div :is(a,button) {font:400 13px/1.5 var(--sans);padding:9px 12px;color:var(--ink);background:transparent}
body.renewal-site .atelier-tour-page .book-card.ite-summary-card {border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:var(--shadow);min-height:0;height:auto;padding:0;position:static;top:auto;overflow:hidden}
.renewal-site .book-card .head {padding:23px;border-color:var(--line);background:var(--sage)}
.renewal-site .book-card .inner {padding:23px}
.renewal-site .book-card .price {color:var(--green);font-size:30px;font-family:var(--serif)}
.renewal-site .book-card .spec-list {margin-top:22px !important}
.renewal-site .book-card .spec-list .row {padding:10px 0;font-size:13px;line-height:1.5;border-color:var(--line)}
.renewal-site .book-card .spec-list .k {color:var(--muted);font:400 12px/1.5 var(--sans);text-transform:none;letter-spacing:0}
.renewal-site .book-card .spec-list .v {font-size:13px;color:var(--ink)}
.renewal-site .ite-tour-summary {top:26px;grid-column:2;grid-row:2;margin:0;order:0;display:block}
@media(max-width:1080px){
  body.renewal-site .atelier-tour-page .ite-tour-product-grid.tour-layout {grid-template-columns:1fr}
  .renewal-site .ite-tour-summary {position:static !important;grid-column:1;grid-row:auto;width:100%;max-width:none}
}
body.renewal-site .atelier-tour-page :is(.ite-tour-section,.tour-section) {padding-block:30px;border-color:var(--line)}
body.renewal-site .atelier-tour-page :is(.ite-tour-section,.tour-section) h2 {font-size:29px !important;margin-bottom:20px}
.renewal-site .tour-section :is(p,li) {font-size:15px !important;line-height:1.8;max-width:none !important;color:var(--muted)}
.renewal-site .ite-itinerary-marker {color:var(--green);font-size:25px}
.renewal-site .tour-section details {border:1px solid var(--line);border-radius:4px;background:#fff;margin-block:8px;padding:15px 18px}
.renewal-site .tour-section summary {font:500 14px/1.6 var(--sans);cursor:pointer;color:var(--ink)}
.renewal-site .ite-tour-booking-callout {background:var(--sage);border:1px solid var(--line);border-radius:5px;padding:24px}
.renewal-site .ite-tour-booking-callout-copy h2 {font-size:25px !important}
.renewal-site .ite-image-credits {background:transparent;border-color:var(--line)}
.renewal-site .ite-image-credits summary {font:400 12px/1.5 var(--sans);text-transform:none;letter-spacing:0;padding-block:15px;color:var(--muted)}
.renewal-site .ite-image-credits ul {font-size:12px;line-height:1.8}
.renewal-site .tour-section :is(li::before,summary::after) {color:var(--green)}
.renewal-site .tour-section li {padding-left:26px}
.renewal-site .tour-section .itinerary > li {padding-left:0}
.renewal-site .ite-mobile-booking-bar {background:#fff;border-top:1px solid var(--line);box-shadow:0 -4px 20px rgb(23 43 50 / 7%)}

/* Customer/authentication and transactional shells; Core continues to own data. */
.renewal-site .ite-page-intro--account {padding-block:42px 32px}
.renewal-site .ite-section--account {padding-top:36px}
.renewal-site :is(.auth-form,.auth-card,.ite-auth-panel,.ite-account-card,.ite-card,.ite-panel) {background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:none}
.renewal-site :is(.auth-wrap,.auth-layout) {gap:48px}
.renewal-site :is(.auth-form,.ite-auth-panel) {padding:32px}
.renewal-site :is(.auth-tabs,.ite-account-tabs) {border-color:var(--line);background:transparent}
.renewal-site :is(.auth-tabs,.ite-account-tabs) :is(a,button) {font-size:13px;letter-spacing:0;text-transform:none;color:var(--muted);padding:13px 18px}
.renewal-site :is(.auth-tabs,.ite-account-tabs) :is(.active,.is-active,[aria-selected=true]) {color:var(--green);border-color:var(--green);background:var(--sage)}
.renewal-site .auth-social .social-btn {border-radius:4px;font:500 13px/1.5 var(--sans);min-height:44px;background:#fff;color:var(--ink)}
.renewal-site :is(.ite-account,.ite-customer-dashboard) :is(table,th,td) {font-size:14px;line-height:1.6}
.renewal-site :is(.ite-notice,.ite-alert,.atelier-form-status) {border-radius:4px;line-height:1.6;font-size:14px}
.renewal-site :is(.ite-error,.ite-notice--error,.is-error) {color:#932f35}
.renewal-site :is(.ite-success,.ite-notice--success,.is-success) {color:var(--green)}
.renewal-site .mock-login-layout {display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;min-height:0;align-items:start;background:transparent;border:0}
.renewal-site .mock-login-layout > .mock-auth-card {order:0;display:block;padding:32px !important;margin:0;background:#fff;border:1px solid var(--line);border-radius:6px;max-width:none}
.renewal-site .mock-auth-card > :is(.mock-auth-tabs,.mock-auth-pane,.mock-auth-copy) {max-width:none;width:100%}
.renewal-site .mock-auth-tabs {display:flex;gap:8px;padding-bottom:14px;margin-bottom:26px;border-bottom:1px solid var(--line)}
.renewal-site .mock-auth-tabs .mock-auth-tab {border:0;border-radius:4px;background:transparent;color:var(--muted);padding:11px 17px;font:500 13px/1.5 var(--sans);min-height:42px;letter-spacing:0}
.renewal-site .mock-auth-tabs .mock-auth-tab.active {color:var(--green);background:var(--sage);border:0;box-shadow:inset 0 -2px var(--green)}
.renewal-site .mock-auth-copy h2 {font-size:30px !important;margin-bottom:14px}
.renewal-site .mock-auth-copy p {font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:22px}
.renewal-site .mock-auth-copy .ite-eyebrow {display:none}
.renewal-site .mock-auth-card .ite-form {gap:18px;display:grid}
.renewal-site .mock-auth-card .ite-form label {font:500 13px/1.5 var(--sans);text-transform:none;letter-spacing:0;display:grid;gap:7px}
.renewal-site .mock-auth-card .ite-form input {min-height:46px;border-radius:4px;font-size:15px}
.renewal-site .mock-auth-actions {display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.renewal-site .mock-auth-actions a {font:500 13px/1.5 var(--sans);color:var(--green);text-decoration:underline}
.renewal-site .mock-login-layout > aside {order:1;display:flex;min-height:0;background:transparent;border:0;overflow:visible;flex-direction:column;gap:24px}
.renewal-site .mock-account-art {position:relative;inset:auto;min-height:0;height:290px;width:100%;border-radius:64px 5px 5px 5px;background-image:url('../atelier/images/account-lake.webp');background-size:cover;background-position:center 50%;border:0}
.renewal-site .mock-account-art::after {display:none}
.renewal-site .mock-feature-list {display:grid;gap:0;position:static;padding:0;background:transparent;max-width:none}
.renewal-site .mock-feature-row {display:grid;grid-template-columns:32px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid var(--line);color:var(--ink)}
.renewal-site .mock-feature-row b {font:500 12px/1.5 var(--sans);color:var(--green)}
.renewal-site .mock-feature-row strong {font:500 14px/1.5 var(--sans);color:var(--ink)}
.renewal-site .mock-feature-row p {font:400 13px/1.7 var(--sans);color:var(--muted);margin:3px 0 0}
.renewal-site .ite-customer-dashboard {--ite-account-ink:var(--ink);--ite-account-muted:var(--muted);--ite-account-green:var(--green);--ite-account-soft:var(--sage);display:block;background:transparent;border:0;max-width:none;border-radius:0;font-family:var(--sans)}
.renewal-site .account-shell {display:grid;grid-template-columns:225px minmax(0,1fr);gap:36px;background:transparent;border:0}
.renewal-site .account-side.ite-customer-dashboard__sidebar {background:#fff;border:1px solid var(--line);border-radius:5px;padding:23px 17px;position:sticky;top:24px;min-height:0;gap:12px}
.renewal-site .account-name {font:400 25px/1.3 var(--serif);color:var(--ink)}
.renewal-site .account-email {font:400 12px/1.6 var(--sans);color:var(--muted);overflow-wrap:anywhere;margin-bottom:20px}
.renewal-site .account-nav a {padding:11px 12px !important;border-radius:4px !important;font:500 13px/1.5 var(--sans);color:var(--muted);min-height:42px;margin:0}
.renewal-site .account-nav a:is(.active,.is-current),.renewal-site .account-nav a:hover {background:var(--sage) !important;color:var(--green) !important}
.renewal-site .account-main.ite-customer-dashboard__main {padding:0;min-width:0}
.renewal-site .account-intro {gap:22px;margin-bottom:28px}
.renewal-site .account-intro h1 {font-size:36px !important;margin-bottom:14px}
.renewal-site .account-intro p {font-size:14px;color:var(--muted);line-height:1.7}
.renewal-site .metric-grid {gap:16px;background:transparent;margin-block:24px}
.renewal-site .metric {background:var(--sage);border:1px solid var(--line);border-radius:5px;padding:22px}
.renewal-site .metric > span {font-size:12px;color:var(--muted);text-transform:none;letter-spacing:0}
.renewal-site .metric strong {font:400 35px/1.2 var(--serif);color:var(--green);margin:12px 0}
.renewal-site .metric a {font:500 12px/1.6 var(--sans);color:var(--green);text-decoration:underline}
.renewal-site .content-card {border:1px solid var(--line);border-radius:5px;padding:25px;background:#fff;margin-block:18px}
.renewal-site .content-card h2 {font-size:27px !important}
.renewal-site .content-card p {font-size:14px;color:var(--muted)}
.renewal-site .ite-customer-dashboard :is(.status,.status-pill,.ite-customer-dashboard__badge) {font-family:var(--sans);font-size:12px;line-height:1.5;border-radius:4px}
.renewal-site .ite-customer-dashboard .ite-customer-dashboard__badge {background:var(--green)}
.renewal-site .ite-customer-dashboard .ite-customer-thread__message {border-radius:5px;padding:14px}
.renewal-site .ite-customer-dashboard .ite-customer-thread__message.is-customer {background:var(--sage);border-color:#b9cdc5}
.renewal-site :is(.ite-customer-message-form,.ite-customer-conversation,.ite-customer-booking) {border-color:var(--line);border-radius:5px}
.renewal-site :is(.ite-customer-message-form,.ite-customer-conversation,.ite-customer-booking) h2 {font-size:26px !important}
.renewal-site .ite-booking-modal-content {border-radius:7px;max-height:calc(100dvh - 32px);background:var(--paper)}
.renewal-site .ite-booking-modal-header {background:var(--paper);border-color:var(--line);border-radius:7px 7px 0 0;padding:15px 22px}
.renewal-site .ite-booking-modal-header h2 {font-size:25px !important}
.renewal-site .ite-booking-modal-close {background:var(--sage);color:var(--green);border-radius:4px}
.renewal-site .ite-native-booking {color:var(--ink)}
.renewal-site :is(.ite-booking-checkout-card,.ite-booking-summary-card,.ite-booking-addons) {border:1px solid var(--line);border-radius:5px;background:#fff}
.renewal-site .ite-booking-summary-card {border-top:3px solid var(--green);top:24px}
.renewal-site .ite-booking-summary-eyebrow {color:var(--green);font-size:10px}
.renewal-site .ite-booking-summary-card h3 {font-size:25px;line-height:1.3}
.renewal-site .ite-booking-summary-row {font-size:13px;padding-block:12px;border-color:var(--line)}
.renewal-site .ite-booking-summary-note {font-size:12px;color:var(--muted);line-height:1.7}
.renewal-site .ite-booking-steps span {font-size:11px;letter-spacing:.025em;color:var(--muted)}
.renewal-site .ite-booking-steps span.active {color:var(--green);border-color:var(--green)}
.renewal-site .ite-booking-form :is(input,select,textarea) {border-radius:4px;color:var(--ink);border-color:var(--line);font-size:14px}
.renewal-site .ite-booking-form label > span:first-child:not(:only-child) {font-size:12px;text-transform:none;letter-spacing:0}
.renewal-site .ite-booking-subheading {color:var(--ink);font-size:22px}
.renewal-site .ite-quote-preview {background:var(--sage);border-color:var(--green);color:var(--ink);font-size:14px;padding:16px}
.renewal-site .ite-booking-legal {font-size:12px;color:var(--muted);line-height:1.7}
.renewal-site .ite-booking-check {font-size:13px;color:var(--ink)}

/* Footer: sage paper, clear consent, original locale/currency/newsletter controls. */
body.renewal-site footer.site {background:var(--sage) !important;color:var(--ink) !important;border-top:1px solid #c9d4ca;padding:52px 0 24px;margin-top:16px}
.renewal-site footer.site .foot-news {gap:48px;padding:0 0 38px;border-color:#c5d2c9;grid-template-columns:1fr 1fr}
.renewal-site footer.site .foot-news-form {min-width:0;max-width:100%}
body.renewal-site footer.site h3 {font-size:29px !important;color:var(--ink) !important;margin-bottom:12px}
body.renewal-site footer.site p {color:var(--muted) !important;font-size:13px;line-height:1.7}
.renewal-site footer.site .foot-news-fields {display:flex;gap:8px;align-items:stretch}
.renewal-site footer.site .foot-news-fields input {background:#fff !important;color:var(--ink) !important;border:1px solid #bdcfc3 !important;min-width:0;flex:1;font-size:13px;min-height:46px}
body.renewal-site footer.site .foot-consent {color:var(--ink) !important;font:400 12px/1.6 var(--sans);letter-spacing:0;gap:9px;align-items:flex-start;margin-top:13px;display:flex}
body.renewal-site footer.site .foot-consent a {color:var(--green) !important;text-decoration:underline}
body.renewal-site footer.site .foot-consent input {accent-color:var(--green);margin-top:2px}
.renewal-site footer.site .top {padding:36px 0;gap:40px;border-color:#c5d2c9;grid-template-columns:1.6fr 1fr 1fr 1.25fr}
.renewal-site footer.site h4 {font:600 12px/1.5 var(--sans);letter-spacing:.025em;color:var(--ink);margin-bottom:15px;text-transform:none}
.renewal-site footer.site li {font-size:12px;line-height:1.7;margin-bottom:8px;color:var(--muted)}
.renewal-site footer.site a:hover {color:var(--green) !important;text-decoration:underline}
.renewal-site footer.site .badge {border:1px solid #b9cabe;color:var(--green);background:transparent;border-radius:3px;font-size:10px;letter-spacing:0;text-transform:none;padding:4px 7px}
.renewal-site footer.site .foot-prefs {gap:24px;padding-bottom:24px;border-color:#c5d2c9}
.renewal-site footer.site .pref {gap:12px}
.renewal-site footer.site .pref label {font-size:12px;letter-spacing:0;text-transform:none;color:var(--muted)}
.renewal-site footer.site .pref select {font-size:12px;min-height:36px;padding:8px 12px;background:transparent;color:var(--ink);border-color:#b9cabe}
.renewal-site footer.site .legal {border-color:#c5d2c9;padding-top:22px;font-size:11px;color:var(--muted)}
.renewal-site footer.site .legal a {color:var(--muted)}

/* Responsive coverage: desktop, small laptop, tablet and narrow phones. */
@media (max-width:1100px) {
  .renewal-site nav.main {gap:16px}
  .renewal-site .header-cta {gap:14px}
  .renewal-site .renewal-hero-grid {gap:32px}
  .renewal-site .renewal-hero-photo {height:490px}
  .renewal-site .map-grid {gap:24px}
  body.renewal-site .atelier-tour-page .ite-tour-product-grid {grid-template-columns:minmax(0,1fr) 310px;gap:26px}
  .renewal-site .concierge .copy {padding:32px}
  .renewal-site .renewal-faq > .container {gap:38px}
  body.renewal-site .region-list {gap:16px}
}
/* Match the navigation's real breakpoint and explicitly clear the old fullscreen layer. */
@media (max-width:1080px) {
  body.renewal-site.nav-open nav.main {display:flex !important;position:absolute;inset:100% 0 auto;min-height:0;width:auto;max-height:calc(100dvh - 132px);overflow-y:auto;overscroll-behavior:contain;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:12px 24px 22px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:var(--shadow-lg);z-index:100}
  body.renewal-site.nav-open nav.main a {color:var(--ink) !important;font:500 15px/1.4 var(--sans);letter-spacing:0;text-transform:none;min-height:46px;padding:13px 10px;border-bottom:1px solid var(--line);margin:0}
  body.renewal-site.nav-open nav.main::after {content:none}
}
@media (max-width:900px) {
  .renewal-site .region-index-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
  .renewal-site .dest-card-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
  .renewal-site .account-shell {grid-template-columns:200px minmax(0,1fr);gap:22px}
  .renewal-site .mock-login-layout {gap:26px}
  .renewal-site :is(.container,.ite-container) {width:calc(100% - 48px) !important}
  .renewal-site header.site > .container {min-height:72px;gap:16px}
  .renewal-site .menu-btn {display:inline-flex;align-items:center;justify-content:center}
  .renewal-site nav.main {display:none}
  .renewal-site .renewal-hero-grid {grid-template-columns:1fr 1fr;gap:26px}
  body.renewal-site .hero.renewal-hero h1 {font-size:49px !important}
  body.renewal-site .hero.renewal-hero .search-card {grid-template-columns:1fr 1fr}
  body.renewal-site .hero.renewal-hero .search-card .go {grid-column:1/-1;min-height:48px}
  .renewal-site .renewal-promises .container {flex-wrap:wrap;justify-content:center;gap:12px 22px}
  .renewal-site .map-grid {grid-template-columns:1fr 1fr;gap:20px}
  .renewal-site #lyi-map-card {grid-template-columns:1fr;padding:18px;gap:16px}
  .renewal-site #lyi-map-card .pc-id {border:0;border-bottom:1px solid var(--line);padding:0 0 14px}
  body.renewal-site .atelier-tour-page .ite-tour-product-grid.tour-layout {grid-template-columns:1fr}
  .renewal-site .ite-tour-summary {position:static !important;max-width:none;width:100%;grid-column:1;grid-row:auto}
  body.renewal-site .card-row.tour-rail {grid-auto-columns:calc((100% - 22px)/2)}
  body.renewal-site .atelier-results-grid:not(.is-list) {grid-template-columns:repeat(2,minmax(0,1fr))}
  body.renewal-site .region-list {grid-template-columns:repeat(2,minmax(0,1fr))}
  .renewal-site .featured-guide {gap:26px}
  .renewal-site .featured-guide .copy {padding:26px 26px 26px 0}
  .renewal-site footer.site .top {grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:650px) {
  .renewal-site .dest-card-grid {grid-template-columns:1fr}
  .renewal-site .region-index-grid {gap:10px}
  .renewal-site .region-index-grid .region-item {padding:17px 13px}
  .renewal-site .region-index-grid .region-item h3 {font-size:22px}
  .renewal-site .region-index-grid .region-item .go {display:none}
  body.renewal-site .atelier-results-grid.list-view .tour-card {grid-template-columns:110px minmax(0,1fr)}
  body.renewal-site .atelier-results-grid.list-view .tour-card .tag {display:none}
  body.renewal-site .atelier-results-grid.list-view .tour-card .body {padding:15px}
  body.renewal-site .atelier-results-grid.list-view .tour-card .body h3 {font-size:20px !important}
  .renewal-site .mock-login-layout {grid-template-columns:1fr;gap:28px}
  .renewal-site .mock-login-layout > .mock-auth-card {padding:24px 20px !important}
  .renewal-site .mock-login-layout > aside {display:block}
  .renewal-site .mock-account-art {display:none}
  .renewal-site .account-shell {display:block}
  .renewal-site .ite-customer-dashboard__menu {display:flex;justify-content:space-between;align-items:center;background:var(--sage);border:1px solid var(--line);border-radius:4px;color:var(--green);font-size:14px;padding:14px 16px;min-height:48px;margin-bottom:20px}
  .renewal-site .ite-customer-dashboard__menu::after {content:'⌄';font-size:16px}
  .renewal-site .ite-customer-dashboard:not(.is-menu-open) .account-side.ite-customer-dashboard__sidebar {display:none}
  .renewal-site .ite-customer-dashboard.is-menu-open .account-side.ite-customer-dashboard__sidebar {display:flex;position:static;margin-bottom:22px}
  .renewal-site .account-intro h1 {font-size:31px !important}
  .renewal-site .metric-grid {grid-template-columns:1fr}
  .renewal-site .metric {padding:18px;display:grid;grid-template-columns:1fr auto;gap:6px}
  .renewal-site .metric strong {grid-row:1/3;grid-column:2;margin:0}
  .renewal-site .content-card {padding:20px}
  .renewal-site .ite-booking-modal {padding:10px}
  .renewal-site .ite-booking-modal-content {max-height:calc(100dvh - 20px)}
  .renewal-site .ite-booking-modal-body {padding:15px}
  .renewal-site .ite-booking-modal-header {padding:12px 15px}
  .renewal-site .ite-booking-modal-header h2 {font-size:23px !important}
  .renewal-site :is(.container,.ite-container) {width:calc(100% - 40px) !important}
  .renewal-site :is(.band,.ite-section) {padding-block:42px}
  body.renewal-site h1 {font-size:35px !important}
  body.renewal-site :is(h2,.section-title) {font-size:30px !important}
  .renewal-site .section-head {align-items:flex-start;gap:15px;flex-wrap:wrap;margin-bottom:22px}
  .renewal-site .section-head .btn {padding:8px 13px !important;min-height:36px}
  .renewal-site .topbar > .container > div:first-child:not(.atelier-top-prefs) {display:none}
  .renewal-site .topbar > .container {justify-content:flex-end;min-height:32px}
  .renewal-site .logo {font-size:23px !important}
  .renewal-site header.site > .container {min-height:66px;gap:10px}
  .renewal-site .header-cta {gap:12px;margin-left:auto}
  .renewal-site .header-cta > .btn {display:none}
  .renewal-site .header-cta .link-quiet {font-size:12px;display:block !important}
  .renewal-site .menu-btn {order:2}
  body.renewal-site .hero.renewal-hero {padding:34px 0 30px}
  .renewal-site .renewal-hero-grid {grid-template-columns:1fr;gap:26px}
  body.renewal-site .hero.renewal-hero h1 {font-size:52px !important;max-width:11ch !important;margin-bottom:20px}
  body.renewal-site .hero.renewal-hero .lede {font-size:15px !important;margin-bottom:20px;max-width:36ch}
  .renewal-site .renewal-hero-photo {height:280px;border-top-left-radius:70px}
  .renewal-site .renewal-hero-photo figcaption {font-size:11px;left:16px;right:16px;bottom:13px}
  .renewal-site .renewal-promises {padding:18px 0}
  .renewal-site .renewal-promises .container {align-items:flex-start;flex-direction:column;gap:10px}
  .renewal-site .renewal-promises span {font-size:11px}
  body.renewal-site :is(.search-card,.destination-search-card) {grid-template-columns:1fr 1fr !important;width:100% !important}
  body.renewal-site .search-card .field:first-child {grid-column:1/-1;border-right:0;border-bottom:1px solid var(--line);border-radius:5px 5px 0 0}
  body.renewal-site .search-card .field {min-height:58px !important;padding:9px 13px !important}
  body.renewal-site .search-card .go {grid-column:1/-1;min-height:48px;border-top:1px solid var(--line);border-radius:0 0 5px 5px}
  body.renewal-site .search-card .go .btn {min-height:40px;padding:9px 14px !important}
  body.renewal-site .destination-search-card .field {grid-column:1/-1}
  .renewal-site .journal-search {flex-direction:row !important;min-height:48px}
  .renewal-site .journal-search input {height:48px;font-size:13px;padding-inline:12px !important}
  .renewal-site .journal-search .btn {min-width:78px;width:auto;min-height:38px;padding:8px 12px !important;font-size:12px !important}
  .renewal-site .map-section {padding-block:42px}
  .renewal-site .map-grid {display:flex;flex-direction:column;gap:20px}
  .renewal-site .map-copy,.renewal-site .map-canvas.lyi-map-stage {width:100%;max-width:none}
  .renewal-site .map-canvas.lyi-map-stage {height:470px;min-height:0}
  .renewal-site .map-copy .section-sub {max-width:none}
  .renewal-site #lyi-map-card {margin-top:18px;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);padding:16px;gap:16px}
  .renewal-site #lyi-map-card .pc-id {border:0;border-right:1px solid var(--line);padding:0 13px 0 0}
  .renewal-site #lyi-map-card .lyi-map-card-name {font-size:23px !important}
  .renewal-site #lyi-map-card .lyi-map-card-search {font-size:11px !important;padding:9px 11px !important;min-height:38px}
  body.renewal-site .card-row.tour-rail {grid-auto-columns:86%;gap:16px}
  body.renewal-site .tour-card .body h3 {font-size:23px !important}
  body.renewal-site .tour-card .body {padding:18px}
  body.renewal-site .atelier-results-grid:not(.is-list) {grid-template-columns:1fr;gap:20px}
  .renewal-site .region-list .region-item h3 {font-size:22px}
  .renewal-site .renewal-region-copy {padding:15px 12px}
  .renewal-site .region-item .go {right:10px;top:20px;font-size:15px}
  .renewal-site .region-item .places {font-size:11px}
  body.renewal-site .journal-grid,body.renewal-site .journal-grid--count-2 {grid-template-columns:1fr;gap:22px !important}
  .renewal-site .renewal-step-grid {grid-template-columns:1fr;gap:24px}
  .renewal-site .renewal-step-grid li {padding-top:20px;position:relative;padding-left:40px}
  .renewal-site .renewal-step-number {position:absolute;left:0;top:24px}
  .renewal-site .renewal-step-grid h3 {font-size:25px}
  .renewal-site .concierge {grid-template-columns:1fr}
  .renewal-site .concierge .copy {padding:30px 24px}
  .renewal-site .concierge .ph {min-height:220px}
  .renewal-site .renewal-faq > .container {grid-template-columns:1fr;gap:24px}
  .renewal-site .renewal-faq h2 {max-width:none}
  .renewal-site :is(.listing-hero,.journal-hero,.about-hero,.ite-page-intro) {padding-block:36px 30px}
  .renewal-site :is(.dest-intro,.about-split,.featured-guide,.contact-grid) {grid-template-columns:1fr;gap:28px}
  .renewal-site .featured-guide .ph {min-height:240px}
  .renewal-site .featured-guide .copy {padding:0 24px 28px}
  .renewal-site .dest-hero {min-height:300px;padding:48px 0 32px}
  .renewal-site .timeline-band {grid-template-columns:1fr}
  .renewal-site .filter-bar {gap:8px;display:flex;flex-wrap:wrap}
  .renewal-site .filter-bar .filter-select {min-width:0;flex:1 1 calc(50% - 8px);max-width:100%;padding:9px;font-size:12px}
  body.renewal-site .atelier-tour-page .renewal-tour-heading h1 {font-size:33px !important}
  body.renewal-site .ite-page-intro--account h1 {font-size:35px !important}
  body.renewal-site .atelier-tour-page .ite-tour-gallery-stage {aspect-ratio:1.25}
  .renewal-site .ite-tour-gallery-stage {aspect-ratio:1.25}
  .renewal-site .tour-section :is(p,li) {font-size:14px !important}
  .renewal-site .ite-tour-summary {margin-top:0}
  .renewal-site :is(.auth-form,.ite-auth-panel) {padding:24px 20px}
  .renewal-site footer.site {padding:36px 0 22px}
  .renewal-site footer.site .foot-news {grid-template-columns:1fr;gap:24px;padding-bottom:28px}
  .renewal-site footer.site .foot-news-fields {gap:6px}
  .renewal-site footer.site .foot-news-fields .btn {padding:10px 13px !important;font-size:12px !important}
  .renewal-site footer.site .top {gap:28px 20px;padding-block:30px}
  .renewal-site footer.site .top .brand {grid-column:1/-1}
  .renewal-site footer.site .foot-prefs {flex-wrap:wrap;gap:14px}
  .renewal-site footer.site .legal {flex-direction:column;gap:12px;align-items:flex-start;font-size:11px}
}
@media (max-width:380px) {
  body.renewal-site .search-card .lyi-date-btn {gap:4px}
  body.renewal-site .search-card .lyi-date-ico {flex:0 0 18px;width:18px}
}
.renewal-site .mock-stripe-result {margin:24px 0;text-align:left;border:0;padding:0;background:transparent}
.renewal-site .mock-stripe-result .lyi-stripe-result {background:#fff;border:1px solid var(--line);border-top:3px solid var(--green);border-radius:4px;padding:24px}
.renewal-site .mock-stripe-result h2 {font-size:clamp(24px,2vw,30px) !important;line-height:1.2;margin:0 0 12px}
.renewal-site .mock-stripe-result p {margin:0;line-height:1.6}
@media (prefers-reduced-motion:reduce) {
  .renewal-site {scroll-behavior:auto}
  .renewal-site *, .renewal-site *::before, .renewal-site *::after {animation-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}

/* Premium touch targets: keep the quiet geometry while making primary controls
   comfortable to use with a pointer, keyboard, or touch at every breakpoint. */
body.renewal-site :is(.arrow-btn,.view-btn,.ite-tour-gallery-arrow) {
  width:44px !important;
  min-width:44px !important;
  height:44px !important;
  min-height:44px !important;
}
body.renewal-site .menu-btn {
  width:44px !important;
  min-width:44px !important;
  height:44px !important;
  min-height:44px !important;
}
body.renewal-site .lyi-date-btn {
  min-height:44px !important;
  height:44px !important;
  display:flex;
  align-items:center;
}
body.renewal-site .search-card .lyi-date-btn {
  padding-top:13px !important;
}
body.renewal-site .search-card .field:has(.lyi-date-btn) {
  position:relative;
  min-height:62px !important;
  height:62px;
  padding:7px 15px 0 !important;
}
body.renewal-site .search-card .field:has(.lyi-date-btn) > label {
  position:absolute;
  z-index:1;
  top:8px;
  left:15px;
  pointer-events:none;
}
body.renewal-site .lyi-map-zoom button:not(.lyi-map-reset) {
  width:44px !important;
  min-width:44px !important;
  height:44px !important;
  min-height:44px !important;
}

/* Owner-approved compact presentation, 2026-09-08.
   Layout dimensions, not browser zoom. Booking/data/map behavior is unchanged. */
body.renewal-site {--compact-title:38px;--compact-section:32px;--compact-card:21px}
body.renewal-site :is(.container,.ite-container) {max-width:1120px !important}
body.renewal-site h1 {font-size:clamp(30px,3.1vw,var(--compact-title)) !important;line-height:1.16 !important}
body.renewal-site :is(.listing-hero,.journal-hero,.about-hero,.ite-page-intro,.dest-hero,.landmark-hero,.mock-hero) h1 {font-size:clamp(30px,3.1vw,var(--compact-title)) !important;line-height:1.16 !important}
body.renewal-site :is(h2,.section-title) {font-size:clamp(26px,2.6vw,var(--compact-section)) !important;line-height:1.22 !important}
body.renewal-site h3 {font-size:var(--compact-card);line-height:1.3}
body.renewal-site :is(.band,.ite-section) {padding-block:46px}
body.renewal-site :is(.listing-hero,.journal-hero,.about-hero,.ite-page-intro) {padding-block:34px 28px}
body.renewal-site :is(.section-sub,.mock-lead,.lede) {font-size:15px !important;line-height:1.7}
body.renewal-site .section-head {gap:20px;margin-bottom:22px}
body.renewal-site :is(.gold-rule,.ite-rule) {margin-block:20px}
body.renewal-site header.site > .container {min-height:64px}
body.renewal-site .logo {font-size:24px !important}
body.renewal-site .topbar,body.renewal-site .topbar > .container {min-height:30px}
body.renewal-site :is(.btn,.ite-button,.ite-btn,.mock-btn,button[type=submit]) {padding:10px 16px !important;min-height:44px}

body.renewal-site .hero.renewal-hero {padding:32px 0 36px}
body.renewal-site .renewal-hero-grid {gap:40px}
body.renewal-site .hero.renewal-hero h1 {font-size:clamp(40px,4.2vw,52px) !important;line-height:1.06 !important;letter-spacing:-.04em;margin-bottom:20px;max-width:12ch !important}
body.renewal-site .hero.renewal-hero .lede {font-size:15px !important;margin-bottom:20px;max-width:48ch}
body.renewal-site .renewal-hero-photo {height:410px;border-top-left-radius:72px}
body.renewal-site .renewal-hero .kicker {margin-bottom:16px}
body.renewal-site .renewal-text-link {margin-top:14px}
body.renewal-site .renewal-promises {padding-block:14px}

body.renewal-site .search-card {width:min(100%,740px) !important;max-width:740px !important;grid-template-columns:minmax(220px,1fr) 160px 114px 104px;margin-top:20px}
body.renewal-site .search-card .field {min-height:54px !important;padding:7px 12px !important;gap:2px}
body.renewal-site .search-card .go {min-height:54px;padding:5px}
body.renewal-site .search-card .go .btn {min-height:44px;padding:8px 12px !important}
body.renewal-site .hero.renewal-hero .search-card {width:min(100%,380px) !important;max-width:380px !important;grid-template-columns:160px 114px minmax(0,1fr);margin-inline:0 !important}
body.renewal-site .hero.renewal-hero .search-card .field:first-child {min-height:52px !important}
body.renewal-site .hero.renewal-hero .search-card .go {min-height:54px}
body.renewal-site .search-card .renewal-guests summary {font:400 14px/1.5 var(--sans) !important;letter-spacing:0;min-height:44px;height:44px;border:0;padding:0 !important;background:#fff;gap:8px}
body.renewal-site .search-card .renewal-guests {font-family:var(--sans);font-size:14px}
body.renewal-site .search-card .lyi-date-btn {justify-content:flex-start;gap:10px}
body.renewal-site .destination-search-card {width:min(100%,640px) !important;grid-template-columns:minmax(220px,1fr) 170px 104px}
body.renewal-site .journal-search {width:min(100%,560px) !important;max-width:560px;margin-top:20px}

body.renewal-site .tour-card .body {padding:16px;gap:12px}
body.renewal-site .tour-card .body h3 {font-size:20px !important;line-height:1.28 !important}
body.renewal-site .tour-card .ph {aspect-ratio:1.85;height:auto;min-height:0}
body.renewal-site .tour-card .price-line {margin-top:14px;padding-top:12px}
body.renewal-site .renewal-region-copy {padding:14px 16px}
body.renewal-site :is(.renewal-region-copy,.region-index-grid .region-item,.dest-card .body,.fact-card,.tl-card) h3 {font-size:22px;line-height:1.25}
body.renewal-site .region-index-grid .region-item {padding:18px 16px;min-height:0}
body.renewal-site .region-index-grid {gap:12px}
body.renewal-site .dest-card .body {padding:18px}
body.renewal-site .dest-hero {min-height:280px;padding-block:44px 32px}
body.renewal-site .dest-hero.dest-hero--plain {min-height:0;padding-block:32px}
body.renewal-site .landmark-hero.has-no-image {padding:32px 0 !important}
body.renewal-site .dest-card.has-no-image .body {min-height:140px}
body.renewal-site .landmark.has-no-image h3 {font-size:22px}
body.renewal-site :is(.dest-intro,.about-split,.contact-grid) {gap:32px}
body.renewal-site .renewal-discovery-copy {padding:32px}
body.renewal-site .renewal-discovery-copy h3 {font-size:28px;line-height:1.2;margin-bottom:16px}
body.renewal-site .renewal-discovery-photo {min-height:320px}
body.renewal-site .renewal-step-grid h3 {font-size:23px}
body.renewal-site .article-card h3 {font-size:22px !important}
body.renewal-site .featured-guide .copy h2 {font-size:28px !important}
body.renewal-site .featured-guide .copy {padding:28px}
body.renewal-site .journal-article .article-head h1 {font-size:clamp(30px,3vw,38px) !important}
body.renewal-site .journal-article .article-body {max-width:720px;font-size:17px;line-height:1.75}
body.renewal-site .journal-article .article-hero-img {height:300px;min-height:0}
body.renewal-site .concierge .copy {padding:32px}

@media(min-width:1081px) {
  body.renewal-site .atelier-tour-page .ite-tour-product-grid.tour-layout {grid-template-columns:minmax(0,1fr) 300px;gap:20px 28px}
}
body.renewal-site .atelier-tour-page .renewal-tour-heading h1 {font-size:clamp(29px,3vw,36px) !important;line-height:1.2 !important}
body.renewal-site .atelier-tour-page .ite-tour-gallery-stage {aspect-ratio:1.72}
body.renewal-site .atelier-tour-page .ite-tour-gallery-controls .ite-tour-gallery-thumbs {height:56px}
body.renewal-site .atelier-tour-page .ite-tour-gallery-controls .ite-tour-gallery-thumbs button {flex-basis:72px;width:72px;height:52px}
body.renewal-site .book-card :is(.head,.inner) {padding:18px}
body.renewal-site .book-card.ite-summary-card h2 {font-size:25px !important}
body.renewal-site .book-card .spec-list {margin-top:16px !important}
body.renewal-site .book-card .spec-list .row {padding-block:8px;gap:8px}
body.renewal-site .book-card .spec-list .v {overflow-wrap:anywhere}
body.renewal-site .atelier-tour-page :is(.ite-tour-section,.tour-section) {padding-block:24px}
body.renewal-site .atelier-tour-page :is(.ite-tour-section,.tour-section) h2 {font-size:26px !important;margin-bottom:16px}
body.renewal-site .tour-section details {padding:12px 16px}
body.renewal-site .tour-section summary {min-height:24px}

body.renewal-site :is(.auth-wrap,.auth-layout,.mock-login-layout) {gap:32px}
body.renewal-site :is(.auth-form,.ite-auth-panel) {padding:24px}
body.renewal-site .mock-login-layout > .mock-auth-card {padding:24px !important}
body.renewal-site .mock-auth-copy h2 {font-size:26px !important}
body.renewal-site .mock-account-art {height:240px}
body.renewal-site .account-intro h1 {font-size:32px !important}
body.renewal-site .content-card {padding:20px}
body.renewal-site .content-card h2 {font-size:24px !important}
body.renewal-site .metric {padding:18px}
body.renewal-site .metric strong {font-size:29px}
body.renewal-site footer.site {padding:38px 0 20px}
body.renewal-site footer.site h3 {font-size:25px !important}
body.renewal-site footer.site .foot-news {gap:32px;padding-bottom:26px}
body.renewal-site footer.site .top {padding-block:26px;gap:28px}

@media(max-width:1080px) and (min-width:651px) {
  body.renewal-site .renewal-hero-grid {gap:24px}
  body.renewal-site .renewal-hero-photo {height:390px}
  body.renewal-site .hero.renewal-hero h1 {font-size:44px !important}
  body.renewal-site .hero.renewal-hero .search-card {grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  body.renewal-site .hero.renewal-hero .search-card .go {grid-column:1/-1;min-height:52px;border-top:1px solid var(--line)}
}
@media(max-width:650px) {
  body.renewal-site {--compact-title:30px;--compact-section:27px;--compact-card:21px}
  body.renewal-site :is(.container,.ite-container) {width:calc(100% - 36px) !important}
  body.renewal-site :is(.band,.ite-section) {padding-block:32px}
  body.renewal-site :is(.listing-hero,.journal-hero,.about-hero,.ite-page-intro) {padding-block:28px 24px}
  body.renewal-site header.site > .container {min-height:60px}
  body.renewal-site .logo {font-size:23px !important}
  body.renewal-site .hero.renewal-hero {padding:26px 0 28px}
  body.renewal-site .hero.renewal-hero h1 {font-size:40px !important;margin-bottom:16px}
  body.renewal-site .renewal-hero-grid {gap:24px}
  body.renewal-site .renewal-hero-photo {height:240px;border-top-left-radius:56px}
  body.renewal-site :is(.search-card,.destination-search-card),body.renewal-site .hero.renewal-hero .search-card {width:100% !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important}
  body.renewal-site .search-card .field {min-height:56px !important;padding:7px 12px !important}
  body.renewal-site .search-card .field:first-child {min-height:54px !important}
  body.renewal-site .search-card .go {grid-column:1/-1;min-height:54px}
  body.renewal-site .search-card :is(input:not([type=hidden]),select,.lyi-date-btn,.renewal-guests summary) {font-size:16px !important;min-height:28px}
  body.renewal-site .search-card .renewal-guests summary {min-height:44px;height:44px}
  body.renewal-site .search-card .lyi-date-btn {gap:6px}
  body.renewal-site .renewal-discovery-copy {padding:24px}
  body.renewal-site .renewal-discovery-copy h3 {font-size:25px}
  body.renewal-site .renewal-discovery-photo {min-height:240px}
  body.renewal-site .article-card h3 {font-size:21px !important}
  body.renewal-site .featured-guide .copy {padding:22px}
  body.renewal-site .journal-article .article-body {font-size:16px}
  body.renewal-site .journal-article .article-hero-img {height:220px}
  body.renewal-site .atelier-tour-page .renewal-tour-heading h1 {font-size:29px !important}
  body.renewal-site .atelier-tour-page .ite-tour-gallery-stage {aspect-ratio:1.45}
  body.renewal-site .account-intro h1,body.renewal-site .ite-page-intro--account h1 {font-size:30px !important}
  body.renewal-site .mock-login-layout > .mock-auth-card {padding:20px !important}
  body.renewal-site .book-card :is(.head,.inner) {padding:16px}
  body.renewal-site :is(.menu-btn,.icon-btn,.ite-heart,.carousel-controls button,.ite-tour-gallery-arrow) {min-width:44px;min-height:44px}
  body.renewal-site .section-head .btn {min-height:44px}
  body.renewal-site .btn.small,body.renewal-site .account-nav a,body.renewal-site .mock-auth-tabs .mock-auth-tab {min-height:44px}
}

/* Visual review fixes: remove inherited layout conflicts, retain compact headings. */
body.renewal-site {--sans:Arial,Helvetica,sans-serif;--muted:#425650}
body.renewal-site :is(.hero.renewal-hero .lede,.section-sub,.mock-lead,.lede) {font-size:16px !important;line-height:1.65}
body.renewal-site :is(.tour-section p,.tour-section li,.dest-intro p,.ite-richtext p) {font-size:16px !important;line-height:1.7;color:var(--muted)}
body.renewal-site :is(.btn,.ite-button,.mock-btn) {font-size:14px !important}
body.renewal-site .search-card .field label {font-size:11px;letter-spacing:.06em}
body.renewal-site .search-card :is(input:not([type=hidden]),select,.lyi-date-btn,.renewal-guests summary) {font-size:15px !important}
body.renewal-site .search-card .lyi-date-btn {height:44px;min-height:44px}
body.renewal-site .search-card .field:has(.lyi-date-btn) {height:auto;min-height:0 !important;padding:10px 12px !important}
body.renewal-site .search-card .field:has(.lyi-date-btn) > label {position:static}
body.renewal-site .search-card .lyi-date-btn {padding-top:0 !important}
body.renewal-site .search-card .field:first-child input {min-height:32px;height:32px}
body.renewal-site .hero.renewal-hero .search-card {width:min(100%,420px) !important;max-width:420px !important;grid-template-columns:160px 130px minmax(0,1fr)}
body.renewal-site .tour-card .meta {font-size:12px}
body.renewal-site .book-card .spec-list :is(.k,.v) {font-family:var(--sans);font-size:13px}
body.renewal-site .book-card .inner > p {font-size:14px;line-height:1.6}

/* Both old template wrappers contributed padding; use one spacing owner. */
body.renewal-site .atelier-tour-page > .ite-tour-hero {padding:24px 0 0}
body.renewal-site .atelier-tour-page .ite-tour-hero .crumbs {padding:0;margin:0;font-size:11px;gap:8px;line-height:1.6}
body.renewal-site .atelier-tour-page .tour-layout {padding-top:18px;padding-bottom:36px}
body.renewal-site .atelier-tour-page .renewal-tour-heading .title-row {gap:12px}
body.renewal-site .atelier-tour-page .renewal-tour-heading .title-actions {margin:0;padding:0;align-self:center}
body.renewal-site .atelier-tour-page .ite-tour-excerpt {font-size:17px;line-height:1.6;font-style:normal;margin:20px 0}
body.renewal-site .atelier-tour-page .tour-section {margin-top:0;padding-block:26px;border-top:1px solid var(--line);border-bottom:0}
body.renewal-site .atelier-tour-page .tour-section > :last-child {margin-bottom:0}
body.renewal-site .atelier-tour-page .tour-section summary {min-height:44px;display:flex;align-items:center;justify-content:space-between;padding:8px 0}
body.renewal-site .atelier-tour-page .tour-section details {padding:6px 16px}

/* Image and no-image hero interiors inherited150px top padding. */
body.renewal-site :is(.dest-hero,.landmark-hero) > .container {padding-block:24px}
body.renewal-site :is(.dest-hero.dest-hero--plain,.landmark-hero.has-no-image) > .container {padding-block:0}
body.renewal-site .landmark-hero.has-no-image {min-height:0}
body.renewal-site :is(.dest-hero,.landmark-hero) .crumbs {padding:0;margin-bottom:20px}
body.renewal-site .featured-guide .copy p {margin-bottom:18px}
body.renewal-site .region-page .band h2 {margin-bottom:20px}
body.renewal-site footer.site :is(.foot-news-consent,.newsletter-consent) {font-size:13px;line-height:1.6;color:var(--ink)}

@media(max-width:700px){
 /* The canvas clips its own pixels. Its controls must not be clipped by the parent. */
 body.renewal-site .map-canvas.lyi-map-stage {overflow:visible !important}
 body.renewal-site .lyi-map-zoom {z-index:2}
}
@media(max-width:650px){
 body.renewal-site .hero.renewal-hero .search-card {width:100% !important;max-width:none !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
 body.renewal-site .search-card :is(input:not([type=hidden]),select,.lyi-date-btn,.renewal-guests summary) {font-size:16px !important}
 body.renewal-site .atelier-tour-page > .ite-tour-hero {padding-top:18px}
 body.renewal-site .atelier-tour-page .renewal-tour-heading .title-row {display:grid;grid-template-columns:minmax(0,1fr);gap:12px}
 body.renewal-site .atelier-tour-page .renewal-tour-heading .title-actions {justify-self:end}
 body.renewal-site .atelier-tour-page .ite-tour-product-grid.tour-layout {row-gap:16px}
 body.renewal-site :is(.dest-hero,.landmark-hero) > .container {padding-block:16px}
 body.renewal-site :is(.dest-hero.dest-hero--plain,.landmark-hero.has-no-image) > .container {padding-block:0}
}

/* Owner-approved green proportions. */
body.renewal-site {--sans:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--compact-title:32px;--compact-section:27px;--compact-card:20px}
body.renewal-site .hero.renewal-hero h1 {font-size:44px !important}
body.renewal-site :is(.hero.renewal-hero .lede,.section-sub,.mock-lead,.lede) {font-size:14px !important;line-height:1.65}
body.renewal-site .hero.renewal-hero .search-card {width:100% !important;max-width:530px !important;grid-template-columns:minmax(145px,1fr) 125px 90px 80px;align-items:stretch}
body.renewal-site .hero.renewal-hero .search-card .field:first-child {grid-column:auto;min-height:60px !important;border-bottom:0}
body.renewal-site .search-card .field,body.renewal-site .search-card .field:has(.lyi-date-btn) {height:60px;min-height:60px !important;padding:6px 10px !important;position:relative;justify-content:center;gap:0}
body.renewal-site .search-card .field label {font-size:9px;line-height:12px;letter-spacing:.06em}
body.renewal-site .search-card :is(input:not([type=hidden]),.lyi-date-btn,.renewal-guests summary) {font-size:13px !important}
body.renewal-site .search-card .field:first-child input {height:28px;min-height:28px}
body.renewal-site .search-card .field:has(.lyi-date-btn)>label,body.renewal-site .search-card .field:has(.renewal-guests)>label {position:absolute;top:7px;left:10px;pointer-events:none;z-index:1}
body.renewal-site .search-card .renewal-guests summary {white-space:nowrap;gap:3px}
body.renewal-site .search-card .renewal-guests summary:after {margin-left:2px}
body.renewal-site .search-card :is(.lyi-date-btn,.renewal-guests summary) {height:46px !important;min-height:46px !important;padding:12px 0 0 !important;box-sizing:border-box}
body.renewal-site .search-card .go {height:60px;min-height:60px;padding:7px;grid-column:auto}
body.renewal-site .hero.renewal-hero .search-card .go {grid-column:auto;border-top:0}
body.renewal-site .search-card .go .btn {min-height:44px;height:44px;align-self:center;font-size:12px !important;padding:8px !important}
body.renewal-site .region-index-grid {gap:16px}
body.renewal-site .region-index-grid h3 {font-size:20px !important}
body.renewal-site .region-index-grid :is(p,a) {font-size:14px}
body.renewal-site .section-head {margin-bottom:16px;gap:12px}
@media(min-width:701px){body.renewal-site .rail-nav button,body.renewal-site .section-head .icon-btn,body.renewal-site .section-head .arrow-btn,body.renewal-site .tour-card .ite-heart {width:36px !important;height:36px !important;min-width:36px !important;min-height:36px !important}}
@media(max-width:1000px) and (min-width:651px){body.renewal-site .hero.renewal-hero .search-card {grid-template-columns:minmax(0,1fr) 100px 80px}body.renewal-site .hero.renewal-hero .search-card .field:first-child {grid-column:1/-1;height:48px;min-height:48px !important}}
@media(max-width:650px){
 body.renewal-site .search-card:not(.destination-search-card) {grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) 80px !important}
 body.renewal-site .search-card:not(.destination-search-card) .go {grid-column:auto;border-top:0}
 body.renewal-site .search-card:not(.destination-search-card) .field:first-child {height:52px;min-height:52px !important}
 body.renewal-site .hero.renewal-hero h1 {font-size:36px !important}
 body.renewal-site .hero.renewal-hero .search-card {grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) 80px !important}
 body.renewal-site .hero.renewal-hero .search-card .go {grid-column:auto;border-top:0}
 body.renewal-site .hero.renewal-hero .search-card .field:first-child {grid-column:1/-1;height:52px;min-height:52px !important;border-bottom:1px solid var(--line)}
 body.renewal-site .search-card input:not([type=hidden]) {font-size:16px !important}
}

/* Narrow-screen catalogue controls: let labels fit rather than clip them. */
.renewal-site .renewal-region-hero {margin-top:24px;margin-bottom:0}
.renewal-site .renewal-region-hero img {display:block;width:100%;height:260px;object-fit:cover;object-position:center 42%;border-radius:5px}
.renewal-site .ite-image-credits-wrap {padding-block:16px;font-size:13px}
.renewal-site .ite-image-credits summary {cursor:pointer;min-height:44px;display:flex;align-items:center}
@media(max-width:650px) { .renewal-site .renewal-region-hero img {height:200px} }
@media(max-width:359px) {
 body.renewal-site .top-filter-row .filter-select {flex:1 1 100%;width:100%;min-width:0}
 body.renewal-site .top-filter-row .filter-select select {width:100%;min-width:0}
 body.renewal-site .search-card:not(.destination-search-card) {grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important}
 body.renewal-site .search-card:not(.destination-search-card) .go {grid-column:1/-1;height:52px;min-height:52px}
 body.renewal-site .search-card:not(.destination-search-card) .go .btn {width:100%}
}
@media(min-width:1081px) {
 body.renewal-site .atelier-tour-page .book-card.ite-summary-card {min-height:var(--gallery-stage-height,0px)}
}
