/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
    --font-serif: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
    --font-mono: "SFMono-Regular", Consolas, monospace;
    --color-white: #ffffff;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #17365d;
    --color-primary-50: #eef3f8;
    --color-primary-100: #dbe6f0;
    --color-primary-700: #173d63;
    --color-primary-900: #102640;
    --color-secondary: #486072;
    --color-secondary-50: #f7f9fa;
    --color-salon-green: #176455;
    --color-salon-green-soft: #e8f1ee;
    --color-salon-gold: #a9854f;
    --color-salon-gold-soft: #f4ecdf;
    --color-ink: #122338;
    --color-paper: #f7f5ef;
    --color-line: #d9dfdf;
    --color-background: #fbfaf7;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
}
@layer base {
  :root {
    --site-width: 1180px;
    --article-width: 760px;
    --header-height: 82px;
    --shadow-soft: 0 18px 50px rgba(18, 35, 56, 0.08);
    --shadow-card: 0 10px 34px rgba(18, 35, 56, 0.07);
  }
  *,	*::before,	*::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
    overflow-x: hidden;
  }
  body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0.015em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  body.menu-open {
    overflow: hidden;
  }
  img,	svg {
    display: block;
    max-width: 100%;
  }
  img {
    height: auto;
  }
  a {
    color: inherit;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
  }
  button,	input,	textarea,	select {
    font: inherit;
  }
  button,	a {
    -webkit-tap-highlight-color: transparent;
  }
  ::selection {
    background: #d8e8e3;
    color: var(--color-primary-900);
  }
  :focus-visible {
    outline: 3px solid rgba(23, 100, 85, 0.42);
    outline-offset: 4px;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 9999;
    padding: 10px 16px;
    border-radius: 4px;
    background: var(--color-white);
    color: var(--color-primary-900);
    box-shadow: var(--shadow-soft);
    transform: translateY(-160%);
    transition: transform 0.2s ease;
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .site-body {
    min-height: 100vh;
  }
  .site-container {
    width: min(calc(100% - 48px), var(--site-width));
    margin-inline: auto;
  }
  .site-main {
    overflow: clip;
  }
  .trust-strip {
    background: var(--color-primary-900);
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .trust-strip-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .trust-strip a {
    color: var(--color-white);
    text-decoration: none;
  }
  .trust-strip a::after {
    content: " ↗";
    color: #b8d5cd;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(18, 35, 56, 0.09);
    background: rgba(251, 250, 247, 0.94);
    backdrop-filter: blur(16px);
  }
  .header-inner {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
  }
  .site-brand,	.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--color-primary-900);
    text-decoration: none;
  }
  .brand-seal {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(18, 35, 56, 0.22);
    border-radius: 50%;
    color: var(--color-salon-green);
    flex: 0 0 auto;
  }
  .brand-seal svg {
    width: 26px;
    height: 26px;
  }
  .brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.12;
  }
  .brand-concept {
    margin-bottom: 5px;
    color: var(--color-salon-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
  }
  .brand-name {
    font-family: var(--font-serif);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  .desktop-header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .site-nav-list,	.footer-nav-list,	.footer-link-list,	.sidebar-topic-list,	.topic-card ul,	.decision-steps {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .desktop-header-actions .site-nav-list {
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .desktop-header-actions .site-nav-list a {
    position: relative;
    display: block;
    color: var(--color-primary-900);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }
  .desktop-header-actions .site-nav-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background: var(--color-salon-green);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
  }
  .desktop-header-actions .site-nav-list a:hover::after,	.desktop-header-actions .site-nav-list .current-menu-item a::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .header-youtube {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 15px;
    border: 1px solid rgba(18, 35, 56, 0.16);
    border-radius: 999px;
    color: var(--color-primary-900);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .header-youtube:hover {
    border-color: var(--color-salon-green);
    background: var(--color-salon-green-soft);
  }
  .header-youtube svg,	.footer-youtube svg,	.button-youtube svg {
    width: 19px;
    height: 19px;
  }
  .menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 9px;
    border: 1px solid rgba(18, 35, 56, 0.18);
    border-radius: 50%;
    background: transparent;
    color: var(--color-primary-900);
    cursor: pointer;
  }
  .menu-toggle svg {
    width: 100%;
    height: 100%;
  }
  .mobile-menu {
    display: none;
    border-top: 1px solid var(--color-line);
    background: var(--color-background);
    box-shadow: var(--shadow-soft);
  }
  .mobile-menu-inner {
    padding-block: 22px 30px;
  }
  .mobile-nav .site-nav-list {
    display: grid;
  }
  .mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 51px;
    border-bottom: 1px solid var(--color-line);
    font-family: var(--font-serif);
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
  }
  .mobile-youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 20px;
    border-radius: 4px;
    background: var(--color-primary-900);
    color: var(--color-white);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }
  .site-search {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 18px;
  }
  .site-search input {
    width: 100%;
    min-height: 48px;
    padding: 10px 50px 10px 15px;
    border: 1px solid var(--color-line);
    border-radius: 4px;
    background: var(--color-white);
    color: var(--color-ink);
  }
  .site-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--color-primary-700);
    cursor: pointer;
  }
  .site-search button svg {
    width: 21px;
    height: 21px;
  }
  .section-kicker {
    margin: 0 0 14px;
    color: var(--color-salon-green);
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  .section-kicker-light {
    color: #b9d8cf;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button-primary {
    background: var(--color-primary-900);
    color: var(--color-white);
    box-shadow: 0 12px 30px rgba(16, 38, 64, 0.15);
  }
  .button-primary:hover {
    background: var(--color-salon-green);
  }
  .button-quiet {
    border-color: rgba(18, 35, 56, 0.2);
    background: transparent;
    color: var(--color-primary-900);
  }
  .button-quiet:hover {
    border-color: var(--color-salon-green);
    background: var(--color-white);
  }
  .button-light {
    border-color: var(--color-white);
    background: var(--color-white);
    color: var(--color-primary-900);
  }
  .button-outline-light {
    border-color: rgba(255, 255, 255, 0.45);
    color: var(--color-white);
  }
  .button-outline-light:hover {
    border-color: var(--color-white);
    background: var(--color-white);
    color: var(--color-primary-900);
  }
  .button-youtube {
    background: #b42318;
    color: var(--color-white);
  }
  .text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary-700);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }
  .text-link span {
    transition: transform 0.2s ease;
  }
  .text-link:hover span {
    transform: translateX(4px);
  }
  .hero-section {
    position: relative;
    background: radial-gradient(circle at 83% 18%, rgba(23, 100, 85, 0.08), transparent 30%),	linear-gradient(180deg, #fbfaf7 0%, #f6f4ee 100%);
  }
  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.32;
    background-image: linear-gradient(rgba(18, 35, 56, 0.035) 1px, transparent 1px),	linear-gradient(90deg, rgba(18, 35, 56, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to right, transparent 0%, black 35%, black 100%);
    pointer-events: none;
  }
  .hero-grid {
    position: relative;
    z-index: 1;
    min-height: 680px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
    align-items: center;
    gap: 7vw;
    padding-block: 76px 86px;
  }
  .hero-copy {
    max-width: 680px;
    animation: fp-rise 0.65s ease both;
  }
  .hero-copy h1 {
    margin: 0;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0.015em;
  }
  .hero-copy h1 span {
    position: relative;
    color: var(--color-salon-green);
  }
  .hero-copy h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    background: var(--color-salon-gold);
    transform: rotate(-1deg);
  }
  .hero-lead {
    max-width: 610px;
    margin: 28px 0 0;
    color: #405569;
    font-size: 17px;
    line-height: 2;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }
  .hero-note {
    margin: 20px 0 0;
    color: #71808b;
    font-size: 12px;
  }
  .hero-panel {
    position: relative;
    padding: 32px 32px 26px;
    border: 1px solid rgba(18, 35, 56, 0.14);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 28px 28px 0 rgba(23, 100, 85, 0.07);
    animation: fp-rise 0.65s 0.12s ease both;
  }
  .hero-panel::after {
    content: "";
    position: absolute;
    top: -16px;
    right: -16px;
    width: 70px;
    height: 70px;
    border-top: 1px solid var(--color-salon-gold);
    border-right: 1px solid var(--color-salon-gold);
    pointer-events: none;
  }
  .hero-panel-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--color-line);
    color: #74818b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
  }
  .decision-steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 17px;
    min-height: 90px;
    border-bottom: 1px solid var(--color-line);
  }
  .step-number {
    color: var(--color-salon-gold);
    font-family: var(--font-serif);
    font-size: 15px;
  }
  .decision-steps strong,	.decision-steps small {
    display: block;
  }
  .decision-steps strong {
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: 21px;
  }
  .decision-steps small {
    margin-top: 2px;
    color: #65737f;
    font-size: 12px;
  }
  .hero-panel-signature {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 24px;
  }
  .signature-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-primary-900);
    color: var(--color-white);
    font-family: var(--font-serif);
    font-size: 13px;
  }
  .hero-panel-signature strong,	.hero-panel-signature small {
    display: block;
  }
  .hero-panel-signature strong {
    font-family: var(--font-serif);
    font-size: 15px;
  }
  .hero-panel-signature small {
    color: #78848d;
    font-size: 10px;
    letter-spacing: 0.06em;
  }
  .headline-section {
    padding: clamp(32px, 5vw, 58px) 0;
    background: var(--color-paper);
    border-top: 1px solid rgba(18, 35, 56, 0.08);
  }
  .headline-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
  }
  .headline-header h2 {
    margin: 2px 0 0;
    font-family: var(--font-serif);
    font-size: clamp(26px, 3vw, 38px);
    color: var(--color-primary-900);
  }
  .headline-more {
    color: var(--color-salon-green);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }
  .headline-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--color-line);
  }
  .headline-list li {
    margin: 0;
    border-bottom: 1px solid var(--color-line);
  }
  .headline-list a {
    display: grid;
    grid-template-columns: 92px minmax(72px, auto) minmax(0, 1fr) 24px;
    align-items: center;
    gap: 14px;
    padding: 15px 4px;
    color: var(--color-ink);
    text-decoration: none;
    transition: color 160ms ease, padding 160ms ease, background 160ms ease;
  }
  .headline-list a:hover {
    padding-left: 10px;
    padding-right: 10px;
    color: var(--color-salon-green);
    background: rgba(255, 255, 255, 0.7);
  }
  .headline-list time {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.04em;
    color: var(--color-secondary);
  }
  .headline-category {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--color-salon-green);
  }
  .headline-title {
    min-width: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
  }
  .headline-arrow {
    text-align: right;
    color: var(--color-salon-gold);
  }
  .headline-empty {
    padding: 20px 0;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    color: var(--color-secondary);
  }
  @media (max-width: 680px) {
    .headline-header {
      align-items: start;
    }
    .headline-list a {
      grid-template-columns: 78px 1fr 20px;
      gap: 8px 10px;
      padding: 14px 2px;
    }
    .headline-category {
      grid-column: 2;
      grid-row: 1;
    }
    .headline-title {
      grid-column: 1 / 3;
      grid-row: 2;
    }
    .headline-arrow {
      grid-column: 3;
      grid-row: 1 / 3;
    }
    .headline-more {
      font-size: 11px;
    }
  }
  .trust-facts {
    border-top: 1px solid rgba(18, 35, 56, 0.08);
    border-bottom: 1px solid rgba(18, 35, 56, 0.08);
    background: var(--color-white);
  }
  .trust-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .trust-facts-grid > div {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 32px;
    border-left: 1px solid var(--color-line);
  }
  .trust-facts-grid > div:last-child {
    border-right: 1px solid var(--color-line);
  }
  .trust-facts strong {
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: 20px;
    line-height: 1.3;
  }
  .trust-facts span {
    margin-top: 5px;
    color: #6a7984;
    font-size: 11px;
  }
  .content-section {
    padding-block: 110px;
  }
  .section-heading {
    margin-bottom: 46px;
  }
  .section-heading h2,	.case-intro h2,	.youtube-copy h2,	.profile-copy h2,	.consultation-inner h2,	.related-section h2 {
    margin: 0;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.015em;
  }
  .split-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
    align-items: end;
    gap: 10vw;
  }
  .split-heading > p {
    margin: 0;
    color: #506273;
    font-size: 15px;
    line-height: 2;
  }
  .inline-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
  }
  .topic-section {
    background: var(--color-background);
  }
  .topic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
  }
  .topic-card {
    position: relative;
    min-width: 0;
    padding: 42px 36px 38px;
    border-right: 1px solid var(--color-line);
    background: rgba(255, 255, 255, 0.55);
    transition: background 0.25s ease, transform 0.25s ease;
  }
  .topic-card:first-child {
    border-left: 1px solid var(--color-line);
  }
  .topic-card:hover {
    z-index: 1;
    background: var(--color-white);
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
  }
  .topic-icon {
    width: 52px;
    height: 52px;
    color: var(--color-salon-green);
  }
  .topic-index {
    position: absolute;
    top: 34px;
    right: 34px;
    margin: 0;
    color: var(--color-salon-gold);
    font-family: var(--font-serif);
    font-size: 13px;
  }
  .topic-card h3 {
    margin: 25px 0 13px;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: 27px;
    font-weight: 600;
  }
  .topic-card > p:not(.topic-index) {
    min-height: 88px;
    margin: 0;
    color: #566877;
    font-size: 14px;
    line-height: 1.9;
  }
  .topic-card ul {
    margin-block: 24px 28px;
    border-top: 1px solid var(--color-line);
  }
  .topic-card li {
    border-bottom: 1px solid var(--color-line);
  }
  .topic-card li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    color: #344d61;
    font-size: 13px;
    text-decoration: none;
  }
  .topic-card li a::after {
    content: "+";
    color: var(--color-salon-gold);
  }
  .featured-section {
    background: #f1f3f1;
  }
  .post-grid {
    display: grid;
    gap: 30px;
  }
  .post-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .post-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: var(--color-white);
    box-shadow: 0 1px 0 rgba(18, 35, 56, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .article-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
  }
  .article-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
    background: var(--color-primary-50);
    text-decoration: none;
  }
  .article-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .article-card:hover .article-card-media img {
    transform: scale(1.035);
  }
  .article-card-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 24px;
    background: linear-gradient(135deg, rgba(16, 38, 64, 0.98), rgba(23, 100, 85, 0.89));
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--font-serif);
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
  .article-card-placeholder::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
  }
  .placeholder-lines {
    width: 48px;
    height: 16px;
    margin-bottom: 15px;
    border-top: 1px solid var(--color-salon-gold-soft);
    border-bottom: 1px solid var(--color-salon-gold-soft);
  }
  .article-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px 25px 26px;
  }
  .article-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
  }
  .category-pill {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 9px;
    border: 1px solid rgba(23, 100, 85, 0.24);
    border-radius: 999px;
    color: var(--color-salon-green);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-decoration: none;
  }
  .article-card-meta time {
    color: #83909a;
    font-size: 10px;
  }
  .article-card h3 {
    margin: 0;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.65;
  }
  .article-card h3 a {
    text-decoration: none;
  }
  .article-card-body > p {
    margin: 13px 0 22px;
    color: #5d6e7b;
    font-size: 13px;
    line-height: 1.9;
  }
  .article-card-body .text-link {
    margin-top: auto;
  }
  .case-study-section {
    position: relative;
    padding-block: 110px;
    background: var(--color-primary-900);
    color: var(--color-white);
    overflow: hidden;
  }
  .case-study-section::after {
    content: "CASE";
    position: absolute;
    right: -10px;
    bottom: -68px;
    color: rgba(255, 255, 255, 0.035);
    font-family: var(--font-serif);
    font-size: clamp(150px, 23vw, 330px);
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
  }
  .case-study-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    align-items: center;
    gap: 9vw;
  }
  .case-intro h2 {
    color: var(--color-white);
  }
  .case-intro > p:last-child {
    max-width: 430px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 2;
  }
  .case-note-card {
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(8px);
  }
  .case-label {
    display: inline-flex;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    color: #cae0da;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
  }
  .case-note-card h3 {
    margin: 21px 0 14px;
    font-family: var(--font-serif);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.55;
  }
  .case-note-card p {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 2;
  }
  .youtube-section {
    background: var(--color-white);
  }
  .youtube-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 8vw;
  }
  .youtube-visual {
    padding: 28px;
    background: var(--color-paper);
  }
  .youtube-screen {
    position: relative;
    aspect-ratio: 16 / 10;
    display: grid;
    place-items: center;
    padding: 28px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(16, 38, 64, 0.98), rgba(23, 59, 89, 0.93));
    color: var(--color-white);
  }
  .youtube-screen::before,	.youtube-screen::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
  }
  .youtube-screen::before {
    width: 260px;
    height: 260px;
    right: -90px;
    top: -100px;
  }
  .youtube-screen::after {
    width: 170px;
    height: 170px;
    left: -70px;
    bottom: -90px;
  }
  .youtube-small-label {
    position: absolute;
    top: 24px;
    left: 25px;
    font-size: 9px;
    letter-spacing: 0.15em;
  }
  .youtube-caption {
    position: absolute;
    left: 25px;
    bottom: 22px;
    font-family: var(--font-serif);
    font-size: 14px;
  }
  .youtube-play {
    width: 78px;
    height: 78px;
    color: rgba(255, 255, 255, 0.88);
    transition: transform 0.25s ease;
  }
  .youtube-visual:hover .youtube-play {
    transform: scale(1.06);
  }
  .youtube-copy > p:not(.section-kicker) {
    margin: 24px 0 30px;
    color: #526575;
    font-size: 15px;
    line-height: 2;
  }
  .profile-section {
    padding-block: 105px;
    background: var(--color-paper);
  }
  .profile-grid {
    display: grid;
    grid-template-columns: 0.68fr 1.1fr;
    align-items: center;
    gap: 9vw;
  }
  .profile-portrait {
    position: relative;
    aspect-ratio: 4 / 5;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--color-primary-900);
    color: var(--color-white);
    box-shadow: 22px 22px 0 rgba(169, 133, 79, 0.15);
  }
  .profile-portrait::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    pointer-events: none;
  }
  .profile-portrait::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(10, 34, 50, 0), rgba(10, 34, 50, 0.72));
    pointer-events: none;
  }
  .profile-portrait-media,	.profile-portrait-photo {
    width: 100%;
    height: 100%;
  }
  .profile-portrait-photo {
    display: block;
    object-fit: cover;
    object-position: center 28%;
    filter: saturate(0.9) contrast(0.98);
  }
  .profile-monogram {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .profile-monogram span,	.profile-monogram strong {
    display: block;
  }
  .profile-monogram span {
    font-family: var(--font-serif);
    font-size: 74px;
    font-weight: 500;
    line-height: 1;
  }
  .profile-monogram strong {
    margin-top: 10px;
    color: #c6ddd7;
    font-size: 11px;
    letter-spacing: 0.24em;
  }
  .profile-portrait > p {
    position: absolute;
    z-index: 3;
    left: 28px;
    bottom: 22px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
  }
  .profile-role,	.author-card-role {
    color: var(--color-salon-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
  }
  .profile-copy > p:not(.section-kicker):not(.profile-role) {
    max-width: 650px;
    margin: 22px 0 0;
    color: #536676;
    font-size: 15px;
    line-height: 2.15;
  }
  .profile-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-block: 27px;
  }
  .profile-specialties span {
    padding: 7px 11px;
    border: 1px solid rgba(18, 35, 56, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: #465c6e;
    font-size: 11px;
    font-weight: 700;
  }
  .latest-section {
    background: var(--color-background);
  }
  .mobile-section-link {
    display: none;
    margin-top: 30px;
    text-align: center;
  }
  .consultation-band {
    padding-block: 72px;
    background: var(--color-salon-green);
    color: var(--color-white);
  }
  .consultation-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }
  .consultation-inner h2 {
    color: var(--color-white);
    font-size: clamp(28px, 3.5vw, 42px);
  }
  .consultation-inner p:not(.section-kicker) {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
  }
  .site-footer {
    padding-top: 78px;
    background: #0c1d31;
    color: rgba(255, 255, 255, 0.7);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 0.7fr;
    gap: 8vw;
    padding-bottom: 60px;
  }
  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    color: var(--color-white);
  }
  .footer-brand-concept {
    color: #a8ccc3;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
  }
  .footer-brand strong {
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 600;
  }
  .footer-brand-column > p {
    max-width: 430px;
    margin: 22px 0;
    font-size: 13px;
    line-height: 2;
  }
  .footer-youtube {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-white);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }
  .footer-heading {
    margin: 3px 0 18px;
    color: var(--color-white);
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  .footer-link-list li,	.footer-nav-list li {
    margin: 10px 0;
  }
  .footer-link-list a,	.footer-nav-list a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    text-decoration: none;
  }
  .footer-link-list a:hover,	.footer-nav-list a:hover {
    color: var(--color-white);
  }
  .footer-disclaimer {
    padding-block: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-disclaimer p {
    max-width: 940px;
    margin: 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    line-height: 1.9;
  }
  .footer-bottom {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .article-header {
    padding-block: 72px 62px;
    background: var(--color-paper);
  }
  .article-header-inner {
    width: min(calc(100% - 48px), 920px);
    margin-inline: auto;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: #7b8992;
    font-size: 10px;
  }
  .breadcrumbs a {
    text-decoration: none;
  }
  .article-header .category-pill {
    margin-bottom: 18px;
  }
  .article-header h1 {
    max-width: 900px;
    margin: 0;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: 0.01em;
  }
  .article-deck {
    max-width: 760px;
    margin: 22px 0 0;
    color: #536575;
    font-size: 15px;
    line-height: 2;
  }
  .article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 22px;
    margin-top: 28px;
    color: #77858f;
    font-size: 10px;
  }
  .article-author-mini {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary-800);
    font-weight: 800;
  }
  .author-mini-mark {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-primary-900);
    color: var(--color-white);
    font-size: 9px;
  }
  .article-featured {
    width: min(calc(100% - 48px), 1080px);
    margin: 56px auto 0;
  }
  .article-featured img {
    width: 100%;
    max-height: 640px;
    object-fit: cover;
  }
  .article-layout {
    display: grid;
    grid-template-columns: minmax(0, var(--article-width)) minmax(220px, 280px);
    justify-content: center;
    align-items: start;
    gap: 7vw;
    padding-block: 74px 110px;
  }
  .article-main-column {
    min-width: 0;
  }
  .article-intro-note {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 24px;
    margin-bottom: 50px;
    padding: 22px 0;
    border-top: 1px solid var(--color-primary-900);
    border-bottom: 1px solid var(--color-line);
  }
  .article-intro-note span {
    color: var(--color-salon-green);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
  }
  .article-intro-note p {
    margin: 0;
    color: #455c6d;
    font-family: var(--font-serif);
    font-size: 14px;
    line-height: 1.9;
  }
  .article-body {
    min-width: 0;
    color: #263b4d;
    font-size: 17px;
    font-weight: 500;
    line-height: 2.05;
    overflow-wrap: anywhere;
  }
  .article-body > *:first-child {
    margin-top: 0;
  }
  .article-body p {
    margin-block: 1.45em;
  }
  .article-body h2 {
    position: relative;
    margin: 3.4em 0 1.15em;
    padding: 0 0 18px 20px;
    border-bottom: 1px solid var(--color-line);
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: clamp(25px, 3.4vw, 34px);
    font-weight: 600;
    line-height: 1.55;
  }
  .article-body h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    bottom: 21px;
    width: 3px;
    background: var(--color-salon-green);
  }
  .article-body h3 {
    margin: 2.5em 0 0.9em;
    padding-left: 16px;
    border-left: 2px solid var(--color-salon-gold);
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: clamp(21px, 2.7vw, 27px);
    font-weight: 600;
    line-height: 1.6;
  }
  .article-body h4 {
    margin: 2em 0 0.7em;
    color: var(--color-primary-900);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.7;
  }
  .article-body ul,	.article-body ol {
    margin-block: 1.5em;
    padding-left: 1.4em;
  }
  .article-body li {
    margin-block: 0.45em;
    padding-left: 0.25em;
  }
  .article-body li::marker {
    color: var(--color-salon-green);
    font-weight: 800;
  }
  .article-body a {
    color: #165b7d;
    font-weight: 700;
    text-decoration-color: rgba(22, 91, 125, 0.45);
  }
  .article-body a:hover {
    text-decoration-color: currentColor;
  }
  .article-body blockquote {
    margin: 2.2em 0;
    padding: 24px 28px;
    border: 0;
    border-left: 4px solid var(--color-salon-green);
    background: var(--color-salon-green-soft);
    color: #304d4a;
    font-family: var(--font-serif);
    font-style: normal;
  }
  .article-body blockquote p:first-child {
    margin-top: 0;
  }
  .article-body blockquote p:last-child {
    margin-bottom: 0;
  }
  .article-body figure {
    max-width: 100%;
    margin: 2.6em 0;
  }
  .article-body figure img,	.article-body > img {
    border-radius: 3px;
    box-shadow: 0 12px 34px rgba(18, 35, 56, 0.08);
  }
  .article-body figcaption,	.wp-element-caption {
    margin-top: 10px;
    color: #7c8991;
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
  }
  .article-body iframe,	.article-body .wp-block-embed__wrapper {
    max-width: 100%;
  }
  .article-body .wp-block-embed-youtube .wp-block-embed__wrapper,	.article-body .video-container {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .article-body .wp-block-embed-youtube iframe,	.article-body .video-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .article-body table,	.article-body .wp-block-table table {
    width: 100%;
    min-width: 590px;
    border-collapse: collapse;
    background: var(--color-white);
    font-size: 14px;
    line-height: 1.7;
  }
  .article-body .wp-block-table,	.article-body > table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--color-line);
  }
  .article-body th,	.article-body td {
    padding: 14px 16px;
    border-right: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    text-align: left;
    vertical-align: top;
  }
  .article-body th {
    background: var(--color-primary-50);
    color: var(--color-primary-900);
    font-weight: 800;
  }
  .article-body tr:last-child td {
    border-bottom: 0;
  }
  .article-body code {
    padding: 0.15em 0.35em;
    border-radius: 3px;
    background: #edf1f3;
    font-family: var(--font-mono);
    font-size: 0.88em;
  }
  .article-body hr {
    height: 1px;
    margin-block: 3em;
    border: 0;
    background: var(--color-line);
  }
  .fp-box {
    position: relative;
    margin: 2.3em 0;
    padding: 28px 28px 25px;
    border: 1px solid var(--color-line);
    border-left-width: 4px;
    background: var(--color-white);
    box-shadow: 0 8px 28px rgba(18, 35, 56, 0.045);
  }
  .fp-box-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px !important;
    color: var(--color-primary-900);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
  }
  .fp-box-title::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: currentColor;
  }
  .fp-box > *:last-child {
    margin-bottom: 0;
  }
  .fp-box.is-point {
    border-left-color: var(--color-salon-green);
    background: #f5faf8;
  }
  .fp-box.is-point .fp-box-title {
    color: var(--color-salon-green);
  }
  .fp-box.is-note {
    border-left-color: #9a6b32;
    background: #fbf7ef;
  }
  .fp-box.is-note .fp-box-title {
    color: #805b2e;
  }
  .fp-box.is-system {
    border-left-color: #376a92;
    background: #f2f7fa;
  }
  .fp-box.is-system .fp-box-title {
    color: #285b83;
  }
  .fp-box.is-case {
    border-left-color: #6d668a;
    background: #f7f5fa;
  }
  .fp-box.is-case .fp-box-title {
    color: #5f587d;
  }
  .fp-box.is-conclusion {
    border-left-color: var(--color-primary-900);
    background: var(--color-primary-50);
  }
  .fp-box.is-conclusion .fp-box-title {
    color: var(--color-primary-900);
  }
  .article-body details,	.faq-item {
    margin: 12px 0;
    border: 1px solid var(--color-line);
    background: var(--color-white);
  }
  .article-body summary,	.faq-question {
    position: relative;
    display: block;
    padding: 18px 50px 18px 20px;
    color: var(--color-primary-900);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }
  .article-body summary::-webkit-details-marker {
    display: none;
  }
  .article-body summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    color: var(--color-salon-green);
    font-size: 22px;
    font-weight: 500;
    transform: translateY(-50%);
  }
  .article-body details[open] summary::after {
    content: "−";
  }
  .article-body details > *:not(summary),	.faq-answer {
    margin: 0;
    padding: 0 20px 18px;
    color: #526575;
    font-size: 15px;
  }
  .article-source-policy {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    margin-top: 64px;
    padding: 24px;
    border: 1px solid var(--color-line);
    background: var(--color-secondary-50);
  }
  .article-source-policy svg {
    width: 34px;
    color: var(--color-salon-green);
  }
  .article-source-policy strong {
    color: var(--color-primary-900);
    font-size: 13px;
  }
  .article-source-policy p {
    margin: 6px 0 0;
    color: #667783;
    font-size: 11px;
    line-height: 1.8;
  }
  .article-author-card {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 30px;
    margin-top: 55px;
    padding: 34px;
    background: var(--color-paper);
  }
  .author-card-portrait {
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--color-primary-900);
    color: var(--color-white);
  }
  .author-card-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 28%;
  }
  .author-card-portrait span {
    font-family: var(--font-serif);
    font-size: 38px;
    line-height: 1;
  }
  .author-card-portrait strong {
    margin-top: 6px;
    color: #bad5cd;
    font-size: 8px;
    letter-spacing: 0.18em;
  }
  .article-author-card h2 {
    margin: 0;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 600;
  }
  .article-author-card p:not(.section-kicker):not(.author-card-role) {
    margin: 11px 0;
    color: #576978;
    font-size: 12px;
    line-height: 1.8;
  }
  .soft-cta {
    margin-top: 34px;
    padding: 38px;
    border-top: 3px solid var(--color-primary-900);
    background: var(--color-white);
    box-shadow: var(--shadow-card);
  }
  .soft-cta h2 {
    margin: 0;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
  }
  .soft-cta > p:not(.section-kicker) {
    margin: 13px 0 22px;
    color: #5b6e7c;
    font-size: 13px;
  }
  .article-sidebar {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 18px;
  }
  .sidebar-profile-card,	.sidebar-youtube-card,	.sidebar-panel,	.sidebar-search-panel {
    padding: 25px;
    border: 1px solid var(--color-line);
    background: var(--color-white);
  }
  .sidebar-profile-top {
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .sidebar-profile-photo {
    width: 42px;
    height: 42px;
    display: block;
    flex: 0 0 42px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 28%;
  }
  .sidebar-profile-top strong,	.sidebar-profile-top small {
    display: block;
  }
  .sidebar-profile-top strong {
    font-family: var(--font-serif);
    font-size: 14px;
  }
  .sidebar-profile-top small {
    color: #7f8d96;
    font-size: 8px;
    letter-spacing: 0.08em;
  }
  .sidebar-profile-card > p,	.sidebar-youtube-card > p {
    margin: 16px 0;
    color: #667784;
    font-size: 11px;
    line-height: 1.8;
  }
  .sidebar-profile-card > a,	.sidebar-youtube-card > a {
    color: var(--color-salon-green);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
  }
  .sidebar-youtube-card {
    background: var(--color-primary-900);
    color: var(--color-white);
  }
  .sidebar-youtube-card > span {
    color: #a8ccc3;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
  }
  .sidebar-youtube-card h2 {
    margin: 8px 0 0;
    font-family: var(--font-serif);
    font-size: 19px;
    font-weight: 600;
  }
  .sidebar-youtube-card > p {
    color: rgba(255, 255, 255, 0.6);
  }
  .sidebar-youtube-card > a {
    color: var(--color-white);
  }
  .related-section {
    padding-block: 90px;
    background: #f1f3f1;
  }
  .archive-hero,	.page-hero {
    padding-block: 76px 60px;
    background: var(--color-paper);
  }
  .archive-hero-inner {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 0.55fr);
    align-items: end;
    gap: 8vw;
  }
  .archive-hero h1,	.page-hero h1 {
    margin: 0;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 600;
    line-height: 1.35;
  }
  .archive-hero-inner > p,	.archive-description {
    margin: 0;
    color: #576a79;
    font-size: 14px;
    line-height: 2;
  }
  .archive-description p {
    margin: 0;
  }
  .archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    align-items: start;
    gap: 58px;
    padding-block: 72px 110px;
  }
  .archive-sidebar {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 18px;
  }
  .sidebar-panel .section-kicker {
    margin-bottom: 7px;
  }
  .sidebar-panel h2,	.sidebar-search-panel h2 {
    margin: 0 0 15px;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: 19px;
    font-weight: 600;
  }
  .sidebar-topic-list li {
    border-top: 1px solid var(--color-line);
  }
  .sidebar-topic-list a {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 47px;
    color: #41586a;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }
  .sidebar-topic-list a span {
    color: var(--color-salon-gold);
    font-family: var(--font-serif);
    font-size: 10px;
  }
  .navigation.pagination {
    margin-top: 50px;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .page-numbers {
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-line);
    background: var(--color-white);
    color: var(--color-primary-900);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }
  .page-numbers.current,	.page-numbers:hover {
    border-color: var(--color-primary-900);
    background: var(--color-primary-900);
    color: var(--color-white);
  }
  .search-results,	.page-article {
    padding-block: 72px 110px;
  }
  .page-hero-inner {
    width: min(calc(100% - 48px), 920px);
    margin-inline: auto;
  }
  .page-article {
    width: min(calc(100% - 48px), var(--article-width));
    margin-inline: auto;
  }
  .page-featured {
    margin: 0 0 52px;
  }
  .empty-state {
    padding: 70px 30px;
    border: 1px solid var(--color-line);
    background: var(--color-white);
    text-align: center;
  }
  .empty-state h2 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 600;
  }
  .empty-state > p:not(.section-kicker) {
    color: #657783;
    font-size: 14px;
  }
  .empty-state .site-search {
    max-width: 480px;
    margin: 24px auto 0;
  }
  .not-found-section {
    padding-block: 110px;
    background: var(--color-paper);
  }
  .not-found-grid {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    align-items: center;
    gap: 8vw;
  }
  .not-found-number {
    color: rgba(23, 100, 85, 0.12);
    font-family: var(--font-serif);
    font-size: clamp(150px, 22vw, 320px);
    font-weight: 700;
    line-height: 0.8;
  }
  .not-found-copy h1 {
    margin: 0;
    color: var(--color-primary-900);
    font-family: var(--font-serif);
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 600;
    line-height: 1.5;
  }
  .not-found-copy > p:not(.section-kicker) {
    margin: 20px 0;
    color: #5b6d7b;
    font-size: 14px;
    line-height: 2;
  }
  .not-found-copy .site-search {
    max-width: 500px;
    margin-block: 24px;
  }
  @keyframes fp-rise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media (max-width: 1120px) {
    .desktop-header-actions .site-nav-list {
      gap: 17px;
    }
    .desktop-header-actions .site-nav-list a {
      font-size: 12px;
    }
    .header-youtube {
      display: none;
    }
    .hero-grid {
      gap: 5vw;
    }
    .article-layout {
      grid-template-columns: minmax(0, var(--article-width)) 230px;
      gap: 42px;
    }
  }
  @media (max-width: 920px) {
    :root {
      --header-height: 70px;
    }
    .site-container {
      width: min(calc(100% - 40px), var(--site-width));
    }
    .desktop-header-actions {
      display: none;
    }
    .menu-toggle,	.mobile-menu {
      display: block;
    }
    .brand-name {
      font-size: 17px;
    }
    .hero-grid {
      min-height: auto;
      grid-template-columns: 1fr;
      gap: 58px;
      padding-block: 70px 80px;
    }
    .hero-copy {
      max-width: 720px;
    }
    .hero-panel {
      width: min(100%, 620px);
    }
    .trust-facts-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .trust-facts-grid > div:nth-child(3) {
      border-top: 1px solid var(--color-line);
    }
    .trust-facts-grid > div:nth-child(4) {
      border-top: 1px solid var(--color-line);
      border-right: 1px solid var(--color-line);
    }
    .split-heading {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .topic-grid {
      grid-template-columns: 1fr;
    }
    .topic-card {
      border-left: 1px solid var(--color-line);
      border-bottom: 1px solid var(--color-line);
    }
    .topic-card:last-child {
      border-bottom: 0;
    }
    .post-grid-three {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .case-study-grid,	.youtube-grid,	.profile-grid {
      grid-template-columns: 1fr;
      gap: 52px;
    }
    .case-intro > p:last-child {
      max-width: 620px;
    }
    .youtube-visual {
      max-width: 760px;
    }
    .profile-portrait {
      width: min(100%, 430px);
    }
    .footer-grid {
      grid-template-columns: 1.2fr 0.8fr 0.8fr;
      gap: 40px;
    }
    .article-layout {
      grid-template-columns: minmax(0, var(--article-width));
    }
    .article-sidebar {
      position: static;
      grid-template-columns: 1fr 1fr;
      max-width: var(--article-width);
    }
    .archive-layout {
      grid-template-columns: 1fr;
    }
    .archive-sidebar {
      position: static;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 680px) {
    body {
      font-size: 16px;
    }
    .site-container,	.article-header-inner,	.article-featured,	.page-hero-inner,	.page-article {
      width: min(calc(100% - 32px), var(--site-width));
    }
    .trust-strip {
      display: none;
    }
    .header-inner {
      gap: 15px;
    }
    .site-brand {
      gap: 10px;
    }
    .brand-seal {
      width: 36px;
      height: 36px;
    }
    .brand-seal svg {
      width: 22px;
      height: 22px;
    }
    .brand-concept {
      margin-bottom: 4px;
      font-size: 8px;
      letter-spacing: 0.12em;
    }
    .brand-name {
      font-size: 14px;
      letter-spacing: 0;
    }
    .menu-toggle {
      width: 41px;
      height: 41px;
      flex: 0 0 auto;
    }
    .hero-section::before {
      mask-image: none;
      opacity: 0.18;
    }
    .hero-grid {
      gap: 42px;
      padding-block: 54px 64px;
    }
    .hero-copy h1 {
      font-size: clamp(38px, 12vw, 54px);
      line-height: 1.3;
    }
    .hero-lead {
      margin-top: 22px;
      font-size: 16px;
      line-height: 1.95;
    }
    .hero-actions {
      display: grid;
      grid-template-columns: 1fr;
    }
    .hero-actions .button {
      width: 100%;
    }
    .hero-note {
      font-size: 10px;
      line-height: 1.7;
    }
    .hero-panel {
      padding: 25px 22px 22px;
      box-shadow: 13px 13px 0 rgba(23, 100, 85, 0.07);
    }
    .hero-panel::after {
      display: none;
    }
    .decision-steps li {
      grid-template-columns: 38px 1fr;
      min-height: 78px;
    }
    .decision-steps strong {
      font-size: 18px;
    }
    .trust-facts-grid > div {
      min-height: 92px;
      padding: 16px;
    }
    .trust-facts strong {
      font-size: 17px;
    }
    .trust-facts span {
      font-size: 9px;
      line-height: 1.5;
    }
    .content-section,	.case-study-section,	.profile-section {
      padding-block: 76px;
    }
    .section-heading {
      margin-bottom: 32px;
    }
    .section-heading h2,	.case-intro h2,	.youtube-copy h2,	.profile-copy h2,	.related-section h2 {
      font-size: 31px;
    }
    .split-heading > p,	.youtube-copy > p:not(.section-kicker),	.profile-copy > p:not(.section-kicker):not(.profile-role) {
      font-size: 14px;
    }
    .topic-card {
      padding: 31px 25px;
    }
    .topic-card > p:not(.topic-index) {
      min-height: auto;
    }
    .post-grid-three,	.post-grid-two {
      grid-template-columns: 1fr;
      gap: 22px;
    }
    .desktop-only {
      display: none;
    }
    .mobile-section-link {
      display: block;
    }
    .case-note-card {
      padding: 30px 24px;
    }
    .youtube-visual {
      padding: 12px;
    }
    .youtube-caption {
      font-size: 11px;
    }
    .profile-portrait {
      width: min(100%, 330px);
    }
    .profile-monogram span {
      font-size: 58px;
    }
    .consultation-inner {
      align-items: flex-start;
      flex-direction: column;
      gap: 30px;
    }
    .consultation-inner .button {
      width: 100%;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 45px 28px;
    }
    .footer-brand-column {
      grid-column: 1 / -1;
    }
    .footer-bottom {
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      gap: 2px;
      padding-block: 20px;
    }
    .footer-bottom p {
      margin: 0;
    }
    .article-header {
      padding-block: 48px 42px;
    }
    .article-header h1 {
      font-size: 34px;
      line-height: 1.48;
    }
    .article-deck {
      font-size: 14px;
    }
    .article-featured {
      margin-top: 30px;
    }
    .article-layout {
      padding-block: 48px 78px;
    }
    .article-intro-note {
      grid-template-columns: 1fr;
      gap: 8px;
      margin-bottom: 38px;
    }
    .article-body {
      font-size: 17px;
      line-height: 2;
    }
    .article-body h2 {
      margin-top: 2.8em;
      padding: 0 0 15px 15px;
      font-size: 27px;
    }
    .article-body h2::before {
      bottom: 18px;
    }
    .article-body h3 {
      font-size: 22px;
    }
    .article-body figure {
      margin: 2.1em 0;
    }
    .fp-box {
      padding: 23px 20px 21px;
    }
    .article-author-card {
      grid-template-columns: 84px 1fr;
      gap: 18px;
      padding: 24px 20px;
    }
    .author-card-portrait span {
      font-size: 26px;
    }
    .soft-cta {
      padding: 28px 22px;
    }
    .soft-cta .button {
      width: 100%;
    }
    .article-sidebar,	.archive-sidebar {
      grid-template-columns: 1fr;
    }
    .related-section {
      padding-block: 70px;
    }
    .archive-hero,	.page-hero {
      padding-block: 52px 42px;
    }
    .archive-hero-inner {
      grid-template-columns: 1fr;
      gap: 19px;
    }
    .archive-hero h1,	.page-hero h1 {
      font-size: 38px;
    }
    .archive-layout,	.search-results,	.page-article {
      padding-block: 48px 78px;
    }
    .not-found-section {
      padding-block: 70px;
    }
    .not-found-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .not-found-number {
      font-size: 130px;
    }
  }
  .article-related-links {
    margin: 48px 0 34px;
    padding: 28px 30px;
    border: 1px solid var(--color-primary-100);
    border-left: 4px solid var(--color-primary);
    border-radius: 4px;
    background: var(--color-primary-50);
  }
  .article-related-links h2 {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: none;
    font-family: var(--font-sans);
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .article-related-links ul {
    margin: 0;
    padding-left: 1.25rem;
  }
  .article-related-links li + li {
    margin-top: 8px;
  }
  .article-related-links a {
    color: var(--color-primary-700);
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  @media (max-width: 680px) {
    .article-related-links {
      margin-block: 38px 28px;
      padding: 22px 20px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    *,	*::before,	*::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
