@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mackay";
  src: url("../fonts/Mackay-MediumItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg: #fff;
  --text: #000;
  --muted: #000;
  --line: rgba(0, 0, 0, 0.14);
  --max-width: 1460px;
  --gutter: clamp(1rem, 2vw, 1.5rem);
  --section-space: clamp(4rem, 9vw, 9rem);
  --font-body: "Suisse Intl", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Mackay", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.1rem; /* or 18px */
  line-height: 1.5;
  text-rendering: geometricPrecision;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

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

a:hover { text-decoration: underline; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem var(--gutter);
  background: rgb(255, 255, 255);
  backdrop-filter: blur(12px);
  font-weight: 500;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  font-size: clamp(1.05rem, 1.7vw, 1.65rem);
  line-height: .82;
  letter-spacing: -.07em;
  text-decoration: none;
}

.logo,
.logo:hover,
.logo:focus {
  text-decoration: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  font-size: 1.1rem;
  letter-spacing: -.03em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--text);
  color: var(--bg);
  text-decoration: none;
  border: 1px solid var(--text);
  transition: 
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.1s ease;
}

.button:hover,
.button:focus {
  background: var(--bg);
  color: var(--text);
  text-decoration: none;
}

.button:active {
  background: var(--bg);
  color: var(--text);
  transform: translateY(1px);
}

.button-small {
  min-width: 5.5rem;
  padding: .22rem .9rem .28rem;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: .15rem;
}

.a,
.secondary-button:hover {
  text-decoration: none;
}

.secondary-button::after {
  content: "→";
  transition: transform .2s ease;
}

.secondary-button:hover::after {
  transform: translateX(4px);
}

.nav-toggle,
.nav-toggle-label { display: none; }

.inner,
.section,
.site-footer {
  width: min(100%, var(--max-width));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.hero { 
  padding-top: clamp(2rem, 5vw, 5rem);

 }

.hero-quote,
h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -.055em;
  padding-bottom: 0;
}

.hero-quote {
  max-width: 65rem;
  margin: 0 0 .8rem;
  font-size: clamp(3.9rem, 1vw, 6rem);
  line-height: 1;
  padding-bottom: clamp(1rem, 2vw, 5rem);
}

.hero-image {
  width: 100%;
  height: clamp(30rem, 34vw, 50rem);
  margin: 0;
  overflow: hidden;
}

.hero-image img {
  object-position: center 36%;
  filter: grayscale(100%);
}

.section { padding-top: var(--section-space); }

.section-grid {
  display: grid;
  grid-template-columns: minmax(8rem, .9fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--gutter);
  align-items: start;
}

.section-grid-top { 
  align-items: start; 
}

h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.1vw, 3rem);
  line-height: .9;
}

.text-block {
  max-width: 34rem;
}

.text-block p,
.section-intro,
.contact p {
  margin: 0 0 1rem;
}

.section-intro{
  grid-column: 3;
}

.philosophy-text {
  align-self: stretch;
  max-height: none;
}

.philosophy-preview {
  position: relative;
  display:block;
  overflow:hidden;
  margin: 0;
}

.philosophy-preview p {
  margin: 0 0 1rem;
}

.philosophy-preview::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.5rem;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--bg)
  );
  pointer-events: none;
}

.fade-read-more {
  float: right;
  margin-left: 0.75rem;
  opacity: .35;
  text-transform: lowercase;
}

.fade-read-more:hover {
  opacity: 0.4;
}

.read-more summary {
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
  align-items: center;
}

.read-more summary::-webkit-details-marker {
  display: none;
}

.read-more[open] .philosophy-preview::after,
.read-more[open] .fade-read-more {
  display: none;
}

.read-more-content {
  font: inherit;
  color: inherit;
}
.read-more-content p {
  margin: 0 0 1rem;
}

.read-more[open] {
  animation: openReadMore .25s ease;
}

.read-more[open] summary {
  display: block;
}

@keyframes openReadMore {
  from {
    opacity: 0;
    transform: translateY(-.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.image-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 1 / 1;
}

.card-grid {
    width: 100%;
    margin-top: 2rem;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;

    grid-column: 2 / -1;
}

.offers {
  padding-top: 4rem;
}

.offer-card {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  border-radius: 1rem;
  background: #ddd;
  isolation: isolate;
  display: block;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.08) 72%);
}

.offer-card:hover {
  text-decoration: none;
  transform: 
  translateY(-4px);
}

.offer-card img {
  position: absolute;
  inset: 0;
  filter: grayscale(100%);
}

.offer-card-content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: .9rem;
  z-index: 2;
  color: white;
}

.offer-card h3 {
  margin: 0 0 .2rem;
  font-size: clamp(1.05rem, 1.45vw, 1.5rem);
  line-height: .9;
  font-weight: 500;
  letter-spacing: -.055em;
}

.offer-card p {
  max-width: 30rem;
  margin: 0;
  line-height: 1.1;
}

.price-table {
  grid-column: 2 / -1;
  width: 100%;
  font-weight: 500;
  letter-spacing: -.035em;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr minmax(5rem, 12rem);
  gap: 1rem;
  padding: .28rem 0 .4rem;
  border-bottom: 1px solid var(--line);
}

.contact-grid p {
  font-weight: 500;
  letter-spacing: -.035em;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-column: 3;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.contact-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}

.contact-item i {
  width: 1rem;
  opacity: 1;
  font-size: 1.1rem;
}

.booking-frame {
  grid-column: 2 / -1;
  max-width: 100%;
  overflow: hidden;
  margin-top: 2rem;
}

.booking-frame iframe {
  width: 100%;
  height: 900px;

  border: 0;
  border-radius: 1rem;

  background: white;
}

.booking-placeholder {
  width: min(100% - calc(var(--gutter) * 2), 58rem);
  min-height: 16rem;
  margin: 4rem auto 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: .3rem;
  background: rgba(255,255,255,.35);
  text-align: center;
  color: var(--muted);
  padding: 2rem;
}

.booking-title {
  margin: 0 0 .5rem;
  color: var(--text);
  font-weight: 500;
}

.site-footer {
  display: grid;
  gap: var(--gutter);
  padding-top: clamp(4rem, 8vw, 8rem);
  padding-bottom: 1rem;
  font-size: .85rem;
}

.footer-grid {
  align-items: start;
}

.site-footer p { margin: 0; }
.site-footer p:last-child { text-align: left; }
.site-footer a { justify-self: start; }

@media (max-width: 900px) {
  .section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-grid h2 {
    grid-column: 1 / -1;
  }

  .section-intro {
    grid-column: 1 / -1;
    max-width: 34rem;
  }

  .price-table {
    grid-column: 1 / -1;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .booking-frame {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root { --gutter: 1rem; }

  html { scroll-padding-top: 4.5rem; }

  .site-header {
    align-items: flex-start;
    min-height: 3.5rem;
  }

  .nav-toggle-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .35rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
  }

  .nav-toggle-label span {
    display: block;
    height: 1px;
    background: var(--text);
    transition: transform .2s ease;
  }

  .site-nav {
    position: fixed;
    inset: 3.5rem 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1rem var(--gutter) 1.2rem;
    background: rgba(247, 245, 242, .98);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 1.35rem;
  }

  .site-nav a {
    width: 100%;
    padding: .65rem 0;
  }

  .button-small {
    width: auto !important;
    min-width: 7rem;
    margin-top: .45rem;
    padding-inline: 1rem !important;
    text-align: center;
  }

  .nav-toggle:checked ~ .site-nav { display: flex; }

  .nav-toggle:checked ~ .nav-toggle-label span:first-child {
    transform: translateY(3px) rotate(35deg);
  }

  .nav-toggle:checked ~ .nav-toggle-label span:last-child {
    transform: translateY(-3px) rotate(-35deg);
  }

  .hero { padding-top: 2.4rem; }

  .hero-quote {
    font-size: clamp(2rem, 12.5vw, 4.4rem);
    line-height: .82;
  }

  .hero-image {
    height: 58vw;
    min-height: 14rem;
  }

  .section-grid,
  .card-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .philosophy-image { order: 2; }
  .text-block { order: 3; }

  .card-grid { margin-top: 1.5rem; }

  .offer-card {
    min-height: 32rem;
  }

  .offer-card p {
    font-size: clamp(.95rem, 4vw, 1.05rem);
    line-height: 1.15;
  }
  .offer-card-content {
    left: .85rem;
    right: .85rem;
    bottom: .85rem;
  }

  .offer-card h3 { 
    font-size: clamp(1.35rem, 6vw, 1.6rem);
    line-height: .95;
  }

  .price-row {
    grid-template-columns: 1fr auto;
  }

  .booking-placeholder {
    margin-top: 2rem;
    min-height: 13rem;
  }

  .site-footer {
    gap: .5rem;
  }

  .booking-frame {
    grid-column: 1;
  }

  .site-footer p:last-child { text-align: left; }
}
