:root {
  --paper: #f6f1e8;
  --paper-soft: #fbf8f1;
  --ink: #1f211d;
  --ink-soft: #3d4039;
  --muted: #6f7167;
  --line: rgba(31, 33, 29, 0.16);
  --line-strong: rgba(31, 33, 29, 0.32);
  --sage: #657365;
  --sage-dark: #39483d;
  --rust: #a74f3d;
  --clay: #c88b5d;
  --mist: #e3e8de;
  --charcoal: #151612;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(29, 31, 26, 0.12);
  --radius: 8px;
  --max: 1180px;
  --font-body: "LXGW WenKai", "KaiTi", "STKaiti", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --font-heading: "Noto Serif SC", "Songti SC", SimSun, serif;
  --font-ui: var(--font-body);
  --font-brand: "Bodoni Moda", "Cormorant Garamond", "Noto Serif", Georgia, "Times New Roman", serif;
  --font-brand-ui: "Work Sans", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

html:lang(en),
html:lang(fr),
html:lang(de) {
  --font-body: "Cormorant Garamond", "Noto Serif", Georgia, "Times New Roman", serif;
  --font-heading: "Bodoni Moda", "Cormorant Garamond", "Noto Serif", Georgia, "Times New Roman", serif;
  --font-ui: "Work Sans", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: auto;
  scroll-padding-top: 128px;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h1,
h2 {
  text-wrap: balance;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.split h2,
.cta-band h2,
.footer-top h2,
.form-heading,
.font-lab-hero h1,
.sample-title {
  white-space: nowrap;
}

.one-line-heading {
  white-space: nowrap;
}

.keep-one-line {
  white-space: nowrap;
}

html:lang(en) .page-hero h1,
html:lang(fr) .page-hero h1,
html:lang(de) .page-hero h1,
html:lang(en) .section-heading h2,
html:lang(fr) .section-heading h2,
html:lang(de) .section-heading h2,
html:lang(en) .split h2,
html:lang(fr) .split h2,
html:lang(de) .split h2,
html:lang(en) .cta-band h2,
html:lang(fr) .cta-band h2,
html:lang(de) .cta-band h2,
html:lang(en) .footer-top h2,
html:lang(fr) .footer-top h2,
html:lang(de) .footer-top h2,
html:lang(en) .one-line-heading,
html:lang(fr) .one-line-heading,
html:lang(de) .one-line-heading,
html:lang(en) .keep-one-line,
html:lang(fr) .keep-one-line,
html:lang(de) .keep-one-line {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  hyphens: auto;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 18px;
}

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

.site-header,
.primary-nav,
.header-language-switcher,
.nav-toggle,
.button,
.text-link,
.eyebrow,
.hero-index,
.home-trust-line,
.slot-label,
.review-name,
.field label,
.field-note,
.date-help,
.date-error,
.form-message,
.footer-brand-sub,
.footer-links {
  font-family: var(--font-ui);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 76px;
  padding: 14px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(246, 241, 232, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-block;
  min-width: 168px;
}

.brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-mark {
  font-family: var(--font-brand);
  font-size: 18px;
  line-height: 1.12;
  color: var(--ink);
  white-space: nowrap;
}

.brand-sub {
  font-family: var(--font-brand-ui);
  font-size: 10px;
  line-height: 1.2;
  color: var(--muted);
  text-transform: uppercase;
  white-space: nowrap;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  color: var(--ink-soft);
  font-size: 14px;
  white-space: nowrap;
}

.primary-nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  color: var(--ink);
  border-color: var(--ink);
}

.primary-nav .nav-cta {
  padding: 9px 16px;
  color: var(--paper-soft);
  background: var(--charcoal);
  border: 1px solid var(--charcoal);
  border-radius: 999px;
}

.primary-nav .nav-cta.is-active {
  color: var(--paper-soft);
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.primary-nav .nav-cta:hover {
  color: var(--charcoal);
  background: transparent;
  border-color: var(--charcoal);
}

.header-language-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  padding: 3px;
  color: var(--muted);
  background: rgba(251, 248, 241, 0.82);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.header-language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  padding: 0 7px;
  color: var(--muted);
  border-radius: 999px;
}

.header-language-switcher a:hover,
.header-language-switcher a.is-active {
  color: var(--paper-soft);
  background: var(--charcoal);
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 7px 10px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.nav-toggle span::before {
  transform: translateY(-6px);
}

.nav-toggle span::after {
  transform: translateY(5px);
}

.page-main {
  overflow: visible;
}

.section {
  padding: 92px 24px;
}

.section.tight {
  padding-top: 58px;
  padding-bottom: 58px;
}

.contact-first-section {
  padding-top: 48px;
}

.contact-page .page-hero {
  display: none;
}

.contact-page .page-hero + .section {
  padding-top: 72px;
}

.section.band {
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section.dark {
  color: var(--ink);
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section.mist {
  background: var(--mist);
}

.container {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 46px;
}

.section-heading.single {
  max-width: 760px;
}

.section-heading p {
  color: var(--muted);
}

.section.dark .section-heading p,
.section.dark .muted {
  color: var(--muted);
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--rust);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-transform: none;
}

.lead {
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.75;
}

.muted {
  color: var(--muted);
}

.small {
  font-size: 14px;
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 46px;
  padding: 11px 18px;
  color: var(--paper-soft);
  background: var(--charcoal);
  border: 1px solid var(--charcoal);
  border-radius: 999px;
  cursor: pointer;
  text-align: center;
  overflow-wrap: anywhere;
  white-space: normal;
}

.button:hover {
  color: var(--charcoal);
  background: transparent;
}

.button.secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--line-strong);
}

.button.secondary:hover {
  color: var(--paper-soft);
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  overflow-wrap: anywhere;
}

.text-link:hover {
  color: var(--rust);
  border-color: var(--rust);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 58px;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 62px max(24px, calc((100vw - var(--max)) / 2)) 74px;
}

.home-hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  min-height: calc(100vh - 76px);
  padding: 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 760px;
}

.home-hero .hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 44px;
  max-width: none;
  min-height: calc(100vh - 76px);
  padding: clamp(28px, 4vw, 58px) clamp(24px, 5vw, 64px);
}

.hero-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
}

.hero-index {
  display: inline-flex;
  padding: 5px 10px;
  color: var(--paper-soft);
  background: var(--charcoal);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}

.hero-copy-block {
  display: grid;
  gap: 22px;
  max-width: 660px;
}

.hero-copy-block > * {
  min-width: 0;
}

.home-hero .eyebrow {
  margin-bottom: 0;
  font-weight: 700;
}

.home-hero .hero-copy h1 {
  white-space: normal;
  max-width: 760px;
  font-size: 70px;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.hero-service-subtitle {
  max-width: 620px;
  color: var(--sage-dark);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.hero-copy .lead {
  max-width: 620px;
  margin-top: 22px;
}

.home-hero .hero-copy .lead {
  max-width: 560px;
  margin-top: 0;
  font-size: 17px;
  line-height: 1.72;
}

.home-hero .button-row {
  margin-top: 8px;
}

.home-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 620px;
}

.home-trust-line span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  color: var(--sage-dark);
  background: rgba(227, 232, 222, 0.68);
  border: 1px solid rgba(101, 115, 101, 0.24);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.3;
}

.trust-note {
  max-width: 600px;
  margin-top: 24px;
  padding-top: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.hero-visual {
  position: relative;
  min-height: 610px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.home-hero .hero-visual {
  min-height: calc(100vh - 76px);
  border-radius: 0;
  box-shadow: none;
}

.hero-carousel {
  overflow: hidden;
  color: var(--paper-soft);
  background: var(--charcoal);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.hero-carousel.is-dragging {
  cursor: grabbing;
}

.hero-carousel::before,
.hero-carousel::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
}

.hero-carousel::before {
  background: linear-gradient(180deg, rgba(21, 22, 18, 0.06), rgba(21, 22, 18, 0.34));
}

.hero-carousel::after {
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(21, 22, 18, 0), rgba(21, 22, 18, 0.58));
}

.hero-carousel-track,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 900ms ease, transform 1600ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-user-drag: none;
}

.hero-carousel-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  gap: 8px;
  max-width: min(420px, calc(100% - 56px));
  text-shadow: 0 1px 22px rgba(21, 22, 18, 0.42);
}

.hero-carousel-caption span {
  width: fit-content;
  padding: 5px 8px;
  color: var(--charcoal);
  background: rgba(246, 241, 232, 0.92);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
}

.hero-carousel-caption p {
  color: rgba(246, 241, 232, 0.88);
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.mobile-hero-title {
  display: none;
}

.mobile-hero-service {
  display: none;
}

.mobile-hero-trust,
.mobile-hero-cta {
  display: none;
}

.carousel-dots {
  position: absolute;
  right: 24px;
  bottom: 28px;
  z-index: 4;
  display: flex;
  gap: 8px;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(246, 241, 232, 0.46);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 26px;
  background: var(--paper-soft);
}

.hero-visual .slot-inner {
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 610px;
  padding: 30px;
}

.photo-placeholder {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  color: var(--paper-soft);
  background:
    linear-gradient(135deg, rgba(23, 28, 22, 0.78), rgba(83, 74, 60, 0.5)),
    linear-gradient(45deg, #2d332c, #b58a67);
  border-radius: var(--radius);
  isolation: isolate;
}

.photo-placeholder::before {
  position: absolute;
  inset: 16px;
  z-index: -1;
  border: 1px solid rgba(246, 241, 232, 0.28);
  content: "";
}

.photo-placeholder.alt {
  background:
    linear-gradient(135deg, rgba(20, 24, 21, 0.72), rgba(97, 118, 100, 0.54)),
    linear-gradient(45deg, #35443b, #d4b88b);
}

.photo-placeholder.rust {
  background:
    linear-gradient(135deg, rgba(27, 24, 21, 0.74), rgba(167, 79, 61, 0.44)),
    linear-gradient(45deg, #2c2622, #c98b62);
}

.image-frame,
.photo-card,
.image-tile {
  position: relative;
  overflow: hidden;
  background: var(--sage-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-frame picture,
.photo-card picture,
.image-tile picture {
  display: block;
  width: 100%;
  height: 100%;
}

.image-frame img,
.photo-card img,
.image-tile img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-visual.image-frame {
  overflow: hidden;
}

.hero-visual.image-frame img,
.hero-visual.image-frame picture,
.photo-stream .photo-card picture,
.portfolio-grid .image-tile picture,
.photo-stream .photo-card img,
.portfolio-grid .image-tile img {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.guide-hero-photo {
  overflow: hidden;
  background: var(--sage-dark);
}

.guide-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: center;
}

.slot-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 20px;
}

.slot-label {
  width: fit-content;
  padding: 6px 9px;
  color: var(--charcoal);
  background: rgba(246, 241, 232, 0.92);
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

.slot-title {
  max-width: 280px;
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 1.22;
}

.slot-meta {
  max-width: 290px;
  color: rgba(246, 241, 232, 0.76);
  font-size: 14px;
}

.photo-stream {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 145px;
  gap: 16px;
}

.photo-stream .photo-placeholder,
.photo-stream .photo-card {
  min-height: auto;
}

.photo-stream .wide {
  grid-column: span 2;
}

.photo-stream .tall {
  grid-row: span 2;
}

.photo-stream .large {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-stream .slot-inner {
  justify-content: flex-end;
  min-height: 100%;
}

.natural-gallery-container {
  width: min(calc(100% - 64px), 1520px);
}

.photo-stream.natural-photo-flow {
  display: block;
  column-count: 4;
  column-gap: 18px;
}

.photo-stream.natural-photo-flow .photo-card {
  display: block;
  min-height: 0;
  margin: 0 0 18px;
  break-inside: avoid;
  background: transparent;
  box-shadow: 0 18px 42px rgba(42, 36, 28, 0.12);
}

.photo-stream.natural-photo-flow .photo-card img {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .photo-stream.natural-photo-flow {
    column-count: 3;
  }
}

@media (max-width: 760px) {
  .natural-gallery-container {
    width: min(calc(100% - 36px), var(--max));
  }

  .photo-stream.natural-photo-flow {
    column-count: 2;
    column-gap: 14px;
  }

  .photo-stream.natural-photo-flow .photo-card {
    margin-bottom: 14px;
  }
}

@media (max-width: 520px) {
  .photo-stream.natural-photo-flow {
    column-count: 1;
  }
}

.scroll-story {
  position: relative;
  background: var(--paper);
  border-top: 1px solid rgba(31, 33, 29, 0.08);
  border-bottom: 1px solid rgba(31, 33, 29, 0.06);
  box-shadow: none;
}

.scroll-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.74fr);
  gap: 72px;
  align-items: start;
}

.story-copy {
  position: sticky;
  top: 116px;
  align-self: start;
  display: grid;
  min-height: 340px;
  height: min(46vh, 440px);
  z-index: 1;
}

.story-panel {
  grid-area: 1 / 1;
  display: grid;
  gap: 22px;
  align-content: center;
  min-height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.story-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.story-panel h2 {
  max-width: 520px;
}

.story-panel p:not(.eyebrow) {
  max-width: 520px;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.78;
}

.story-panel .text-link {
  width: fit-content;
}

.story-photos {
  display: grid;
  gap: 66px;
  padding: 7vh 0 18vh;
}

.story-photo {
  position: relative;
  width: min(100%, 540px);
  color: var(--muted);
  justify-self: start;
  transition: transform 420ms ease, opacity 420ms ease;
}

.story-photo.is-current {
  transform: translateY(-8px);
}

.story-photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-photo-large {
  width: min(100%, 620px);
}

.story-photo-large img {
  height: 660px;
}

.home-gallery .story-photo:first-child img {
  object-position: center bottom;
}

.story-photo-offset {
  width: min(76%, 430px);
  justify-self: end;
}

.story-photo-portrait {
  width: min(78%, 420px);
  justify-self: center;
}

.story-photo-portrait img {
  height: 560px;
  object-position: center 28%;
}

.story-photo-wide {
  width: min(100%, 650px);
  justify-self: end;
}

.story-photo-wide img {
  height: 430px;
}

.mobile-gallery-heading {
  display: none;
}

.notice-strip {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.notice-strip strong {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 500;
  min-width: max-content;
  white-space: nowrap;
}

.service-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
}

.service-row p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(300px, 0.56fr);
  gap: 60px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(300px, 0.56fr) minmax(0, 0.84fr);
}

.portrait-frame {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--mist);
  box-shadow: var(--shadow);
}

.portrait-frame img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center 28%;
}

.portrait-frame img.fiona-working-photo,
.story-photo img.fiona-working-photo {
  object-fit: contain;
  object-position: center;
  background: var(--mist);
}

.home-about .portrait-frame,
.home-about .portrait-frame img.fiona-working-photo {
  background: var(--paper);
}

.portrait-frame.small img {
  height: 430px;
}

.caption {
  padding: 14px 16px;
  color: var(--muted);
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.about-cinematic-hero {
  position: relative;
  overflow: hidden;
  padding: 0 24px clamp(54px, 5.8vw, 88px);
  background: var(--paper);
  border-bottom: 0;
}

.about-cinematic-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: clamp(430px, 38vw, 660px);
  padding-top: clamp(58px, 7vw, 120px);
}

.about-cinematic-bg {
  position: absolute;
  inset: 0 -24px clamp(128px, 10vw, 190px);
  overflow: hidden;
  background: var(--paper);
}

.about-cinematic-bg::after {
  position: absolute;
  inset: 0;
  background: rgba(31, 33, 29, 0.28);
  content: "";
}

.about-cinematic-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: grayscale(1) contrast(0.94) brightness(0.78);
  opacity: 0.72;
  transform: scale(1.06);
}

.about-cinematic-hero h1 {
  position: absolute;
  top: clamp(132px, 7.2vw, 160px);
  left: 50%;
  z-index: 6;
  margin: 0;
  color: rgba(251, 248, 241, 0.94);
  font-family: var(--font-heading);
  font-size: 116px;
  font-weight: 500;
  line-height: 0.9;
  text-align: center;
  text-shadow: 0 4px 22px rgba(31, 33, 29, 0.2);
  transform: translateX(-50%);
}

.about-cinematic-portrait {
  position: relative;
  z-index: 3;
  width: clamp(440px, 38vw, 760px);
  max-width: calc(100% - 24px);
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 26px 80px rgba(29, 31, 26, 0.14);
  transform: translateY(clamp(44px, 5vw, 88px));
}

.about-cinematic-portrait img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.about-cinematic-statement {
  position: relative;
  z-index: 4;
  max-width: 940px;
  margin: clamp(72px, 7vw, 118px) auto 0;
  color: rgba(31, 33, 29, 0.6);
  font-family: var(--font-heading);
  font-size: 40px;
  line-height: 1.22;
  text-align: center;
}

.about-trust-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 980px;
  margin: clamp(24px, 3vw, 36px) auto 0;
  color: var(--sage-dark);
}

.about-trust-points span {
  display: block;
  min-height: 34px;
  max-width: 100%;
  padding: 7px 12px;
  box-sizing: border-box;
  background: rgba(251, 248, 241, 0.72);
  border: 1px solid rgba(101, 115, 101, 0.28);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-editorial-story {
  background: var(--paper);
  padding-top: clamp(34px, 3.4vw, 46px);
  padding-bottom: clamp(34px, 3.2vw, 44px);
}

.about-editorial-container {
  width: min(calc(100% - 260px), 1580px);
}

.about-editorial-story--narrow {
  border-top: 1px solid var(--line);
  padding-top: clamp(42px, 4vw, 58px);
}

.about-cinematic-hero + .about-editorial-story--narrow {
  border-top: 0;
}

.about-editorial-container--standard {
  width: min(100%, var(--max));
}

.about-editorial-statement {
  max-width: 1060px;
  margin: 0 auto clamp(24px, 2.5vw, 36px);
  color: rgba(31, 33, 29, 0.62);
  font-family: var(--font-heading);
  font-size: clamp(28px, 1.9vw, 38px);
  line-height: 1.2;
  text-align: center;
}

.about-editorial-grid {
  display: grid;
  grid-template-columns: minmax(560px, 0.96fr) minmax(320px, 0.5fr);
  grid-template-areas:
    "copy quote"
    "main secondary"
    "notes secondary";
  gap: clamp(20px, 2.4vw, 34px) clamp(62px, 5.4vw, 96px);
  align-items: start;
}

.about-editorial-container--standard .about-editorial-statement {
  max-width: 920px;
  font-size: clamp(27px, 1.75vw, 36px);
}

.about-editorial-container--standard .about-editorial-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  grid-template-areas: "left right";
  gap: clamp(20px, 2.2vw, 30px) clamp(46px, 4.4vw, 70px);
  align-items: stretch;
}

.about-editorial-container--standard .about-editorial-left {
  grid-area: left;
  display: grid;
  row-gap: clamp(36px, 3vw, 52px);
  align-content: start;
}

.about-editorial-container--standard .about-editorial-right {
  grid-area: right;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
}

.about-editorial-container--standard .about-editorial-left > *,
.about-editorial-container--standard .about-editorial-right > * {
  grid-area: auto;
}

.about-editorial-container--standard .about-editorial-copy {
  margin-top: 0;
}

.about-editorial-container--standard .about-editorial-quote {
  margin-right: min(0px, calc((var(--max) - 100vw + 16px) / 2));
  padding-right: clamp(34px, 5vw, 72px);
}

.about-editorial-container--standard .about-editorial-quote p {
  max-width: 360px;
}

.about-editorial-copy {
  grid-area: copy;
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.78;
}

.about-editorial-copy p + p,
.about-editorial-notes p + p {
  margin-top: 16px;
}

.about-dropcap::first-letter {
  float: left;
  padding: 8px 16px 0 0;
  color: rgba(31, 33, 29, 0.58);
  font-family: var(--font-heading);
  font-size: 88px;
  line-height: 0.78;
}

.about-editorial-quote {
  grid-area: quote;
  display: grid;
  min-height: clamp(220px, 16vw, 280px);
  align-content: center;
  gap: 22px;
  padding: clamp(28px, 2.6vw, 40px);
  background: var(--paper-soft);
  color: var(--muted);
}

.about-editorial-quote p {
  font-family: var(--font-heading);
  font-size: clamp(19px, 1.55vw, 27px);
  line-height: 1.72;
}

.about-editorial-quote span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--ink-soft);
  font-family: var(--font-heading);
  font-size: 16px;
}

.about-editorial-quote span::before {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}

.about-editorial-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  box-shadow: 0 24px 68px rgba(29, 31, 26, 0.1);
}

.about-editorial-photo-main {
  grid-area: main;
  width: min(100%, 820px);
  height: clamp(240px, 18vw, 310px);
  overflow: hidden;
}

.about-editorial-photo-main img {
  background: var(--mist);
  object-position: center 42%;
}

.about-editorial-notes {
  grid-area: notes;
  position: relative;
  max-width: 820px;
  padding: clamp(6px, 1.2vw, 14px) 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.78;
}

.about-editorial-notes::before {
  content: "FIONA";
  position: absolute;
  left: -0.08em;
  top: -0.08em;
  z-index: 0;
  color: rgba(31, 33, 29, 0.035);
  font-family: var(--font-heading);
  font-size: clamp(86px, 13vw, 190px);
  line-height: 1;
  pointer-events: none;
}

.about-editorial-notes p {
  position: relative;
  z-index: 1;
}

.about-editorial-photo-secondary {
  grid-area: secondary;
  width: min(58%, 280px);
  justify-self: center;
  overflow: hidden;
  margin-top: clamp(6px, 1.4vw, 20px);
}

.about-editorial-photo-secondary img {
  height: auto;
}

.about-editorial-container--standard .about-editorial-photo-main {
  width: 100%;
  max-width: 720px;
  height: clamp(230px, 16vw, 290px);
}

.about-editorial-container--standard .about-editorial-photo-secondary {
  width: min(64%, 260px);
  align-self: end;
  justify-self: center;
  margin-top: 0;
}

.stack {
  display: grid;
  gap: 22px;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.info-panel {
  padding: 28px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.info-panel h3,
.info-panel h4 {
  margin-bottom: 12px;
}

.info-panel p,
.info-panel li {
  color: var(--muted);
}

.info-panel ul,
.info-panel ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.reviews-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 34px;
  padding: 32px 0 0;
  color: var(--ink);
  background: transparent;
  border-top: 1px solid var(--line-strong);
}

.contact-reviews {
  grid-column: 1 / -1;
}

.review-feature {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
}

.review-avatar {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.review-body {
  min-width: 0;
}

.review-name {
  margin-bottom: 10px;
  color: var(--rust);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.review-body h3 {
  max-width: 760px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.28;
}

.review-copy {
  max-width: 820px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.74;
}

.guide-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guide-principle {
  display: grid;
  gap: 12px;
  padding: 28px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.guide-principle span {
  color: var(--rust);
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1;
}

.guide-principle p {
  color: var(--muted);
}

.location-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.location-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 30px;
  background: rgba(251, 248, 241, 0.76);
  border: 1px solid rgba(31, 33, 29, 0.14);
  border-radius: var(--radius);
  overflow-wrap: anywhere;
}

.location-image {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(31, 33, 29, 0.12);
  border-radius: var(--radius);
  background: rgba(31, 33, 29, 0.08);
}

.location-image-top {
  object-position: center 45%;
}

.location-card.featured {
  grid-column: 1 / -1;
  width: calc((100% - 18px) / 2);
  justify-self: center;
  color: var(--ink);
  background: rgba(251, 248, 241, 0.84);
  border-color: rgba(167, 79, 61, 0.24);
  box-shadow: 0 18px 50px rgba(29, 31, 26, 0.06);
}

.location-card.featured .location-image {
  border-color: rgba(167, 79, 61, 0.16);
}

.location-card p,
.location-card li {
  color: var(--muted);
}

.location-card.featured p,
.location-card.featured li {
  color: var(--muted);
}

.location-tag {
  color: var(--rust);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: none;
}

.location-card.featured .location-tag {
  color: var(--rust);
}

.location-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 6px;
}

.location-notes h4 {
  margin-bottom: 8px;
}

.location-notes ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 19px;
}

.quote-placeholder {
  padding: 34px;
  color: var(--paper-soft);
  background: var(--sage-dark);
  border-radius: var(--radius);
}

.quote-placeholder p {
  color: rgba(246, 241, 232, 0.82);
}

.quote-placeholder .slot-label {
  margin-bottom: 18px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cta-band p {
  max-width: 720px;
  color: var(--muted);
}

.cta-band h2 {
  font-size: 28px;
  white-space: nowrap;
}

.cta-band .eyebrow {
  margin-bottom: 8px;
  color: var(--rust);
}

.cta-band .button {
  min-height: auto;
  padding: 0 0 2px;
  color: var(--rust);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rust);
  border-radius: 0;
  font-weight: 600;
}

.cta-band .button:hover {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.page-hero {
  min-height: auto;
  padding-top: 74px;
  padding-bottom: 60px;
}

.legal-hero {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  text-align: center;
}

.legal-hero .hero-copy {
  max-width: 760px;
  margin: 0 auto;
}

.legal-hero .lead {
  margin-right: auto;
  margin-left: auto;
}

.page-hero .hero-visual,
.page-hero .hero-visual .slot-inner {
  min-height: 430px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.breadcrumbs a:hover {
  color: var(--ink);
  border-color: currentColor;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-button {
  min-height: 38px;
  padding: 7px 13px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  cursor: pointer;
  scroll-margin-top: 104px;
  white-space: nowrap;
}

.filter-button.is-active,
.filter-button:hover {
  color: var(--paper-soft);
  background: var(--sage-dark);
  border-color: var(--sage-dark);
}

.portfolio-editorial-section {
  padding-top: 84px;
}

.portfolio-editorial-container {
  width: min(calc(100% - 56px), 1380px);
}

.portfolio-editorial-section .section-heading {
  margin-bottom: 26px;
}

.portfolio-control-row {
  --portfolio-cta-space: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--portfolio-cta-space);
  align-items: start;
  margin-bottom: var(--portfolio-cta-space);
  scroll-margin-top: 116px;
}

.portfolio-filter-panel {
  display: grid;
  gap: 18px;
  align-content: start;
  min-width: 0;
}

.portfolio-action-heading {
  align-items: end;
  margin-bottom: 0;
  min-width: 0;
}

.portfolio-quick-cta {
  display: grid;
  gap: 8px;
  align-self: start;
  justify-content: flex-start;
  padding: 0;
  color: var(--ink);
  max-width: 420px;
}

.portfolio-quick-note {
  display: block;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.portfolio-quick-link {
  position: relative;
  display: inline-flex;
  width: max-content;
  padding-bottom: 6px;
  color: var(--rust) !important;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.08;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.portfolio-quick-link::after {
  content: none;
}

.portfolio-quick-link:hover {
  color: var(--ink);
}

.portfolio-floating-actions {
  position: fixed;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(20px, 2.7vw, 34px);
  z-index: 80;
  display: grid;
  gap: 8px;
  justify-items: end;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.portfolio-floating-actions.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.portfolio-floating-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 34px;
  padding: 8px 13px;
  color: var(--ink);
  background: rgba(246, 240, 229, 0.84);
  border: 1px solid rgba(47, 62, 54, 0.2);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(43, 50, 41, 0.16);
  backdrop-filter: blur(14px);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.portfolio-floating-action:hover,
.portfolio-floating-action:focus-visible {
  color: var(--paper-soft);
  background: var(--sage-dark);
  border-color: var(--sage-dark);
  outline: none;
}

.portfolio-floating-action-inquire {
  color: var(--paper-soft);
  background: rgba(47, 62, 54, 0.92);
  border-color: rgba(47, 62, 54, 0.92);
}

.portfolio-floating-action-inquire:hover,
.portfolio-floating-action-inquire:focus-visible {
  background: var(--rust);
  border-color: var(--rust);
}

.portfolio-editorial-section .filter-bar {
  margin-bottom: 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 32px);
  align-items: start;
  grid-auto-flow: dense;
}

.portfolio-grid .photo-placeholder,
.portfolio-grid .image-tile {
  min-height: 0;
}

.portfolio-grid .image-tile {
  grid-column: span 4;
  aspect-ratio: 2 / 3;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(29, 31, 26, 0.1);
}

.portfolio-grid .image-tile img {
  transition: transform 900ms ease;
}

.portfolio-grid .image-tile:hover img {
  transform: scale(1.035);
}

.portfolio-grid .editorial-feature {
  grid-column: span 5;
  aspect-ratio: 2 / 3;
}

.portfolio-grid .editorial-wide {
  grid-column: span 7;
  aspect-ratio: 3 / 2;
}

.portfolio-grid .editorial-panorama {
  grid-column: span 8;
  aspect-ratio: 3 / 2;
}

.portfolio-grid .editorial-tall,
.portfolio-grid .editorial-portrait {
  grid-column: span 4;
  aspect-ratio: 2 / 3;
}

.portfolio-grid .editorial-medium {
  grid-column: span 4;
  aspect-ratio: 2 / 3;
}

.portfolio-grid .editorial-close {
  grid-column: span 3;
  aspect-ratio: 2 / 3;
}

.portfolio-grid .editorial-lift {
  margin-top: clamp(22px, 4vw, 64px);
}

.portfolio-grid .editorial-drop {
  margin-top: clamp(12px, 2.4vw, 38px);
}

.portfolio-grid .editorial-soft {
  box-shadow: 0 28px 90px rgba(57, 72, 61, 0.16);
}

.portfolio-item.is-hidden {
  display: none;
}

.investment-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.investment-accordion {
  gap: 0;
}

.investment-item {
  min-width: 0;
  scroll-margin-top: 104px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.investment-item summary {
  display: grid;
  grid-template-columns: minmax(130px, 0.32fr) minmax(0, 1fr) auto 18px;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 25px 0;
}

.investment-item summary::after {
  justify-self: end;
}

.investment-item .investment-price {
  margin-top: 0;
  white-space: nowrap;
}

.investment-scope {
  grid-column: 2 / 4;
  max-width: 860px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.investment-summary-title {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.investment-content {
  display: grid;
  gap: 24px;
  padding: 0 0 34px;
}

.investment-item:not([open]) .investment-content {
  display: none;
}

.investment-content .lead {
  max-width: 920px;
  font-size: 18px;
}

.investment-content p {
  padding: 0;
}

.investment-content .text-link {
  width: fit-content;
}

.booking-visual-cluster {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr) minmax(0, 0.62fr);
  gap: 18px;
  align-items: center;
  margin: 4px 0 10px;
  padding: 34px 0 42px;
}

.stagger-photo {
  overflow: hidden;
  background: var(--sage-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stagger-photo picture {
  display: block;
  width: 100%;
}

.stagger-photo img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.stagger-photo.is-tall {
  transform: translateY(-18px);
}

.stagger-photo.is-wide {
  transform: translateY(18px);
}

.stagger-photo.is-small {
  transform: translateY(34px);
}

.booking-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}

.pricing-note {
  padding: 18px 20px;
  background: rgba(101, 115, 101, 0.1);
  border: 1px solid rgba(101, 115, 101, 0.2);
  border-radius: var(--radius);
}

.pricing-note h4 {
  margin-bottom: 8px;
}

.pricing-note p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.investment-block {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 52px;
  padding: 46px 0;
  border-bottom: 1px solid var(--line);
}

.investment-kicker {
  color: var(--rust);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: none;
}

.investment-price {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding: 7px 12px;
  color: var(--paper-soft);
  background: var(--sage-dark);
  border-radius: 999px;
  font-size: 14px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 28px;
}

.detail-grid h4 {
  margin-bottom: 8px;
}

.detail-grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
}

.process-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.process-step {
  display: grid;
  grid-template-columns: 100px minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 32px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.step-number {
  color: var(--rust);
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1;
}

.faq-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 56px;
}

.faq-nav {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 10px;
}

.faq-nav a {
  padding: 9px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.faq-nav a:hover {
  color: var(--ink);
}

.faq-group {
  scroll-margin-top: 128px;
  margin-bottom: 46px;
}

.faq-group h2 {
  margin-bottom: 20px;
}

details {
  border-top: 1px solid var(--line);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  flex: 0 0 auto;
  color: var(--rust);
  content: "+";
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 840px;
  padding: 0 0 24px;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.48fr);
  gap: 56px;
  align-items: start;
}

.contact-layout.single {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.4fr);
}

.contact-page .contact-layout.single {
  width: calc(100% + 48px);
  max-width: none;
  margin-left: -24px;
  margin-right: 0;
  padding-right: clamp(24px, 4vw, 120px);
  grid-template-columns: minmax(600px, 980px) minmax(500px, 560px);
  gap: clamp(48px, 5vw, 120px);
  align-items: stretch;
  justify-content: start;
}

.contact-visual-carousel {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: var(--charcoal);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: 0 28px 80px rgba(29, 31, 26, 0.14);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  justify-self: stretch;
}

.contact-visual-carousel.is-dragging {
  cursor: grabbing;
}

.contact-visual-track,
.contact-visual-slide {
  position: absolute;
  inset: 0;
}

.contact-visual-slide {
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 900ms ease, transform 1500ms ease;
}

.contact-visual-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.contact-visual-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-visual-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-user-drag: none;
}

.contact-visual-dots {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.contact-visual-dot {
  width: 22px;
  height: 3px;
  padding: 0;
  background: rgba(246, 241, 232, 0.55);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.contact-visual-dot.is-active {
  width: 44px;
  background: var(--paper-soft);
}

.contact-page .contact-panel {
  width: 100%;
}

.contact-page .compact-inquiry {
  gap: 12px;
}

.contact-page .compact-inquiry.contact-panel {
  padding: clamp(24px, 2vw, 30px);
}

@media (min-width: 2100px) {
  .contact-page .compact-inquiry.contact-panel {
    transform: translateX(clamp(0px, calc(45vw - 958px), 140px));
  }
}

.contact-page .compact-inquiry .form-grid {
  gap: 10px 20px;
}

.contact-page .compact-inquiry .field input,
.contact-page .compact-inquiry .field select,
.contact-page .compact-inquiry .field textarea,
.contact-page .compact-inquiry .date-trigger {
  min-height: 38px;
}

.contact-page .compact-inquiry .field textarea {
  min-height: 58px;
}

.contact-page .contact-methods {
  display: none;
}

.contact-page .contact-reviews {
  width: min(calc(100% - 96px), var(--max));
  margin: 58px auto 0;
}

.contact-review-section {
  background: #efe8dc;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-review-section .container {
  display: flex;
  align-items: center;
  min-height: clamp(320px, 28vw, 420px);
}

.contact-review-section .contact-reviews {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0;
  border-top: 0;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.inquiry-form {
  display: grid;
  gap: 20px;
}

.contact-panel {
  padding: 48px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.reply-note {
  padding: 14px 16px;
  color: var(--sage-dark);
  background: rgba(101, 115, 101, 0.11);
  border: 1px solid rgba(101, 115, 101, 0.2);
  border-radius: var(--radius);
  font-size: 15px;
  line-height: 1.6;
}

.form-heading {
  font-size: 32px;
  white-space: nowrap;
}

.privacy-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.privacy-note a {
  color: var(--sage-dark);
  border-bottom: 1px solid rgba(57, 72, 61, 0.35);
}

.privacy-note a:hover {
  border-color: var(--sage-dark);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 14px;
  color: var(--ink-soft);
}

.select-field {
  position: relative;
}

.select-field::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  pointer-events: none;
  color: var(--sage-dark);
  content: "v";
}

.select-field select {
  cursor: pointer;
  appearance: none;
}

.select-field select:required:invalid {
  color: var(--muted);
}

.select-field option {
  color: var(--ink);
}

.other-detail {
  margin-top: -4px;
}

.date-range-field {
  position: relative;
}

.date-trigger {
  width: 100%;
  min-height: 48px;
  padding: 12px 0;
  color: var(--muted);
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  cursor: pointer;
}

.date-trigger.has-value {
  color: var(--ink);
}

.date-trigger:focus {
  outline: none;
  border-color: var(--sage-dark);
}

.date-picker {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  z-index: 20;
  padding: 18px;
  background: var(--paper-soft);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.date-picker-header {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.date-picker-header strong {
  color: var(--ink);
  text-align: center;
  font-weight: 600;
}

.date-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
}

.date-nav:hover {
  color: var(--paper-soft);
  background: var(--sage-dark);
  border-color: var(--sage-dark);
}

.date-weekdays,
.date-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.date-weekdays {
  gap: 0;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.date-grid {
  column-gap: 0;
  row-gap: 6px;
}

.date-day {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 38px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  isolation: isolate;
}

.date-day::before,
.date-day::after {
  position: absolute;
  content: "";
}

.date-day::before {
  inset: 4px 0;
  z-index: -2;
  background: transparent;
}

.date-day::after {
  inset: 4px 5px;
  z-index: -1;
  background: transparent;
  border-radius: 999px;
}

.date-day:hover::after {
  background: rgba(101, 115, 101, 0.14);
}

.date-day.is-preview::before,
.date-day.is-range::before {
  background: rgba(101, 115, 101, 0.16);
}

.date-day.is-range-start::before {
  left: 5px;
  border-radius: 999px 0 0 999px;
}

.date-day.is-range-end::before {
  right: 5px;
  border-radius: 0 999px 999px 0;
}

.date-day.is-range-start.is-range-end::before {
  border-radius: 999px;
}

.date-day.is-selected {
  color: var(--paper-soft);
  background: transparent;
}

.date-day.is-selected::after {
  background: var(--sage-dark);
}

.date-day.is-disabled {
  color: rgba(111, 113, 103, 0.38);
  cursor: not-allowed;
}

.date-day.is-disabled::before,
.date-day.is-disabled::after {
  background: transparent;
}

.date-day.is-blank {
  visibility: hidden;
}

.date-help,
.date-error,
.field-note,
.date-range-toggle {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.date-range-toggle {
  display: inline-flex;
  width: fit-content;
  padding: 0 0 2px;
  color: var(--rust);
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  cursor: pointer;
}

.date-range-toggle[hidden] {
  display: none;
}

.date-range-toggle:focus-visible {
  outline: 2px solid rgba(122, 77, 58, 0.32);
  outline-offset: 4px;
}

.date-error {
  color: var(--rust);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper-soft);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  outline: none;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.minimal-form .field input,
.minimal-form .field select,
.minimal-form .field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.minimal-form .field input:focus,
.minimal-form .field select:focus,
.minimal-form .field textarea:focus {
  border-color: var(--sage-dark);
  box-shadow: none;
}

.minimal-form .field textarea {
  min-height: 96px;
}

.compact-inquiry {
  gap: 14px;
}

.compact-inquiry.contact-panel {
  padding: clamp(30px, 2.8vw, 38px);
}

.compact-inquiry .form-heading {
  font-size: clamp(27px, 2vw, 31px);
}

.compact-inquiry > .muted {
  max-width: 680px;
  font-size: 14px;
  line-height: 1.52;
}

.compact-inquiry .reply-note {
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.42;
}

.compact-inquiry .form-grid {
  gap: 12px 20px;
}

.compact-inquiry .field {
  position: relative;
  gap: 5px;
}

.compact-inquiry .field label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}

.compact-inquiry .field input,
.compact-inquiry .field select,
.compact-inquiry .field textarea,
.compact-inquiry .date-trigger {
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 1.35;
}

.compact-inquiry .field input::placeholder,
.compact-inquiry .field textarea::placeholder {
  color: rgba(31, 33, 29, 0.55);
}

.compact-inquiry .field input[required]::placeholder,
.compact-inquiry .field textarea[required]::placeholder,
.compact-inquiry .date-trigger {
  color: rgba(31, 33, 29, 0.68);
}

.compact-inquiry .select-field::after {
  bottom: 10px;
}

.compact-inquiry .field select:has(option[value=""]:checked) {
  color: rgba(31, 33, 29, 0.68);
}

.compact-inquiry .date-trigger.has-value {
  color: var(--ink);
}

.compact-inquiry .field textarea {
  min-height: 74px;
}

.compact-inquiry .field-note,
.compact-inquiry .date-error,
.compact-inquiry .date-help {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.35;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--sage-dark);
  box-shadow: 0 0 0 3px rgba(101, 115, 101, 0.16);
}

.form-message {
  display: none;
  padding: 14px 16px;
  color: var(--sage-dark);
  background: rgba(101, 115, 101, 0.12);
  border: 1px solid rgba(101, 115, 101, 0.28);
  border-radius: var(--radius);
}

.form-message.is-visible {
  display: block;
}

.form-message.is-error {
  color: var(--rust);
  background: rgba(167, 79, 61, 0.1);
  border-color: rgba(167, 79, 61, 0.3);
}

.contact-methods {
  display: grid;
  gap: 18px;
}

.contact-method {
  padding: 24px;
  background: rgba(251, 248, 241, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.backup-email h3 {
  font-size: 24px;
}

.email-placeholder {
  display: inline-block;
  margin-top: 10px;
  color: var(--sage-dark);
  font-size: 18px;
  font-weight: 600;
}

.email-placeholder:hover {
  color: var(--ink);
}

.backup-email .small {
  margin-top: 8px;
  color: var(--muted);
}

.site-footer {
  padding: 54px max(24px, calc((100vw - var(--max)) / 2)) 34px;
  color: rgba(246, 241, 232, 0.78);
  background: var(--charcoal);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(260px, 0.42fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 38px;
}

.footer-top h2 {
  color: var(--paper-soft);
  max-width: 850px;
  white-space: normal;
}

.footer-brand-block {
  display: grid;
  gap: 18px;
}

.footer-brand-lockup {
  display: inline-block;
  width: fit-content;
  color: var(--paper-soft);
}

.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 1.1;
  color: var(--paper-soft);
}

.footer-brand-sub {
  margin-top: 4px;
  color: rgba(246, 241, 232, 0.62);
  font-size: 12px;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(246, 241, 232, 0.18);
  font-size: 14px;
}

.footer-top p {
  max-width: 520px;
  color: rgba(246, 241, 232, 0.72);
  font-weight: 400;
}

.footer-links a:hover {
  color: var(--paper-soft);
}

.footer-links a.is-active {
  color: var(--paper-soft);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.legal-content {
  display: grid;
  gap: 18px;
  max-width: 860px;
}

.legal-content h2,
.legal-content h3 {
  margin-top: 16px;
}

.legal-content p {
  color: var(--muted);
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: rgba(246, 241, 232, 0.82);
  border: 1px solid rgba(246, 241, 232, 0.26);
  border-radius: 999px;
}

.social-icons a:hover {
  color: var(--charcoal);
  background: var(--paper-soft);
  border-color: var(--paper-soft);
}

.social-icons svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hidden-draft {
  display: none !important;
}

@media (max-width: 1180px) {
  .site-header {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    gap: 7px 14px;
    min-height: 94px;
    padding: 12px 78px 10px 18px;
  }

  .brand {
    flex: 1 1 100%;
    min-width: 0;
  }

  .header-language-switcher {
    order: 3;
  }

  .nav-toggle {
    position: fixed;
    top: 14px;
    right: 18px;
    z-index: 80;
    display: inline-flex;
    flex: 0 0 42px;
    justify-content: center;
    width: 42px;
    padding: 0;
    font-size: 0;
    gap: 0;
    background: rgba(246, 241, 232, 0.96);
    transform: none;
  }

  .nav-toggle span,
  .nav-toggle span::before,
  .nav-toggle span::after {
    width: 17px;
  }

  .primary-nav {
    position: fixed;
    inset: 94px 0 auto;
    z-index: 70;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: var(--paper-soft);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 30px 50px rgba(29, 31, 26, 0.14);
    white-space: normal;
  }

  body.menu-open .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }

  body.menu-open .primary-nav {
    max-height: calc(100dvh - 94px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.menu-open .primary-nav {
    display: flex;
  }

  .primary-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav .nav-cta {
    justify-content: center;
    margin-top: 14px;
    padding: 12px 16px;
  }

  .contact-page .contact-layout.single {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .contact-page .compact-inquiry {
    order: 1;
  }

  .contact-page .contact-visual-carousel {
    order: 2;
  }

  .contact-visual-carousel {
    justify-self: stretch;
    max-width: none;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 1020px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

  .hero,
  .page-hero,
  .section-heading,
  .split,
  .split.reverse,
  .investment-block,
  .contact-layout,
  .contact-layout.single,
  .footer-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-page .contact-layout.single {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .contact-page .compact-inquiry {
    order: 1;
  }

  .contact-page .contact-visual-carousel {
    order: 2;
  }

  .portfolio-control-row {
    --portfolio-cta-space: 34px;
    grid-template-columns: minmax(0, 1fr);
  }

  .portfolio-quick-cta {
    gap: 8px;
    align-content: start;
  }

  .contact-visual-carousel {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
    border-radius: var(--radius);
  }

  .contact-page .contact-reviews {
    width: 100%;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy h1,
  .page-hero h1,
  .section-heading h2,
  .split h2,
  .cta-band h2,
  .footer-top h2,
  .form-heading,
  .keep-one-line {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero .hero-copy,
  .home-hero .hero-visual {
    min-height: auto;
  }

  .home-hero .hero-copy {
    padding-top: 54px;
    padding-bottom: 46px;
  }

  .home-hero .hero-visual {
    height: 62vh;
    min-height: 520px;
  }

  .hero-visual,
  .hero-visual .slot-inner {
    min-height: 520px;
  }

  .scroll-story-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .story-copy {
    position: static;
    display: block;
    height: auto;
    min-height: auto;
    gap: 0;
  }

  .story-panel {
    grid-area: auto;
    min-height: auto;
    padding: 26px 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    border-top: 1px solid var(--line);
  }

  .story-panel:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .story-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
  }

  .story-photo,
  .story-photo-large,
  .story-photo-offset,
  .story-photo-portrait,
  .story-photo-wide {
    width: 100%;
    justify-self: stretch;
  }

  .story-photo.is-current {
    transform: none;
  }

  .story-photo img,
  .story-photo-large img,
  .story-photo-offset img,
  .story-photo-portrait img,
  .story-photo-wide img {
    height: 410px;
  }

  .story-photo-wide {
    grid-column: span 2;
  }

  .photo-stream {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-row,
  .notice-strip,
  .process-step {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 18px;
  }

  .portfolio-grid .editorial-feature,
  .portfolio-grid .editorial-wide,
  .portfolio-grid .editorial-panorama {
    grid-column: span 5;
  }

  .portfolio-grid .editorial-tall,
  .portfolio-grid .editorial-portrait,
  .portfolio-grid .editorial-close {
    grid-column: span 3;
  }

  .portfolio-grid .editorial-medium {
    grid-column: span 4;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-feature {
    grid-template-columns: 52px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .site-header {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    min-height: 94px;
    padding: 12px 78px 10px 18px;
  }

  .nav-toggle {
    position: fixed;
    top: 14px;
    right: 18px;
    z-index: 80;
    display: inline-flex;
    flex: 0 0 42px;
    justify-content: center;
    width: 42px;
    padding: 0;
    font-size: 0;
    gap: 0;
    background: rgba(246, 241, 232, 0.96);
    transform: none;
  }

  .nav-toggle span,
  .nav-toggle span::before,
  .nav-toggle span::after {
    width: 17px;
  }

  .primary-nav {
    position: fixed;
    inset: 94px 0 auto;
    z-index: 70;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: var(--paper-soft);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 30px 50px rgba(29, 31, 26, 0.14);
    white-space: normal;
  }

  .hero-carousel-caption {
    left: 22px;
    right: 22px;
    max-width: none;
  }

  .hero-carousel-caption p,
  .lead,
  .muted {
    overflow-wrap: anywhere;
  }

  body.menu-open .primary-nav {
    display: flex;
  }

  .primary-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav .nav-cta {
    justify-content: center;
    margin-top: 14px;
    padding: 12px 16px;
  }

  .section {
    padding: 64px 18px;
  }

  .contact-first-section {
    padding-top: 46px;
  }

  .contact-page .page-hero + .section {
    padding-top: 46px;
  }

  .hero {
    padding: 44px 18px 58px;
  }

  .home-hero {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .home-main {
    display: flex;
    flex-direction: column;
  }

  .home-main > * {
    order: 20;
  }

  .home-main .home-hero {
    order: 1;
  }

  .home-main .home-services {
    order: 2;
  }

  .home-main .home-gallery {
    order: 3;
  }

  .home-main .home-about {
    order: 4;
  }

  .home-hero .hero-copy {
    order: 2;
    gap: 34px;
    padding: 42px 22px 54px;
  }

  .home-hero .hero-copy .home-trust-line {
    display: none;
  }

  .home-hero .hero-copy h1 {
    font-size: 40px;
  }

  .home-hero .hero-copy-block h1 {
    display: none;
  }

  .hero-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-hero .hero-visual {
    order: 1;
    height: calc(100svh - 68px);
    min-height: 560px;
  }

  .mobile-hero-title {
    display: block;
    max-width: 360px;
    color: var(--paper-soft);
    font-size: 42px;
    line-height: 1.05;
    text-shadow: 0 1px 28px rgba(21, 22, 18, 0.56);
    white-space: normal;
  }

  .mobile-hero-service {
    display: block;
    margin-bottom: 2px;
    color: rgba(246, 241, 232, 0.94);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }

  .mobile-hero-trust {
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 6px 9px;
    color: rgba(246, 241, 232, 0.92);
    background: rgba(21, 22, 18, 0.36);
    border: 1px solid rgba(246, 241, 232, 0.22);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.35;
    text-shadow: none;
  }

  html:lang(en) .mobile-hero-trust,
  html:lang(fr) .mobile-hero-trust,
  html:lang(de) .mobile-hero-trust {
    white-space: nowrap;
  }

  .mobile-hero-cta {
    position: absolute;
    right: 22px;
    bottom: 17px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 13px;
    color: var(--charcoal);
    background: rgba(246, 241, 232, 0.94);
    border: 1px solid rgba(246, 241, 232, 0.74);
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(21, 22, 18, 0.22);
  }

  .page-hero {
    padding-top: 42px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 31px;
  }

  .one-line-heading {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .lead {
    font-size: 18px;
  }

  .hero-visual,
  .hero-visual .slot-inner,
  .page-hero .hero-visual,
  .page-hero .hero-visual .slot-inner {
    min-height: 420px;
  }

  .hero-carousel-caption {
    left: 22px;
    right: 22px;
    bottom: 74px;
  }

  .carousel-dots {
    left: 22px;
    right: auto;
    bottom: 22px;
  }

  .story-photo img,
  .story-photo-large img,
  .story-photo-offset img,
  .story-photo-portrait img,
  .story-photo-wide img {
    height: 360px;
  }

  .home-gallery {
    overflow: hidden;
    padding: 54px 18px 78px;
    color: var(--ink);
    background: var(--paper);
  }

  .home-gallery .scroll-story-layout {
    display: block;
  }

  .home-gallery .story-copy {
    display: none;
  }

  .home-gallery .story-photos {
    position: relative;
    display: block;
    min-height: 440px;
    padding: 0;
  }

  .home-gallery .story-photo {
    position: absolute;
    width: auto;
    transform: none;
  }

  .home-gallery .story-photo:nth-child(1) {
    left: -42px;
    top: 4px;
    width: 45%;
  }

  .home-gallery .story-photo:nth-child(2) {
    left: 56%;
    top: 112px;
    z-index: 2;
    width: 42%;
    transform: translateX(-50%);
  }

  .home-gallery .story-photo:nth-child(3) {
    right: -22px;
    top: 44px;
    z-index: 1;
    width: 36%;
  }

  .home-gallery .story-photo:nth-child(n+4) {
    display: none;
  }

  .home-gallery .story-photo img,
  .home-gallery .story-photo-large img,
  .home-gallery .story-photo-offset img,
  .home-gallery .story-photo-portrait img,
  .home-gallery .story-photo-wide img {
    height: 210px;
    box-shadow: 0 22px 56px rgba(29, 31, 26, 0.18);
  }

  .home-gallery .story-photo:nth-child(2) img {
    height: 246px;
    object-position: 42% 34%;
  }

  .home-gallery .story-photo:nth-child(3) img {
    height: 250px;
  }

  .mobile-gallery-heading {
    display: grid;
    gap: 18px;
    padding: 10px 0 0;
  }

  .mobile-gallery-heading .eyebrow {
    color: var(--rust);
    letter-spacing: 0.08em;
  }

  .mobile-gallery-heading h2 {
    color: var(--ink);
    font-size: 42px;
    line-height: 1.05;
  }

  .mobile-gallery-heading p {
    color: var(--ink-soft);
    font-size: 17px;
    line-height: 1.7;
  }

  .two-col,
  .three-col,
  .guide-principles,
  .location-guide-grid,
  .detail-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .location-notes {
    grid-template-columns: 1fr;
  }

  .location-card.featured {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .investment-item summary {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    align-items: center;
  }

  .investment-item .investment-kicker {
    grid-column: 1 / -1;
  }

  .investment-summary-title {
    grid-column: 1;
    grid-row: 2;
    font-size: 24px;
  }

  .investment-item .investment-price {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
  }

  .investment-scope {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .investment-item summary::after {
    grid-column: 2;
    grid-row: 2 / span 3;
    align-self: center;
  }

  .booking-visual-cluster {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    margin: 2px 0 18px;
    padding: 0;
  }

  .booking-visual-cluster .stagger-photo {
    position: static;
    transform: none;
  }

  .booking-visual-cluster .stagger-photo.is-tall {
    width: 100%;
  }

  .booking-visual-cluster .stagger-photo.is-wide {
    justify-self: stretch;
    width: 100%;
  }

  .booking-visual-cluster .stagger-photo.is-small {
    justify-self: stretch;
    width: 100%;
  }

  .booking-action-row {
    display: grid;
    gap: 12px;
  }

  .photo-stream {
    grid-auto-rows: 132px;
    gap: 12px;
  }

  .photo-stream .wide,
  .photo-stream .large {
    grid-column: span 2;
  }

  .portfolio-editorial-container {
    width: min(calc(100% - 36px), 100%);
  }

  .portfolio-filter-panel,
  .portfolio-action-heading,
  .portfolio-action-heading > div,
  .portfolio-editorial-section .filter-bar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .portfolio-editorial-section .filter-bar {
    gap: 8px;
  }

  .portfolio-editorial-section .filter-button {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: left;
  }

  .location-card {
    padding: 24px;
  }

  .portfolio-quick-cta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: stretch;
    padding: 0;
  }

  .portfolio-quick-note,
  .portfolio-quick-link {
    width: auto;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .portfolio-floating-actions {
    right: 13px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    gap: 7px;
  }

  .portfolio-floating-action {
    min-width: 50px;
    min-height: 32px;
    padding: 7px 11px;
    font-size: 11px;
    box-shadow: 0 10px 24px rgba(43, 50, 41, 0.14);
  }

  .info-panel,
  .info-panel li,
  .location-card,
  .location-card li {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .portfolio-editorial-section .filter-bar {
    margin-bottom: 0;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .portfolio-grid .image-tile,
  .portfolio-grid .editorial-feature,
  .portfolio-grid .editorial-wide,
  .portfolio-grid .editorial-panorama,
  .portfolio-grid .editorial-tall,
  .portfolio-grid .editorial-portrait,
  .portfolio-grid .editorial-medium,
  .portfolio-grid .editorial-close {
    grid-column: span 1;
    margin-top: 0;
  }

  .portfolio-grid .editorial-wide,
  .portfolio-grid .editorial-panorama {
    aspect-ratio: 3 / 2;
  }

  .portfolio-grid .editorial-feature,
  .portfolio-grid .editorial-tall,
  .portfolio-grid .editorial-portrait,
  .portfolio-grid .editorial-medium,
  .portfolio-grid .editorial-close {
    aspect-ratio: 2 / 3;
  }

  .portrait-frame img {
    height: 440px;
  }

  .cta-band {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .reviews-showcase {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .review-feature {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .review-avatar {
    width: 56px;
    height: 56px;
  }

  .faq-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .brand {
    min-width: 0;
  }

  .brand-mark {
    font-size: 16px;
  }

  .brand-sub {
    font-size: 9px;
  }

  h1 {
    font-size: 34px;
  }

  .home-hero .hero-copy h1 {
    font-size: 34px;
  }

  .mobile-hero-title {
    font-size: 34px;
  }

  .reviews-showcase {
    margin-top: 34px;
    padding-top: 26px;
  }

  .review-copy {
    font-size: 16px;
  }

  .review-body h3 {
    font-size: 23px;
  }

  .home-hero .hero-visual {
    height: 78svh;
    min-height: 500px;
  }

  .home-gallery {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-gallery .story-photos {
    min-height: 405px;
  }

  .mobile-gallery-heading h2 {
    font-size: 34px;
  }

  h2 {
    font-size: 25px;
  }

  .one-line-heading {
    font-size: 25px;
  }

  .form-heading {
    font-size: 25px;
  }

  .button-row,
  .button {
    width: 100%;
  }

  .button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .cta-band .button {
    width: fit-content;
    padding: 0 0 2px;
  }

  .photo-stream {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .story-panel p:not(.eyebrow) {
    font-size: 18px;
  }

  .story-photos {
    grid-template-columns: 1fr;
  }

  .story-photo-wide {
    grid-column: span 1;
  }

  .story-photo img,
  .story-photo-large img,
  .story-photo-offset img,
  .story-photo-portrait img,
  .story-photo-wide img {
    height: 330px;
  }

  .photo-stream .wide,
  .photo-stream .tall,
  .photo-stream .large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .photo-stream .photo-placeholder,
  .photo-stream .photo-card,
  .photo-stream .slot-inner {
    min-height: 260px;
  }

  .hero-visual,
  .hero-visual .slot-inner,
  .page-hero .hero-visual,
  .page-hero .hero-visual .slot-inner {
    min-height: 360px;
  }

  .slot-title {
    font-size: 22px;
  }

  .info-panel,
  .quote-placeholder,
  .contact-panel {
    padding: 22px;
  }

  .date-picker {
    position: fixed;
    inset: auto 14px 14px;
    max-height: min(78vh, 620px);
    overflow: auto;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 31px;
  }

  .home-hero .hero-copy h1 {
    font-size: 31px;
  }

  .mobile-hero-title {
    font-size: 31px;
  }

  h2,
  .one-line-heading,
  .form-heading {
    font-size: 23px;
  }
}

.portfolio-grid.portfolio-editorial-flow {
  display: block;
  column-count: 4;
  column-gap: clamp(14px, 1.5vw, 24px);
}

.js .portfolio-grid.portfolio-editorial-flow[data-portfolio-grid]:not(.is-ready),
.portfolio-grid.portfolio-editorial-flow.is-filtering {
  visibility: hidden;
}

.portfolio-grid.portfolio-editorial-flow .website-masonry-item {
  display: block;
  min-height: 0;
  margin: 0 0 clamp(14px, 1.5vw, 24px);
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  aspect-ratio: auto;
  background: transparent;
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(29, 31, 26, 0.11);
}

.portfolio-grid.portfolio-editorial-flow .website-masonry-item.is-hidden {
  display: none;
}

.portfolio-grid.portfolio-editorial-flow .website-masonry-item picture {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-grid.portfolio-editorial-flow .website-masonry-item img {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  transition: transform 900ms ease, filter 900ms ease;
}

.portfolio-grid.portfolio-editorial-flow .website-masonry-item:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.018);
}

@media (max-width: 1100px) {
  .portfolio-grid.portfolio-editorial-flow {
    column-count: 3;
  }
}

@media (max-width: 760px) {
  .portfolio-grid.portfolio-editorial-flow {
    column-count: 2;
  }
}

@media (max-width: 520px) {
  .portfolio-grid.portfolio-editorial-flow {
    column-count: 1;
  }
}

@media (max-width: 1300px) {
  .about-editorial-container {
    width: min(calc(100% - 56px), var(--max));
  }

  .about-editorial-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.68fr);
    gap: 34px 48px;
  }

  .about-editorial-quote {
    min-height: 280px;
    padding: 34px;
  }

  .about-editorial-photo-main {
    width: 100%;
    height: clamp(250px, 25vw, 320px);
  }
}

@media (min-width: 1600px) {
  .about-cinematic-hero h1 {
    font-size: 138px;
  }

  .about-cinematic-statement {
    font-size: 44px;
  }
}

@media (max-width: 1020px) {
  .about-cinematic-hero {
    padding: 0 18px 64px;
  }

  .about-cinematic-stage {
    min-height: 500px;
    padding-top: 72px;
  }

  .about-cinematic-bg {
    inset: 0 -18px 132px;
  }

  .about-cinematic-hero h1 {
    top: 160px;
    font-size: 92px;
  }

  .about-cinematic-portrait {
    width: min(68vw, 640px);
    transform: translateY(66px);
  }

  .about-cinematic-statement {
    max-width: 680px;
    margin-top: 84px;
    font-size: 34px;
  }

  .about-editorial-container {
    width: min(calc(100% - 44px), var(--max));
  }

  .about-editorial-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "quote"
      "main"
      "notes"
      "secondary";
    gap: 32px;
  }

  .about-editorial-copy,
  .about-editorial-notes {
    max-width: none;
  }

  .about-editorial-container--standard .about-editorial-copy {
    margin-top: 0;
  }

  .about-editorial-quote {
    min-height: 0;
  }

  .about-editorial-photo-secondary {
    width: min(58%, 340px);
    justify-self: end;
    margin-top: 0;
  }

  .about-editorial-container--standard .about-editorial-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "right";
    gap: 32px;
  }

  .about-editorial-container--standard .about-editorial-left {
    row-gap: 32px;
  }

  .about-editorial-container--standard .about-editorial-right {
    grid-template-rows: auto auto;
    gap: 32px;
    min-height: 0;
  }

  .about-editorial-container--standard .about-editorial-photo-main {
    max-width: none;
    height: clamp(250px, 25vw, 320px);
  }

  .about-editorial-container--standard .about-editorial-photo-secondary {
    width: min(58%, 340px);
    align-self: start;
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .about-cinematic-hero {
    padding: 0 18px 54px;
  }

  .about-cinematic-stage {
    min-height: 430px;
    padding-top: 64px;
  }

  .about-cinematic-bg {
    inset: 0 -18px 126px;
  }

  .about-cinematic-bg img {
    object-position: center 24%;
  }

  .about-cinematic-hero h1 {
    top: 174px;
    font-size: 74px;
  }

  .about-cinematic-portrait {
    width: min(86vw, 560px);
    transform: translateY(54px);
  }

  .about-cinematic-statement {
    margin-top: 76px;
    font-size: 30px;
    text-align: left;
  }

  .about-editorial-statement {
    margin-bottom: 34px;
    font-size: clamp(27px, 8.2vw, 38px);
    text-align: left;
  }

  .about-editorial-copy,
  .about-editorial-notes {
    font-size: 16px;
    line-height: 1.86;
  }

  .about-dropcap::first-letter {
    padding: 8px 13px 0 0;
    font-size: 82px;
  }

  .about-editorial-quote {
    gap: 24px;
    padding: 30px 26px;
  }

  .about-editorial-quote p {
    font-size: 23px;
  }

  .about-editorial-photo-secondary {
    width: min(70%, 320px);
  }

  .about-editorial-container--standard .about-editorial-statement {
    margin-bottom: 34px;
    font-size: clamp(27px, 8.2vw, 38px);
    text-align: left;
  }

  .about-editorial-container--standard .about-editorial-photo-secondary {
    width: min(70%, 320px);
  }
}

@media (max-width: 520px) {
  .about-cinematic-stage {
    min-height: 360px;
  }

  .about-cinematic-bg {
    inset: 0 -18px 108px;
  }

  .about-cinematic-hero h1 {
    top: 112px;
    width: max-content;
    max-width: calc(100vw - 36px);
    font-size: 50px;
    line-height: 0.95;
    white-space: nowrap;
  }

  .about-cinematic-portrait {
    width: min(86vw, 360px);
    transform: translateY(48px);
  }

  .about-cinematic-statement {
    margin-top: 68px;
    font-size: 26px;
  }

  .about-editorial-container {
    width: min(calc(100% - 32px), var(--max));
  }

  .about-editorial-grid {
    gap: 28px;
  }

  .about-editorial-photo-secondary {
    width: 78%;
  }

  .about-editorial-container--standard .about-editorial-grid {
    gap: 28px;
  }

  .about-editorial-container--standard .about-editorial-left,
  .about-editorial-container--standard .about-editorial-right {
    gap: 28px;
  }

  .about-editorial-container--standard .about-editorial-photo-secondary {
    width: 78%;
  }
}
