@import url("https://fonts.googleapis.com/css2?family=Italiana&family=Manrope:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap");

:root {
  --cream: #f6f1eb;
  --paper: #fffdf9;
  --ink: #292220;
  --muted: #746862;
  --rose: #af858b;
  --rose-light: #d9c0c2;
  --line: rgba(41, 34, 32, 0.15);
  --display: "Italiana", Georgia, serif;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }

.site {
  --bg: var(--cream);
  --surface: var(--paper);
  --text: var(--ink);
  --soft-text: var(--muted);
  --accent: var(--rose);
  --rule: var(--line);
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  transition: background .45s ease, color .45s ease;
}

.site.cinema {
  --bg: #171312;
  --surface: #231c1a;
  --text: #f5ede5;
  --soft-text: #c9bab0;
  --accent: #c69a91;
  --rule: rgba(245, 237, 229, .16);
  --display: "Playfair Display", Georgia, serif;
}

.concept-bar {
  min-height: 74px;
  padding: 14px clamp(22px, 4vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #f8f3ee;
  background: #2b2523;
  border-bottom: 1px solid rgba(255,255,255,.12);
  position: relative;
  z-index: 20;
}
.concept-bar > div:first-child { display: grid; gap: 3px; }
.concept-bar strong { font-size: 14px; font-weight: 500; letter-spacing: .02em; }
.concept-kicker { color: #c9bbb5; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.concept-switch { display: flex; padding: 4px; gap: 4px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.concept-switch button {
  border: 0; border-radius: 999px; background: transparent; color: #d7cbc5;
  padding: 10px 16px; font: 500 11px var(--sans); letter-spacing: .05em; cursor: pointer;
}
.concept-switch button.active { background: #f3eae4; color: #2b2523; }
.concept-switch button:focus-visible, a:focus-visible { outline: 2px solid #dfb7ae; outline-offset: 3px; }

.nav-shell {
  height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 clamp(22px, 5vw, 88px);
  background: var(--surface);
  border-bottom: 1px solid var(--rule);
  position: relative;
  z-index: 5;
}
.wordmark { width: max-content; display: flex; align-items: center; gap: 10px; }
.wordmark > img { width: 54px; height: 58px; object-fit: contain; }
.site.cinema .wordmark > img,
.site.cinema .footer-mark img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(9%) saturate(388%) hue-rotate(331deg) brightness(105%) contrast(92%);
}
.wordmark > span { display: grid; }
.wordmark b { align-self: end; font: 25px/1 var(--display); }
.wordmark small { color: var(--soft-text); font-size: 7px; letter-spacing: .22em; text-transform: uppercase; margin-top: 5px; }
.nav-shell nav { display: flex; gap: clamp(20px, 3vw, 46px); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.nav-shell nav a { position: relative; }
.nav-shell nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--accent); transition: right .2s; }
.nav-shell nav a:hover::after { right: 0; }
.nav-cta { justify-self: end; border-bottom: 1px solid var(--accent); padding: 7px 0; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }

.hero { height: 760px; min-height: 0; display: grid; grid-template-columns: 56% 44%; position: relative; overflow: hidden; background: var(--surface); }
.hero-image { height: 760px; min-height: 0; display: flex; align-items: stretch; background: var(--surface); overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero-copy { align-self: center; padding: 80px clamp(34px, 7vw, 120px) 80px clamp(36px, 6vw, 100px); position: relative; z-index: 2; }
.eyebrow { color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 24px 0 28px; font: 400 clamp(54px, 6vw, 98px)/.98 var(--display); letter-spacing: -.03em; }
.cinema .hero h1 { font-style: italic; }
.lede { color: var(--soft-text); max-width: 520px; font: 300 16px/1.85 var(--sans); }
.hero-actions, .closing-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.primary-button { background: var(--text); color: var(--bg); padding: 17px 23px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: var(--accent); }
.text-link { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { color: var(--accent); margin-left: 5px; }
.scroll-note { position: absolute; bottom: 34px; right: 34px; writing-mode: vertical-rl; color: var(--soft-text); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.cinema .hero { grid-template-columns: 48% 52%; }
.cinema .hero-image { order: 2; }
.cinema .hero-copy { order: 1; padding-left: clamp(30px, 8vw, 140px); padding-right: clamp(30px, 5vw, 90px); }

.intro { padding: 120px clamp(24px, 7vw, 120px); display: grid; grid-template-columns: 80px minmax(0, 1.5fr) minmax(280px, .7fr); gap: clamp(26px, 5vw, 90px); align-items: start; }
.section-number { color: var(--accent); font: italic 16px var(--serif); }
.intro h2, .section-heading h2, .promise-copy h2, .closing h2 { font: 400 clamp(40px, 4.4vw, 68px)/1.08 var(--display); letter-spacing: -.025em; }
.intro-copy, .section-heading > p, .split > p, .promise-copy > p, .closing > p { color: var(--soft-text); font: 300 14px/1.9 var(--sans); }

.experiences { padding: 120px clamp(24px, 7vw, 120px); background: var(--surface); }
.section-heading { max-width: 720px; margin-bottom: 60px; }
.section-heading h2 { margin: 14px 0 22px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 44px); }
.experience-card { border-top: 1px solid var(--rule); padding-top: 18px; }
.experience-image { position: relative; aspect-ratio: 4/5; overflow: hidden; margin-bottom: 26px; background: #ddd; }
.experience-image img { height: 100%; object-fit: cover; object-position: center 24%; transition: transform .7s ease; filter: saturate(.9); }
.experience-card:nth-child(2) img { object-position: 50% 28%; }
.experience-card:nth-child(3) img { object-position: 50% 22%; }
.experience-card:hover img { transform: scale(1.025); }
.experience-image.obscured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35,27,25,.08), rgba(35,27,25,.52));
}
.experience-image.obscured img {
  filter: saturate(.72) brightness(.76);
  transform: scale(1.04);
}
.experience-card:hover .experience-image.obscured img { transform: scale(1.06); }
.experience-image em {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 17px;
  color: #fff8f3;
  font: 500 8px var(--sans);
  letter-spacing: .17em;
  text-transform: uppercase;
}
.experience-image span { position: absolute; z-index: 2; right: 14px; top: 14px; width: 34px; height: 34px; display: grid; place-items: center; background: rgba(255,253,249,.88); color: #3b302d; border-radius: 50%; font: italic 12px var(--serif); }
.experience-card h3 { font: 400 35px var(--display); margin-bottom: 12px; }
.experience-card p { color: var(--soft-text); font: 300 13px/1.8 var(--sans); }
.experience-card a { display: inline-block; margin-top: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--rule); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.portfolio { padding: 120px clamp(24px, 7vw, 120px); }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.split > p { max-width: 440px; padding-bottom: 10px; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 350px 190px 350px; gap: 18px; }
.gallery figure { margin: 0; overflow: hidden; background: #ddd; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery-1 { grid-column: 1 / 6; grid-row: 1 / 3; }
.gallery-2 { grid-column: 6 / 10; grid-row: 1; }
.gallery-3 { grid-column: 10 / 13; grid-row: 1 / 3; }
.gallery-4 { grid-column: 6 / 10; grid-row: 2 / 4; }
.gallery-5 { grid-column: 1 / 6; grid-row: 3; }
.gallery-6 { grid-column: 10 / 13; grid-row: 3; }
.gallery-1 img { object-fit: contain; object-position: center; }
.gallery-2 img { object-position: center center; }
.gallery-3 img { object-position: 24% center; }
.gallery-4 img { object-position: center 24%; }
.gallery-5 img { object-position: center 30%; }
.gallery-6 img { object-position: center center; }
.center-link { display: block; width: max-content; margin: 42px auto 0; border-bottom: 1px solid var(--accent); padding-bottom: 7px; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.experience-promise { height: auto; min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: var(--surface); }
.promise-photo { height: auto; min-height: 820px; padding: 56px; display: grid; place-items: center; overflow: hidden; background: #261f1d; }
.promise-photo img { width: auto; height: auto; max-width: 100%; max-height: 708px; object-fit: contain; }
.edge-promise { min-height: 0; grid-template-columns: min(46%, 760px) minmax(0, 1fr); padding-right: clamp(24px, 5vw, 88px); }
.edge-promise .promise-photo { width: 100%; height: auto; min-height: 0; padding: 0; align-self: center; aspect-ratio: 4 / 5; background: transparent; }
.edge-promise .promise-photo img { width: 100%; height: 100%; max-width: none; max-height: none; }
.promise-copy { align-self: center; padding: 64px clamp(42px, 5vw, 88px); }
.promise-copy h2 { margin: 18px 0 28px; }
.promise-copy ul { list-style: none; padding: 0; margin: 34px 0; border-top: 1px solid var(--rule); }
.promise-copy li { padding: 14px 0; border-bottom: 1px solid var(--rule); color: var(--soft-text); font-size: 12px; }
.cinema .experience-promise { direction: rtl; }
.cinema .experience-promise > * { direction: ltr; }

.testimonials { padding: 120px clamp(24px, 7vw, 120px); background: var(--bg); }
.testimonial-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.testimonial-heading h2 { margin: 14px 0 0; font: 400 clamp(40px, 4.4vw, 68px)/1.08 var(--display); letter-spacing: -.025em; }
.testimonial-heading > p { max-width: 440px; margin: 0 0 8px; color: var(--soft-text); font: 300 14px/1.9 var(--sans); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.testimonial-card { min-width: 0; min-height: 360px; margin: 0; padding: 38px 34px 32px; display: flex; flex-direction: column; border-top: 1px solid var(--accent); background: var(--surface); }
.testimonial-card blockquote { margin: 0; }
.testimonial-card blockquote::before { content: "“"; display: block; height: 44px; color: var(--accent); font: italic 64px/.8 var(--serif); }
.testimonial-card blockquote p { color: var(--text); font: italic 400 clamp(22px, 1.7vw, 29px)/1.38 var(--serif); }
.testimonial-card figcaption { margin-top: auto; padding-top: 28px; color: var(--accent); font: 600 9px/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; }

.closing { text-align: center; padding: 150px 24px; background: var(--accent); color: #fff9f5; }
.closing .eyebrow { color: #fff9f5; opacity: .82; }
.closing h2 { max-width: 900px; margin: 18px auto 25px; font-size: clamp(48px, 6vw, 88px); }
.closing > p { color: #fff9f5; opacity: .82; max-width: 680px; margin: 0 auto; }
.closing-actions { justify-content: center; }
.closing .primary-button { background: #fff9f5; color: #302725; }
.closing .text-link span { color: inherit; }

footer { padding: 52px clamp(24px, 7vw, 120px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; background: var(--surface); }
.footer-mark { display: flex; align-items: center; }
.footer-mark img { width: 180px; height: auto; }
footer p { margin: 0; color: var(--soft-text); font-size: 9px; letter-spacing: .08em; }
.footer-links { justify-self: end; display: flex; gap: 22px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
  .concept-bar { align-items: flex-start; flex-direction: column; }
  .concept-switch { width: 100%; }
  .concept-switch button { flex: 1; padding-inline: 8px; }
  .nav-shell { height: 78px; grid-template-columns: 1fr auto; }
  .nav-shell nav { display: none; }
  .wordmark b { font-size: 21px; }
  .wordmark > img { width: 48px; height: 52px; }
  .hero, .cinema .hero { height: auto; grid-template-columns: 1fr; }
  .hero-image, .cinema .hero-image { order: 1; height: clamp(440px, 62vh, 580px); min-height: 0; }
  .hero-copy, .cinema .hero-copy { order: 2; padding: 54px 24px 78px; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .scroll-note { display: none; }
  .intro { grid-template-columns: 1fr; padding-block: 84px; }
  .section-number { display: none; }
  .experience-grid { grid-template-columns: 1fr; gap: 56px; }
  .experience-card { display: grid; grid-template-columns: 42% 1fr; gap: 24px; align-items: center; }
  .experience-image { margin: 0; }
  .section-heading.split { grid-template-columns: 1fr; gap: 10px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 300px); }
  .gallery figure { grid-column: auto; grid-row: auto; }
  .experience-promise, .cinema .experience-promise { height: auto; min-height: 0; grid-template-columns: 1fr; direction: ltr; }
  .edge-promise { padding-right: 0; }
  .promise-photo { height: clamp(400px, 52vh, 520px); min-height: 0; padding: 30px; }
  .promise-photo img { height: calc(100% - 60px); }
  .edge-promise .promise-photo { width: 100%; height: auto; padding: 0; aspect-ratio: 4 / 5; }
  .edge-promise .promise-photo img { width: 100%; height: 100%; }
  .testimonial-heading { grid-template-columns: 1fr; gap: 14px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 0; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-mark, .footer-links { justify-self: center; }
}

@media (max-width: 560px) {
  .concept-switch button { font-size: 9px; }
  .nav-cta { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .experience-card { grid-template-columns: 1fr; }
  .experience-image { aspect-ratio: 5 / 4; }
  .hero-image, .cinema .hero-image { height: clamp(400px, 58vh, 500px); }
  .promise-photo { height: 440px; padding: 24px; }
  .promise-photo img { height: calc(100% - 48px); }
  .edge-promise .promise-photo { height: auto; padding: 0; }
  .edge-promise .promise-photo img { height: 100%; }
  .testimonials { padding: 76px 22px; }
  .testimonial-card { padding: 32px 28px 28px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(6, 390px); }
  .hero-actions, .closing-actions { align-items: flex-start; flex-direction: column; }
  .closing-actions { align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.preview-bar {
  min-height: 42px;
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #2b2523;
  color: #d8cbc4;
  font: 500 9px/1.5 var(--sans);
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}
.preview-bar b { color: #fff8f3; }
.mobile-menu { display: none; }
.nav-shell nav a.active { color: var(--accent); }
.page-hero {
  min-height: 520px;
  padding: 110px clamp(24px, 8vw, 140px);
  display: grid;
  align-content: center;
  background: var(--surface);
  position: relative;
  overflow: hidden;
}
.page-hero.has-image {
  height: 560px;
  min-height: 0;
  grid-template-columns: minmax(300px, .85fr) 1.15fr;
  align-items: center;
  padding: 0;
}
.page-hero-copy { padding: 72px clamp(30px, 7vw, 120px); }
.page-hero-image { align-self: stretch; height: 560px; min-height: 0; padding: 0; overflow: hidden; background: #261f1d; }
.page-hero-image img { display: block; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; object-position: center; }
.page-hero h1 {
  max-width: 900px;
  margin: 18px 0 24px;
  font: italic 400 clamp(58px, 7vw, 108px)/.98 var(--serif);
  letter-spacing: -.04em;
}
.page-hero p:not(.eyebrow) {
  max-width: 660px;
  color: var(--soft-text);
  font: 300 15px/1.9 var(--sans);
}
.content-section { padding: 110px clamp(24px, 7vw, 120px); }
.content-section.surface { background: var(--surface); }
.content-section .section-heading { max-width: 800px; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-panel {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--rule);
  background: var(--surface);
}
.service-panel.featured { background: var(--accent); color: #fff9f5; border-color: transparent; }
.service-panel.has-photo {
  isolation: isolate;
  color: #fff9f5;
  border-color: rgba(255,255,255,.12);
  background: #241d1b;
}
.service-panel.has-photo::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(27,20,18,.48) 0%, rgba(27,20,18,.72) 42%, rgba(27,20,18,.96) 100%);
}
.service-panel .panel-photo {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-panel.private-photo .panel-photo { filter: saturate(.72) brightness(.78); }
.service-panel.has-photo .number,
.service-panel.has-photo p { color: #fff9f5; }
.service-panel.has-photo h2,
.service-panel.has-photo p,
.service-panel.has-photo a,
.service-panel.has-photo .number { text-shadow: 0 1px 8px rgba(0,0,0,.62); }
.service-panel.has-photo p { opacity: 1; }
.service-panel .number { margin-bottom: auto; color: var(--accent); font: italic 15px var(--serif); }
.service-panel.featured .number, .service-panel.featured p { color: #fff9f5; opacity: .82; }
.service-panel h2 { font: 400 43px/1.05 var(--display); }
.service-panel p { color: var(--soft-text); font: 300 13px/1.8 var(--sans); }
.service-panel a { width: max-content; margin-top: 20px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.category-section { padding: 90px clamp(24px, 7vw, 120px); border-top: 1px solid var(--rule); }
.category-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; margin-bottom: 42px; }
.category-heading h2 { font: 400 clamp(42px, 5vw, 70px)/1 var(--display); }
.category-heading p { max-width: 620px; color: var(--soft-text); font: 300 14px/1.8 var(--sans); }
.category-gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.category-gallery figure { margin: 0; height: 520px; overflow: hidden; background: #312725; }
.category-gallery figure:last-child { height: 390px; align-self: end; }
.category-gallery img { width: 100%; height: 100%; object-fit: contain; }
.category-gallery.expanded {
  display: block;
  columns: 3;
  column-gap: 18px;
}
.category-gallery.expanded figure,
.category-gallery.expanded figure:last-child {
  height: auto;
  margin: 0 0 18px;
  break-inside: avoid;
}
.category-gallery.expanded img { height: auto; object-fit: contain; }
.privacy-card {
  padding: 70px clamp(28px, 6vw, 90px);
  background: #261e1c;
  color: #f8eee8;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.privacy-card h2 { font: italic 400 clamp(44px, 5vw, 72px)/1.05 var(--serif); }
.privacy-card p { color: #cdbdb4; font: 300 14px/1.9 var(--sans); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 140px); align-items: start; }
.about-monogram {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--rule);
  background: linear-gradient(145deg, #332623, #171312);
  color: var(--accent);
  font: 150px/1 var(--display);
  letter-spacing: -.14em;
}
.about-monogram img {
  width: 68%;
  height: 68%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(93%) sepia(9%) saturate(388%) hue-rotate(331deg) brightness(105%) contrast(92%);
}
.about-copy h2 { font: italic 400 clamp(48px, 5vw, 78px)/1.05 var(--serif); }
.about-copy p { color: var(--soft-text); font: 300 15px/1.9 var(--sans); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 34px; border-top: 1px solid var(--accent); background: var(--surface); }
.value-card h3 { font: 400 31px var(--display); }
.value-card p { color: var(--soft-text); font: 300 13px/1.8 var(--sans); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.contact-copy, .contact-card { padding: 90px clamp(28px, 6vw, 100px); }
.contact-copy { display: flex; flex-direction: column; justify-content: center; }
.contact-copy h1 { margin: 18px 0 28px; font: italic 400 clamp(58px, 6vw, 92px)/1 var(--serif); }
.contact-copy p { color: var(--soft-text); font: 300 14px/1.9 var(--sans); }
.contact-card { display: flex; flex-direction: column; justify-content: center; background: var(--surface); }
.contact-option { padding: 24px 0; border-bottom: 1px solid var(--rule); }
.contact-option:first-child { border-top: 1px solid var(--rule); }
.contact-option small { display: block; margin-bottom: 8px; color: var(--accent); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.contact-option a { font: 400 clamp(22px, 3vw, 38px) var(--display); overflow-wrap: anywhere; }
.contact-option a[href^="mailto:"] { font-size: clamp(18px, 2vw, 28px); }
.contact-note { margin-top: 34px; color: var(--soft-text); font: 300 12px/1.8 var(--sans); }

@media (max-width: 900px) {
  .mobile-menu { display: block; justify-self: end; border: 0; background: transparent; color: var(--text); font: 600 9px var(--sans); letter-spacing: .14em; text-transform: uppercase; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-shell nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    padding: 24px;
    flex-direction: column;
    gap: 22px;
    background: var(--surface);
    border-bottom: 1px solid var(--rule);
  }
  .nav-shell nav.open { display: flex; }
  .page-hero.has-image { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .page-hero-image { height: clamp(280px, 40vh, 400px); min-height: 0; padding: 0; order: 1; }
  .page-hero-image img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
  .page-hero-copy { order: 2; }
  .service-list, .values-grid { grid-template-columns: 1fr; }
  .service-panel { min-height: 300px; }
  .category-heading, .privacy-card, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .category-gallery { grid-template-columns: 1fr 1fr; }
  .category-gallery.expanded { columns: 2; }
  .category-gallery figure, .category-gallery figure:last-child { height: 440px; }
  .about-monogram { max-width: 520px; width: 100%; }
}

@media (max-width: 560px) {
  .page-hero, .content-section, .category-section { padding: 76px 22px; }
  .page-hero.has-image { padding: 0; }
  .page-hero-copy { padding: 56px 22px 76px; }
  .page-hero-image { height: 280px; min-height: 0; padding: 0; }
  .page-hero-image img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
  .category-gallery { grid-template-columns: 1fr; }
  .category-gallery.expanded { columns: 1; }
  .category-gallery figure, .category-gallery figure:last-child { height: 460px; }
  .privacy-card, .contact-copy, .contact-card { padding: 68px 22px; }
  .about-monogram { font-size: 100px; }
}
