:root {
  --cream: #f7f3ec;
  --paper: #fbf8f3;
  --soft: #eee8df;
  --charcoal: #171817;
  --charcoal-2: #222321;
  --ink: #171717;
  --muted: #6b6862;
  --gold: #b48a4a;
  --gold-light: #d5b982;
  --line: rgba(23, 23, 23, .16);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
section { position: relative; }
em { color: var(--gold); font-style: italic; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: .04;
  background-image:
    radial-gradient(rgba(0,0,0,.5) .6px, transparent .6px);
  background-size: 4px 4px;
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(24px, 5vw, 80px);
  background: rgba(247, 243, 236, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}

.site-header.scrolled { border-bottom-color: rgba(0,0,0,.08); }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.brand-rule {
  width: 1px;
  height: 43px;
  background: var(--gold);
}

.brand-name {
  font-size: 10px;
  line-height: 1.65;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: clamp(20px, 3vw, 44px);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  padding: 10px;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--ink);
  margin: 7px 0;
  transition: .3s ease;
}

.section-light { background: var(--cream); }
.section-soft { background: linear-gradient(180deg, #f3eee7 0%, #ebe4da 100%); }
.section-dark { background: var(--charcoal); color: white; }

.hero {
  min-height: 760px;
  padding: 170px clamp(24px, 7vw, 110px) 90px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 6vw;
  overflow: hidden;
}

.hero-copy { max-width: 720px; z-index: 2; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 34px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 600;
}
.eyebrow span, .section-label span {
  width: 34px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}

.eyebrow.light { color: white; }

h1, h2, blockquote { font-family: var(--serif); font-weight: 400; }
h1 {
  margin: 0;
  font-size: clamp(58px, 6.6vw, 106px);
  line-height: .98;
  letter-spacing: -.045em;
}

.hero-intro {
  max-width: 580px;
  margin: 34px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: #3f3d39;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  transform: translateZ(0);
}

.orbit, .axis, .core, .particle {
  position: absolute;
  left: 50%;
  top: 50%;
}

.orbit {
  border: 1px solid rgba(180, 138, 74, .45);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 24s linear infinite;
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
}

.orbit::before { top: 10%; left: 22%; }
.orbit::after { right: 4%; top: 52%; }

.orbit-1 { width: 440px; height: 440px; }
.orbit-2 { width: 340px; height: 340px; animation-direction: reverse; animation-duration: 18s; }
.orbit-3 { width: 250px; height: 250px; animation-duration: 15s; }
.orbit-4 { width: 150px; height: 150px; animation-direction: reverse; animation-duration: 12s; }

.axis { background: rgba(180, 138, 74, .32); }
.axis-x { width: 620px; height: 1px; transform: translate(-50%, -50%); }
.axis-y { width: 1px; height: 620px; transform: translate(-50%, -50%); }

.core {
  width: 23px;
  height: 23px;
  background: radial-gradient(circle at 35% 35%, #d7bc85, #8e6530);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 40px rgba(180,138,74,.35);
}

.particle {
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}
.p1 { margin: -180px 0 0 -120px; }
.p2 { margin: 140px 0 0 180px; animation-delay: -1s; }
.p3 { margin: -230px 0 0 140px; animation-delay: -2s; }
.p4 { margin: 70px 0 0 -210px; animation-delay: -3s; }
.p5 { margin: 230px 0 0 20px; animation-delay: -4s; }

@keyframes rotate { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-18px) scale(1.4); opacity: .4; } }

.section-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 50px;
}
.section-label.light { color: white; }

.services {
  padding: 72px clamp(24px, 6vw, 90px) 88px;
  overflow: hidden;
}
.services::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background:
    radial-gradient(circle at 95% 20%, rgba(180,138,74,.25), transparent 24%),
    repeating-radial-gradient(circle at 95% 20%, transparent 0 16px, rgba(180,138,74,.1) 17px 18px);
}
.service-grid {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.service-card {
  text-align: center;
  padding: 8px 42px 12px;
  border-right: 1px solid rgba(255,255,255,.18);
}
.service-card:last-child { border-right: 0; }
.service-card h2 {
  font-family: var(--sans);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin: 26px 0 17px;
}
.service-card p {
  margin: 0 auto;
  max-width: 250px;
  color: rgba(255,255,255,.75);
  line-height: 1.65;
  font-size: 14px;
}

.icon { height: 66px; position: relative; margin: 0 auto; color: var(--gold-light); }
.icon-orbits { width: 76px; }
.icon-orbits i {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.icon-orbits i:nth-child(1) { left: 17px; top: 0; }
.icon-orbits i:nth-child(2) { left: 0; top: 24px; }
.icon-orbits i:nth-child(3) { right: 0; top: 24px; }

.icon-cube { width: 68px; }
.icon-cube::before, .icon-cube::after, .icon-cube span {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  transform: rotate(30deg) skewY(-30deg) scaleX(.866);
}
.icon-cube::after { transform: rotate(150deg) skewY(-30deg) scaleX(.866); opacity: .55; }
.icon-cube span { transform: rotate(-90deg) skewY(-30deg) scaleX(.866); opacity: .75; }

.icon-arrow { width: 70px; }
.icon-arrow::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 1px;
  background: currentColor;
  transform: rotate(-45deg);
  left: 5px;
  top: 34px;
}
.icon-arrow::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  right: 4px;
  top: 4px;
}

.icon-book { width: 70px; }
.icon-book span {
  position: absolute;
  top: 10px;
  width: 31px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 14px 2px 2px 2px;
}
.icon-book span:first-child { left: 4px; }
.icon-book span:last-child { right: 4px; transform: scaleX(-1); }

.approach { padding: 76px clamp(24px, 7vw, 110px) 90px; }
.approach-track {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.approach-track::before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 82px;
  border-top: 1px dashed rgba(180,138,74,.6);
}
.approach-step {
  text-align: center;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.step-number {
  display: block;
  font-family: var(--serif);
  color: var(--gold-light);
  font-size: 30px;
  margin-bottom: 14px;
}
.step-icon {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(180,138,74,.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  background: var(--cream);
  color: var(--gold);
  font-size: 28px;
}
.approach-step h2 {
  font-family: var(--sans);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.approach-step p {
  font-size: 13px;
  line-height: 1.65;
  max-width: 250px;
  margin: 0 auto;
  color: #4f4c47;
}

.about {
  padding: 90px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(240px, .5fr) minmax(0, .95fr);
  gap: clamp(35px, 5vw, 80px);
  align-items: center;
  border-top: 1px solid var(--line);
}
.about-copy h2 {
  font-size: clamp(44px, 4vw, 68px);
  line-height: 1.04;
  margin: 0 0 28px;
  letter-spacing: -.035em;
}
.about-copy > p:not(.eyebrow):not(.location-line) {
  max-width: 580px;
  font-size: 16px;
  line-height: 1.75;
  color: #46433f;
}
.location-line {
  margin-top: 30px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.location-line b { color: var(--gold); margin: 0 10px; }


.about-profile {
  width: 50%;
  max-width: 220px;
  min-width: 160px;
  justify-self: center;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.portrait-frame {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #e7e5e1;
  aspect-ratio: 4 / 5;
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(180,138,74,.42);
  pointer-events: none;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 66% 18%;
  filter: grayscale(1) sepia(.12) contrast(1.03);
  transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .5s ease;
}
.about-profile:hover .portrait-frame img {
  transform: scale(1.025);
  filter: grayscale(.88) contrast(1.03);
}
.profile-caption {
  padding-top: 18px;
  display: grid;
  gap: 7px;
}
.profile-caption strong {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}
.profile-caption span {
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}

.about-visual { min-height: 410px; display: flex; flex-direction: column; justify-content: flex-end; }
.map-grid {
  flex: 1;
  min-height: 260px;
  position: relative;
  opacity: .55;
  background:
    radial-gradient(ellipse at 20% 50%, transparent 0 20%, rgba(180,138,74,.14) 20.5% 21%, transparent 21.5%),
    radial-gradient(ellipse at 52% 48%, transparent 0 25%, rgba(180,138,74,.12) 25.5% 26%, transparent 26.5%),
    radial-gradient(ellipse at 82% 55%, transparent 0 18%, rgba(180,138,74,.14) 18.5% 19%, transparent 19.5%),
    repeating-linear-gradient(0deg, transparent 0 15px, rgba(180,138,74,.09) 16px),
    repeating-linear-gradient(90deg, transparent 0 15px, rgba(180,138,74,.09) 16px);
  mask-image: radial-gradient(ellipse at center, black 25%, transparent 74%);
}
.map-grid::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 44%;
  width: 78%;
  height: 42%;
  border-top: 1px solid var(--gold);
  border-radius: 50%;
  transform: rotate(5deg);
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}
.metrics div { padding: 0 18px; border-right: 1px solid var(--line); text-align: center; }
.metrics div:last-child { border-right: 0; }
.metrics strong {
  display: block;
  font-family: var(--serif);
  color: var(--gold);
  font-size: clamp(25px, 2.3vw, 40px);
  font-weight: 400;
  white-space: nowrap;
}
.metrics span {
  display: block;
  margin-top: 8px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.insights {
  padding: 72px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: .55fr 1fr .9fr;
  align-items: center;
  gap: 6vw;
}
.book-art {
  width: 210px;
  height: 310px;
  perspective: 900px;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(0 28px 26px rgba(0,0,0,.22));
}
.book-cover {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, #111 0%, #232323 55%, #0a0a0a 100%);
  color: white;
  padding: 38px 25px 25px;
  transform: rotateY(-7deg);
  transform-origin: left;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #333;
}
.book-spine {
  position: absolute;
  left: -14px;
  top: 6px;
  width: 18px;
  height: 300px;
  background: #090909;
  transform: skewY(-22deg);
}
.book-kicker { font-size: 13px; text-transform: uppercase; letter-spacing: .18em; }
.book-cover strong { font-family: var(--sans); text-transform: uppercase; font-size: 25px; line-height: 1.03; margin: 8px 0 24px; }
.book-subtitle { color: var(--gold-light); font-family: var(--serif); font-size: 17px; line-height: 1.25; }
.book-author { margin-top: auto; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }

.insights-copy h2 {
  font-size: clamp(36px, 3.2vw, 56px);
  margin: 0 0 18px;
}
.insights-copy > p { line-height: 1.7; color: #4d4944; }
.insights-copy ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}
.insights-copy li {
  margin: 9px 0;
  padding-left: 18px;
  position: relative;
}
.insights-copy li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  position: absolute;
  left: 0;
  top: .7em;
}
.insight-quote {
  border-left: 1px solid rgba(180,138,74,.45);
  margin: 0;
  padding: 50px 0 50px 55px;
  font-size: clamp(26px, 2.5vw, 42px);
  line-height: 1.35;
}

.testimonial {
  padding: 48px clamp(24px, 12vw, 180px);
  text-align: center;
  border-top: 1px solid rgba(0,0,0,.07);
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.quote-mark {
  font-family: var(--serif);
  color: var(--gold-light);
  font-size: 74px;
  float: left;
  line-height: .5;
}
.testimonial blockquote {
  font-size: clamp(23px, 2.2vw, 37px);
  line-height: 1.35;
  margin: 0 auto 16px;
  max-width: 1050px;
}
.testimonial cite {
  font-style: normal;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.contact {
  padding: 82px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 8vw;
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background:
    radial-gradient(circle at 8% 96%, rgba(180,138,74,.25), transparent 22%),
    repeating-radial-gradient(circle at 8% 96%, transparent 0 20px, rgba(180,138,74,.10) 21px 22px);
}
.contact > * { position: relative; z-index: 1; }
.contact-copy h2 {
  font-size: clamp(42px, 4.3vw, 70px);
  line-height: 1.08;
  margin: 0 0 25px;
}
.contact-copy > p:not(.eyebrow) {
  max-width: 540px;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
}
.contact-details { display: grid; gap: 13px; margin-top: 35px; color: rgba(255,255,255,.82); font-size: 14px; }
.contact-details a:hover { color: var(--gold-light); }

.contact-form { display: grid; gap: 18px; align-content: center; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.7);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(213,185,130,.55);
  background: rgba(255,255,255,.025);
  color: white;
  padding: 14px 15px;
  outline: none;
  transition: .2s ease;
}
.contact-form textarea { resize: vertical; min-height: 145px; }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold-light);
  background: rgba(255,255,255,.05);
}
.contact-form button {
  justify-self: start;
  border: 0;
  background: var(--gold-light);
  color: #181818;
  padding: 14px 22px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.contact-form button:hover { transform: translateY(-2px); background: #e3c994; }
.contact-form button span { margin-left: 14px; }
.form-status { min-height: 20px; margin: 0; font-size: 12px; color: var(--gold-light); }

.site-footer {
  background: #121312;
  color: rgba(255,255,255,.65);
  padding: 28px clamp(24px, 7vw, 110px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 11px;
}
.footer-brand { color: white; }
.footer-brand .brand-mark { font-size: 28px; }
.footer-brand .brand-rule { height: 35px; }
.footer-brand .brand-name { font-size: 8px; }
.site-footer > a:last-child { text-transform: uppercase; letter-spacing: .12em; }

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1);
  transition-delay: var(--delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .service-card { padding-inline: 24px; }
  .about { grid-template-columns: 1fr .62fr; }
  .about-visual { grid-column: 1 / -1; min-height: 340px; }
  .about-profile {
    width: 50%;
    max-width: 220px;
    min-width: 160px;
    justify-self: center;
  }
  .insights { grid-template-columns: .65fr 1.35fr; }
  .insight-quote { grid-column: 1 / -1; border-left: 0; border-top: 1px solid rgba(180,138,74,.4); padding: 38px 0 0; text-align: center; }
}

@media (max-width: 820px) {
  .site-header { padding: 18px 22px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

  .site-nav {
    position: fixed;
    inset: 0;
    background: var(--cream);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
    font-size: 16px;
    transform: translateY(-100%);
    transition: transform .35s ease;
  }
  .site-nav.open { transform: translateY(0); }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 150px;
  }
  .hero-visual { min-height: 420px; }
  .orbit-1 { width: 330px; height: 330px; }
  .orbit-2 { width: 260px; height: 260px; }
  .axis-x { width: 460px; }
  .axis-y { height: 460px; }

  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); padding: 36px 22px; }
  .service-card:nth-child(2n) { border-right: 0; }
  .service-card:nth-last-child(-n+2) { border-bottom: 0; }

  .approach-track { grid-template-columns: 1fr 1fr; gap: 55px 20px; }
  .approach-track::before { display: none; }

  .metrics { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .metrics div:nth-child(2) { border-right: 0; }

  .insights { grid-template-columns: 1fr; }
  .book-art { margin-bottom: 24px; }
  .insights-copy { text-align: center; }
  .insights-copy ul { display: inline-block; text-align: left; }

  .contact { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about-profile {
    width: 50%;
    max-width: 220px;
    min-width: 150px;
    justify-self: center;
  }
  .about-visual { grid-column: auto; width: 100%; }
  .site-footer { flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
  .brand-mark { font-size: 29px; }
  .brand-rule { height: 38px; }
  .hero { padding-inline: 22px; }
  h1 { font-size: clamp(52px, 15vw, 72px); }
  .hero-intro { font-size: 15px; }
  .hero-visual { min-height: 320px; margin-inline: -22px; }
  .orbit-1 { width: 270px; height: 270px; }
  .orbit-2 { width: 210px; height: 210px; }
  .orbit-3 { width: 150px; height: 150px; }
  .orbit-4 { width: 90px; height: 90px; }
  .axis-x { width: 360px; }
  .axis-y { height: 360px; }

  .service-grid, .approach-track { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18) !important; }
  .service-card:last-child { border-bottom: 0 !important; }

  .approach-step { padding-inline: 12px; }
  .about, .insights, .contact { padding-inline: 22px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metrics strong { font-size: 28px; }
  .field-row { grid-template-columns: 1fr; }
  .quote-mark { float: none; display: block; }
}


/* Actual book-cover artwork */
.book-art-image {
  width: min(100%, 330px);
  height: auto;
  filter: none;
  perspective: none;
}
.book-art-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(0,0,0,.18));
  transition: transform .7s cubic-bezier(.2,.75,.2,1);
}
.book-art-image:hover img {
  transform: translateY(-5px) rotate(-.4deg);
}
.book-site-link {
  margin-top: 28px !important;
  padding-top: 22px;
  border-top: 1px solid rgba(180,138,74,.35);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.book-site-link a {
  display: inline-block;
  margin-left: 5px;
  color: var(--gold);
  font-weight: 600;
  position: relative;
}
.book-site-link a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}
.book-site-link a:hover::after,
.book-site-link a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}


/* Final portrait sizing override */
.about-profile {
  width: 50% !important;
  max-width: 220px !important;
  min-width: 160px;
  justify-self: center !important;
  align-self: center !important;
}
.portrait-frame {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
}
.portrait-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 66% 18% !important;
}
@media (max-width: 820px) {
  .about-profile {
    width: 50% !important;
    max-width: 220px !important;
    min-width: 150px;
  }
}
@media (max-width: 560px) {
  .about-profile {
    width: 58% !important;
    max-width: 210px !important;
    min-width: 145px;
  }
}
