/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --cream: #f6f0e5;
  --paper: #fbf8f1;
  --olive: #26362d;
  --olive-soft: #526257;
  --sage-pale: #dfe4da;
  --clay: #b85f43;
  --clay-dark: #8f432f;
  --line: rgba(38, 54, 45, .22);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--olive);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}
a {
  color: inherit;
  text-decoration: none;
}
main {
  overflow: hidden;
}
.site-header {
  min-height: 88px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 241, .94);
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand span {
  width: 44px;
  height: 44px;
  border: 1px solid var(--olive);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 13px;
}
.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
}
.site-header nav {
  display: flex;
  gap: clamp(22px, 4vw, 58px);
  font-size: 14px;
  font-weight: 700;
}
.site-header nav a {
  padding: 12px 0;
  border-bottom: 1px solid transparent;
}
.site-header nav a:hover, .site-header nav a:focus-visible {
  border-color: var(--clay);
}
.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  padding: clamp(76px, 9vw, 142px) clamp(34px, 7vw, 110px);
}
.eyebrow {
  margin: 0 0 24px;
  color: var(--clay-dark);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 800;
}
.hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 6.5vw, 102px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 400;
}
.hero h1 em {
  color: var(--clay);
  font-weight: 400;
}
.hero-deck {
  max-width: 650px;
  margin: 35px 0 0;
  color: var(--olive-soft);
  font-family: Georgia, serif;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.42;
}
.hero-actions {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.button {
  min-height: 58px;
  padding: 0 25px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.button:hover, .button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 8px 0 rgba(38, 54, 45, .13);
}
.button-dark {
  background: var(--olive);
  color: var(--paper);
}
.button-clay {
  background: var(--clay);
  color: white;
}
.button span, .text-link span, .note-card > span {
  font-size: 20px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
  font-size: 14px;
}
.signature {
  margin: 55px 0 0;
  color: var(--olive-soft);
  font-family: Georgia, serif;
  font-style: italic;
}
.hero-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--sage-pale);
  border-left: 1px solid var(--line);
}
.hero-visual::before {
  content: "";
  position: absolute;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  top: 10%;
  right: -150px;
  border: 1px solid rgba(38,54,45,.22);
}
.hero-note {
  position: absolute;
  z-index: 2;
  left: clamp(32px, 6vw, 90px);
  right: clamp(32px, 6vw, 90px);
  top: 32%;
  padding: clamp(34px, 5vw, 68px);
  background: rgba(251,248,241,.91);
  box-shadow: 0 25px 70px rgba(38,54,45,.10);
  transform: rotate(-2deg);
}
.hero-note small {
  color: var(--clay-dark);
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 11px;
  font-weight: 800;
}
.hero-note p {
  margin: 22px 0 17px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 3.6vw, 55px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.hero-note span {
  color: var(--olive-soft);
  font-family: Georgia, serif;
  font-style: italic;
}
.warm-mark {
  position: absolute;
  bottom: 35px;
  right: 40px;
  color: rgba(38,54,45,.12);
  font-family: Georgia, serif;
  font-size: clamp(80px, 12vw, 180px);
}
.botanical {
  position: absolute;
  left: 11%;
  bottom: -55px;
  width: 170px;
  height: 330px;
  transform: rotate(-18deg);
}
.botanical::before {
  content: "";
  position: absolute;
  left: 82px;
  width: 1px;
  height: 100%;
  background: var(--olive-soft);
  transform: rotate(9deg);
}
.botanical i {
  position: absolute;
  width: 70px;
  height: 34px;
  border: 1px solid var(--olive-soft);
  border-radius: 100% 0 100% 0;
}
.botanical i:nth-child(1) {
  left: 18px;
  top: 72px;
  transform: rotate(12deg);
}
.botanical i:nth-child(2) {
  left: 84px;
  top: 120px;
  transform: rotate(72deg);
}
.botanical i:nth-child(3) {
  left: 24px;
  top: 173px;
  transform: rotate(3deg);
}
.botanical i:nth-child(4) {
  left: 93px;
  top: 225px;
  transform: rotate(77deg);
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 26px clamp(28px, 6vw, 90px);
  background: var(--olive);
  color: var(--cream);
}
.trust-strip p {
  margin: 0;
  padding: 5px 34px;
  border-right: 1px solid rgba(246,240,229,.25);
  text-align: center;
  font-family: Georgia, serif;
}
.trust-strip p:last-child {
  border: 0;
}
.trust-strip span {
  display: block;
  margin-bottom: 6px;
  color: #d8b379;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section {
  padding: clamp(85px, 10vw, 150px) clamp(28px, 7vw, 110px);
  border-bottom: 1px solid var(--line);
}
.approach {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: clamp(70px, 9vw, 145px);
}
.section-intro h2, .lenses h2, .invitation h2, .writing h2, .about h2, .closing h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.section-intro h2 {
  max-width: 780px;
  font-size: clamp(43px, 5vw, 76px);
}
.section-intro > p:last-child {
  max-width: 670px;
  margin: 34px 0 0;
  color: var(--olive-soft);
  line-height: 1.75;
}
.principle-list {
  border-top: 1px solid var(--olive);
}
.principle-list article {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}
.principle-list article > span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
}
.principle-list h3 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 400;
}
.principle-list p {
  margin: 0;
  color: var(--olive-soft);
  line-height: 1.62;
}
.lenses {
  background: var(--cream);
}
.lenses-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  margin-bottom: 70px;
}
.lenses-heading .eyebrow {
  flex: none;
}
.lenses h2 {
  max-width: 880px;
  font-size: clamp(40px, 4.6vw, 70px);
}
.lens-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--olive);
}
.lens-grid article {
  min-height: 330px;
  padding: 32px clamp(24px, 3vw, 46px);
  border-right: 1px solid var(--line);
}
.lens-grid article:last-child {
  border: 0;
}
.lens-grid span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
}
.lens-grid h3 {
  margin: 72px 0 20px;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
}
.lens-grid p {
  margin: 0;
  color: var(--olive-soft);
  line-height: 1.65;
}
.invitation {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: clamp(60px, 9vw, 140px);
  background: var(--sage-pale);
}
.invitation-card {
  padding: clamp(40px, 6vw, 82px);
  background: var(--paper);
  border: 1px solid var(--line);
}
.invitation h2 {
  max-width: 700px;
  font-size: clamp(45px, 5vw, 74px);
}
.invitation-lead {
  max-width: 650px;
  margin: 30px 0;
  color: var(--olive-soft);
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.45;
}
.invitation ul {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}
.invitation li {
  position: relative;
  padding: 15px 0 15px 27px;
  border-bottom: 1px solid var(--line);
}
.invitation li::before {
  content: "•";
  position: absolute;
  left: 3px;
  color: var(--clay);
}
.invitation-card > small {
  display: block;
  margin-top: 19px;
  color: var(--olive-soft);
}
blockquote {
  margin: 0;
  align-self: center;
}
blockquote p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.13;
  letter-spacing: -.04em;
}
blockquote p::before {
  content: "“";
  color: var(--clay);
}
.writing {
  display: grid;
  grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr);
  gap: clamp(70px, 10vw, 150px);
}
.writing h2 {
  max-width: 500px;
  margin-bottom: 40px;
  font-size: clamp(42px, 4.4vw, 67px);
}
.note-list {
  border-top: 1px solid var(--olive);
}
.note-card {
  position: relative;
  display: block;
  padding: 30px 55px 30px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 160ms ease, background 160ms ease;
}
.note-card:hover, .note-card:focus-visible {
  padding-left: 20px;
  background: var(--cream);
}
.note-card small {
  color: var(--clay-dark);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  font-weight: 800;
}
.note-card h3 {
  margin: 11px 0 9px;
  font-family: Georgia, serif;
  font-size: clamp(26px, 2.7vw, 39px);
  font-weight: 400;
}
.note-card p {
  max-width: 720px;
  margin: 0;
  color: var(--olive-soft);
  line-height: 1.55;
}
.note-card > span {
  position: absolute;
  right: 8px;
  top: 47%;
}
.about {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 140px);
  background: var(--cream);
  align-items: center;
}
.about figure {
  max-width: 530px;
  margin: 0;
}
.about img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--olive);
}
.about figcaption {
  margin-top: 13px;
  color: var(--olive-soft);
  font-family: Georgia, serif;
  font-style: italic;
}
.about h2 {
  max-width: 850px;
  margin-bottom: 35px;
  font-size: clamp(42px, 4.7vw, 72px);
}
.about-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--olive-soft);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.closing {
  padding: clamp(95px, 12vw, 180px) clamp(28px, 9vw, 140px);
  text-align: center;
  background: var(--clay);
  color: white;
}
.closing .eyebrow {
  color: #ffe0d2;
}
.closing h2 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(49px, 6vw, 92px);
}
.closing > div {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.closing .text-link {
  border-color: white;
}
.start-page {
  background: var(--paper);
}
.start-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
  border-bottom: 1px solid var(--line);
}
.start-hero-copy {
  padding: clamp(82px, 10vw, 150px) clamp(34px, 8vw, 125px);
}
.start-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7vw, 108px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
}
.start-deck {
  max-width: 760px;
  margin: 35px 0 42px;
  color: var(--olive-soft);
  font-family: Georgia, serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.45;
}
.start-fineprint {
  margin: 20px 0 0;
  color: var(--olive-soft);
  font-size: 13px;
  letter-spacing: .04em;
}
.start-card {
  align-self: center;
  margin: clamp(35px, 7vw, 100px);
  padding: clamp(38px, 5vw, 68px);
  background: var(--sage-pale);
  border: 1px solid var(--line);
  box-shadow: 22px 22px 0 var(--cream);
  transform: rotate(1deg);
}
.start-card dl {
  margin: 15px 0 28px;
}
.start-card dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.start-card dt {
  color: var(--clay-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.start-card dd {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 23px;
}
.start-card > p:last-child {
  margin: 0;
  color: var(--olive-soft);
  font-size: 14px;
  line-height: 1.55;
}
.start-section {
  padding: clamp(85px, 10vw, 150px) clamp(28px, 8vw, 125px);
  border-bottom: 1px solid var(--line);
}
.start-section h2, .start-closing h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.start-fit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
  gap: clamp(65px, 9vw, 145px);
  background: var(--cream);
}
.start-fit h2 {
  max-width: 850px;
  font-size: clamp(44px, 5.2vw, 78px);
}
.start-fit ul {
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--olive);
}
.start-fit li {
  position: relative;
  padding: 22px 0 22px 30px;
  color: var(--olive-soft);
  border-bottom: 1px solid var(--line);
  line-height: 1.55;
}
.start-fit li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: var(--clay);
}
.start-process-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  margin-bottom: 65px;
}
.start-process-heading h2 {
  max-width: 850px;
  font-size: clamp(43px, 4.7vw, 72px);
}
.start-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--olive);
}
.start-steps article {
  min-height: 310px;
  padding: 32px clamp(24px, 3vw, 45px);
  border-right: 1px solid var(--line);
}
.start-steps article:last-child {
  border-right: 0;
}
.start-steps article > span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
}
.start-steps h3 {
  margin: 60px 0 18px;
  font-family: Georgia, serif;
  font-size: clamp(27px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1.13;
}
.start-steps p {
  margin: 0;
  color: var(--olive-soft);
  line-height: 1.6;
}
.start-closing {
  padding: clamp(95px, 12vw, 180px) clamp(28px, 9vw, 140px);
  text-align: center;
  background: var(--clay);
  color: white;
}
.start-closing .eyebrow {
  color: #ffe0d2;
}
.start-closing h2 {
  max-width: 1050px;
  margin: 0 auto;
  font-size: clamp(50px, 6vw, 92px);
}
.start-closing > p:not(.eyebrow) {
  max-width: 630px;
  margin: 28px auto 38px;
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.5;
}
.button[type="button"] {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}
.booking-dialog {
  width: min(840px, calc(100vw - 40px));
  height: min(760px, calc(100vh - 40px));
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  color: var(--olive);
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 30px 100px rgba(20, 30, 24, .28);
}
.booking-dialog::backdrop {
  background: rgba(20, 30, 24, .55);
  backdrop-filter: blur(3px);
}
.booking-dialog-heading {
  min-height: 88px;
  padding: 16px 20px 15px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.booking-dialog-heading small {
  color: var(--clay-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.booking-dialog-heading h2 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.025em;
}
.booking-dialog-close {
  width: 44px;
  height: 44px;
  flex: none;
  display: grid;
  place-items: center;
  color: var(--olive);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}
.booking-dialog-close:hover,
.booking-dialog-close:focus-visible {
  color: white;
  background: var(--clay);
}
.booking-dialog iframe {
  display: block;
  width: 100%;
  height: calc(100% - 125px);
  border: 0;
}
.booking-dialog-fallback {
  height: 37px;
  margin: 0;
  padding: 10px 20px;
  color: var(--olive-soft);
  background: var(--paper);
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 12px;
}
.booking-dialog-fallback a {
  color: var(--olive);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}
footer {
  min-height: 130px;
  padding: 35px clamp(25px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
footer p {
  margin: 0;
  color: var(--olive-soft);
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
footer p:last-child {
  text-align: right;
}
:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 4px;
}
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 620px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .approach, .invitation, .writing, .about {
    grid-template-columns: 1fr;
  }
  .lenses-heading {
    display: block;
  }
  .lens-grid {
    grid-template-columns: 1fr;
  }
  .lens-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .lens-grid h3 {
    margin-top: 34px;
  }
  .trust-strip {
    grid-template-columns: 1fr;
  }
  .trust-strip p {
    padding: 17px;
    border-right: 0;
    border-bottom: 1px solid rgba(246,240,229,.2);
  }
  .about figure {
    max-width: 430px;
  }
  .start-hero, .start-fit {
    grid-template-columns: 1fr;
  }
  .start-card {
    margin-top: 0;
  }
  .start-steps {
    grid-template-columns: 1fr;
  }
  .start-steps article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 680px) {
  .site-header {
    padding: 18px 20px;
  }
  .site-header nav {
    display: none;
  }
  .brand strong {
    font-size: 17px;
  }
  .hero {
    min-height: 0;
  }
  .hero-copy {
    padding: 75px 24px;
  }
  .hero h1 {
    font-size: clamp(52px, 15vw, 72px);
  }
  .hero-deck {
    font-size: 23px;
  }
  .hero-actions {
    align-items: stretch;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-visual {
    min-height: 510px;
  }
  .hero-note {
    left: 26px;
    right: 26px;
    top: 21%;
    padding: 37px 30px;
  }
  .section {
    padding: 80px 24px;
  }
  .section-intro h2, .lenses h2, .invitation h2, .writing h2, .about h2 {
    font-size: 43px;
  }
  .principle-list article {
    grid-template-columns: 38px 1fr;
  }
  .invitation-card {
    padding: 38px 25px;
  }
  .writing {
    gap: 60px;
  }
  .note-card p {
    display: none;
  }
  .closing {
    padding: 95px 24px;
  }
  .closing h2 {
    font-size: 51px;
  }
  .closing .button {
    width: 100%;
  }
  .start-hero-copy {
    padding: 75px 24px 62px;
  }
  .start-hero h1 {
    font-size: clamp(53px, 15vw, 75px);
  }
  .start-deck {
    font-size: 23px;
  }
  .start-card {
    margin: 0 24px 70px;
    padding: 38px 27px;
    box-shadow: 12px 12px 0 var(--cream);
  }
  .start-section {
    padding: 80px 24px;
  }
  .start-fit h2, .start-process-heading h2 {
    font-size: 43px;
  }
  .start-process-heading {
    display: block;
  }
  .start-steps h3 {
    margin-top: 35px;
  }
  .start-closing {
    padding: 95px 24px;
  }
  .start-closing h2 {
    font-size: 51px;
  }
  .start-closing .button {
    width: 100%;
  }
  .booking-dialog {
    width: calc(100vw - 14px);
    height: calc(100vh - 14px);
  }
  .booking-dialog-heading {
    min-height: 78px;
    padding: 12px 13px 11px 17px;
  }
  .booking-dialog-heading h2 {
    font-size: 23px;
  }
  .booking-dialog iframe {
    height: calc(100% - 115px);
  }
  .booking-dialog-fallback {
    padding-inline: 10px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  footer p:nth-child(2) {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: .01ms !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
