/* ========================================
   RESET & BASE
   ======================================== */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  color: #1a1a1a;
  background-color: #eeebe6;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

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

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.15;
}

p {
  margin-bottom: 1.25em;
}

p:last-child {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

.divider {
  width: 32px;
  height: 1px;
  background-color: #1a1a1a;
  margin: 28px 0;
}

/* ========================================
   HEADER / NAV
   ======================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px;
  background-color: #eeebe6;
  transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.main-nav {
  display: flex;
  gap: 24px;
}

.main-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2px;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1a1a1a;
  transition: width 0.3s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  position: relative;
  z-index: 1100;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #1a1a1a;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ========================================
   SECTIONS — SHARED
   ======================================== */

.section {
  padding-top: 88px;
}

/* ========================================
   HOME
   ======================================== */

.section--home {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 0;
}

.home-content {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 100vh;
  min-height: 100svh;
}

.home-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 100px 60px 60px 60px;
}

.home-text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}

.home-handwriting {
  width: 280px;
  margin-bottom: 40px;
}

.home-title {
  font-size: clamp(3.2rem, 5.5vw, 5rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 0;
}

.home-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}

.home-location {
  margin-top: auto;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #555;
}

.home-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 48px;
}

.home-hero-img {
  width: 100%;
  height: calc(100vh - 166px);
  height: calc(100svh - 166px);
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

.home-contact-btn {
  align-self: flex-end;
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 13px 28px;
  border: 1px solid #1a1a1a;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.home-contact-btn:hover {
  background-color: #1a1a1a;
  color: #eeebe6;
}

/* ========================================
   ABOUT
   ======================================== */

.section--about {
  padding-top: 0;
}

.about-content {
  display: grid;
  grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 80px);
  padding: 100px clamp(32px, 4vw, 56px);
  align-items: stretch;
}

.about-left {
  overflow: hidden;
  padding: 40px 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.about-portrait {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.about-right {
  padding: 40px 48px 40px 0;
  max-width: 580px;
}

.about-heading {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
}

.about-subheading {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 8px;
}

.about-right p {
  font-size: 1rem;
  line-height: 1.75;
}

.about-signature {
  width: 380px;
  max-width: 100%;
  margin: 32px 0 14px;
}

.btn-outline {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 1px solid #1a1a1a;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: center;
}

.btn-outline:hover {
  background-color: #1a1a1a;
  color: #eeebe6;
}

/* ========================================
   MAYBE THIS IS YOU
   ======================================== */

.section--maybe {
  padding-top: 96px;
  padding-bottom: 96px;
}

.maybe-content {
  display: grid;
  grid-template-columns: minmax(240px, 0.44fr) minmax(0, 1fr);
  column-gap: clamp(44px, 6vw, 92px);
  row-gap: 28px;
  align-items: start;
  width: min(calc(100% - 96px), 1220px);
  margin: 0 auto;
}

.maybe-title {
  grid-column: 1 / -1;
  grid-row: 1;
}

.maybe-heading {
  display: block;
  max-width: 360px;
  width: 100%;
  height: auto;
  opacity: 0.9;
}

.maybe-title .divider {
  display: none;
}

.maybe-scene {
  grid-column: 1 / -1;
  grid-row: 2;
  max-width: 780px;
}

.maybe-scene p {
  font-size: 1.1rem;
  line-height: 1.72;
  margin-bottom: 1.1em;
}

.maybe-pull {
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  font-weight: 300;
  line-height: 1.18;
  margin: 0.9em 0;
  letter-spacing: -0.01em;
}

.maybe-image-wrap {
  grid-column: 1;
  grid-row: 3;
  overflow: hidden;
}

.maybe-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.12) saturate(1.06) contrast(0.96) brightness(1.01);
}

.maybe-reflections {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.maybe-line {
  font-size: 1.1rem;
  line-height: 1.6;
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.maybe-line:first-child {
  padding-top: 0;
}

.maybe-marker {
  font-style: italic;
  opacity: 0.5;
  margin-right: 0.15em;
}

.maybe-line strong {
  font-weight: 500;
}

.maybe-line-big {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 300;
  line-height: 1.25;
  margin-top: 1.2em;
}

.underline-hand {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0, 0, 0, 0.4);
}

.maybe-image-wrap--secondary {
  grid-column: 1 / -1;
  grid-row: 4;
  max-width: 480px;
  padding-top: 40px;
}

.maybe-image--secondary {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: none;
}

.maybe-closing {
  grid-column: 1 / -1;
  grid-row: 5;
  text-align: center;
  padding: 64px 0 0;
}

.maybe-closing-handwriting {
  display: block;
  width: min(760px, 92vw);
  height: auto;
  margin: 0 auto;
}

.maybe-fit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
  padding: 12px 34px;
  border: 1px solid #1a1a1a;
  transition: background 0.25s ease, color 0.25s ease;
}

.maybe-fit-btn:hover {
  background: #1a1a1a;
  color: #eeebe6;
}

.fit-handwriting {
  display: block;
  width: min(260px, 56vw);
  height: auto;
}

.maybe-closing p {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

/* ========================================
   WHAT TO EXPECT
   ======================================== */

.section--expect {
  padding-top: 116px;
  padding-bottom: 96px;
}

.expect-content {
  display: grid;
  grid-template-columns: minmax(240px, 0.44fr) minmax(0, 1fr);
  column-gap: clamp(44px, 6vw, 92px);
  row-gap: 58px;
  width: min(calc(100% - 96px), 1220px);
  margin: 0 auto;
  padding: 0;
}

.expect-col--left {
  grid-column: 1 / -1;
  grid-row: 1;
  max-width: 780px;
}

.expect-col--middle {
  grid-column: 2;
  grid-row: 2;
  max-width: 760px;
  padding: 38px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2;
}

.expect-heading {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 30px;
  line-height: 1.1;
}

.expect-col--left p {
  font-size: 1.08rem;
  line-height: 1.72;
}

.expect-quotes {
  margin: 26px 0;
  padding-left: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}

.expect-quotes em {
  font-size: 1.02rem;
  line-height: 2;
}

.expect-col--middle p {
  font-size: 1.08rem;
  line-height: 1.72;
}

.expect-wide-note {
  margin-top: 1.4em;
}

.expect-col--right {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  pointer-events: none;
  z-index: 1;
}

.expect-handwriting {
  width: min(280px, 100%);
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  opacity: 0.72;
}

.expect-photos {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1.05fr;
  gap: 20px;
  width: min(calc(100% - 96px), 1220px);
  margin: 76px auto 0;
  padding: 0;
  align-items: end;
}

.expect-photos img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  background: #eeebe6;
  filter: sepia(0.08) saturate(0.96) contrast(0.95) brightness(1.02);
}

.expect-photos img:first-child {
  aspect-ratio: 4 / 3.25;
}

.expect-photos img:nth-child(2) {
  aspect-ratio: 4 / 4.6;
  margin-bottom: 42px;
}

.expect-photos img:nth-child(3) {
  aspect-ratio: 4 / 3.6;
}

/* ========================================
   SERVICES
   ======================================== */

.section--services {
  min-height: auto;
  padding: 112px 44px 80px;
  background-color: #eeebe6;
}

.services-inner {
  display: grid;
  grid-template-columns: clamp(360px, 31.4vw, 482px) minmax(0, 1fr);
  column-gap: 58px;
  align-items: start;
}

.services-photo {
  grid-column: 1;
  grid-row: 1 / span 2;
  overflow: hidden;
}

.services-photo img {
  width: 100%;
  height: clamp(460px, calc(100svh - 170px), 710px);
  object-fit: cover;
  object-position: center;
}

.services-intro {
  grid-column: 2;
  grid-row: 1;
  padding-top: 22px;
  max-width: 620px;
}

.services-heading {
  font-size: 5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 0.95;
  margin-bottom: 0;
}

.services-divider {
  width: 40px;
  margin: 36px 0 22px;
}

.services-intro p {
  font-size: 1.18rem;
  line-height: 1.48;
}

.services-grid {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 28px;
  margin-top: 54px;
}

.service-item {
  position: relative;
  min-width: 0;
  padding-right: 24px;
}

.service-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 38px;
  right: -14px;
  bottom: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.16);
}

.service-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #111;
  display: block;
  margin-bottom: 22px;
}

.service-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 20px;
}

.service-line {
  width: 32px;
  height: 1px;
  margin-bottom: 26px;
  background-color: #1a1a1a;
}

.service-item p {
  font-size: 1rem;
  line-height: 1.55;
  color: #111;
}

.services-practical {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  column-gap: clamp(40px, 5vw, 72px);
  align-items: stretch;
  margin-top: clamp(72px, 8vw, 110px);
  padding-top: clamp(56px, 6vw, 80px);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.practical-photo {
  overflow: hidden;
}

.practical-image {
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 62vh, 680px);
  object-fit: cover;
  object-position: center;
}

.practical-content {
  display: flex;
  flex-direction: column;
  padding: 12px 0 8px;
  max-width: 620px;
}

.practical-heading {
  display: block;
  width: min(340px, 100%);
  height: auto;
  opacity: 0.92;
}

.practical-divider {
  margin: 28px 0 36px;
}

.practical-items {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.practical-item {
  max-width: 560px;
}

.practical-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.4;
}

.practical-item p {
  font-size: 1.08rem;
  line-height: 1.62;
  color: #111;
}

.practical-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  align-self: flex-start;
  margin-top: 40px;
  padding: 12px 32px;
}

@media (max-width: 1280px) {
  .section--services {
    padding-left: 36px;
    padding-right: 36px;
  }

  .services-inner {
    grid-template-columns: 360px minmax(0, 1fr);
    column-gap: 44px;
  }

  .services-heading {
    font-size: 4.5rem;
  }

  .services-intro p {
    font-size: 1.05rem;
  }

  .services-grid {
    column-gap: 20px;
  }

  .service-item {
    padding-right: 16px;
  }

  .service-item:not(:last-child)::after {
    right: -10px;
  }

  .service-item h3 {
    font-size: 1.45rem;
  }

  .service-item p {
    font-size: 0.92rem;
    line-height: 1.5;
  }
}

@media (max-width: 1180px) {
  .main-nav {
    gap: 16px;
  }

  .main-nav a {
    font-size: 0.64rem;
    letter-spacing: 0.13em;
  }

  .services-inner {
    grid-template-columns: 320px minmax(0, 1fr);
    column-gap: 34px;
  }

  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 36px;
  }

  .service-item:nth-child(3)::after {
    display: none;
  }

  .service-item:nth-child(4) {
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }

}

/* ========================================
   FAQ
   ======================================== */

.section--faq {
  padding: 108px 0 100px;
}

.faq-content {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 92px);
  width: min(calc(100% - 96px), 1120px);
  margin: 0 auto;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 116px;
}

.faq-heading {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 300;
  line-height: 1;
}

.faq-intro p {
  font-size: 1.08rem;
  line-height: 1.7;
  color: #444;
}

.faq-list {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 400;
  line-height: 1.15;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-1px);
}

.faq-item[open] summary::after {
  content: '-';
}

.faq-item:not([open]) > *:not(summary) {
  display: none;
}

.faq-item p {
  max-width: 720px;
  padding: 0 48px 28px 0;
  font-size: 1.04rem;
  line-height: 1.7;
  color: #333;
}

.faq-examples {
  font-style: italic;
  color: #444;
}

/* ========================================
   CONTACT
   ======================================== */

.section--contact {
  padding-top: 112px;
}

.contact-content {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(260px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: start;
  width: min(calc(100% - 96px), 1220px);
  margin: 0 auto;
  padding: 0;
}

.contact-left {
  padding-top: 8px;
  max-width: 360px;
}

.contact-heading {
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.1;
}

.contact-talk-img {
  width: min(310px, 100%);
  margin: 0 0 28px;
}

.contact-left p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-portrait {
  width: min(100%, 300px);
  aspect-ratio: 4 / 4.6;
  margin-top: 34px;
  object-fit: cover;
  object-position: center 20%;
  filter: sepia(0.2) saturate(1.06) contrast(0.94) brightness(1.01) hue-rotate(-4deg);
}

.contact-photos {
  display: grid;
  grid-template-rows: 1.05fr 1fr;
  gap: 18px;
  align-self: stretch;
  padding-top: 0;
}

.contact-photos img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.18) saturate(1.12) contrast(0.94) brightness(1.02) hue-rotate(-5deg);
}

.contact-photos img:first-child {
  aspect-ratio: 1 / 1.05;
}

.contact-photos img:nth-child(2) {
  aspect-ratio: 1 / 0.72;
}

.contact-photos img:nth-child(3) {
  display: none;
}

.contact-right {
  padding: 44px 0 0 clamp(24px, 3vw, 42px);
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.form-heading {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.05;
}

.form-subheading {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 34px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 8px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: #1a1a1a;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  transition: border-color 0.3s ease;
  resize: vertical;
}

.form-group select {
  appearance: none;
  cursor: pointer;
  background-color: #eeebe6;
  background-image: linear-gradient(45deg, transparent 50%, #1a1a1a 50%), linear-gradient(135deg, #1a1a1a 50%, transparent 50%);
  background-position: calc(100% - 13px) 52%, calc(100% - 8px) 52%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: #444;
}

.form-group select:valid {
  color: #1a1a1a;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #999;
  font-size: 0.95rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-bottom-color: #1a1a1a;
}

.form-group textarea {
  min-height: 60px;
}

.btn-send {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin-top: 4px;
}

.form-note {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #555;
  margin: 14px 0 4px;
}

.form-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form .btn-solid {
  margin-top: 18px;
}

.btn-solid {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
  padding: 16px 28px;
  background-color: #1a1a1a;
  color: #eeebe6;
  border: 1px solid #1a1a1a;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 8px;
}

.btn-solid:hover {
  background-color: #333;
}

.contact-outside {
  font-size: 1.04rem;
  line-height: 1.65;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  color: #444;
}

@media (max-width: 1180px) {
  .contact-content {
    grid-template-columns: minmax(230px, 0.72fr) minmax(340px, 1fr);
    gap: 36px;
    width: min(calc(100% - 64px), 980px);
  }

  .faq-content {
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
    width: min(calc(100% - 64px), 980px);
    gap: 36px;
  }

  .contact-left {
    max-width: none;
  }

  .contact-portrait {
    width: min(100%, 240px);
    aspect-ratio: 1 / 1;
    object-position: center 20%;
  }

  .contact-photos {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 14px;
    padding-top: 0;
  }

  .contact-photos img {
    height: auto;
  }

  .contact-photos img:first-child,
  .contact-photos img:nth-child(2) {
    aspect-ratio: 1 / 0.78;
  }

  .contact-right {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding-left: 34px;
  }
}

/* ========================================
   FOOTER
   ======================================== */

.site-footer {
  margin-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 40px 48px;
}

.footer-left p {
  font-size: 0.88rem;
  line-height: 1.8;
  color: #444;
}

.footer-center {
  text-align: center;
}

.footer-handwriting {
  width: 260px;
  margin: 0 auto;
}

.footer-right {
  text-align: right;
}

.footer-right p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
}

/* ========================================
   MOBILE RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
  .site-header {
    padding: 20px 32px;
  }

  .home-content {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-left {
    padding: 100px 40px 60px 40px;
    min-height: 60vh;
    min-height: 60svh;
  }

  .home-location {
    padding-top: 28px;
  }

  .home-hero-img {
    height: 50vh;
    height: 50svh;
    min-height: 320px;
  }

  .home-right {
    padding: 0 32px 32px;
  }

  .home-contact-btn {
    align-self: center;
  }

  .about-content {
    grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
    gap: 32px;
    padding: 80px 32px;
  }

  .about-left {
    max-height: none;
    padding: 0;
  }

  .about-signature {
    width: 320px;
  }

  .about-right {
    padding: 0;
    max-width: 100%;
  }

  .maybe-content {
    width: min(calc(100% - 64px), 1180px);
    grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr);
    column-gap: 36px;
    row-gap: 40px;
  }

  .maybe-closing {
    padding-top: 32px;
  }

  .maybe-image {
    aspect-ratio: 3 / 3.8;
  }

  .expect-content {
    grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
    width: min(calc(100% - 64px), 1180px);
    column-gap: 36px;
    row-gap: 44px;
    padding: 0;
  }

  .expect-col--left {
    grid-column: 1 / -1;
  }

  .expect-col--middle {
    grid-column: 2;
    grid-row: 2;
    padding: 30px 0 0;
  }

  .expect-col--right {
    display: flex;
    grid-column: 1;
    grid-row: 2;
  }

  .expect-handwriting {
    display: block;
    width: min(220px, 100%);
  }

  .expect-photos {
    width: min(calc(100% - 64px), 1180px);
    padding: 0;
    gap: 12px;
  }

  .expect-photos img,
  .expect-photos img:first-child,
  .expect-photos img:nth-child(2),
  .expect-photos img:nth-child(3) {
    aspect-ratio: 1 / 1.1;
    height: auto;
    margin-bottom: 0;
  }

  .section--services {
    padding: 90px 32px 64px;
    min-height: auto;
  }

  .services-practical {
    grid-template-columns: 1fr;
    row-gap: 36px;
    margin-top: 56px;
    padding-top: 48px;
  }

  .practical-image {
    min-height: clamp(320px, 44vh, 460px);
  }

  .practical-content {
    max-width: none;
    padding: 0;
  }

  .practical-cta {
    width: 100%;
    text-align: center;
  }

  .services-inner {
    grid-template-columns: 1fr;
    row-gap: 38px;
  }

  .services-photo,
  .services-intro,
  .services-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .services-intro {
    order: 1;
  }

  .services-photo {
    order: 2;
  }

  .services-grid {
    order: 3;
  }

  .services-photo img {
    height: clamp(300px, 44svh, 430px);
  }

  .services-intro {
    padding: 0;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 38px;
    margin-top: 0;
  }

  .service-item:nth-child(3)::after {
    display: none;
  }

  .service-item:nth-child(4) {
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }

  .contact-content {
    grid-template-columns: minmax(220px, 0.72fr) minmax(320px, 1fr);
    gap: 32px;
    width: min(calc(100% - 64px), 920px);
    padding: 0;
  }

  .contact-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 12px;
    padding-top: 0;
  }

  .contact-portrait {
    width: min(100%, 220px);
    aspect-ratio: 1 / 1;
    object-position: center 20%;
  }

  .contact-left {
    grid-column: 1;
    grid-row: 1;
  }

  .contact-right {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding: 32px 0 0 28px;
  }

  .btn-solid {
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 28px;
    padding: 40px 32px;
  }

  .footer-right {
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .about-left {
    overflow: hidden;
    align-items: stretch;
  }

  .about-portrait {
    height: clamp(560px, 70svh, 760px);
    object-fit: cover;
    object-position: center 18%;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 16px 24px;
  }

  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #eeebe6;
    flex-direction: column;
    padding: 100px 40px;
    gap: 28px;
    transition: right 0.4s ease;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.05);
  }

  .main-nav.open {
    right: 0;
  }

  .main-nav a {
    font-size: 0.8rem;
  }

  .home-left {
    padding: 68px 24px 12px;
    min-height: auto;
  }

  .home-text-group {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-handwriting {
    width: 190px;
    margin-bottom: 16px;
  }

  .home-title {
    font-size: clamp(2.35rem, 11vw, 3rem);
  }

  .home-left .divider {
    margin: 16px 0;
  }

  .home-subtitle {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .home-location {
    padding-top: 14px;
    margin-top: 0;
  }

  .section--home {
    min-height: 100svh;
    height: 100svh;
    max-height: 100svh;
    overflow: hidden;
  }

  .home-content {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    height: 100svh;
    max-height: 100svh;
  }

  .home-right {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0 24px calc(12px + env(safe-area-inset-bottom, 0px));
    gap: 10px;
  }

  .home-hero-img {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .home-contact-btn {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 60px 24px;
  }

  .about-left {
    overflow: hidden;
    padding: 0;
  }

  .about-portrait {
    height: min(72svh, 520px);
    min-height: 380px;
    object-fit: cover;
    object-position: center 18%;
  }

  .about-heading {
    font-size: clamp(1.35rem, 5vw, 1.8rem);
  }

  .about-subheading,
  .about-right p {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .about-signature {
    width: 280px;
    max-width: 100%;
  }

  .section--maybe {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .maybe-content {
    grid-template-columns: 1fr;
    width: min(calc(100% - 48px), 1180px);
    gap: 32px;
  }

  .maybe-title,
  .maybe-scene,
  .maybe-reflections,
  .maybe-closing,
  .maybe-image-wrap {
    grid-column: 1;
  }

  .maybe-title {
    grid-row: 1;
    position: static;
  }

  .maybe-scene {
    grid-row: 2;
  }

  .maybe-image-wrap {
    grid-row: 3;
  }

  .maybe-reflections {
    grid-row: 4;
  }

  .maybe-image-wrap--secondary {
    grid-column: 1;
    grid-row: 5;
    max-width: 100%;
  }

  .maybe-closing {
    grid-column: 1;
    grid-row: 6;
    padding-top: 24px;
    text-align: center;
  }

  .maybe-image {
    aspect-ratio: 16 / 9;
  }

  .maybe-line-big {
    font-size: 1.3rem;
  }

  .expect-content {
    grid-template-columns: 1fr;
    width: min(calc(100% - 48px), 1180px);
    row-gap: 28px;
    padding: 0;
  }

  .expect-col--left,
  .expect-col--middle,
  .expect-col--right {
    grid-column: 1;
    grid-row: auto;
  }

  .expect-col--middle {
    display: block;
    padding: 28px 0 0;
  }

  .expect-middle-main {
    grid-column: auto;
  }

  .expect-wide-note {
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
  }

  .expect-col--right {
    display: none;
  }

  .expect-handwriting {
    display: none;
  }

  .expect-photos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: min(calc(100% - 48px), 1320px);
    padding: 0;
    align-items: stretch;
  }

  .expect-photos img,
  .expect-photos img:first-child,
  .expect-photos img:nth-child(2),
  .expect-photos img:nth-child(3) {
    aspect-ratio: 1 / 1.1;
    height: auto;
    margin-bottom: 0;
  }

  .services-intro {
    padding: 0;
  }

  .section--services {
    padding: 76px 24px 56px;
  }

  .services-practical {
    margin-top: 40px;
    padding-top: 40px;
    row-gap: 28px;
  }

  .practical-heading {
    width: min(280px, 100%);
  }

  .practical-divider {
    margin: 22px 0 28px;
  }

  .practical-items {
    gap: 22px;
  }

  .practical-item p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .practical-image {
    min-height: 280px;
  }

  .practical-cta {
    margin-top: 28px;
  }

  .services-inner {
    row-gap: 28px;
  }

  .services-heading {
    font-size: 3rem;
    line-height: 1;
  }

  .services-divider {
    margin: 24px 0 18px;
  }

  .services-intro p {
    font-size: 1.04rem;
    line-height: 1.55;
  }

  .services-intro p br,
  .service-item h3 br {
    display: none;
  }

  .services-photo img {
    height: 230px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 26px;
    margin-top: 8px;
  }

  .service-item {
    border-bottom: none;
    padding: 0;
  }

  .service-item::after,
  .service-item:nth-child(3)::after {
    display: none;
  }

  .service-item:nth-child(4) {
    border-top: none;
    padding-top: 0;
  }

  .service-number {
    margin-bottom: 10px;
  }

  .service-item h3 {
    font-size: 1.35rem;
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .service-line {
    margin-bottom: 14px;
  }

  .service-item p {
    font-size: 0.95rem;
    line-height: 1.52;
  }

  .section--faq {
    padding: 76px 0 72px;
  }

  .faq-content {
    grid-template-columns: 1fr;
    width: min(calc(100% - 48px), 680px);
    gap: 24px;
  }

  .faq-intro {
    position: static;
  }

  .faq-heading {
    font-size: 3rem;
  }

  .faq-item summary {
    gap: 18px;
    padding: 24px 0;
  }

  .faq-item p {
    padding: 0 34px 24px 0;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .contact-content {
    grid-template-columns: 1fr;
    align-items: start;
    width: min(calc(100% - 48px), 680px);
    padding: 0;
    gap: 32px;
  }

  .contact-left {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }

  .contact-right {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    padding: 32px 0 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
  }

  .contact-photos {
    order: 3;
  }

  .contact-portrait {
    width: min(72%, 280px);
    max-height: none;
    aspect-ratio: 4 / 5;
    object-position: center 20%;
  }

  .contact-photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: auto;
    padding-top: 0;
  }

  .contact-photos img {
    height: auto;
  }

  .contact-photos img:first-child,
  .contact-photos img:nth-child(2) {
    aspect-ratio: 1 / 0.82;
  }

  .footer-content {
    padding: 32px 24px;
  }

  .footer-handwriting {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .home-left {
    padding: 72px 20px 12px;
  }

  .home-handwriting {
    width: 170px;
    margin-bottom: 12px;
  }

  .home-title {
    font-size: 2.35rem;
  }

  .home-left .divider {
    margin: 12px 0;
  }

  .home-subtitle {
    font-size: 1.02rem;
  }

  .home-location {
    font-size: 0.58rem;
    padding-top: 10px;
  }

  .home-right {
    padding: 0 20px calc(14px + env(safe-area-inset-bottom, 0px));
    gap: 10px;
  }

  .home-contact-btn {
    padding: 11px 18px;
    font-size: 0.72rem;
  }

  .about-heading {
    font-size: 1.35rem;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-subheading,
  .about-right p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .about-right p {
    margin-bottom: 1em;
  }

  .about-signature {
    width: 220px;
  }

  .expect-heading {
    font-size: 2rem;
  }

  .services-heading {
    font-size: 2.7rem;
  }

  .contact-heading {
    font-size: 2rem;
  }

  .btn-solid {
    width: 100%;
    text-align: center;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    line-height: 1.35;
    padding: 16px 22px;
    white-space: normal;
    overflow-wrap: normal;
  }
}

@media (max-width: 360px) {
  .site-header {
    padding: 14px 18px;
  }

  .main-nav {
    width: min(280px, 86vw);
    padding-left: 32px;
    padding-right: 32px;
  }

  .home-left,
  .about-content,
  .section--services,
  .contact-content,
  .footer-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .expect-content,
  .expect-photos,
  .faq-content {
    width: calc(100% - 36px);
  }

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

  .contact-photos img {
    width: 100%;
  }
}

@media (max-height: 620px) and (orientation: landscape) {
  .site-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section--home,
  .home-content {
    height: 100svh;
    max-height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }

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

  .home-left {
    padding: 56px 20px 8px;
  }

  .home-handwriting {
    width: 150px;
    margin-bottom: 8px;
  }

  .home-title {
    font-size: 2rem;
  }

  .home-left .divider {
    margin: 10px 0;
  }

  .home-subtitle {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .home-location {
    padding-top: 8px;
  }

  .home-right {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0 20px calc(10px + env(safe-area-inset-bottom, 0px));
    gap: 8px;
  }

  .home-hero-img {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .section--expect,
  .section--services,
  .section--contact {
    padding-top: 76px;
  }
}
