@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 850;
  font-display: swap;
  src: url("fonts/inter-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 850;
  font-display: swap;
  src: url("fonts/inter-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 850;
  font-display: swap;
  src: url("fonts/inter-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 850;
  font-display: swap;
  src: url("fonts/inter-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 850;
  font-display: swap;
  src: url("fonts/inter-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 850;
  font-display: swap;
  src: url("fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 850;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/newsreader-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/newsreader-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/newsreader-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #000000;
  --panel: #101512;
  --panel-soft: #151b17;
  --ink: #f4efe5;
  --muted: #b8ad9a;
  --dim: #817968;
  --line: rgba(244, 239, 229, 0.13);
  --line-soft: rgba(244, 239, 229, 0.08);
  --green: #64a70b;
  --olive: #8c9f53;
  --gold: #b89556;
  --paper: #e8ddc8;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Newsreader, Georgia, "Times New Roman", serif;
  color-scheme: dark;
  font-family: var(--font-sans);
}

* { box-sizing: border-box; }

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #000000;
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration-color: rgba(184, 149, 86, 0.65);
  text-underline-offset: 0.18em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(100% - 48px, 1600px);
  min-height: 72px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 18px;
  color: var(--ink);
  cursor: pointer;
  text-decoration: none;
}

.logo {
  display: block;
  width: 92px;
  height: auto;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.identity {
  display: grid;
  gap: 2px;
  padding-left: 18px;
  border-left: 1px solid rgba(244, 239, 229, 0.18);
  margin-right: auto;
}

.identity-name {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.12;
}

.identity-title {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.2;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.88rem;
}

#top {
  scroll-margin-top: 72px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--green);
  background: var(--green);
  color: #071006;
  text-decoration: none;
  font-weight: 740;
  box-shadow: 0 12px 30px rgba(100, 167, 11, 0.18);
}

.button:hover,
.button:focus {
  background: #77bd13;
  border-color: #77bd13;
}

.page {
  width: min(100% - clamp(48px, 8vw, 128px), 1280px);
  margin: 0 auto;
}

.hero {
  height: calc(100vh - 72px);
  max-height: calc(100vh - 72px);
  width: min(100vw, 1600px);
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(620px, 0.98fr) minmax(420px, 1.02fr);
  gap: 0;
  align-items: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(620px, 0.98fr) minmax(420px, 1.02fr);
  grid-template-rows:
    minmax(clamp(28px, 5vh, 72px), 1fr)
    auto
    auto
    auto
    auto
    auto
    minmax(clamp(28px, 5vh, 72px), 1fr);
  max-width: none;
  height: 100%;
  align-self: stretch;
  overflow: hidden;
  padding: 0;
}

.hero-copy > .eyebrow,
.hero-copy > h1,
.hero-copy > .lead,
.hero-copy > .sublead,
.hero-copy > .hero-actions {
  grid-column: 1;
  margin-left: clamp(24px, 3vw, 64px);
  margin-right: 56px;
  position: relative;
  z-index: 3;
}

.hero-copy > .eyebrow {
  grid-row: 2;
}

.hero-copy > h1 {
  grid-row: 3;
}

.hero-copy > .lead {
  grid-row: 4;
}

.hero-copy > .sublead {
  grid-row: 5;
}

.hero-copy > .hero-actions {
  grid-row: 6;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 6vw, 6.4rem);
  line-height: 0.96;
  font-weight: 520;
}

.lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--paper);
  font-size: clamp(1.16rem, 1.55vw, 1.34rem);
  line-height: 1.52;
}

.sublead {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.hero-actions {
  display: grid;
  gap: 12px;
  align-items: start;
  margin-top: 30px;
  justify-items: start;
}

.text-link {
  color: var(--muted);
  font-size: 0.94rem;
}

.portrait-wrap {
  grid-column: 2;
  grid-row: 1 / -1;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  height: calc(100vh - 72px);
  min-height: 0;
  margin-left: -120px;
  margin-right: 0;
  align-self: stretch;
  border: 0;
  background: #000000;
  box-shadow: none;
  overflow: hidden;
  z-index: 1;
}

.portrait-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.92) 5%, rgba(0, 0, 0, 0.56) 16%, rgba(0, 0, 0, 0.22) 32%, rgba(0, 0, 0, 0.05) 46%, rgba(0, 0, 0, 0) 58%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.34) 90%, #000000 100%);
  z-index: 1;
  pointer-events: none;
}

.portrait-wrap::after {
  display: none;
}

.portrait-picture {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1601px) {
  .portrait-wrap::before {
    background:
      linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.92) 5%, rgba(0, 0, 0, 0.56) 16%, rgba(0, 0, 0, 0.22) 32%, rgba(0, 0, 0, 0.05) 46%, rgba(0, 0, 0, 0) 58%),
      linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0.78) 7%, rgba(0, 0, 0, 0.42) 18%, rgba(0, 0, 0, 0.14) 30%, rgba(0, 0, 0, 0) 42%),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.34) 90%, #000000 100%);
  }
}

.portrait {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 54% 50%;
  filter: none;
}

.portrait-caption {
  position: absolute;
  z-index: 2;
  inset: auto 48px 42px auto;
  max-width: 280px;
  display: grid;
  gap: 5px;
  color: var(--paper);
  font-size: 0.83rem;
  line-height: 1.35;
}

.portrait-caption strong {
  color: var(--ink);
  font-size: 1rem;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: clamp(28px, 4vw, 56px);
  margin-bottom: clamp(56px, 8vw, 112px);
}

.signal {
  min-height: 132px;
  padding: 22px 20px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.signal:last-child {
  border-right: 0;
}

.signal strong {
  display: block;
  color: var(--ink);
  margin-bottom: 8px;
  font-size: 1rem;
}

.section {
  padding: 0 0 clamp(80px, 8vw, 120px);
}

.section:has(> .section-head:only-child) {
  padding-bottom: clamp(56px, 8vw, 112px);
}

.section:has(+ .philosophy-section) {
  padding-bottom: clamp(56px, 8vw, 112px);
}

.section:has(+ .contact) {
  padding-bottom: clamp(42px, 5vw, 70px);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(230px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: center;
  margin-bottom: 0;
}

.section-head + * {
  margin-top: clamp(42px, 5vw, 68px);
}

.section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.02;
  font-weight: 520;
}

.section-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.9rem);
  line-height: 1.04;
  font-weight: 520;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 70%),
    var(--panel);
  padding: 36px;
}

.service .num {
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1;
}

.service .num::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: rgba(100, 167, 11, 0.55);
}

.service h3 {
  margin: 0 0 12px;
  font-size: 1.18rem;
  line-height: 1.24;
}

.service p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

.philosophy-section {
  padding-top: clamp(56px, 8vw, 112px);
  border-top: 1px solid var(--line);
}

.philosophy-section h2 {
  max-width: 1000px;
  margin: 0 0 34px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 520;
  line-height: 0.98;
}

.philosophy-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
}

.philosophy-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.writing-section {
  border-top: 1px solid var(--line);
  padding-top: clamp(56px, 8vw, 112px);
}

.writing-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: start;
}

.writing-intro p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.post-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.post-link {
  display: grid;
  grid-template-columns: minmax(112px, 0.22fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-soft);
}

.post-link time {
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1.3;
  text-transform: uppercase;
}

.post-link a {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 1.7vw, 1.56rem);
  line-height: 1.16;
  text-decoration: underline;
  text-decoration-color: rgba(184, 149, 86, 0.62);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.post-link a:hover,
.post-link a:focus {
  color: var(--ink);
  text-decoration-color: rgba(184, 149, 86, 0.75);
}

.contact {
  --contact-visual-size: clamp(280px, 28vw, 380px);
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) var(--contact-visual-size) minmax(280px, 1.1fr);
  gap: clamp(36px, 4.4vw, 64px);
  align-items: stretch;
  padding: clamp(56px, 8vw, 112px) 0 clamp(56px, 6vw, 84px);
  border-top: 1px solid var(--line);
}

.contact h2 {
  grid-column: 1 / -1;
  max-width: 1000px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.98;
  font-weight: 520;
}

.contact-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.contact-intro {
  display: flex;
  align-items: center;
  min-width: 0;
}

.contact-photo-frame {
  overflow: hidden;
  width: 100%;
  height: var(--contact-visual-size);
  aspect-ratio: 1 / 1;
  background: var(--panel);
}

.contact-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 43%;
}

.contact-card {
  display: flex;
  height: var(--contact-visual-size);
  min-height: 0;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(100, 167, 11, 0.1), transparent 52%),
    var(--panel);
}

.contact-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 3.2vw, 44px);
}

.price-row {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: baseline;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.price-label {
  order: 2;
  color: var(--muted);
  font-size: 0.86rem;
}

.price {
  order: 1;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.9;
  white-space: nowrap;
}

.contact-card-content > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.contact-links {
  display: grid;
  gap: 12px;
  justify-items: start;
  color: var(--muted);
  margin-top: 24px;
}

.contact-links .button {
  width: 100%;
}

footer {
  border-top: 1px solid var(--line-soft);
  padding: 22px 0 38px;
  color: var(--dim);
  font-size: 0.82rem;
  line-height: 1.5;
}

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

@media (max-width: 1041px) {
  .contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 36px;
    column-gap: 0;
  }

  .contact h2,
  .contact-intro {
    grid-column: 1 / -1;
  }

  .contact-intro {
    display: block;
  }

  .contact-photo-frame {
    height: auto;
  }

  .contact-card {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 980px) {
  .section-head,
  .philosophy-copy,
  .writing-layout {
    grid-template-columns: 1fr;
  }

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

  .contact h2,
  .contact-intro {
    grid-column: 1 / -1;
  }

  .contact-intro {
    display: block;
  }

  .contact-photo-frame {
    height: auto;
  }

  .nav {
    width: min(100% - 32px, 1600px);
  }

  .identity {
    min-width: 0;
  }

  .identity-title {
    white-space: normal;
  }

  .nav-links {
    flex: 0 0 auto;
  }

  .page {
    width: min(100% - clamp(36px, 7vw, 80px), 1280px);
  }

  .hero {
    width: 100%;
    height: auto;
    max-height: none;
    left: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    padding: 0;
  }

  .hero-copy {
    display: block;
    height: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(44px, 9vw, 82px);
    padding-bottom: clamp(34px, 7vw, 64px);
    overflow: visible;
  }

  .hero-copy > .eyebrow,
  .hero-copy > h1,
  .hero-copy > .lead,
  .hero-copy > .sublead,
  .hero-copy > .hero-actions {
    margin-left: 0;
    margin-right: 0;
  }

  h1 {
    max-width: 780px;
    font-size: clamp(4rem, 12vw, 7rem);
  }

  .lead,
  .sublead {
    max-width: 700px;
  }

  .portrait-wrap {
    width: 100vw;
    height: clamp(520px, 78vw, 700px);
    min-height: 0;
    margin-top: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border: 0;
    background: #000000;
  }

  .portrait {
    min-height: 0;
    height: 100%;
    object-position: 50% 28%;
  }

  .portrait-wrap::before {
    background:
      linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.58) 9%, rgba(0, 0, 0, 0.18) 24%, rgba(0, 0, 0, 0) 36%),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.58) 82%, #000000 100%);
  }

  .portrait-wrap::after {
    display: none;
  }

  .portrait-caption {
    inset: auto 24px 24px;
  }


  .signal-strip,
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-links {
    justify-items: start;
  }

  .contact-card {
    height: auto;
    min-height: 0;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .hero-copy {
    grid-template-rows: 24px auto auto auto auto auto 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  h1 {
    font-size: clamp(3rem, 9.2vh, 5.8rem);
    line-height: 0.92;
  }

  .lead {
    margin-top: 20px;
    font-size: clamp(1rem, 2.4vh, 1.18rem);
    line-height: 1.45;
  }

  .sublead {
    margin-top: 12px;
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .hero-actions {
    margin-top: 22px;
  }
}

@media (min-width: 981px) and (max-height: 680px) {
  h1 {
    font-size: clamp(2.7rem, 8.4vh, 4.8rem);
  }

  .sublead {
    display: none;
  }
}

@media (max-width: 680px) {
  :root {
    --mobile-headline-gap: 18px;
  }

  .nav {
    min-height: 72px;
    width: min(100% - 28px, 1600px);
  }

  .nav-links a:not(.button) {
    display: inline;
  }

  .logo-link {
    margin-right: 10px;
  }

  .logo {
    width: 70px;
  }

  .identity {
    gap: 1px;
    padding-left: 10px;
  }

  .identity-name {
    font-size: 0.88rem;
  }

  .identity-title {
    display: block;
    max-width: 13.5rem;
    font-size: 0.68rem;
  }

  .hero {
    gap: 0;
  }

  .hero-copy {
    padding-top: 40px;
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 4.5rem);
    line-height: 0.95;
  }

  .lead {
    margin-top: 22px;
    font-size: 1.06rem;
  }

  .sublead {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .portrait-wrap {
    height: clamp(360px, 104vw, 500px);
  }

  .portrait {
    object-position: 50% 30%;
  }

  .signal-strip,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .post-link {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 22px 0;
  }

  .post-link a {
    font-size: clamp(1.2rem, 5.8vw, 1.55rem);
  }

  .service-grid {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-left: 0;
    border-right: 0;
  }

  .service {
    padding-top: calc(clamp(36px, 7vw, 80px) / 2);
    padding-bottom: calc(clamp(36px, 7vw, 80px) / 2);
    padding-left: calc(clamp(36px, 7vw, 80px) / 2);
    padding-right: calc(clamp(36px, 7vw, 80px) / 2);
  }

  .contact-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
  }

  .contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: var(--mobile-headline-gap);
    column-gap: 0;
    scroll-margin-top: 32px;
  }

  .contact h2,
  .contact-intro {
    grid-column: 1 / -1;
  }

  .contact-photo-frame {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-card-content {
    padding: calc(clamp(36px, 7vw, 80px) / 2);
  }

  .price-row {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: calc(clamp(36px, 7vw, 80px) / 2);
  }

  .price {
    order: 1;
    font-size: clamp(2.35rem, 8vw, 3.15rem);
  }

  .price-label {
    order: 2;
  }

  .contact-card-content > p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .contact-links {
    gap: 12px;
    margin-top: 22px;
    font-size: 0.86rem;
    overflow-wrap: anywhere;
  }

  .contact-links .button {
    min-height: 42px;
    padding: 0 18px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .signal {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal:last-child {
    border-bottom: 0;
  }

  .section {
    padding-bottom: 72px;
  }

  .section-head {
    gap: var(--mobile-headline-gap);
  }

  .philosophy-section h2 {
    margin-bottom: var(--mobile-headline-gap);
  }

  .contact-intro p {
    margin: 0;
  }
}

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

  .contact h2,
  .contact-intro {
    grid-column: auto;
  }

  .contact-card {
    margin-top: calc(-1 * var(--mobile-headline-gap));
  }

  .contact-card-content {
    padding-top: calc((clamp(36px, 7vw, 80px) / 2) + var(--mobile-headline-gap));
  }

  .price {
    font-size: clamp(2.2rem, 10.5vw, 3.25rem);
  }
}

@media (max-width: 520px) {
  .nav {
    display: grid;
    grid-template-columns: max-content auto minmax(0, 1fr) auto;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 2px;
    padding: 12px 0 14px;
  }

  .nav-links {
    grid-column: 4;
    grid-row: 1;
    padding-top: 2px;
  }

  .logo-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    margin: 0 0 0 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(244, 239, 229, 0.18);
    transform: translateY(1px);
  }

  .logo {
    width: 50px;
  }

  .identity {
    display: contents;
  }

  .identity-name {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    font-size: 1.2rem;
  }

  .identity-title {
    grid-column: 1 / 4;
    grid-row: 2;
    max-width: none;
    font-size: 0.74rem;
  }

  .contact-card-content {
    padding: 18px;
    padding-top: calc(18px + var(--mobile-headline-gap));
  }

  .price {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }
}
