:root {
  --bg: #f6f0ea;
  --paper: #fffaf6;
  --paper-strong: #fffdfb;
  --ink: #2c211d;
  --muted: #776b63;
  --rose: #a86e58;
  --rose-soft: #d7b2a0;
  --blush: #ead7cd;
  --line: rgba(44, 33, 29, .14);
  --dark: #34231e;
  --focus: #704331;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
a { color: inherit; touch-action: manipulation; }
img { max-width: 100%; }
.skip {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: #fff;
  color: var(--ink);
  padding: 10px 14px;
  border: 2px solid var(--focus);
  border-radius: 12px;
  font-weight: 800;
}
.skip:focus { transform: none; }
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(246, 240, 234, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(44, 33, 29, .07);
}
.nav {
  max-width: var(--max);
  margin: auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  letter-spacing: .25em;
  text-decoration: none;
}
.nav-links {
  display: flex;
  gap: 22px;
  margin-left: auto;
}
.nav-links a,
.contact-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.nav-links a { color: var(--muted); font-size: 14px; }
.nav-links a:hover,
.contact-links a:not(.btn):hover,
.text-link:hover,
.service-link:hover { color: var(--rose); }
.btn {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(44, 33, 29, .14); }
.btn-small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.btn-ghost { background: transparent; color: var(--ink) !important; border-color: var(--line); }
.btn-ghost:hover { background: var(--paper); }
.is-pending { opacity: .62; }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.section-pad { max-width: var(--max); margin: auto; padding: 104px 24px; scroll-margin-top: 82px; }
.hero {
  min-height: calc(88vh - 70px);
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 90px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
}
.hero-kicker {
  margin: 0 0 16px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
}
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { max-width: 650px; font-size: clamp(64px, 8vw, 110px); line-height: .9; letter-spacing: -.06em; }
h1 em, h2 em { color: var(--rose); font-style: italic; }
h2 { font-size: clamp(42px, 5.4vw, 72px); line-height: .98; letter-spacing: -.045em; }
h3 { font-size: 28px; line-height: 1.05; }
.lead {
  max-width: 490px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 32px;
  color: var(--muted);
  font-size: 12px;
}
.hero-meta span::before { content: "·"; margin-right: 8px; color: var(--rose); font-weight: 900; }
.hero-visual { margin: 0; }
.image-frame { position: relative; }
.hero-visual img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 34px 34px 34px 110px;
  border: 1px solid rgba(44, 33, 29, .12);
  box-shadow: 0 30px 70px rgba(68, 43, 33, .14);
}
.image-stamp {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 102px;
  height: 102px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(255, 250, 246, .7);
  border-radius: 50%;
  background: rgba(255, 250, 246, .78);
  color: var(--ink);
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .12em;
  line-height: 1.25;
}
.image-stamp small { color: var(--rose); font-family: inherit; font-size: 9px; letter-spacing: .08em; }
.hero-visual figcaption {
  display: flex;
  gap: 16px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .04em;
}
.hero-visual figcaption span { color: var(--rose); font-weight: 900; }
.hero-visual figcaption small { margin-left: auto; color: var(--rose); font-size: inherit; }

.services, .experts { border-top: 1px solid var(--line); }
.section-intro { max-width: 610px; }
.section-intro > p:not(.eyebrow) { max-width: 490px; margin: 24px 0 0; color: var(--muted); }
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 54px;
}
.service-card {
  min-height: 286px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  transition: transform .2s, box-shadow .2s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(68, 43, 33, .08); }
.service-number {
  color: var(--rose);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}
.service-card h3 { margin-top: auto; }
.service-card p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.service-link {
  margin-top: 18px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
.service-link span, .text-link span, .contact-links .btn span { color: var(--rose-soft); }
.service-card-featured { background: var(--blush); }
.service-card-dark { background: var(--dark); color: #fff; border-color: var(--dark); }
.service-card-dark p { color: rgba(255, 255, 255, .68); }
.service-card-dark .service-link { color: #fff; }
.service-card-dark .service-number { color: #e6bba7; }
.service-card-photo { position: relative; min-height: 360px; padding: 0; overflow: hidden; color: #fff; background: var(--dark); }
.service-card-photo > img { width: 100%; height: 100%; min-height: 360px; display: block; object-fit: cover; }
.service-card-photo::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(32, 22, 18, .88)); }
.service-card-photo-copy { position: absolute; z-index: 1; inset: auto 24px 22px; }
.service-card-photo .service-number { color: #f1d3c4; }
.service-card-photo h3 { margin-top: 70px; }
.service-card-photo .service-link { color: #fff; }

.experience {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
}
.experience-panel, .value-list {
  min-height: 430px;
  padding: 38px;
  border-radius: 30px;
}
.experience-panel { background: var(--paper); border: 1px solid var(--line); }
.experience-panel > p:not(.eyebrow) { max-width: 510px; margin: 28px 0 0; color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; min-height: 44px; align-items: center; margin-top: 28px; font-weight: 900; text-decoration: none; }
.value-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; background: var(--dark); color: #fff; }
.value-list div { min-height: 160px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255, 255, 255, .16); border-radius: 20px; }
.value-list strong { color: #e6bba7; font-size: 12px; letter-spacing: .12em; }
.value-list span { font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.05; }

.inspiration { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.inspiration-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.inspiration-tile { min-height: 220px; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 28px; background: linear-gradient(145deg, #ead9cd, #fffaf5); }
.inspiration-tile span { font-family: Georgia, "Times New Roman", serif; font-size: 24px; letter-spacing: .12em; }
.inspiration-tile small { margin-top: 8px; color: var(--muted); font-size: 11px; letter-spacing: .06em; }
.inspiration-tile-soft { min-height: 180px; margin-top: 40px; background: linear-gradient(145deg, #d8c0b5, #f9ece6); }
.inspiration-note { grid-column: 1 / -1; margin: 10px 0 0; color: var(--muted); font-size: 12px; }

.expert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 52px; }
.expert-card { min-height: 180px; padding: 24px; display: flex; align-items: center; gap: 22px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); }
.expert-card > div:last-child > span { color: var(--rose); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.expert-card h3 { margin-top: 8px; }
.expert-card p { margin: 4px 0 0; color: var(--muted); }
.monogram { width: 92px; height: 92px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--rose); font-family: Georgia, "Times New Roman", serif; font-size: 38px; }

.access { display: grid; grid-template-columns: .72fr 1.28fr; gap: 44px; border-top: 1px solid var(--line); }
.access-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.access-grid article { min-height: 138px; padding: 24px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.access-grid article > span { color: var(--rose); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.access-grid h3 { font-size: 25px; }
.access-grid p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.access-grid a { font-size: 13px; font-weight: 900; text-decoration: none; white-space: nowrap; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; border-top: 1px solid var(--line); }
.faq-list details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.faq details p { max-width: 700px; margin: 12px 0 0; color: var(--muted); }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; border-top: 1px solid var(--line); }
.contact-heading h2 { font-size: clamp(52px, 6vw, 84px); }
.contact-heading > p:not(.eyebrow) { max-width: 360px; margin-top: 26px; color: var(--muted); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 38px; align-content: start; }
.contact-details > p { margin: 0; color: var(--muted); }
.contact-details strong { display: inline-block; margin-bottom: 8px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.contact-links { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; margin-top: 22px; font-size: 16px; }
.contact-links .btn { margin-bottom: 10px; }

footer { max-width: var(--max); margin: auto; padding: 28px 24px 42px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer a { color: inherit; text-underline-offset: 3px; }
.mobile-actions { display: none; }

.legal-shell { max-width: 880px; margin: 0 auto; padding: 64px 24px 96px; }
.legal-back { display: inline-flex; min-height: 44px; align-items: center; color: var(--muted); font-size: 14px; font-weight: 900; }
.legal-shell h1 { max-width: 760px; margin: 42px 0 20px; font-size: clamp(48px, 7vw, 82px); }
.legal-shell h2 { margin: 44px 0 12px; font-size: clamp(30px, 4vw, 44px); }
.legal-shell p, .legal-shell li { max-width: 760px; color: var(--muted); line-height: 1.75; }
.legal-shell ul { padding-left: 22px; }
.legal-notice { margin: 28px 0; padding: 18px 20px; border: 1px solid #c99783; border-radius: 16px; background: #fff5ef; color: #633d31; line-height: 1.6; }
.legal-meta { color: var(--muted); font-size: 13px; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 34px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .access-grid article { grid-template-columns: 100px 1fr auto; }
}
@media (max-width: 900px) {
  .hero, .experience, .inspiration, .access, .faq, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 62px; }
  .hero-visual { max-width: 740px; }
  .access-grid article { grid-template-columns: 110px 1fr auto; }
  .section-pad { padding: 76px 20px; }
  .mobile-actions {
    display: grid;
    grid-template-columns: 1.5fr .7fr;
    gap: 8px;
    position: fixed;
    z-index: 40;
    left: 14px;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }
  .mobile-actions a {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    box-shadow: 0 12px 34px rgba(25, 21, 18, .2);
    font-weight: 900;
    text-decoration: none;
  }
  .mobile-actions a:last-child { background: var(--paper); color: var(--ink); border: 1px solid var(--line); }
  footer { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
}
@media (max-width: 560px) {
  .nav { padding: 12px 18px; }
  .brand { font-size: 19px; }
  .nav .btn { display: none; }
  .section-pad { padding: 62px 18px; }
  .hero { gap: 38px; padding-top: 40px; }
  h1 { font-size: clamp(58px, 16vw, 78px); }
  h2 { font-size: clamp(42px, 12vw, 58px); }
  .lead { font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; min-height: 54px; }
  .hero-visual img { border-radius: 24px 24px 24px 70px; }
  .image-stamp { width: 82px; height: 82px; right: 14px; bottom: 14px; font-size: 11px; }
  .service-grid, .value-list, .expert-grid, .inspiration-grid, .contact-details { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-card-photo { min-height: 340px; }
  .service-card-photo > img { min-height: 340px; }
  .service-card-photo h3 { margin-top: 64px; }
  .experience-panel, .value-list { min-height: auto; padding: 28px; }
  .value-list div { min-height: 125px; }
  .inspiration-tile, .inspiration-tile-soft { min-height: 170px; margin-top: 0; }
  .inspiration-note { grid-column: auto; }
  .expert-card { min-height: 150px; }
  .monogram { width: 74px; height: 74px; font-size: 32px; }
  .access-grid article { grid-template-columns: 1fr; gap: 4px; }
  .access-grid a { margin-top: 10px; }
  .faq summary { font-size: 20px; }
  .contact-details { gap: 18px; }
  .contact-links .btn { width: 100%; }
  footer { flex-direction: column; padding-left: 18px; padding-right: 18px; }
  .legal-shell { padding: 42px 18px 88px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before { transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
