:root {
  --forest: #10251f;
  --forest-2: #17342c;
  --forest-3: #22473b;
  --paper: #f5f0e6;
  --paper-2: #e9e1d4;
  --cream: #fffaf1;
  --white: #fffdf8;
  --ink: #17211d;
  --muted: #66716c;
  --line: rgba(23, 33, 29, 0.16);
  --line-light: rgba(255, 253, 248, 0.17);
  --coral: #d65c42;
  --coral-dark: #b94732;
  --peach: #f3b4a0;
  --gold: #d6b36a;
  --radius: 2px;
  --container: 1480px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

p,
h1,
h2,
h3,
blockquote,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.container {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding-inline: clamp(20px, 3.6vw, 56px);
}

.skip-link {
  position: fixed;
  top: -70px;
  left: 18px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--white);
  color: var(--ink);
}

.skip-link:focus {
  top: 18px;
}

.notice {
  background: #0b1b17;
  color: rgba(255, 253, 248, 0.68);
}

.notice-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.notice p {
  margin: 0;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 240, 230, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.brand span {
  color: var(--coral-dark);
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.8vw, 42px);
}

.site-header nav a {
  color: #43504a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.site-header nav a:hover,
.text-link:hover,
.footer-links a:hover {
  color: var(--coral-dark);
}

.header-cta {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 11px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--forest);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.header-cta-short {
  display: none;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 18%, rgba(214, 179, 106, 0.12), transparent 27%),
    var(--forest);
  color: var(--white);
}

.hero-inner {
  min-height: 790px;
  padding-block: clamp(72px, 8vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--coral-dark);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--peach);
}

.hero h1,
.split-heading h2,
.authority h2,
.method h2,
.seasonal h2,
.analysis h2,
.fit h2,
.process h2,
.faq h2,
.application h2,
.privacy h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 860px;
  margin-bottom: 30px;
  font-size: clamp(3.45rem, 5.15vw, 5.75rem);
}

.hero h1 em,
.split-heading h2 em,
.method h2 em {
  display: block;
  color: var(--peach);
  font-style: normal;
}

.hero-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(255, 253, 248, 0.75);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.button {
  min-height: 52px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid transparent;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

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

.button-accent {
  background: var(--coral);
  color: var(--white);
}

.button-accent:hover {
  background: var(--coral-dark);
}

.button-ghost {
  border-color: rgba(255, 253, 248, 0.4);
  color: var(--white);
}

.button-ghost:hover {
  background: var(--white);
  color: var(--forest);
}

.text-link {
  padding-block: 5px;
  border-bottom: 1px solid currentColor;
  color: #405049;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.text-link-light {
  color: rgba(255, 253, 248, 0.74);
}

.text-link-light:hover {
  color: var(--white);
}

.hero-note {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 253, 248, 0.47);
  font-size: 0.73rem;
}

.profile-card {
  width: 100%;
  max-width: 510px;
  min-width: 0;
  margin-left: auto;
  position: relative;
}

.profile-card::before {
  content: "";
  width: 56%;
  height: 56%;
  position: absolute;
  top: -24px;
  right: -24px;
  border: 1px solid rgba(243, 180, 160, 0.26);
  pointer-events: none;
}

.profile-photo {
  height: clamp(500px, 52vw, 620px);
  max-height: 620px;
  position: relative;
  overflow: hidden;
  background: var(--forest-3);
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
}

.profile-photo-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(11, 27, 23, 0.88));
}

.profile-caption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 2;
}

.profile-caption span {
  display: block;
  margin-bottom: 2px;
  color: var(--peach);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-caption strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 500;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  background: var(--forest-2);
}

.profile-facts div {
  min-width: 0;
  padding: 18px 14px 20px;
  border-right: 1px solid var(--line-light);
}

.profile-facts div:last-child {
  border-right: 0;
}

.profile-facts strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1;
}

.profile-facts span {
  display: block;
  color: rgba(255, 253, 248, 0.53);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.35;
  text-transform: uppercase;
}

.record {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.record-inner {
  padding-block: 24px;
  display: grid;
  grid-template-columns: minmax(320px, 1.4fr) repeat(3, minmax(150px, 0.55fr));
}

.record-brand,
.record-city {
  min-height: 88px;
  display: flex;
  align-items: center;
}

.record-brand {
  min-width: 0;
  gap: 26px;
  padding-right: 30px;
}

.record-brand img {
  width: 112px;
  height: 70px;
  flex: 0 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.record-brand p {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.record-city {
  padding-left: 26px;
  border-left: 1px solid var(--line);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.record-city span {
  margin-bottom: 7px;
  color: var(--coral-dark);
  font-size: 0.64rem;
  font-weight: 800;
}

.record-city strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.section {
  padding-block: clamp(90px, 10vw, 150px);
}

.section-problem {
  background: var(--paper);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.23fr) minmax(300px, 0.57fr);
  gap: clamp(48px, 9vw, 132px);
  align-items: end;
}

.split-heading h2,
.authority h2,
.method h2,
.seasonal h2,
.analysis h2,
.fit h2,
.process h2,
.application h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 4.8vw, 5.25rem);
}

.split-heading h2 {
  max-width: 880px;
}

.split-heading h2 em {
  color: var(--coral-dark);
}

.split-copy {
  max-width: 520px;
}

.split-copy p {
  margin-bottom: 18px;
  color: #58635e;
  font-size: 0.96rem;
  line-height: 1.72;
}

.split-copy p:last-child {
  margin-bottom: 0;
}

.journey {
  margin-top: clamp(58px, 7vw, 90px);
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.36);
}

.journey article {
  min-width: 0;
  min-height: 245px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.journey span,
.method-grid article > span,
.process-list > li > span {
  color: var(--coral-dark);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.journey h3 {
  margin: auto 0 10px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.journey p {
  margin: 0;
  color: #68726e;
  font-size: 0.78rem;
  line-height: 1.55;
}

.authority {
  background: var(--forest);
  color: var(--white);
}

.authority-inner {
  padding-block: clamp(90px, 10vw, 150px);
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.12fr);
  gap: clamp(52px, 8vw, 116px);
  align-items: center;
}

.operation-photo {
  width: 100%;
  max-width: 550px;
  margin: 0;
  position: relative;
}

.operation-photo::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(243, 180, 160, 0.23);
  z-index: 0;
}

.operation-photo img {
  width: 100%;
  height: clamp(590px, 62vw, 760px);
  max-height: 760px;
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: 50% 47%;
}

.operation-photo figcaption {
  padding: 9px 12px;
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(11, 27, 23, 0.82);
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.authority-copy {
  min-width: 0;
}

.authority h2 {
  max-width: 850px;
}

.authority-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.95rem;
  line-height: 1.78;
}

.authority-copy strong {
  color: var(--white);
}

.authority-copy .authority-lead {
  margin: 34px 0 26px;
  color: var(--white);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.62rem);
  letter-spacing: -0.025em;
  line-height: 1.42;
}

.authority blockquote {
  max-width: 760px;
  margin: 38px 0 0;
  padding: 22px 0 0 26px;
  border-top: 1px solid var(--line-light);
  border-left: 3px solid var(--coral);
  color: #f2cec2;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5;
}

.method {
  background: var(--white);
}

.method-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.55fr);
  gap: clamp(48px, 9vw, 132px);
  align-items: end;
}

.method-intro > p {
  max-width: 520px;
  margin: 0 0 8px;
  color: #5c6762;
  font-size: 1rem;
  line-height: 1.72;
}

.method h2 {
  max-width: 900px;
}

.method h2 em {
  color: var(--coral-dark);
}

.method-grid {
  margin-top: clamp(60px, 8vw, 96px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.method-grid article {
  min-width: 0;
  min-height: 340px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-label {
  margin: 42px 0 9px;
  color: var(--coral-dark);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.method-grid h3 {
  margin-bottom: 16px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.method-grid article > p:last-child {
  margin: auto 0 0;
  color: #66716c;
  font-size: 0.86rem;
  line-height: 1.64;
}

.seasonal {
  padding-block: clamp(90px, 10vw, 145px);
  background:
    linear-gradient(90deg, rgba(23, 52, 44, 0.94), rgba(16, 37, 31, 0.98)),
    var(--forest);
  color: var(--white);
}

.seasonal-heading {
  max-width: 990px;
}

.seasonal h2 {
  max-width: 960px;
}

.seasonal-heading > p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 253, 248, 0.66);
}

.seasonal-steps {
  margin-top: clamp(58px, 7vw, 84px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.seasonal-steps article {
  min-width: 0;
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.seasonal-steps article:first-child {
  background: var(--coral);
}

.seasonal-steps span {
  color: var(--peach);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.seasonal-steps article:first-child span {
  color: rgba(255, 253, 248, 0.72);
}

.seasonal-steps h3 {
  margin: auto 0 14px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.seasonal-steps p {
  margin: 0;
  color: rgba(255, 253, 248, 0.64);
  font-size: 0.86rem;
}

.seasonal-steps article:first-child p {
  color: rgba(255, 253, 248, 0.82);
}

.analysis {
  background: var(--paper);
}

.analysis-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: clamp(52px, 9vw, 132px);
  align-items: center;
}

.analysis-copy {
  min-width: 0;
}

.analysis h2 {
  max-width: 780px;
}

.analysis-copy > p {
  max-width: 690px;
  color: #5e6964;
  line-height: 1.74;
}

.analysis-copy .analysis-lead {
  margin: 30px 0 20px;
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.deliverables {
  padding: clamp(28px, 4vw, 42px);
  background: var(--forest);
  color: var(--white);
}

.deliverables-title {
  margin-bottom: 26px;
  color: var(--peach);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

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

.deliverables li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid var(--line-light);
}

.deliverables li > span {
  color: var(--peach);
  font-size: 0.62rem;
  font-weight: 800;
}

.deliverables strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 500;
}

.deliverables li p {
  margin: 0;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.78rem;
  line-height: 1.55;
}

.fit {
  padding-block: clamp(90px, 10vw, 145px);
  background: var(--paper-2);
}

.fit-heading {
  max-width: 900px;
  margin-bottom: clamp(52px, 7vw, 80px);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fit-card {
  min-width: 0;
  padding: clamp(34px, 5vw, 68px);
}

.fit-card-yes {
  background: var(--forest);
  color: var(--white);
}

.fit-card-no {
  border: 1px solid var(--line);
  border-left: 0;
  background: rgba(255, 253, 248, 0.35);
}

.fit-label {
  margin-bottom: 32px;
  color: var(--peach);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fit-card-no .fit-label {
  color: var(--coral-dark);
}

.fit ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit li {
  max-width: 610px;
  padding: 18px 0 18px 30px;
  position: relative;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.92rem;
}

.fit-card-no li {
  border-color: var(--line);
  color: #59635e;
}

.fit li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: var(--peach);
  font-weight: 800;
}

.fit-card-no li::before {
  content: "×";
  color: var(--coral-dark);
}

.process {
  background: var(--white);
}

.process-heading {
  max-width: 980px;
}

.process-list {
  margin: clamp(58px, 7vw, 84px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-list > li {
  min-width: 0;
  min-height: 290px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-list h3 {
  margin-bottom: 12px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.68rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.process-list p {
  margin: 0;
  color: #65706b;
  font-size: 0.84rem;
}

.faq {
  padding-block: clamp(90px, 10vw, 145px);
  background: var(--paper);
}

.faq-inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1.15fr);
  gap: clamp(52px, 9vw, 132px);
}

.faq h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.7vw, 5rem);
}

.faq-list {
  min-width: 0;
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  padding: 22px 44px 22px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  top: 21px;
  right: 6px;
  color: var(--coral-dark);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 740px;
  padding: 0 34px 24px 0;
  margin: 0;
  color: #5d6863;
  font-size: 0.9rem;
  line-height: 1.7;
}

.application {
  background: var(--coral-dark);
  color: var(--white);
}

.application-inner {
  padding-block: clamp(90px, 10vw, 145px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  gap: clamp(52px, 9vw, 132px);
  align-items: center;
}

.application-copy {
  min-width: 0;
}

.application h2 {
  max-width: 850px;
}

.application-copy > p:last-child {
  max-width: 670px;
  margin: 30px 0 0;
  color: rgba(255, 253, 248, 0.74);
}

.application-card {
  min-width: 0;
  padding: clamp(28px, 4vw, 42px);
  background: var(--forest);
}

.application-status {
  margin-bottom: 24px;
  color: var(--peach);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.application-card h3 {
  margin-bottom: 18px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.application-card > p:not(.application-status) {
  color: rgba(255, 253, 248, 0.64);
  font-size: 0.88rem;
}

.application-tags {
  margin: 28px 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.application-tags span {
  padding: 7px 9px;
  border: 1px solid var(--line-light);
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

footer {
  background: #0b1b17;
  color: var(--white);
}

.footer-inner {
  padding-block: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 48px;
  align-items: end;
}

.brand-footer {
  display: inline-block;
  margin-bottom: 6px;
}

footer p {
  margin: 0;
  color: rgba(255, 253, 248, 0.5);
  font-size: 0.7rem;
}

.footer-links {
  display: flex;
  gap: 24px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.71rem;
}

.copyright {
  white-space: nowrap;
}

.privacy-header {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.privacy-header .header-inner {
  min-height: 76px;
}

.privacy {
  width: min(100%, 980px);
  min-height: 75vh;
  margin: 0 auto;
  padding: 110px 24px 140px;
}

.privacy h1 {
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 7vw, 6rem);
}

.privacy .hero-lead {
  max-width: 760px;
  color: #4d5954;
}

.privacy-copy {
  margin-top: 70px;
}

.privacy-copy h2 {
  margin: 40px 0 10px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.privacy-copy p {
  color: #5c6762;
}

.privacy-copy a {
  color: var(--coral-dark);
  border-bottom: 1px solid currentColor;
}

.privacy-date {
  margin-top: 55px;
  font-size: 0.8rem;
}

@media (max-width: 1220px) {
  .site-header nav {
    display: none;
  }

  .journey {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-inner,
  .split-heading,
  .authority-inner,
  .method-intro,
  .analysis-inner,
  .faq-inner,
  .application-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-inner {
    min-height: auto;
    gap: 64px;
  }

  .hero-copy {
    max-width: 850px;
  }

  .profile-card {
    max-width: 580px;
    margin-inline: 0 auto;
  }

  .profile-photo {
    height: min(760px, 110vw);
    max-height: 760px;
  }

  .record-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .record-brand {
    grid-column: 1 / -1;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--line);
  }

  .record-city:nth-child(2) {
    border-left: 0;
  }

  .split-heading,
  .method-intro,
  .analysis-inner,
  .faq-inner,
  .application-inner {
    gap: 48px;
  }

  .authority-inner {
    gap: 76px;
  }

  .operation-photo {
    max-width: 600px;
  }

  .operation-photo img {
    height: min(820px, 115vw);
    max-height: 820px;
  }

  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seasonal-steps {
    grid-template-columns: 1fr;
  }

  .seasonal-steps article {
    min-height: 240px;
  }

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

  .fit-card-no {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .faq-heading {
    max-width: 520px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .copyright {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .notice-inner {
    justify-content: center;
    text-align: center;
  }

  .notice p:last-child {
    display: none;
  }

  .header-inner {
    min-height: 68px;
  }

  .hero-inner {
    padding-block: 68px 78px;
    gap: 54px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12.4vw, 3.6rem);
    line-height: 0.99;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .profile-card::before {
    top: -12px;
    right: -12px;
  }

  .record-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .record-brand img {
    width: 104px;
  }

  .record-city {
    padding: 18px 10px 4px;
  }

  .record-city strong {
    font-size: 0.95rem;
  }

  .section,
  .authority-inner,
  .seasonal,
  .fit,
  .faq,
  .application-inner {
    padding-block: 82px;
  }

  .split-heading h2,
  .authority h2,
  .method h2,
  .seasonal h2,
  .analysis h2,
  .fit h2,
  .process h2,
  .application h2 {
    font-size: clamp(2.45rem, 10.5vw, 3.35rem);
  }

  .journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey article {
    min-height: 220px;
  }

  .operation-photo::after {
    inset: 12px -12px -12px 12px;
  }

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

  .method-grid article {
    min-height: 300px;
  }

  .fit-card {
    padding: 36px 24px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list > li {
    min-height: 235px;
  }

  .faq h2 {
    font-size: clamp(2.5rem, 11vw, 3.3rem);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .copyright {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .brand {
    font-size: 1.16rem;
  }

  .header-cta {
    min-width: 72px;
    min-height: 38px;
    padding: 9px 12px;
  }

  .header-cta-full {
    display: none;
  }

  .header-cta-short {
    display: inline;
  }

  .hero h1 em {
    margin-top: 6px;
  }

  .button {
    width: 100%;
  }

  .profile-photo {
    height: 520px;
  }

  .profile-card::before {
    right: 0;
  }

  .profile-facts div {
    padding: 16px 9px 18px;
  }

  .profile-facts strong {
    font-size: 1.4rem;
  }

  .profile-facts span {
    font-size: 0.51rem;
  }

  .record-city strong {
    font-size: 0.77rem;
  }

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

  .journey article {
    min-height: 195px;
  }

  .operation-photo img {
    height: 560px;
  }

  .operation-photo::after {
    inset: 10px 0 -10px 10px;
  }

  .operation-photo figcaption {
    right: 9px;
    bottom: 9px;
    left: 9px;
    font-size: 0.51rem;
  }

  .authority blockquote {
    padding-left: 18px;
    font-size: 1.08rem;
  }

  .seasonal-steps article {
    padding: 25px;
  }

  .deliverables,
  .application-card {
    padding: 26px 22px;
  }

  .faq summary {
    font-size: 1.12rem;
  }

  .footer-links {
    flex-direction: column;
    gap: 8px;
  }
}

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

  .button {
    transition: none;
  }
}
