:root {
  --ink: #10252d;
  --ink-deep: #071921;
  --forest: #123b39;
  --paper: #f4eee4;
  --paper-deep: #e8dfd0;
  --ivory: #f9f5ed;
  --gold: #cba85f;
  --gold-light: #e2c982;
  --sage: #6e7f66;
  --line: rgba(16, 37, 45, .18);
  --serif: "Shippori Mincho B1", "Yu Mincho", serif;
  --sans: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  --latin: "Cormorant Garamond", Georgia, serif;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(6, 22, 27, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(203, 168, 95, .06), transparent 30%),
    radial-gradient(circle at 80% 50%, rgba(60, 105, 83, .05), transparent 36%),
    var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .025em;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
}

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

button,
input,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

::selection {
  color: var(--ink-deep);
  background: var(--gold-light);
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 8px 14px;
  color: var(--ink);
  background: var(--ivory);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 clamp(24px, 4vw, 66px);
  color: var(--ivory);
  transition: background .35s ease, box-shadow .35s ease, height .35s ease;
}

.site-header.is-scrolled {
  height: 68px;
  background: rgba(7, 25, 33, .94);
  box-shadow: 0 8px 36px rgba(0, 0, 0, .17);
  backdrop-filter: blur(12px);
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink-deep);
  background: var(--paper);
  border: 1px solid rgba(203, 168, 95, .7);
}

.brand-mark svg {
  width: 30px;
  fill: currentColor;
}

.brand strong,
.footer-brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: .14em;
}

.brand small,
.footer-brand small {
  display: block;
  margin-top: 2px;
  color: var(--gold-light);
  font-family: var(--latin);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .2em;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.25vw, 34px);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
}

.global-nav a:not(.nav-cta) {
  position: relative;
}

.global-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

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

.nav-cta {
  padding: 9px 22px 10px;
  color: var(--ink-deep);
  background: var(--gold);
  border: 1px solid var(--gold-light);
  border-radius: 999px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 700px;
  height: min(100svh, 860px);
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(4, 22, 28, .36), rgba(4, 22, 28, .05) 58%, rgba(4, 22, 28, .2)),
    linear-gradient(0deg, rgba(3, 17, 22, .58), transparent 45%),
    url("assets/bally-night-forest.webp") center / cover no-repeat,
    var(--ink-deep);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 26%, rgba(224, 201, 130, .14), transparent 1px),
    radial-gradient(circle at 85% 15%, rgba(248, 245, 237, .35), transparent 1px),
    radial-gradient(circle at 62% 52%, rgba(116, 172, 159, .2), transparent 1.5px);
  background-size: 180px 150px, 250px 220px, 210px 230px;
  animation: starDrift 18s linear infinite;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(transparent, rgba(5, 20, 26, .7));
}

.hero-circuit {
  position: absolute;
  top: 13%;
  right: -4%;
  width: 42vw;
  height: 58%;
  opacity: .14;
  background-image:
    linear-gradient(90deg, transparent 29px, rgba(119, 191, 204, .9) 30px, transparent 31px),
    linear-gradient(0deg, transparent 29px, rgba(119, 191, 204, .55) 30px, transparent 31px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, transparent, #000 32%, #000);
  transform: skewY(-9deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 96px));
  margin: auto;
  padding-top: 52px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  max-width: 630px;
  margin-bottom: 20px;
  color: var(--gold-light);
  font-family: var(--latin);
  font-size: 13px;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hero-kicker span {
  font-family: var(--serif);
  font-style: normal;
}

.hero-kicker i {
  width: 90px;
  height: 1px;
  margin: 0 16px;
  background: rgba(226, 201, 130, .65);
}

.hero-kicker em {
  font-weight: 400;
}

.hero h1 {
  max-width: 1040px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(56px, 6.1vw, 86px);
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: .025em;
}

.hero h1 span {
  display: block;
}

.hero h1 span:nth-child(2) {
  margin-left: .45em;
}

.hero h1 b {
  color: var(--gold-light);
  font-family: var(--latin);
  font-size: 1.12em;
  font-style: italic;
  font-weight: 400;
}

.hero h1 mark {
  color: var(--gold-light);
  background: none;
  font-weight: 500;
}

.hero-copy {
  margin: 18px 0 14px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: .08em;
}

.hero-tags,
.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

.hero-tags li {
  padding: 5px 16px;
  font-family: var(--serif);
  font-size: 12px;
  border: 1px solid rgba(248, 245, 237, .36);
  border-radius: 999px;
}

.hero-actions {
  display: flex;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 12px 28px;
  font-weight: 700;
  letter-spacing: .07em;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-gold {
  color: var(--ink-deep);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 12px 30px rgba(203, 168, 95, .18);
}

.button-ghost {
  color: var(--ivory);
  background: rgba(7, 25, 33, .2);
  border-color: rgba(248, 245, 237, .32);
}

.button-ghost:hover {
  background: rgba(248, 245, 237, .1);
}

.scroll-cue {
  position: absolute;
  right: 42px;
  bottom: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(248, 245, 237, .75);
  font-family: var(--latin);
  font-size: 11px;
  letter-spacing: .24em;
  writing-mode: vertical-rl;
}

.scroll-cue i {
  display: block;
  width: 1px;
  height: 54px;
  background: linear-gradient(var(--gold), transparent);
}

.section {
  position: relative;
  padding: 150px 0;
}

.section-shell {
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 78px;
}

.chapter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--gold);
  font-family: var(--latin);
  font-size: 16px;
  font-style: italic;
  letter-spacing: .12em;
}

.chapter::after {
  content: "";
  width: 70px;
  height: 1px;
  background: currentColor;
  opacity: .6;
}

.section-heading h2 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: .02em;
}

.section-heading h2 span {
  color: var(--gold);
}

.section-heading > p:last-child {
  font-size: 17px;
}

.section-heading-light {
  color: var(--ivory);
}

.concerns {
  padding-bottom: 170px;
}

.concern-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.concern-card {
  position: relative;
  min-height: 300px;
  padding: 52px 52px 48px;
  background: rgba(249, 245, 237, .28);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .3s ease, transform .3s ease;
}

.concern-card:hover {
  z-index: 1;
  background: var(--ivory);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.card-number {
  color: var(--gold);
  font-family: var(--latin);
  font-size: 23px;
  font-style: italic;
}

.concern-card h3 {
  margin: 24px 0 18px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.55;
}

.concern-card p {
  max-width: 440px;
  margin: 0;
  color: rgba(16, 37, 45, .7);
}

.bridge-copy {
  margin: 70px 0 0;
  text-align: center;
  font-family: var(--serif);
  font-size: 20px;
}

.bridge-copy strong {
  color: var(--gold);
  font-family: var(--latin);
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}

.about {
  color: rgba(249, 245, 237, .8);
  background:
    linear-gradient(135deg, rgba(4, 21, 28, .94), rgba(12, 50, 48, .9)),
    url("assets/bally-night-forest.webp") center 70% / cover fixed;
  overflow: hidden;
}

.about::before,
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(226, 201, 130, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(226, 201, 130, .05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 50%, transparent);
}

.about-glow {
  position: absolute;
  top: 16%;
  right: 10%;
  width: 320px;
  height: 320px;
  background: rgba(203, 168, 95, .08);
  border: 1px solid rgba(203, 168, 95, .2);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(203, 168, 95, .12);
}

.about-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .7fr;
  gap: 10%;
  align-items: center;
}

.about-copy .section-heading {
  margin-bottom: 44px;
}

.prose p {
  margin: 0 0 24px;
}

.prose blockquote {
  margin: 42px 0 0;
  padding: 18px 0 18px 26px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 23px;
  border-left: 1px solid var(--gold);
}

.atelier-note {
  padding: 52px 44px;
  color: var(--ivory);
  background: rgba(5, 24, 30, .64);
  border: 1px solid rgba(226, 201, 130, .25);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .2);
  backdrop-filter: blur(8px);
}

.atelier-emblem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(226, 201, 130, .2);
}

.brand-mark-large {
  width: 84px;
  height: 84px;
  margin-bottom: 16px;
}

.brand-mark-large svg {
  width: 58px;
}

.atelier-emblem strong {
  font-family: var(--serif);
  font-size: 36px;
  letter-spacing: .16em;
}

.atelier-emblem small,
.note-label {
  color: var(--gold-light);
  font-family: var(--latin);
  font-size: 11px;
  letter-spacing: .22em;
}

.note-label {
  margin: 30px 0 18px;
}

.atelier-note ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.atelier-note li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 13px 0;
  font-family: var(--serif);
  border-bottom: 1px solid rgba(249, 245, 237, .1);
}

.atelier-note li span {
  color: var(--gold);
  font-family: var(--latin);
  font-size: 18px;
  font-style: italic;
}

.services {
  padding-bottom: 120px;
}

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

.service-card {
  display: grid;
  grid-template-columns: 80px 1fr .75fr;
  gap: 42px;
  align-items: center;
  min-height: 540px;
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}

.service-card-reverse .service-visual {
  grid-column: 2;
  grid-row: 1;
}

.service-card-reverse .service-main {
  grid-column: 3;
  grid-row: 1;
}

.service-index {
  align-self: start;
  color: var(--gold);
  font-family: var(--latin);
  font-size: 38px;
  font-style: italic;
}

.service-en,
.role {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: var(--latin);
  font-size: 12px;
  letter-spacing: .2em;
}

.service-main h3 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.3vw, 44px);
  font-weight: 600;
}

.service-lead {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.7;
}

.service-main > p:not(.service-en, .service-lead) {
  color: rgba(16, 37, 45, .68);
}

.service-main ul {
  padding: 20px 0 0;
  margin: 24px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.service-main li {
  position: relative;
  padding: 5px 0 5px 20px;
  font-size: 14px;
}

.service-main li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.service-visual {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  background:
    radial-gradient(circle at 65% 28%, rgba(203, 168, 95, .23), transparent 26%),
    linear-gradient(145deg, #163c3d, #081d26);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.service-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(226, 201, 130, .2);
}

.mock-browser {
  position: relative;
  z-index: 1;
  width: 72%;
  aspect-ratio: 1.25;
  padding: 17% 10% 10%;
  background: var(--ivory);
  border: 8px solid rgba(255, 255, 255, .13);
  box-shadow: 20px 26px 0 rgba(3, 15, 20, .26);
  transform: rotate(-4deg);
}

.mock-browser::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14%;
  background: #d9cfbd;
}

.mock-browser > i {
  position: absolute;
  top: 5%;
  width: 5px;
  height: 5px;
  z-index: 2;
  background: var(--ink);
  border-radius: 50%;
}

.mock-browser > i:nth-child(1) { left: 7%; }
.mock-browser > i:nth-child(2) { left: 11%; opacity: .5; }
.mock-browser > i:nth-child(3) { left: 15%; opacity: .25; }
.mock-browser span,
.mock-browser b,
.mock-browser em {
  display: block;
  height: 10px;
  margin-bottom: 12px;
  background: var(--ink);
}

.mock-browser span { width: 67%; height: 25px; }
.mock-browser b { width: 90%; opacity: .18; }
.mock-browser em { width: 55%; background: var(--gold); }

.paper {
  position: absolute;
  width: 48%;
  height: 68%;
  background: var(--ivory);
  box-shadow: 15px 20px 35px rgba(0, 0, 0, .2);
}

.paper-back {
  transform: translate(18%, -3%) rotate(9deg);
  opacity: .55;
}

.paper-front {
  z-index: 1;
  padding: 22% 9% 8%;
  transform: translate(-12%, 4%) rotate(-6deg);
}

.paper-front::before {
  content: "BALLY / NOTE 01";
  position: absolute;
  top: 8%;
  left: 9%;
  color: var(--gold);
  font-family: var(--latin);
  font-size: 9px;
  letter-spacing: .13em;
}

.paper-front i {
  display: block;
  width: 100%;
  height: 5px;
  margin-bottom: 12px;
  background: rgba(16, 37, 45, .18);
}

.paper-front i:nth-child(2) { width: 82%; }
.paper-front i:nth-child(3) { width: 58%; }
.paper-front b {
  position: absolute;
  right: 8%;
  bottom: 3%;
  color: rgba(203, 168, 95, .18);
  font-family: var(--latin);
  font-size: 90px;
}

.book {
  position: relative;
  z-index: 1;
  width: 46%;
  aspect-ratio: .68;
  padding: 34px 26px;
  color: var(--ivory);
  background:
    linear-gradient(115deg, rgba(255,255,255,.12), transparent 20%),
    #102f36;
  border-left: 8px solid #091b22;
  box-shadow: 26px 30px 36px rgba(0, 0, 0, .32);
  transform: perspective(800px) rotateY(-12deg) rotateZ(3deg);
}

.book::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(226, 201, 130, .35);
}

.book span,
.book small {
  position: relative;
  display: block;
  color: var(--gold-light);
  font-family: var(--latin);
  font-size: 10px;
  letter-spacing: .2em;
}

.book strong {
  position: relative;
  display: block;
  margin: 30% 0;
  font-family: var(--latin);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 400;
  line-height: .9;
}

.orbit {
  position: relative;
  z-index: 1;
  display: grid;
  width: 210px;
  height: 210px;
  place-items: center;
  border: 1px solid rgba(226, 201, 130, .25);
  border-radius: 50%;
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(122, 182, 180, .25);
  border-radius: 50%;
}

.orbit::before { inset: 28px -26px; }
.orbit::after { inset: -26px 28px; }

.orbit span {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  color: var(--ink);
  background: var(--gold-light);
  font-family: var(--latin);
  font-size: 52px;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(226, 201, 130, .28);
}

.orbit i {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #8db2ad;
  border-radius: 50%;
  box-shadow: 0 0 12px #8db2ad;
}

.orbit i:nth-of-type(1) { top: 10%; left: 14%; }
.orbit i:nth-of-type(2) { top: 20%; right: -4%; }
.orbit i:nth-of-type(3) { right: 18%; bottom: 5%; }
.orbit i:nth-of-type(4) { bottom: 26%; left: -5%; }

.price-note {
  display: grid;
  grid-template-columns: 1.2fr .8fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 70px;
  padding: 34px 38px;
  background: rgba(232, 223, 208, .65);
  border-left: 3px solid var(--gold);
}

.price-note p {
  margin: 0;
}

.price-note strong {
  font-family: var(--serif);
}

.price-note a {
  color: #8a6b2c;
  font-weight: 700;
}

.profile {
  background: var(--paper-deep);
}

.profile-card {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  min-height: 540px;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.profile-portrait {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  color: var(--ivory);
  background:
    linear-gradient(rgba(5, 25, 32, .2), rgba(5, 25, 32, .72)),
    url("assets/bally-night-forest.webp") center / cover;
  overflow: hidden;
}

.portrait-moon {
  position: absolute;
  top: 18%;
  width: 220px;
  height: 220px;
  background: rgba(226, 201, 130, .1);
  border: 1px solid rgba(226, 201, 130, .35);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(226, 201, 130, .13);
}

.portrait-letter {
  position: relative;
  z-index: 1;
  color: var(--gold-light);
  font-family: var(--latin);
  font-size: 180px;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 20px 45px rgba(0, 0, 0, .25);
}

.profile-portrait p {
  position: relative;
  z-index: 1;
  margin: 15px 0 0;
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: .24em;
  text-align: center;
}

.profile-portrait small {
  color: var(--gold-light);
  font-family: var(--latin);
  font-size: 10px;
}

.profile-copy {
  padding: 70px 68px;
}

.profile-copy h3 {
  margin: 0 0 32px;
  font-family: var(--latin);
  font-size: 54px;
  font-weight: 500;
}

.profile-copy h3 span {
  margin-left: 12px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.profile-copy > p:not(.role) {
  color: rgba(16, 37, 45, .72);
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 32px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.profile-facts div {
  padding: 20px 14px 18px;
  text-align: center;
}

.profile-facts div + div {
  border-left: 1px solid var(--line);
}

.profile-facts dt {
  color: var(--forest);
  font-family: var(--latin);
  font-size: 34px;
  line-height: 1;
}

.profile-facts dt small {
  margin-left: 3px;
  color: #8a6b2c;
  font-family: var(--serif);
  font-size: 11px;
}

.profile-facts dd {
  margin: 8px 0 0;
  color: rgba(16, 37, 45, .62);
  font-size: 11px;
}

.skill-tags {
  margin: 34px 0 0;
}

.skill-tags li {
  padding: 5px 13px;
  color: var(--forest);
  font-family: var(--latin);
  font-size: 13px;
  border: 1px solid rgba(16, 37, 45, .28);
  border-radius: 999px;
}

.flow-list {
  max-width: 950px;
  padding: 0;
  margin: 0 0 0 auto;
  list-style: none;
  border-top: 1px solid var(--line);
}

.flow-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 40px;
  padding: 42px 10px;
  border-bottom: 1px solid var(--line);
}

.flow-list li > span {
  color: var(--gold);
  font-family: var(--latin);
  font-size: 38px;
  font-style: italic;
}

.flow-list h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 24px;
}

.flow-list p {
  margin: 0;
  color: rgba(16, 37, 45, .68);
}

.faq {
  color: var(--ivory);
  background: var(--ink);
}

.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 8%;
}

.faq .section-heading h2 {
  color: var(--ivory);
}

.faq-list {
  border-top: 1px solid rgba(249, 245, 237, .18);
}

.faq details {
  border-bottom: 1px solid rgba(249, 245, 237, .18);
}

.faq summary {
  display: grid;
  grid-template-columns: 36px 1fr 24px;
  gap: 16px;
  align-items: center;
  padding: 27px 0;
  font-family: var(--serif);
  font-size: 18px;
  cursor: pointer;
  list-style: none;
}

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

.faq summary b,
.faq details > div > b {
  color: var(--gold-light);
  font-family: var(--latin);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.faq summary span,
.faq summary span::after {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--gold-light);
  transition: transform .25s ease;
}

.faq summary span::after {
  content: "";
  transform: rotate(90deg);
}

.faq details[open] summary span::after {
  transform: rotate(0);
}

.faq details > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 0 40px 28px 0;
  color: rgba(249, 245, 237, .7);
}

.faq details p {
  margin: 0;
}

.contact {
  color: var(--ivory);
  background:
    linear-gradient(120deg, rgba(5, 23, 29, .92), rgba(12, 56, 52, .84)),
    url("assets/bally-night-forest.webp") center / cover;
  overflow: hidden;
}

.contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 10%;
  align-items: start;
}

.contact-intro {
  color: rgba(249, 245, 237, .78);
  font-family: var(--serif);
  font-size: 20px;
}

.contact-meta {
  display: flex;
  gap: 35px;
  margin-top: 45px;
}

.contact-meta p {
  margin: 0;
}

.contact-meta small {
  display: block;
  color: var(--gold-light);
  font-family: var(--latin);
  font-size: 11px;
  letter-spacing: .18em;
}

.contact-channels {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-channel {
  display: block;
  padding: 18px 20px;
  background: rgba(7, 25, 33, .48);
  border: 1px solid rgba(226, 201, 130, .22);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.contact-channel:hover {
  background: rgba(7, 25, 33, .72);
  border-color: rgba(226, 201, 130, .6);
  transform: translateY(-2px);
}

.contact-channel small,
.contact-channel span {
  display: block;
}

.contact-channel small {
  color: var(--gold-light);
  font-family: var(--latin);
  font-size: 10px;
  letter-spacing: .18em;
}

.contact-channel strong {
  display: block;
  margin: 3px 0;
  font-family: var(--serif);
  font-size: 18px;
}

.contact-channel span {
  color: rgba(249, 245, 237, .62);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.contact-form {
  padding: 48px;
  background: rgba(7, 25, 33, .7);
  border: 1px solid rgba(226, 201, 130, .25);
  backdrop-filter: blur(12px);
}

.contact-form label {
  display: block;
  margin-bottom: 24px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 13px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 0;
  color: var(--ivory);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(249, 245, 237, .28);
  border-radius: 0;
  outline: 0;
  resize: vertical;
  transition: border .2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold-light);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(249, 245, 237, .35);
}

.contact-form .privacy-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(249, 245, 237, .68);
  font-size: 12px;
  line-height: 1.7;
}

.contact-form .privacy-consent input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--gold);
}

.contact-form .privacy-consent span {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.privacy-consent a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-note {
  margin: 16px 0 0;
  color: rgba(249, 245, 237, .48);
  font-size: 12px;
}

.form-status {
  min-height: 28px;
  margin: 8px 0 0;
  color: var(--gold-light);
  font-family: var(--serif);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 55px clamp(24px, 6vw, 90px) 36px;
  color: rgba(249, 245, 237, .78);
  background: #06151b;
}

.site-footer nav {
  display: flex;
  gap: 24px;
  font-size: 13px;
}

.site-footer > p {
  grid-column: 1 / -1;
  padding-top: 24px;
  margin: 0;
  color: rgba(249, 245, 237, .4);
  font-family: var(--latin);
  font-size: 12px;
  letter-spacing: .08em;
  border-top: 1px solid rgba(249, 245, 237, .1);
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 8%, rgba(203, 168, 95, .1), transparent 25%),
    var(--paper);
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 clamp(20px, 6vw, 80px);
  color: var(--ivory);
  background: var(--ink-deep);
}

.legal-back {
  padding-bottom: 3px;
  color: var(--gold-light);
  font-size: 13px;
  border-bottom: 1px solid rgba(226, 201, 130, .5);
}

.legal-main {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 0 120px;
}

.legal-main h1 {
  margin: 8px 0 24px;
  font-family: var(--serif);
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 500;
}

.legal-lead {
  margin: 0 0 60px;
  color: rgba(16, 37, 45, .7);
  font-family: var(--serif);
  font-size: 18px;
}

.legal-main section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-main section:last-of-type {
  border-bottom: 1px solid var(--line);
}

.legal-main h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
}

.legal-main section p {
  margin: 0;
  color: rgba(16, 37, 45, .72);
}

.legal-main section a {
  color: #806020;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-date {
  margin: 32px 0 0;
  color: rgba(16, 37, 45, .55);
  font-size: 13px;
  text-align: right;
}

.legal-footer {
  padding: 34px 20px;
  color: rgba(249, 245, 237, .5);
  background: #06151b;
  font-family: var(--latin);
  font-size: 12px;
  letter-spacing: .08em;
  text-align: center;
}

.legal-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.22, 1, .36, 1);
}

.reveal-delay-1 {
  transition-delay: 70ms;
}

.reveal-delay-2 {
  transition-delay: 140ms;
}

.reveal-delay-3 {
  transition-delay: 210ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes starDrift {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 180px 150px, -250px 220px, 210px -230px; }
}

@media (max-width: 1050px) {
  .site-header {
    height: 70px;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 12px 7px;
    color: inherit;
    background: transparent;
    border: 0;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 29px;
    height: 1px;
    margin: auto;
    background: currentColor;
    transition: transform .25s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .global-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    font-family: var(--serif);
    font-size: 20px;
    background: rgba(6, 21, 27, .98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .global-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero-inner {
    width: min(var(--max), calc(100% - 64px));
  }

  .service-card,
  .service-card-reverse {
    grid-template-columns: 58px 1fr;
  }

  .service-card .service-visual,
  .service-card-reverse .service-visual {
    grid-column: 2;
    grid-row: auto;
  }

  .service-card .service-main,
  .service-card-reverse .service-main {
    grid-column: 2;
    grid-row: auto;
  }

  .service-index {
    grid-row: 1 / span 2;
  }

  .price-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  body {
    font-size: 15px;
  }

  .site-header {
    padding: 0 20px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 19px;
  }

  .hero {
    min-height: 740px;
    height: 100svh;
    background-position: 62% center;
  }

  .hero-inner {
    width: calc(100% - 40px);
    padding-top: 62px;
  }

  .hero-kicker {
    margin-bottom: 24px;
    font-size: 10px;
  }

  .hero-kicker i {
    width: 35px;
    margin: 0 10px;
  }

  .hero-kicker em {
    max-width: 190px;
    line-height: 1.4;
  }

  .hero h1 {
    font-size: clamp(40px, 11vw, 54px);
    line-height: 1.28;
  }

  .hero h1 span:nth-child(2) {
    margin-left: .1em;
    white-space: nowrap;
  }

  .hero h1 b {
    font-size: 1em;
  }

  .hero-copy {
    margin-top: 28px;
    font-size: 15px;
  }

  .hero-tags {
    gap: 6px;
  }

  .hero-tags li {
    padding: 3px 11px;
    font-size: 10px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(280px, 100%);
  }

  .button {
    min-height: 50px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 100px 0;
  }

  .section-shell {
    width: calc(100% - 40px);
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .section-heading h2 {
    font-size: clamp(35px, 10vw, 46px);
  }

  .section-heading > p:last-child br {
    display: none;
  }

  .concern-grid {
    grid-template-columns: 1fr;
  }

  .concern-card {
    min-height: 0;
    padding: 38px 28px;
  }

  .concern-card h3 {
    font-size: 23px;
  }

  .about {
    background-attachment: scroll;
  }

  .about-layout,
  .profile-card,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .about-layout,
  .contact-layout {
    gap: 60px;
  }

  .atelier-note {
    padding: 40px 28px;
  }

  .service-card,
  .service-card-reverse {
    grid-template-columns: 42px 1fr;
    gap: 18px;
    padding: 60px 0;
  }

  .service-visual {
    min-height: 300px;
  }

  .service-main h3 {
    font-size: 31px;
  }

  .book {
    width: 48%;
  }

  .price-note {
    padding: 28px 24px;
  }

  .profile-portrait {
    min-height: 420px;
  }

  .profile-copy {
    padding: 45px 28px;
  }

  .profile-copy h3 {
    font-size: 46px;
  }

  .profile-facts {
    grid-template-columns: 1fr;
  }

  .profile-facts div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 16px 4px;
    text-align: left;
  }

  .profile-facts div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .profile-facts dd {
    margin: 0;
  }

  .flow-list li {
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }

  .flow-list li > span {
    font-size: 29px;
  }

  .faq-layout {
    gap: 20px;
  }

  .faq summary {
    grid-template-columns: 30px 1fr 20px;
    gap: 10px;
    font-size: 16px;
  }

  .contact-form {
    padding: 34px 24px;
  }

  .contact-meta {
    flex-direction: column;
    gap: 16px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .legal-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .legal-main {
    padding: 70px 0 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
