:root {
  --ink: #24312e;
  --muted: #626d68;
  --pine: #173c35;
  --pine-deep: #123029;
  --paper: #f8f7f2;
  --white: #fffefa;
  --line: #d8dcd3;
  --accent: #b36640;
  --accent-soft: #ead8c3;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Source Sans 3', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.58 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.16; }
h1,h2 { font-weight: 400; }
em { font-style: normal; }
.container { width: min(100% - 80px, 1200px); margin-inline: auto; }
.narrow { width: min(100% - 48px, 730px); margin-inline: auto; }
.section-pad { padding-block: 88px; }
.section-pad-sm { padding-block: 62px; }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: #d9b993; }
.display-heading { margin: 0; font: 400 clamp(32px,3.1vw,43px)/1.17 var(--serif); letter-spacing: -.025em; }
.display-heading em { color: var(--accent); }
.lead { font: 400 clamp(22px,2.25vw,29px)/1.42 var(--serif); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 46px; padding: 10px 17px; border: 1px solid transparent; font-size: 12px; font-weight: 700; line-height: 1.2; transition: background .2s,color .2s,border-color .2s; }
.button span { font-size: 17px; line-height: 1; }
.button-dark { background: var(--pine); color: white; }
.button-dark:hover { background: #24584e; }
.button-sand { background: var(--accent-soft); color: var(--pine-deep); }
.button-sand:hover { background: #f3e2d0; }
.button-light { background: var(--white); color: var(--pine-deep); }
.button-outline-light { border-color: #d0ded4; color: white; }
.button-outline-light:hover { background: white; color: var(--pine); }
.text-link { display: inline-flex; align-items: center; gap: 15px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: var(--pine); font-size: 13px; font-weight: 700; line-height: 1.2; }
.text-link span { font-size: 17px; font-weight: 400; }
.text-link:hover { color: var(--accent); }
.text-link-light { color: white; }
.skip-link { position: absolute; left: 10px; top: -80px; z-index: 99; padding: 10px; background: white; }
.skip-link:focus { top: 10px; }

/* The header reads as a small destination masthead, not a marketing banner. */
.site-header { position: relative; z-index: 10; background: var(--white); border-bottom: 1px solid var(--line); }
.nav-shell { width: min(100% - 80px,1200px); min-height: 76px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: var(--pine); }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #9aafa3; border-radius: 50%; }
.brand-mark svg { width: 30px; height: 30px; }
.brand strong { display: block; font: 500 23px/1 var(--serif); letter-spacing: -.03em; }
.brand small { display: block; margin-top: 5px; font-size: 8px; font-weight: 700; letter-spacing: .21em; }
.site-nav { display: flex; align-items: center; gap: clamp(16px,2vw,29px); }
.site-nav>a { position: relative; color: #394640; font-size: 14px; font-weight: 600; white-space: nowrap; }
.site-nav>a:not(.nav-cta):after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--accent); transition: right .2s; }
.site-nav>a:not(.nav-cta):hover:after,.site-nav>a[aria-current=page]:after { right: 0; }
.site-nav .nav-cta { display: flex; align-items: center; gap: 22px; margin-left: 5px; padding: 11px 14px; border: 1px solid var(--pine); color: var(--pine); }
.site-nav .nav-cta:hover { background: var(--pine); color: white; }
.menu-toggle { display: none; padding: 7px; border: 0; background: none; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--pine); }

/* Home: the photograph leads, while the title stays human sized. */
.home-hero { position: relative; height: min(665px,calc(100svh - 76px)); min-height: 580px; background: #c7d1c7; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.home-hero:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,31,29,.69) 0%,rgba(10,31,29,.37) 43%,rgba(10,31,29,.02) 82%),linear-gradient(0deg,rgba(10,31,29,.27),transparent 42%); pointer-events: none; }
.hero-layout { position: relative; z-index: 1; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hero-content { width: min(590px,58%); padding: 0 0 5px; color: white; }
.hero-content .eyebrow { margin-bottom: 17px; color: #f5ddbd; }
.home-hero h1 { margin-bottom: 19px; font: 400 clamp(48px,4.25vw,60px)/1.1 var(--serif); letter-spacing: -.035em; }
.hero-copy { max-width: 460px; margin-bottom: 28px; color: #f2f4ee; font-size: 18px; line-height: 1.55; }
.hero-caption { position: absolute; right: 0; bottom: 26px; color: white; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-shadow: 0 1px 5px #18362f; }
.home-shortcuts { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.home-shortcuts a { position: relative; display: grid; grid-template-columns: 34px 1fr 18px; align-items: center; gap: 3px 10px; min-height: 98px; padding: 18px 22px 18px 0; }
.home-shortcuts a+a { border-left: 1px solid var(--line); padding-left: 24px; }
.home-shortcuts span { grid-row: span 2; align-self: start; padding-top: 3px; color: var(--accent); font-size: 11px; font-weight: 700; }
.home-shortcuts strong { font: 400 20px/1.1 var(--serif); }
.home-shortcuts small { grid-column: 2; color: var(--muted); font-size: 13px; }
.home-shortcuts b { grid-column: 3; grid-row: 1 / span 2; font-size: 18px; font-weight: 400; }
.home-shortcuts a:hover strong,.home-shortcuts a:hover b { color: var(--accent); }

.intro-section { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: clamp(45px,8vw,120px); }
.intro-image { position: relative; }
.intro-image img { width: 100%; height: 420px; object-fit: cover; }
.intro-image span { position: absolute; right: -15px; bottom: -13px; padding: 10px 15px; background: var(--pine); color: white; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.intro-copy { max-width: 470px; }
.intro-copy .display-heading { margin-bottom: 23px; }
.intro-copy p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.75; }
.intro-copy .text-link { margin-top: 13px; }

.featured-section { background: #eef0e8; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.section-head .eyebrow { margin-bottom: 8px; }
.section-head .text-link { flex: 0 0 auto; margin-bottom: 4px; }
.section-aside { max-width: 335px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.featured-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: repeat(3,220px); gap: 12px; }
.featured-card { position: relative; min-width: 0; overflow: hidden; background: #8f9d90; }
.featured-card:first-child { grid-row: 1 / 4; }
.featured-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.featured-card:hover img { transform: scale(1.045); }
.featured-overlay { position: absolute; inset: 0; display: flex; justify-content: space-between; align-items: end; gap: 16px; padding: 20px 22px; background: linear-gradient(0deg,rgba(7,26,20,.91),rgba(7,26,20,.14) 55%,transparent 77%); color: white; }
.featured-overlay .card-count { position: absolute; top: 17px; right: 19px; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.featured-overlay .card-type { color: #e7d1af; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.featured-overlay h3 { margin: 3px 0 0; font: 400 clamp(23px,2.25vw,31px)/1.1 var(--serif); }
.featured-card:first-child h3 { font-size: 39px; }
.featured-description { max-width: 400px; margin: 7px 0 0; color: #f4f5ef; font-size: 14px; line-height: 1.4; }
.circle-arrow { display: grid; place-items: center; flex: 0 0 31px; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; }

.village-notes { background: var(--white); }
.notes-grid { display: grid; gap: 70px; }
.village-note { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: center; gap: clamp(35px,6vw,90px); }
.note-copy { padding-block: 20px; }
.note-image { min-width: 0; overflow: hidden; }
.note-image img { width: 100%; height: 390px; object-fit: cover; }
.notes-grid h2 { margin-bottom: 15px; font: 400 clamp(29px,2.7vw,36px)/1.17 var(--serif); }
.notes-grid p { max-width: 410px; color: var(--muted); }
.notes-grid .text-link { margin-top: 4px; }
.story-section { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 530px; background: var(--pine); color: white; }
.story-image { overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-content { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 55px clamp(40px,7vw,110px); }
.story-content h2 { margin-bottom: 14px; font: 400 clamp(36px,3.8vw,52px)/1.13 var(--serif); }
.story-content p:not(.eyebrow) { max-width: 400px; margin-bottom: 24px; color: #dfebe2; }
.story-video-link { margin-top: 19px; color: #e9d6bd; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.visit-strip { padding-block: 44px; background: #e5e9df; }
.visit-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.visit-strip .eyebrow { margin-bottom: 7px; }
.visit-strip h2 { margin-bottom: 4px; font: 400 29px/1.2 var(--serif); }
.visit-strip p:last-child { margin: 0; color: var(--muted); }
.journal-section { background: var(--paper); }
.post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 20px; }
.post-card { display: flex; flex-direction: column; min-width: 0; min-height: 495px; border: 1px solid var(--line); background: var(--white); transition: border-color .2s,box-shadow .2s; }
.post-card:hover { border-color: #aebdb1; box-shadow: 0 10px 26px rgba(20,46,37,.07); }
.post-image { width: 100%; aspect-ratio: 1.52; overflow: hidden; background: #d2d6ce; }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover img { transform: scale(1.045); }
.post-meta { margin: 20px 20px 0; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.post-meta span { margin-inline: 4px; }
.post-card h3 { display: -webkit-box; min-height: 3.6em; margin: 10px 20px 8px; overflow: hidden; font: 400 clamp(22px,1.9vw,26px)/1.2 var(--serif); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.post-card p { display: -webkit-box; max-height: 4.65em; margin: 0 20px 20px; overflow: hidden; color: var(--muted); font-size: 15px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.post-more { align-self: flex-start; margin: auto 20px 20px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--pine); font-size: 13px; font-weight: 700; }

/* Internal pages use a split title and image, like an opening spread. */
.page-hero { position: relative; display: flex; align-items: center; min-height: 390px; overflow: hidden; background: var(--paper); }
.page-hero:before { content: ''; position: absolute; inset: 0 0 0 52%; background-image: var(--page-image); background-position: center; background-size: cover; }
.page-hero:after { content: ''; position: absolute; inset: 0 0 0 52%; background: linear-gradient(90deg,rgba(17,48,41,.08),transparent 35%); }
.page-hero .container { position: relative; z-index: 1; padding-block: 58px; }
.page-hero .container>* { max-width: 44%; }
.page-hero .eyebrow.light { color: var(--accent); }
.page-hero h1 { margin-bottom: 17px; font: 400 clamp(41px,4.3vw,58px)/1.1 var(--serif); letter-spacing: -.035em; }
.page-hero h1 em { color: var(--accent); }
.page-hero p:last-child { margin-bottom: 0; color: var(--muted); font-size: 16px; }
.page-intro { background: #edf0e9; }
.page-intro .lead { margin-bottom: 15px; }
.page-intro p:last-child { margin-bottom: 0; color: var(--muted); }
.places-section { background: var(--paper); }
.places-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 35px; }
.place-card { display: grid; grid-template-columns: 42% 1fr; gap: 19px; min-width: 0; padding-block: 20px; border-top: 1px solid var(--line); scroll-margin-top: 20px; }
.place-image { position: relative; aspect-ratio: 1.08; overflow: hidden; background: #d0d7ce; }
.place-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.place-card:hover img { transform: scale(1.04); }
.place-index { position: absolute; top: 9px; left: 9px; display: grid; place-items: center; width: 30px; height: 30px; background: var(--white); color: var(--pine); font-size: 11px; font-weight: 700; }
.place-body { padding-top: 4px; }
.place-body .eyebrow { margin-bottom: 5px; font-size: 10px; }
.place-body h2 { margin-bottom: 9px; font: 400 clamp(22px,2.1vw,29px)/1.2 var(--serif); }
.place-body p { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.58; }
.cta-panel { padding-block: 58px; background: var(--pine); color: white; }
.cta-panel-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-panel .eyebrow { margin-bottom: 8px; }
.cta-panel h2 { margin-bottom: 0; font: 400 clamp(33px,3.6vw,47px)/1.15 var(--serif); }
.cta-panel h2 em { color: #e1c09a; }
.cta-actions { display: flex; align-items: center; gap: 24px; }
.about-story,.about-life { background: var(--paper); }
.about-life { background: #edf0e9; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,9vw,125px); }
.prose p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.prose .lead { color: var(--ink); font-size: 25px; line-height: 1.48; }
.prose .text-link { margin-top: 10px; }
.stat-line { display: flex; align-items: baseline; gap: 12px; margin-top: 54px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.stat-line strong { color: var(--pine); font: 400 45px/1 var(--serif); letter-spacing: -.04em; }
.stat-line strong span { font-size: 20px; }
.about-photo { position: relative; height: 430px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-caption { position: absolute; right: 25px; bottom: 22px; padding: 9px 13px; background: var(--white); color: var(--pine); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.stays-section { background: var(--paper); }
.stays-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px 23px; }
.stay-card { min-width: 0; border-top: 1px solid var(--line); padding-top: 13px; }
.stay-card img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.stay-body { padding: 18px 0 0; }
.stay-body .eyebrow { margin-bottom: 7px; font-size: 10px; }
.stay-body h3 { margin-bottom: 7px; font: 400 25px/1.2 var(--serif); }
.stay-body p { margin-bottom: 15px; color: var(--muted); font-size: 15px; }
.simple-page { display: flex; align-items: center; min-height: 55vh; background: #edf0e9; }
.simple-page .lead { max-width: 570px; }
.simple-page .button { margin-top: 13px; }
.booking-note { margin-top: 25px; color: var(--muted); }
.booking-note a { text-decoration: underline; }
.plan-section { background: var(--paper); }
.plan-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px,8vw,110px); }
.plan-intro p:not(.eyebrow) { color: var(--muted); }
.plan-intro .text-link { margin-top: 13px; }
.route { display: flex; justify-content: space-between; gap: 18px; padding: 19px 0; border-top: 1px solid var(--line); }
.route:last-child { border-bottom: 1px solid var(--line); }
.route .eyebrow { margin-bottom: 4px; font-size: 10px; }
.route h3 { margin-bottom: 5px; font: 400 23px/1.2 var(--serif); }
.route p { max-width: 355px; margin: 0; color: var(--muted); font-size: 15px; }
.route strong { color: var(--pine); font: 400 22px/1.15 var(--serif); white-space: nowrap; text-align: right; }
.route strong small { display: block; margin-top: 5px; color: var(--muted); font: 700 10px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.practical-section { background: #edf0e9; }
.practical-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px,8vw,110px); }
.practical-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.practical-cards article { padding: 19px; background: var(--white); }
.practical-cards article>span { color: var(--accent); font-size: 11px; font-weight: 700; }
.practical-cards h3 { margin: 9px 0; font: 400 21px/1.15 var(--serif); }
.practical-cards p { color: var(--muted); font-size: 15px; }
.practical-cards .text-link { font-size: 11px; }
.article-head { padding-block: 53px 44px; background: #edf0e9; }
.article-head-inner { max-width: 900px; }
.back-link { display: inline-block; margin-bottom: 39px; color: var(--pine); font-size: 12px; font-weight: 700; }
.article-head .eyebrow { margin-bottom: 9px; }
.article-head h1 { max-width: 810px; margin-bottom: 16px; font: 400 clamp(36px,4vw,55px)/1.13 var(--serif); letter-spacing: -.025em; }
.article-head .lead { max-width: 680px; margin: 0; color: var(--muted); font-size: 20px; }
.article-cover img { width: 100%; max-height: 550px; object-fit: cover; }
.article-body { padding-block: 55px 80px; }
.article-body p { color: #495951; font-size: 17px; line-height: 1.85; }
.article-body h2 { margin: 36px 0 12px; font: 400 29px/1.2 var(--serif); }
.article-inline-photo { margin: 35px 0 0; }
.article-inline-photo img { width: 100%; height: auto; }
.article-inline-photo figcaption { margin-top: 8px; color: var(--muted); font-size: 13px; }
.related-section { background: #edf0e9; }
.related-grid { grid-template-columns: repeat(2,1fr); max-width: 810px; }

.site-footer { background: var(--pine-deep); color: #eff4ed; }
.footer-top { display: grid; grid-template-columns: 1.35fr .65fr 1fr; gap: clamp(30px,6vw,95px); padding-block: 69px 55px; }
.footer-logo { width: 185px; height: auto; margin-bottom: 24px; }
.footer-intro h2 { margin-bottom: 10px; font: 400 32px/1.18 var(--serif); }
.footer-intro p:not(.eyebrow) { max-width: 320px; color: #bed0c3; font-size: 16px; }
.footer-intro .button { margin-top: 12px; }
.footer-links,.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links h3,.footer-contact h3 { margin: 4px 0 11px; color: #ddbd99; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a,.footer-contact a { color: #e0e9e1; font-size: 15px; }
.footer-links a:hover,.footer-contact a:hover { text-decoration: underline; }
.social-links { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 11px; }
.social-links a { font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 35px; padding-block: 17px; border-top: 1px solid #476158; color: #b4c3b8; font-size: 12px; }
.footer-bottom span:last-child { max-width: 660px; text-align: right; }

@media (max-width: 1050px) {
  .nav-shell,.container { width: min(100% - 56px,1200px); }
  .site-nav { gap: 13px; }
  .site-nav>a { font-size: 13px; }
  .site-nav .nav-cta { gap: 10px; }
  .places-grid { gap: 0 24px; }
  .place-card { grid-template-columns: 39% 1fr; gap: 15px; }
  .practical-grid { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 800px) {
  .nav-shell,.container { width: min(100% - 40px,1200px); }
  .nav-shell { min-height: 68px; }
  .brand strong { font-size: 21px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 12px 20px rgba(0,0,0,.08); }
  .site-nav.open { display: flex; }
  .site-nav>a { padding: 12px 3px; font-size: 15px; }
  .site-nav>a:not(.nav-cta):after { bottom: 6px; }
  .site-nav .nav-cta { justify-content: space-between; margin: 8px 0 0; padding: 13px 15px; }
  .home-hero { height: 620px; min-height: 0; }
  .hero-content { width: min(550px,77%); }
  .hero-caption { display: none; }
  .intro-grid,.about-grid,.plan-grid { grid-template-columns: 1fr; gap: 34px; }
  .intro-image img { height: 360px; }
  .intro-copy { max-width: 620px; }
  .featured-grid { grid-template-rows: repeat(3,195px); }
  .story-section { grid-template-columns: 1fr 1fr; }
  .story-content { padding: 38px 30px; }
  .story-content h2 { font-size: 34px; }
  .places-grid { grid-template-columns: 1fr; }
  .place-card { grid-template-columns: 32% 1fr; }
  .stays-grid { grid-template-columns: repeat(2,1fr); }
  .page-hero .container>* { max-width: 46%; }
  .footer-top { grid-template-columns: 1.2fr .8fr; }
  .footer-intro { grid-column: span 2; }
}
@media (max-width: 620px) {
  .section-pad { padding-block: 61px; }
  .section-pad-sm { padding-block: 47px; }
  .home-hero { height: 625px; min-height: 0; display: block; background: var(--pine); }
  .hero-photo { position: absolute; height: 100%; object-position: 58% center; }
  .home-hero:after { display: block; background: linear-gradient(0deg,rgba(8,29,25,.83),rgba(8,29,25,.34) 64%,rgba(8,29,25,.08)); }
  .hero-layout { width: min(100% - 40px,1200px); display: flex; align-items: flex-end; padding-bottom: 44px; }
  .hero-content { width: 100%; padding: 0; }
  .home-hero h1 { max-width: 450px; font-size: clamp(40px,10vw,48px); }
  .hero-copy { max-width: 350px; font-size: 16px; }
  .home-shortcuts { grid-template-columns: 1fr; border-top: 1px solid var(--line); }
  .home-shortcuts a { min-height: 70px; padding: 13px 0; }
  .home-shortcuts a+a { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .home-shortcuts strong { font-size: 18px; }
  .intro-image img { height: 300px; }
  .display-heading { font-size: 36px; }
  .featured-grid { grid-template-columns: 1fr; grid-template-rows: none; gap: 11px; }
  .featured-card,.featured-card:first-child { grid-row: auto; height: 290px; }
  .featured-card:first-child h3 { font-size: 30px; }
  .section-head { align-items: start; flex-direction: column; gap: 13px; }
  .section-head .text-link { margin-bottom: 0; }
  .notes-grid { gap: 42px; }
  .village-note { grid-template-columns: 1fr; gap: 18px; }
  .village-note:first-child .note-image { order: -1; }
  .note-image img { height: 270px; }
  .note-copy { padding: 0; }
  .story-section { grid-template-columns: 1fr; }
  .story-image { height: 285px; }
  .story-content { padding: 42px 20px 46px; }
  .visit-strip-inner,.cta-panel-inner { align-items: flex-start; flex-direction: column; gap: 20px; }
  .post-grid,.related-grid { grid-template-columns: 1fr; }
  .post-card { min-height: 470px; }
  .related-grid .post-card { min-height: 0; }
  .related-grid .post-card h3 { min-height: 0; }
  .post-image { aspect-ratio: 1.65; }
  .page-hero { display: block; min-height: 0; padding-top: 230px; }
  .page-hero:before,.page-hero:after { inset: 0 0 auto; height: 230px; }
  .page-hero .container { padding-block: 29px 35px; }
  .page-hero .container>* { max-width: 100%; }
  .page-hero h1 { font-size: clamp(39px,9vw,50px); }
  .page-hero p:last-child { font-size: 15px; }
  .place-card { grid-template-columns: 37% 1fr; gap: 13px; }
  .place-body h2 { font-size: 22px; }
  .place-body p { font-size: 14px; }
  .stays-grid { grid-template-columns: 1fr; }
  .stay-card img { aspect-ratio: 1.7; }
  .about-photo { height: 300px; }
  .stat-line { margin-top: 25px; }
  .practical-cards { grid-template-columns: 1fr; }
  .cta-actions { align-items: flex-start; flex-direction: column; }
  .article-head { padding-block: 34px 32px; }
  .back-link { margin-bottom: 31px; }
  .article-head h1 { font-size: 37px; }
  .article-body p { font-size: 16px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; padding-block: 50px 45px; }
  .footer-intro { grid-column: auto; }
  .footer-intro h2 { font-size: 30px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .footer-bottom span:last-child { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
