@font-face {
  font-family: Cormorant;
  src: url("assets/fonts/cormorant-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Cormorant;
  src: url("assets/fonts/cormorant-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url("assets/fonts/dm-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

:root {
  --paper: #f5f2e9;
  --ink: #303f33;
  --muted: #5e6559;
  --olive: #344437;
  --ochre: #85563a;
  --line: #d9d9cc;
  --garden: #e8ecdf;
  --white: #fffdf8;
  --serif: Cormorant, Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --header: 90px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 24px);
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 15px/1.75 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}
::selection {
  background: #ced6bc;
  color: #243029;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  font: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  border: 0;
  background: none;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--ochre);
  outline-offset: 6px;
}
button:disabled {
  cursor: default;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(62px, 6.2vw, 96px);
}
h2 {
  font-size: clamp(46px, 4.5vw, 68px);
}
h3 {
  font-size: clamp(30px, 3vw, 43px);
}
em {
  font-weight: 400;
}
p {
  max-width: 65ch;
}
.js-only {
  display: none;
}
.js .js-only {
  display: flex;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--white);
  padding: 12px 24px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 3.4%;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(245, 242, 233, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.brand-mark {
  width: 41px;
  height: 46px;
  stroke-width: 1.45;
}
.brand-name {
  font-family: var(--serif);
  font-size: 26px;
  letter-spacing: -0.5px;
  line-height: 1.05;
  display: block;
}
.brand-place {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 7px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 12px;
  font-weight: 500;
}
.main-nav a {
  position: relative;
  padding: 10px 0;
  white-space: nowrap;
}
.main-nav a::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
.main-nav a:hover::after,
.main-nav a[aria-current]::after {
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.language-picker {
  align-items: center;
  gap: 3px;
}
.language-picker button {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 6px 8px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0.86;
  transition:
    background 0.2s,
    opacity 0.2s;
}
.language-picker button[aria-pressed="true"] {
  background: #e5e8da;
  opacity: 1;
}
.language-picker button:hover {
  opacity: 1;
}
.language-picker img {
  width: 18px;
  height: 13px;
  object-fit: cover;
}
.js .menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 41% 59%;
  max-width: 1800px;
  margin: auto;
  padding: 26px 26px 30px 4.6%;
  min-height: min(740px, calc(100svh - 90px));
}
.hero-copy {
  align-self: center;
  padding: 40px 35px 28px 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 2.1px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
}
.hero .eyebrow {
  color: #845d40;
  margin-bottom: 26px;
  letter-spacing: 1.5px;
}
.small-line {
  width: 26px;
  height: 1px;
  background: currentColor;
}
h1 > span,
h1 > em {
  display: block;
}
.hero h1 {
  line-height: 0.98;
  max-width: 640px;
}
.hero h1 em {
  color: #5d6b4c;
}
.hero-intro {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 35ch;
  margin: 25px 0 25px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 14px 22px;
  min-height: 50px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s;
}
.button:hover svg {
  transform: translateX(4px);
}
.button-dark {
  color: var(--paper);
  background: var(--olive);
}
.button-dark:hover {
  background: #213226;
}
.button-light {
  background: var(--paper);
  color: var(--ink);
}
.button-light:hover {
  background: #fff;
}
.button-outline {
  border-color: #6d785e;
}
.button-outline:hover {
  color: var(--paper);
  background: var(--ink);
}
.hero-secondary {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 11px;
  margin-top: 16px;
  width: fit-content;
  border-bottom: 1px solid transparent;
}
.hero-secondary:hover {
  border-color: currentColor;
}
.hero-location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 0.4px;
  color: var(--muted);
  margin-top: 43px;
}
.hero-location svg {
  width: 22px;
  height: 22px;
  stroke-width: 1;
}
.hero-photo {
  position: relative;
  min-width: 0;
  min-height: 590px;
  overflow: hidden;
}
.hero-photo > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 52%;
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 65% 0 0;
  background: linear-gradient(transparent, rgba(16, 29, 19, 0.65));
  pointer-events: none;
}
.hero-photo figcaption {
  position: absolute;
  z-index: 1;
  bottom: 22px;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-size: 10px;
  letter-spacing: 0.4px;
}
.photo-note {
  position: absolute;
  right: 21px;
  top: 21px;
  display: flex;
  gap: 9px;
  align-items: center;
  background: var(--paper);
  padding: 10px 15px;
  font-size: 10px;
  letter-spacing: 0.4px;
}
.note-star {
  font-size: 21px;
  color: #7f8b62;
  line-height: 1;
}
.qualities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px 5%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: 1800px;
  margin: auto;
  gap: 12px;
}
.qualities > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.2px;
}
.qualities > span + span {
  border-left: 1px solid var(--line);
}
.qualities svg {
  width: 26px;
  height: 26px;
  stroke-width: 1.1;
  color: #6b7658;
}
.section {
  max-width: 1360px;
  padding: 100px 50px;
  margin: 0 auto;
}
.section-heading {
  margin-bottom: 53px;
}
.section-heading > .eyebrow {
  margin-bottom: 23px;
  color: var(--ochre);
}
.heading-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: end;
  gap: 70px;
}
.heading-row > p {
  color: var(--muted);
  font-size: 14px;
  padding-bottom: 5px;
  max-width: 44ch;
}
.house-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: -10px 0 50px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  gap: 22px;
}
.house-facts strong {
  display: block;
  font: 400 32px/1.2 var(--serif);
  letter-spacing: -1px;
}
.house-facts span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 4px;
}
.room-feature {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 76px;
  align-items: center;
}
.image-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.25px;
  color: var(--muted);
  padding-top: 12px;
}
.photo-link {
  display: block;
  position: relative;
  overflow: hidden;
  background: #dde0d1;
}
.photo-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.photo-link:hover img {
  transform: scale(1.025);
}
.photo-link:focus-visible {
  outline-offset: 4px;
}
.zoom-mark {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: rgba(245, 242, 233, 0.92);
  font-size: 22px;
  line-height: 1;
  color: var(--ink);
  transition: background 0.2s;
}
.photo-link:hover .zoom-mark {
  background: var(--white);
}
.room-feature .photo-link {
  aspect-ratio: 1.2;
}
.room-feature img {
  object-position: 59% center;
}
.handwritten {
  display: block;
  font: italic 26px var(--serif);
  color: var(--ochre);
  transform: rotate(-4deg);
  margin-bottom: 30px;
}
.room-copy h3 {
  margin-bottom: 22px;
}
.room-copy p {
  font-size: 14px;
  color: var(--muted);
}
.small-detail {
  display: flex;
  gap: 15px;
  font-size: 11px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.small-detail > span:first-child {
  font-size: 21px;
  line-height: 1.3;
}
.kitchen-story {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 70px;
  margin-top: 95px;
  align-items: center;
}
.kitchen-main > .photo-link {
  aspect-ratio: 1.5;
}
.kitchen-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 30px;
}
.kitchen-copy h3 {
  font-size: 36px;
}
.kitchen-copy p {
  color: var(--muted);
  font-size: 13px;
}
.dining-photo {
  padding-top: 60px;
}
.dining-photo .photo-link {
  aspect-ratio: 0.73;
}
.quiet-rooms {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 27px;
  align-items: center;
  margin-top: 100px;
  padding-top: 52px;
  border-top: 1px solid var(--line);
}
.quiet-intro {
  padding-right: 24px;
}
.quiet-intro .eyebrow {
  color: var(--ochre);
  margin-bottom: 16px;
}
.quiet-intro h3 {
  font-size: 39px;
  margin-bottom: 20px;
}
.quiet-intro p:last-child {
  color: var(--muted);
  font-size: 13px;
}
.quiet-rooms .photo-link {
  aspect-ratio: 1;
}
.garden-section {
  background: var(--garden);
}
.garden-inner {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 55px 75px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.garden-heading .eyebrow {
  margin-bottom: 27px;
  color: #586947;
}
.garden-heading p:not(.eyebrow) {
  color: #5e6958;
  font-size: 14px;
  margin-top: 26px;
  max-width: 36ch;
}
.garden-heading h2 {
  font-size: clamp(50px, 5vw, 76px);
}
.garden-flourish {
  display: block;
  width: 60px;
  transform: rotate(15deg);
  margin: 24px 0 0 16px;
  color: #7a8c60;
}
.garden-flourish svg {
  width: 60px;
  height: 60px;
  stroke-width: 0.8;
}
.garden-main .photo-link {
  aspect-ratio: 1.15;
}
.garden-small {
  margin-top: -90px;
  align-self: start;
}
.garden-small .photo-link {
  aspect-ratio: 1.12;
}
.garden-bottom {
  max-width: 47ch;
  padding: 0 35px 0 10px;
  align-self: center;
}
.garden-bottom h3 {
  margin-bottom: 22px;
}
.garden-bottom p {
  font-size: 14px;
  color: #5e6958;
}
.text-link {
  display: inline-flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #a4ab96;
  font-size: 11px;
  font-weight: 500;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.text-link svg {
  width: 17px;
  height: 17px;
  transition: transform 0.2s;
}
.text-link:hover {
  color: #826046;
  border-color: #826046;
}
.text-link:hover svg {
  transform: translate(2px, -2px);
}
.garden-bottom .text-link {
  margin-top: 22px;
}
.local-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.place-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.place-card figure {
  position: relative;
  width: 100%;
  margin-bottom: 26px;
}
.place-card figure img {
  width: 100%;
  aspect-ratio: 1.14;
  object-fit: cover;
}
.place-card figure figcaption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  width: fit-content;
  background: var(--paper);
  padding: 5px 9px;
  font-size: 9px;
  letter-spacing: 0.2px;
}
.place-card .eyebrow {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: var(--ochre);
  margin-bottom: 14px;
}
.place-card h3 {
  font-size: 35px;
  margin-bottom: 15px;
}
.place-card > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 21px;
}
.place-card .text-link {
  margin-top: auto;
}
.more-places {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 65px;
  margin-top: 80px;
  padding-top: 45px;
  border-top: 1px solid var(--line);
}
.more-places .eyebrow {
  color: var(--ochre);
  font-size: 9px;
  letter-spacing: 1.4px;
  margin-bottom: 17px;
}
.more-places h3 {
  max-width: 15ch;
}
.outing-list > a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.outing-list > a:first-child {
  padding-top: 0;
}
.outing-number {
  font-size: 10px;
  align-self: flex-start;
  padding-top: 5px;
  color: var(--ochre);
}
.outing-list strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.outing-list a > span:nth-child(2) > span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 3px;
}
.outing-list svg {
  width: 18px;
  height: 18px;
  margin-left: auto;
  transition: transform 0.2s;
}
.outing-list a:hover svg {
  transform: translate(3px, -3px);
}
.area-footnote {
  font-size: 10px;
  color: var(--muted);
  margin: 28px 0 0 auto;
  max-width: 67ch;
}
.village-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
  padding: 34px 40px;
  background: #e9e9dd;
}
.village-note h3 {
  font-size: 34px;
}
.village-note p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
}
.gallery-section {
  background: #eae7de;
}
.gallery-section .section {
  padding-top: 75px;
  padding-bottom: 70px;
}
.gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 35px;
}
.gallery-heading .eyebrow {
  color: var(--ochre);
  margin-bottom: 16px;
}
.gallery-heading h2 {
  font-size: 55px;
}
.gallery-heading .button {
  flex-shrink: 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 225px 225px;
  gap: 16px;
}
.gallery-grid .gallery-wide {
  grid-row: span 2;
}
.gallery-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 50px;
  font-size: 11px;
  color: #fff;
  z-index: 1;
}
.gallery-grid .photo-link::after {
  content: "";
  position: absolute;
  inset: 65% 0 0;
  background: linear-gradient(transparent, #14231e99);
  pointer-events: none;
}
.gallery-grid .zoom-mark {
  z-index: 1;
  width: 27px;
  height: 27px;
  font-size: 18px;
  right: 12px;
  bottom: 12px;
}
.gallery-hint {
  font-size: 11px;
  color: var(--muted);
  margin-top: 21px;
}
.closing {
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.closing > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.closing::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 19, 21, 0.65),
    rgba(8, 19, 21, 0.4),
    rgba(8, 19, 21, 0.55)
  );
}
.closing-copy {
  position: relative;
  z-index: 1;
  color: var(--white);
  padding: 70px 25px;
}
.closing .eyebrow {
  justify-content: center;
  color: #e4d9b6;
  margin-bottom: 24px;
}
.closing h2 {
  font-size: clamp(50px, 5vw, 78px);
  line-height: 1.1;
}
.closing p:not(.eyebrow) {
  margin: 24px auto 30px;
  font-size: 13px;
  color: #eeece2;
}
.site-footer {
  padding: 45px 4.6% 20px;
  max-width: 1800px;
  margin: auto;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.site-footer .brand-name {
  font-size: 28px;
}
.site-footer .brand-place {
  font-size: 8px;
  letter-spacing: 1px;
}
.back-top {
  gap: 30px;
}
.back-top > span:last-child {
  font-size: 20px;
}
.credits {
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: var(--muted);
}
.credits summary {
  padding: 18px 0;
  cursor: pointer;
  width: fit-content;
}
.credits-content {
  padding: 3px 0 24px;
  max-width: 850px;
  font-size: 11px;
  line-height: 1.9;
}
.credits-content p {
  max-width: 100%;
  margin-bottom: 10px;
}
.credits-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.credits-content ul {
  padding-left: 18px;
  margin: 15px 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 0.4px;
}

.lightbox {
  position: fixed;
  inset: 0;
  border: 0;
  padding: 0;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  background: #19251ef5;
  color: var(--paper);
  overflow: auto;
}
.lightbox::backdrop {
  background: #19251e;
}
.lightbox[open] {
  display: flex;
  flex-direction: column;
}
.lightbox-top,
.lightbox-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  padding: 20px 4%;
  font-size: 12px;
}
.lightbox-heading {
  font-family: var(--serif);
  font-size: 25px;
}
.lightbox-close {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 5px 10px;
  min-height: 44px;
}
.lightbox-close > span:last-child {
  font-size: 32px;
  line-height: 1;
}
.lightbox-stage {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 80px;
  align-items: center;
  gap: 20px;
  padding: 0 4%;
}
.lightbox-stage figure {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.lightbox-stage img {
  object-fit: contain;
  max-height: calc(100dvh - 200px);
  width: 100%;
  min-height: 0;
}
.lightbox-stage figcaption {
  text-align: center;
  font-size: 12px;
  min-height: 22px;
}
.lightbox-prev,
.lightbox-next {
  width: 50px;
  height: 50px;
  border: 1px solid #798374;
  border-radius: 50%;
  font-size: 24px;
  justify-self: center;
  transition: background 0.2s;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  background: #ffffff20;
}
.lightbox-bottom {
  padding-top: 18px;
  padding-bottom: 22px;
  font-size: 10px;
  color: #c9d1c3;
}
#lightbox-counter {
  font-variant-numeric: tabular-nums;
  letter-spacing: 2px;
  color: var(--paper);
}

@media (min-width: 1600px) {
  .hero {
    min-height: 780px;
  }
  .hero-copy {
    padding-left: 20px;
    padding-right: 70px;
  }
  .hero-intro {
    font-size: 16px;
  }
  .section {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media (max-width: 1150px) {
  .site-header {
    padding: 0 25px;
    gap: 15px;
  }
  .brand-name {
    font-size: 23px;
  }
  .brand-place {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .brand-mark {
    width: 34px;
  }
  .main-nav {
    gap: 20px;
    font-size: 11px;
  }
  .language-picker button {
    padding: 6px;
    font-size: 10px;
  }
  .hero {
    grid-template-columns: 43% 57%;
    padding-left: 35px;
  }
  .hero-copy {
    padding-right: 25px;
  }
  .hero h1 {
    font-size: 74px;
  }
  .hero-photo {
    min-height: 600px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .section {
    padding: 80px 35px;
  }
  .heading-row {
    gap: 45px;
  }
  .room-feature {
    gap: 45px;
  }
  .kitchen-story {
    gap: 45px;
  }
  .kitchen-copy {
    display: block;
  }
  .kitchen-copy p {
    margin-top: 16px;
  }
  .garden-inner {
    gap: 40px;
  }
  .garden-small {
    margin-top: -25px;
  }
  .garden-bottom {
    padding-right: 0;
  }
  .local-cards {
    gap: 23px;
  }
  .place-card h3 {
    font-size: 32px;
  }
  .gallery-grid {
    grid-template-rows: 190px 190px;
  }
  .quiet-intro h3 {
    font-size: 34px;
  }
  .gallery-heading h2 {
    font-size: 48px;
  }
}
@media (max-width: 980px) and (min-width: 761px) {
  .site-header {
    gap: 15px;
  }
  .main-nav {
    gap: 15px;
  }
  .brand-name {
    font-size: 21px;
  }
  .brand-mark {
    width: 28px;
  }
  .brand {
    gap: 7px;
  }
  .language-picker {
    gap: 0;
  }
  .language-picker button {
    font-size: 9px;
    gap: 4px;
    padding: 6px 4px;
  }
  .language-picker img {
    width: 15px;
    height: 11px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .hero-copy {
    padding-right: 23px;
  }
  .hero-intro {
    font-size: 13px;
  }
  .hero-location {
    font-size: 8px;
  }
  .hero-location svg {
    display: none;
  }
  .qualities {
    padding-inline: 25px;
  }
  .qualities > span {
    font-size: 9px;
    gap: 8px;
  }
  .qualities svg {
    width: 22px;
    height: 22px;
  }
  .heading-row {
    gap: 32px;
  }
  .quiet-rooms {
    grid-template-columns: 1fr 1fr;
  }
  .quiet-intro {
    grid-column: span 2;
    max-width: 600px;
  }
  .quiet-intro p {
    max-width: 65ch;
  }
  .gallery-heading h2 {
    font-size: 43px;
  }
  .gallery-heading .button {
    gap: 14px;
    font-size: 11px;
  }
  .place-card figure img {
    aspect-ratio: 0.9;
  }
}
@media (max-width: 760px) {
  :root {
    --header: 78px;
  }
  .site-header {
    padding: 0 20px;
    gap: 12px;
  }
  .brand-name {
    font-size: 22px;
  }
  .brand-place {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .brand-mark {
    width: 30px;
    height: 38px;
  }
  .header-actions {
    gap: 10px;
  }
  .language-picker {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  .language-picker button {
    font-size: 9px;
    padding: 3px 7px;
    min-height: 26px;
    gap: 5px;
  }
  .language-picker img {
    width: 16px;
    height: 11px;
  }
  .js .menu-toggle {
    width: 32px;
    min-height: 44px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 5px;
  }
  .menu-toggle span {
    display: block;
    height: 1px;
    width: 21px;
    background: currentColor;
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .main-nav {
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    padding: 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .js .main-nav {
    display: none;
  }
  .js .main-nav.is-open {
    display: flex;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: 0;
  }
  .hero-copy {
    padding: 45px 26px 32px;
    align-self: stretch;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 25px;
  }
  .hero h1 {
    font-size: clamp(55px, 10.5vw, 77px);
    line-height: 0.98;
    max-width: 620px;
  }
  .hero h1 > em {
    display: inline;
  }
  .hero h1 > em:last-child::before {
    content: " ";
  }
  .hero-intro {
    max-width: 43ch;
    font-size: 13px;
    margin: 22px 0;
  }
  .hero .button {
    min-height: 47px;
    padding: 12px 19px;
  }
  .hero-secondary {
    display: inline-flex;
    margin: 0 0 0 15px;
    font-size: 10px;
    gap: 7px;
  }
  .hero-location {
    margin-top: 25px;
    font-size: 9px;
  }
  .hero-photo {
    min-height: 0;
    height: 440px;
    margin: 0 16px 24px;
  }
  .hero-photo > img {
    object-position: 50% 58%;
  }
  .photo-note {
    top: 15px;
    right: 15px;
    font-size: 9px;
    padding: 8px 10px;
  }
  .hero-photo figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 9px;
  }
  .qualities {
    grid-template-columns: 1fr 1fr;
    padding: 18px 20px;
    gap: 20px 12px;
  }
  .qualities > span {
    justify-content: flex-start;
    font-size: 10px;
    gap: 10px;
  }
  .qualities > span + span {
    border: 0;
  }
  .qualities svg {
    width: 24px;
    height: 24px;
  }
  .section {
    padding: 65px 25px;
  }
  .section-heading {
    margin-bottom: 32px;
  }
  .section-heading > .eyebrow {
    margin-bottom: 18px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  .heading-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .heading-row h2 {
    font-size: 47px;
  }
  .heading-row > p {
    font-size: 13px;
    max-width: 55ch;
  }
  .house-facts {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 24px 0;
    margin-top: 28px;
  }
  .house-facts strong {
    font-size: 31px;
  }
  .house-facts span {
    font-size: 10px;
  }
  .room-feature {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .room-feature .photo-link {
    aspect-ratio: 1.14;
  }
  .room-copy {
    padding: 0 6px;
  }
  .handwritten {
    font-size: 24px;
    margin: 12px 0 26px;
  }
  .room-copy h3 {
    font-size: 37px;
  }
  .room-copy p {
    font-size: 13px;
  }
  .small-detail {
    margin-top: 23px;
    padding-top: 16px;
  }
  .kitchen-story {
    grid-template-columns: 1fr;
    gap: 33px;
    margin-top: 55px;
  }
  .kitchen-main > .photo-link {
    aspect-ratio: 1.2;
  }
  .kitchen-copy {
    margin-top: 25px;
  }
  .kitchen-copy h3 {
    font-size: 37px;
  }
  .kitchen-copy p {
    max-width: 49ch;
  }
  .dining-photo {
    width: 76%;
    justify-self: end;
    padding: 0;
  }
  .dining-photo .photo-link {
    aspect-ratio: 0.82;
  }
  .quiet-rooms {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 52px;
    padding-top: 32px;
    align-items: start;
  }
  .quiet-intro {
    grid-column: span 2;
    padding: 0 0 10px;
  }
  .quiet-intro h3 {
    font-size: 38px;
    max-width: 18ch;
  }
  .quiet-intro p:last-child {
    max-width: 52ch;
  }
  .quiet-rooms .photo-link {
    aspect-ratio: 0.85;
  }
  .quiet-rooms figcaption {
    font-size: 9px;
    line-height: 1.5;
  }
  .garden-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .garden-heading h2 {
    font-size: 59px;
  }
  .garden-heading .eyebrow {
    margin-bottom: 20px;
  }
  .garden-heading p:not(.eyebrow) {
    max-width: 48ch;
    font-size: 13px;
    margin-top: 22px;
  }
  .garden-flourish {
    display: none;
  }
  .garden-main .photo-link {
    aspect-ratio: 1.15;
  }
  .garden-small {
    margin: 0;
    width: 83%;
  }
  .garden-small .photo-link {
    aspect-ratio: 1.15;
  }
  .garden-bottom {
    padding: 0;
    max-width: 48ch;
  }
  .garden-bottom h3 {
    font-size: 37px;
  }
  .garden-bottom p {
    font-size: 13px;
  }
  .garden-bottom .text-link {
    margin-top: 15px;
  }
  .local-cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .place-card figure {
    margin-bottom: 20px;
  }
  .place-card figure img {
    aspect-ratio: 1.45;
  }
  .place-card .eyebrow {
    margin-bottom: 10px;
  }
  .place-card h3 {
    font-size: 37px;
    margin-bottom: 13px;
  }
  .place-card > p:not(.eyebrow) {
    margin-bottom: 13px;
    max-width: 54ch;
  }
  .place-card figure figcaption {
    font-size: 9px;
  }
  .more-places {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
    padding-top: 30px;
  }
  .more-places h3 {
    font-size: 38px;
    max-width: none;
  }
  .outing-list > a {
    padding: 16px 0;
    gap: 15px;
  }
  .area-footnote {
    font-size: 10px;
  }
  .village-note {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 27px 24px;
    margin-top: 35px;
  }
  .village-note h3 {
    font-size: 32px;
  }
  .gallery-section .section {
    padding: 60px 20px 45px;
  }
  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .gallery-heading h2 {
    font-size: 46px;
  }
  .gallery-heading .button {
    padding: 11px 17px;
    min-height: 44px;
    font-size: 11px;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 190px 190px;
    gap: 12px;
  }
  .gallery-grid .gallery-wide {
    grid-row: auto;
    grid-column: span 2;
  }
  .gallery-label {
    bottom: 13px;
    left: 12px;
    font-size: 10px;
  }
  .gallery-hint {
    font-size: 10px;
  }
  .closing {
    min-height: 470px;
  }
  .closing > img {
    object-position: 38% center;
  }
  .closing h2 {
    font-size: 48px;
  }
  .closing .eyebrow {
    font-size: 9px;
  }
  .closing-copy {
    padding: 60px 25px;
  }
  .closing p:not(.eyebrow) {
    font-size: 12px;
    max-width: 28ch;
    margin: 22px auto 26px;
  }
  .site-footer {
    padding: 34px 24px 22px;
  }
  .footer-main {
    align-items: flex-start;
    gap: 17px;
  }
  .site-footer .brand-name {
    font-size: 23px;
  }
  .site-footer .brand-place {
    font-size: 7px;
    max-width: 26ch;
    line-height: 1.8;
  }
  .back-top {
    font-size: 9px;
    gap: 12px;
    padding-top: 0;
    white-space: nowrap;
  }
  .footer-bottom {
    font-size: 8px;
    gap: 10px;
  }
  .lightbox-top,
  .lightbox-bottom {
    padding: 16px 20px;
  }
  .lightbox-heading {
    font-size: 23px;
  }
  .lightbox-stage {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 0;
    padding: 0 5px;
  }
  .lightbox-stage figure {
    gap: 15px;
  }
  .lightbox-stage img {
    max-height: calc(100dvh - 220px);
  }
  .lightbox-stage figcaption {
    font-size: 11px;
  }
  .lightbox-prev,
  .lightbox-next {
    width: 36px;
    height: 44px;
    border: 0;
    font-size: 26px;
  }
  .lightbox-bottom > span:last-child {
    display: none;
  }
}
@media (max-width: 380px) {
  .site-header {
    padding: 0 12px;
  }
  .brand {
    gap: 5px;
  }
  .brand-name {
    font-size: 20px;
  }
  .brand-mark {
    width: 26px;
  }
  .header-actions {
    gap: 5px;
  }
  .hero-copy {
    padding-inline: 22px;
  }
  .hero-secondary {
    display: flex;
    margin: 14px 0 0;
    font-size: 11px;
  }
  .hero-photo {
    height: 370px;
  }
  .qualities {
    padding-inline: 18px;
  }
  .qualities > span {
    font-size: 9px;
    gap: 7px;
  }
  .heading-row h2 {
    font-size: 43px;
  }
  .gallery-grid {
    grid-template-rows: 250px 155px 155px;
  }
  .footer-main {
    flex-direction: column;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .site-header {
    position: static;
  }
  .header-actions,
  .button,
  .hero-secondary,
  .zoom-mark,
  .credits,
  .back-top,
  .lightbox,
  .skip-link {
    display: none !important;
  }
  body {
    font-size: 12px;
    background: #fff;
  }
  .hero {
    min-height: 0;
  }
  .hero-photo {
    min-height: 400px;
  }
  .hero-copy {
    padding-block: 20px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .section {
    padding: 30px 20px;
  }
  .garden-section,
  .gallery-section {
    background: #fff;
  }
  .closing {
    min-height: 300px;
  }
  .photo-link {
    break-inside: avoid;
  }
  .site-footer {
    padding-top: 20px;
  }
}

@media (max-width: 760px) {
  .house-facts {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .house-facts > div:last-child strong {
    font-size: 25px;
  }
  :root:not(.js) .hero {
    margin-top: 65px;
  }
}
