.fascia-page {
  background:
    linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 40%, #f1f1f1 100%);
  color: #131313;
}

.model-explore--fascia {
  --model-explore-heading-color: #121212;
  --model-explore-subtitle-color: rgba(17, 17, 17, 0.34);
  --model-explore-kicker-color: #5b6c31;
  --model-explore-kicker-line: linear-gradient(90deg, #697c39, rgba(105, 124, 57, 0.16));
  --model-explore-label-color: #ffffff;
  --model-explore-value-solid: #5b6c31;
  --model-explore-value-gradient: linear-gradient(180deg, #bccd78 0%, #8fa64d 28%, #697c39 58%, #42501f 100%);
  --model-explore-value-shadow:
    0 8px 18px rgba(66, 80, 31, 0.18),
    0 1px 0 rgba(188, 205, 120, 0.18);
  --model-explore-value-line: linear-gradient(90deg, rgba(105, 124, 57, 0.72), rgba(66, 80, 31, 0.08));
  --model-explore-dot-gradient: linear-gradient(90deg, #8fa64d 0%, #697c39 100%);
  --model-explore-accent-rgb: 105 124 57;
  --model-explore-accent-light-rgb: 160 180 91;
  --model-explore-accent-dark-rgb: 66 80 31;
}

.fascia-page .titleist-logo,
.fascia-page .titleist-nav a,
.fascia-page .titleist-dropdown__toggle,
.fascia-page .footer,
.fascia-page .footer-links a,
.fascia-page .footer-links h3,
.fascia-page .footer-country,
.fascia-page .footer-country p,
.fascia-page .footer-country small,
.fascia-page .footer .section-label,
.fascia-page .store-link,
.fascia-page .newsletter-form input,
.fascia-page .newsletter-form button {
  color: #111111;
}

.fascia-page .titleist-nav {
  gap: 22px;
}

.eyebrow-fascia {
  color: #be213a;
  letter-spacing: 0.18em;
}

.fascia-hero {
  position: relative;
  min-height: clamp(520px, 52vw, 760px);
  padding-top: var(--header-height);
  overflow: hidden;
  background: #050505;
}

.fascia-hero-media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(214, 144, 43, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.2));
}

.fascia-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.14) 22%, rgba(0, 0, 0, 0.1) 78%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0.36) 100%);
}

.fascia-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.02) brightness(0.6);
}

.fascia-hero-inner,
.fascia-story-shell,
.fascia-book-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.fascia-hero-inner {
  min-height: calc(clamp(520px, 52vw, 760px) - var(--header-height));
  display: flex;
  align-items: center;
  justify-content: center;
}

.fascia-hero-copy {
  width: min(100%, 920px);
  padding: clamp(72px, 9vw, 96px) 0 40px;
  text-align: center;
}

.fascia-hero-copy h1 {
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--headline);
  font-size: clamp(3.8rem, 8vw, 7.9rem);
  font-style: italic;
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.26);
}

.fascia-hero-copy h1 span {
  display: block;
}

.fascia-hero-outline {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.95);
  text-shadow: none;
}

.fascia-hero .eyebrow-fascia,
.fascia-hero-lead {
  color: rgba(255, 255, 255, 0.94);
}

.fascia-hero .eyebrow-fascia {
  margin-bottom: 10px;
  font-size: clamp(0.95rem, 1.5vw, 1.3rem);
}

.fascia-hero-lead {
  max-width: 640px;
  margin: 18px auto 0;
  font-size: 0.96rem;
  line-height: 1.75;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
}

.fascia-overview-section,
.fascia-story-section,
.fascia-feature-section,
.fascia-scenes-section,
.fascia-lineup-section,
.fascia-book-section {
  padding: 42px 0 56px;
}

.fascia-intro-band-section {
  position: relative;
  padding: 10px 0 34px;
  background:
    linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 100%);
}

.fascia-intro-band-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 78%);
  pointer-events: none;
}

.fascia-intro-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: 48px;
  padding: 18px 34px 18px 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 245, 0.96)),
    #ffffff;
  box-shadow:
    0 24px 60px rgba(42, 28, 20, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.7) inset;
  overflow: hidden;
}

.fascia-intro-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.86), transparent 24%),
    radial-gradient(circle at bottom right, rgba(217, 25, 32, 0.06), transparent 22%);
  pointer-events: none;
}

.fascia-intro-band::after {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: calc(56% - 1px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.08), transparent);
}

.fascia-intro-band-media {
  position: relative;
  min-width: 0;
  background:
    radial-gradient(circle at 44% 52%, rgba(0, 0, 0, 0.06), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f4f4f2 100%);
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow:
    0 16px 34px rgba(28, 19, 14, 0.07),
    0 0 0 1px rgba(255, 255, 255, 0.88) inset;
  overflow: hidden;
}

.fascia-intro-band-media img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: contain;
  object-position: center;
}

.fascia-intro-band-copy {
  position: relative;
  z-index: 1;
  padding: 14px 6px 14px 0;
}

.fascia-intro-band-copy::before {
  content: "01";
  position: absolute;
  top: -18px;
  right: 0;
  color: rgba(17, 17, 17, 0.06);
  font-family: var(--headline);
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.fascia-intro-band-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #a4192d;
  font-family: var(--headline);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fascia-intro-band-kicker::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, #a4192d, rgba(164, 25, 45, 0.18));
}

.fascia-intro-band-copy h2 {
  margin: 0;
  color: #5f5f5f;
  font-size: clamp(1.6rem, 2.35vw, 2.4rem);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.fascia-intro-band-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.fascia-intro-band-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(248, 248, 247, 0.9);
  color: rgba(17, 17, 17, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(17, 17, 17, 0.04);
}

.fascia-editorial-section {
  padding: 0 0 24px;
  background: #f5f5f5;
}

.fascia-editorial-stack {
  display: grid;
  gap: 14px;
}

.fascia-editorial-stack > * {
  min-width: 0;
}

.fascia-editorial-hero,
.fascia-editorial-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #111111;
  box-shadow: 0 22px 50px rgba(17, 17, 17, 0.1);
}

.fascia-editorial-hero {
  min-height: clamp(280px, 26vw, 360px);
}

.fascia-editorial-hero img,
.fascia-editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fascia-editorial-hero img {
  position: absolute;
  inset: 0;
}

.fascia-editorial-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(34, 91, 164, 0.52) 0%, rgba(255, 255, 255, 0.06) 38%, rgba(17, 17, 17, 0.46) 100%),
    linear-gradient(90deg, rgba(16, 30, 52, 0.38), rgba(255, 255, 255, 0) 34%, rgba(255, 206, 128, 0.28) 100%);
}

.fascia-editorial-hero-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: clamp(280px, 26vw, 360px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 26px 24px 22px clamp(34px, 4.4vw, 62px);
  text-align: left;
}

.fascia-editorial-kicker {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--headline);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.fascia-editorial-hero-overlay h2 {
  margin: 0;
  max-width: min(40%, 500px);
  color: #ffffff;
  font-size: clamp(1.7rem, 3.15vw, 2.95rem);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.fascia-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fascia-editorial-card {
  aspect-ratio: 1.72 / 1;
  min-height: 0;
}

.fascia-editorial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0.12) 0%, rgba(11, 11, 11, 0.52) 100%);
}

.fascia-editorial-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.fascia-editorial-card-copy {
  max-width: min(100%, 430px);
  padding: 16px 16px 0 0;
}

.fascia-editorial-card-overlay h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.fascia-editorial-card-overlay p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: -0.01em;
  text-wrap: pretty;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.26);
}

.fascia-editorial-card--approach::after {
  display: none;
}

.fascia-editorial-card--approach .fascia-editorial-card-overlay {
  justify-content: flex-start;
  padding: clamp(22px, 2vw, 30px);
}

.fascia-editorial-card-copy--approach {
  max-width: min(100%, 520px);
  padding: 0;
}

.fascia-editorial-card-copy--approach h3 {
  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "Noto Serif JP",
    serif;
  font-size: clamp(1.32rem, 1.72vw, 1.8rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.02em;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.22),
    0 0 1px rgba(255, 255, 255, 0.22);
}

.fascia-editorial-card-copy--approach p {
  margin: 14px 0 0;
  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "Noto Serif JP",
    serif;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.82rem, 0.78vw, 0.92rem);
  font-weight: 600;
  line-height: 1.62;
  letter-spacing: 0.02em;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.2),
    0 0 1px rgba(255, 255, 255, 0.16);
}

.fascia-editorial-card-copy--approach p + p {
  margin-top: 4px;
}

.fascia-editorial-card--statement::after {
  display: none;
}

.fascia-editorial-card--statement .fascia-editorial-card-overlay {
  justify-content: flex-start;
  padding: clamp(24px, 2.2vw, 34px);
}

.fascia-editorial-card-copy--statement {
  max-width: min(50%, 320px);
  padding: 0;
}

.fascia-editorial-card-copy--statement h3 {
  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "Noto Serif JP",
    serif;
  font-size: clamp(1.34rem, 1.8vw, 1.86rem);
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.02em;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.18),
    0 0 1px rgba(255, 255, 255, 0.22);
}

.fascia-editorial-card-copy--statement p {
  margin: 14px 0 0;
  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "Noto Serif JP",
    serif;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.82rem, 0.82vw, 0.94rem);
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 0.02em;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.18),
    0 0 1px rgba(255, 255, 255, 0.18);
}

.fascia-editorial-plus {
  align-self: flex-end;
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.fascia-editorial-plus::before,
.fascia-editorial-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.fascia-editorial-plus::after {
  width: 1.5px;
  height: 12px;
}

.fascia-keys-section {
  padding: clamp(24px, 4vw, 42px) clamp(18px, 3vw, 36px) 0;
  border-radius: 28px;
  background: #f5f5f5;
}

.fascia-keys-head {
  max-width: 860px;
  margin: 0 auto 26px;
  text-align: center;
}

.fascia-keys-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
  padding: 8px 24px;
  line-height: 1;
}

.fascia-keys-logo::before,
.fascia-keys-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(46px, 7vw, 88px);
  height: 1px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.22));
}

.fascia-keys-logo::before {
  right: calc(100% + 10px);
}

.fascia-keys-logo::after {
  left: calc(100% + 10px);
  transform: scaleX(-1);
}

.fascia-keys-logo-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cb1526;
  font-family: var(--headline);
  font-size: clamp(4.4rem, 7.2vw, 6.6rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.08em;
  text-indent: -0.08em;
}

.fascia-keys-logo-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: min(100%, 430px);
  padding: 18px 28px 16px;
  border-top: 2px solid #111111;
  border-bottom: 2px solid #111111;
  color: #111111;
  font-family: "Noto Sans JP", var(--body);
  font-size: clamp(1.22rem, 2.1vw, 2.04rem);
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.fascia-keys-logo-copy::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d71920 0%, #8f111f 100%);
}

.fascia-keys-logo-copy span {
  position: relative;
  z-index: 1;
  white-space: normal;
  text-wrap: balance;
}

.fascia-keys-logo-copy span:last-child {
  color: rgba(17, 17, 17, 0.64);
  letter-spacing: 0.06em;
  font-size: 0.72em;
  font-style: normal;
}

.fascia-keys-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fascia-keys-head p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(17, 17, 17, 0.78);
  font-size: 0.98rem;
  line-height: 1.85;
  text-wrap: pretty;
}

.fascia-keys-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 920px;
  margin: 0 auto 18px;
}

.fascia-keys-tab {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 8px 8px;
  border: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.16);
  background: transparent;
  color: rgba(17, 17, 17, 0.3);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease;
}

.fascia-keys-tab:hover {
  color: rgba(17, 17, 17, 0.72);
}

.fascia-keys-tab:focus-visible {
  outline: 2px solid rgba(203, 21, 38, 0.48);
  outline-offset: 4px;
}

.fascia-keys-tab.is-active {
  border-bottom-color: rgba(17, 17, 17, 0.9);
  color: #111111;
}

.fascia-keys-panel {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 44vw, 520px);
  border-radius: 18px;
  background: #0f0f0f;
  box-shadow: 0 22px 52px rgba(20, 20, 20, 0.12);
}

.fascia-keys-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease;
}

.fascia-keys-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.68) 0%, rgba(10, 10, 10, 0.34) 34%, rgba(10, 10, 10, 0.08) 70%, rgba(10, 10, 10, 0.06) 100%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.08) 0%, rgba(10, 10, 10, 0.2) 100%);
}

.fascia-keys-panel-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: clamp(360px, 44vw, 520px);
  padding: clamp(28px, 5vw, 56px);
}

.fascia-keys-panel-copy {
  max-width: min(34%, 360px);
  color: #ffffff;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.fascia-keys-panel-copy h4 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.fascia-keys-panel-lead {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
}

.fascia-keys-panel-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.75;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
}

.fascia-keys-panel.is-updating .fascia-keys-panel-media,
.fascia-keys-panel.is-updating .fascia-keys-panel-copy {
  opacity: 0.35;
}

.fascia-keys-panel.is-updating .fascia-keys-panel-copy {
  transform: translateY(8px);
}

.fascia-style-section,
.fascia-explore-section {
  background: #f5f5f5;
}

.fascia-style-section {
  padding: 42px 0 26px;
}

.fascia-style-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.fascia-style-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  padding-left: 18px;
}

.fascia-style-mark::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: calc(100% - 8px);
  border-radius: 999px;
  background: linear-gradient(180deg, #a0b45b 0%, #5b6c31 100%);
}

.fascia-style-mark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 98px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #111111, rgba(17, 17, 17, 0.12));
}

.fascia-style-mark strong {
  color: #111111;
  font-family: var(--headline);
  font-size: clamp(2.5rem, 4.2vw, 4.2rem);
  font-style: italic;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.fascia-style-mark span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #a8b864 0%, #697c39 100%);
  color: #ffffff;
  font-size: clamp(0.94rem, 1.3vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(105, 124, 57, 0.18);
}

.fascia-style-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 36px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 800;
  white-space: nowrap;
}

.fascia-style-visual {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #121212;
  box-shadow: 0 22px 44px rgba(20, 12, 12, 0.14);
}

.fascia-style-visual img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.02);
}

.fascia-explore-section {
  padding: 20px 0 44px;
}

.fascia-explore-head {
  margin-bottom: 22px;
}

.fascia-explore-head span {
  display: block;
  color: #121212;
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
}

.fascia-explore-head h2 {
  margin: 2px 0 0;
  color: rgba(17, 17, 17, 0.34);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.fascia-explore-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fascia-explore-pager {
  display: none;
}

.fascia-explore-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 460px;
  padding: 18px 16px 14px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.94), transparent 30%),
    radial-gradient(circle at bottom left, rgba(160, 180, 91, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfbfb 0%, #efefe9 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 36px rgba(23, 17, 17, 0.08);
}

.fascia-explore-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), transparent 16%, transparent 78%, rgba(160, 180, 91, 0.22)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), transparent 24%);
  pointer-events: none;
}

.fascia-explore-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(105, 124, 57, 0.36), transparent);
}

.fascia-explore-card img {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0)),
    radial-gradient(circle at top right, rgba(160, 180, 91, 0.14), transparent 30%),
    linear-gradient(180deg, #f4f4f4 0%, #ecece8 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.54) inset,
    0 18px 30px rgba(0, 0, 0, 0.05);
}

.fascia-explore-kicker {
  position: absolute;
  top: 18px;
  left: 16px;
  z-index: 2;
  margin: 0;
  color: #5b6c31;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.fascia-explore-kicker::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #697c39, rgba(105, 124, 57, 0.16));
}

.fascia-explore-card-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin-top: 0;
}

.fascia-explore-card-copy h3 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: relative;
  padding-top: 4px;
  color: #111111;
  line-height: 1;
}

.fascia-explore-card-copy h3 span {
  display: inline-flex;
  align-items: center;
  padding: 2px 0;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 2;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.fascia-explore-card-copy h3 strong {
  font-family: var(--headline);
  font-size: clamp(2.7rem, 3.8vw, 4rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #5b6c31;
  background: linear-gradient(180deg, #bccd78 0%, #8fa64d 28%, #697c39 58%, #42501f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 8px 18px rgba(66, 80, 31, 0.18),
    0 1px 0 rgba(188, 205, 120, 0.18);
  position: relative;
}

.fascia-explore-card-copy h3 strong::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 6px;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 124, 57, 0.72), rgba(66, 80, 31, 0.08));
}

.fascia-overview-section,
.fascia-lineup-section {
  background: #f5f5f5;
}

.fascia-story-section {
  background:
    linear-gradient(180deg, #080808 0%, #121010 100%);
  color: #ffffff;
}

.fascia-feature-section {
  background:
    linear-gradient(180deg, #1a0f12 0%, #261217 36%, #f5f5f5 36%, #f5f5f5 100%);
}

.fascia-scenes-section {
  background: #f5f5f5;
}

.fascia-book-section {
  padding-top: 20px;
}

.fascia-overview-head,
.fascia-feature-head,
.fascia-scenes-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.fascia-overview-head h2,
.fascia-feature-head h2,
.fascia-scenes-head h2 {
  margin: 0 0 14px;
  font-family: var(--body);
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.fascia-overview-head p,
.fascia-story-copy p,
.fascia-feature-head p,
.fascia-book-copy p {
  color: rgba(17, 17, 17, 0.66);
  font-size: 0.98rem;
  line-height: 1.8;
}

.fascia-story-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.fascia-overview-grid,
.fascia-scenes-grid,
.fascia-lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fascia-overview-card,
.fascia-scene-card,
.fascia-lineup-card,
.fascia-book-shell {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 52px rgba(42, 28, 20, 0.09);
}

.fascia-overview-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.fascia-overview-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.fascia-overview-card-copy {
  padding: 22px 24px 26px;
}

.fascia-overview-card-copy span,
.fascia-compare-label,
.fascia-lineup-card-copy p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: rgba(17, 17, 17, 0.54);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fascia-overview-card-copy h3,
.fascia-story-item h3,
.fascia-compare-card h3,
.fascia-lineup-card-copy h3 {
  margin: 0 0 12px;
  font-family: var(--headline);
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-style: italic;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.fascia-overview-card-copy h3 {
  color: #121212;
}

.fascia-overview-card-copy p,
.fascia-story-item p,
.fascia-compare-card p,
.fascia-lineup-card-copy span,
.fascia-compare-row span {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.95rem;
  line-height: 1.75;
}

.fascia-story-copy h2,
.fascia-book-shell h2 {
  margin: 0 0 14px;
  font-family: var(--headline);
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.fascia-story-list {
  display: grid;
  gap: 14px;
}

.fascia-story-item {
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.fascia-story-item h3,
.fascia-story-item p {
  color: #ffffff;
}

.fascia-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.fascia-compare-card {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 48px rgba(50, 25, 27, 0.1);
}

.fascia-compare-card-current {
  position: relative;
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.08), rgba(255, 255, 255, 0.96)),
    rgba(255, 255, 255, 0.92);
  border-color: rgba(215, 25, 32, 0.24);
}

.fascia-compare-card-current::before {
  content: "Recommended";
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #d71920;
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fascia-compare-scale {
  height: 12px;
  margin: 18px 0 16px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
  overflow: hidden;
}

.fascia-compare-bar {
  display: block;
  width: var(--bar-size);
  height: 100%;
  border-radius: inherit;
}

.fascia-compare-bar-deep {
  background: linear-gradient(90deg, #4c4c4c 0%, #888888 100%);
}

.fascia-compare-bar-fascia {
  background: linear-gradient(90deg, #bf1d38 0%, #ea8a99 100%);
}

.fascia-compare-bar-special {
  background: linear-gradient(90deg, #261012 0%, #d71920 100%);
}

.fascia-compare-card a {
  display: inline-flex;
  margin-top: 18px;
  color: #111111;
  font-size: 0.88rem;
  font-weight: 800;
}

.fascia-compare-table {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(50, 25, 27, 0.08);
}

.fascia-compare-row {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.fascia-compare-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.fascia-compare-row strong {
  color: #111111;
  font-size: 0.95rem;
}

.fascia-scene-card {
  position: relative;
  min-height: 460px;
  background: #151212;
}

.fascia-scene-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fascia-scene-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.08) 10%, rgba(10, 10, 10, 0.66) 100%);
}

.fascia-scene-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  z-index: 1;
}

.fascia-scene-overlay h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  font-weight: 800;
  line-height: 1.45;
}

.fascia-lineup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.fascia-lineup-mark {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fascia-lineup-mark strong {
  font-family: var(--headline);
  font-size: clamp(2.7rem, 4.6vw, 4.6rem);
  font-style: italic;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.fascia-lineup-mark span {
  color: rgba(17, 17, 17, 0.54);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fascia-lineup-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 32px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
}

.fascia-lineup-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 240, 234, 0.96));
}

.fascia-lineup-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.fascia-lineup-card-copy {
  padding: 20px 22px 24px;
}

.fascia-lineup-card-copy h3 {
  margin-bottom: 10px;
}

.fascia-lineup-card-copy span {
  display: block;
}

.fascia-book-shell {
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  padding: 36px;
}

.fascia-book-copy {
  max-width: 620px;
}

@media (max-width: 1100px) {
  .fascia-intro-band {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .fascia-intro-band::after {
    display: none;
  }

  .fascia-intro-band-copy {
    padding: 0 12px 8px;
  }

  .fascia-overview-grid,
  .fascia-scenes-grid,
  .fascia-lineup-grid,
  .fascia-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fascia-style-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .fascia-explore-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .fascia-explore-grid::-webkit-scrollbar {
    display: none;
  }

  .fascia-explore-card {
    flex: 0 0 52vw;
    min-height: 440px;
    scroll-snap-align: start;
  }

  .fascia-explore-card-copy h3 strong {
    font-size: 3.45rem;
  }

  .fascia-explore-pager {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 16px;
    border: 1px solid rgba(105, 124, 57, 0.14);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.54)),
      radial-gradient(circle at top, rgba(160, 180, 91, 0.18), transparent 62%);
    box-shadow:
      0 16px 34px rgba(66, 80, 31, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    transition:
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .fascia-explore-pager.is-active {
    transform: translateY(-2px) scale(1.03);
    box-shadow:
      0 22px 42px rgba(66, 80, 31, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 1);
  }

  .fascia-explore-dot {
    position: relative;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(105, 124, 57, 0.2);
    cursor: pointer;
    transition:
      width 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      background 0.28s ease,
      box-shadow 0.34s ease,
      opacity 0.28s ease;
  }

  .fascia-explore-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.16));
    opacity: 0;
  }

  .fascia-explore-dot::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    border: 1px solid rgba(105, 124, 57, 0.18);
    opacity: 0;
    transform: scale(0.86);
    transition:
      opacity 0.28s ease,
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .fascia-explore-dot.is-current {
    width: 28px;
    background: linear-gradient(90deg, #8fa64d, #697c39);
    box-shadow: 0 8px 18px rgba(66, 80, 31, 0.24);
  }

  .fascia-explore-dot.is-current::before,
  .fascia-explore-dot.is-current::after {
    opacity: 1;
  }

  .fascia-explore-dot.is-current::after {
    transform: scale(1);
  }

  .fascia-explore-dot.is-near {
    background: rgba(105, 124, 57, 0.36);
  }

  .fascia-compare-card-current {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .fascia-page .titleist-nav {
    gap: 10px;
  }

  .fascia-keys-logo {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .fascia-keys-logo-copy {
    min-width: 0;
  }

  .fascia-editorial-hero,
  .fascia-editorial-hero-overlay {
    min-height: 360px;
  }

  .fascia-editorial-hero-overlay {
    padding-left: 28px;
  }

  .fascia-editorial-hero-overlay h2 {
    max-width: min(50%, 400px);
    font-size: clamp(1.55rem, 3.7vw, 2.2rem);
  }

  .fascia-editorial-grid {
    grid-template-columns: 1fr;
  }

  .fascia-editorial-card {
    aspect-ratio: auto;
    min-height: 260px;
  }

  .fascia-editorial-card-copy--approach {
    max-width: min(100%, 460px);
  }

  .fascia-editorial-card-copy--statement {
    max-width: min(58%, 300px);
  }

  .fascia-keys-tabs {
    gap: 18px;
  }

  .fascia-keys-panel,
  .fascia-keys-panel-overlay {
    min-height: 520px;
  }

  .fascia-keys-panel-copy {
    max-width: min(58%, 420px);
  }

  .fascia-keys-panel::after {
    background:
      linear-gradient(90deg, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.52) 46%, rgba(10, 10, 10, 0.22) 74%, rgba(10, 10, 10, 0.14) 100%),
      linear-gradient(180deg, rgba(10, 10, 10, 0.18) 0%, rgba(10, 10, 10, 0.24) 100%);
  }

  .fascia-style-visual img {
    height: 420px;
  }

  .fascia-explore-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .fascia-explore-grid::-webkit-scrollbar {
    display: none;
  }

  .fascia-explore-card {
    flex: 0 0 62vw;
    min-height: 450px;
    scroll-snap-align: start;
  }

  .fascia-explore-card-copy h3 strong {
    font-size: 3.35rem;
  }

  .fascia-explore-pager {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 16px;
    border: 1px solid rgba(105, 124, 57, 0.14);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.54)),
      radial-gradient(circle at top, rgba(160, 180, 91, 0.18), transparent 62%);
    box-shadow:
      0 16px 34px rgba(66, 80, 31, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    transition:
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .fascia-explore-pager.is-active {
    transform: translateY(-2px) scale(1.03);
    box-shadow:
      0 22px 42px rgba(66, 80, 31, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 1);
  }

  .fascia-explore-dot {
    position: relative;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(105, 124, 57, 0.2);
    cursor: pointer;
    transition:
      width 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      background 0.28s ease,
      box-shadow 0.34s ease,
      opacity 0.28s ease;
  }

  .fascia-explore-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.16));
    opacity: 0;
  }

  .fascia-explore-dot::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    border: 1px solid rgba(105, 124, 57, 0.18);
    opacity: 0;
    transform: scale(0.86);
    transition:
      opacity 0.28s ease,
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .fascia-explore-dot.is-current {
    width: 28px;
    background: linear-gradient(90deg, #8fa64d, #697c39);
    box-shadow: 0 8px 18px rgba(66, 80, 31, 0.24);
  }

  .fascia-explore-dot.is-current::before,
  .fascia-explore-dot.is-current::after {
    opacity: 1;
  }

  .fascia-explore-dot.is-current::after {
    transform: scale(1);
  }

  .fascia-explore-dot.is-near {
    background: rgba(105, 124, 57, 0.36);
  }

  .fascia-hero {
    min-height: auto;
  }

  .fascia-hero-inner,
  .fascia-story-shell,
  .fascia-book-shell {
    grid-template-columns: 1fr;
  }

  .fascia-hero-inner {
    min-height: auto;
  }

  .fascia-hero-copy {
    padding-top: 68px;
  }

  .fascia-hero-copy h1 {
    font-size: clamp(3.2rem, 13vw, 5rem);
  }

  .fascia-hero-outline {
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.95);
  }

  .fascia-compare-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .fascia-lineup-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .fascia-lineup-button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .fascia-editorial-section {
    padding-bottom: 24px;
  }

  .fascia-editorial-stack {
    gap: 14px;
  }

  .fascia-editorial-hero,
  .fascia-editorial-card {
    border-radius: 20px;
  }

  .fascia-editorial-hero,
  .fascia-editorial-hero-overlay {
    min-height: 300px;
  }

  .fascia-editorial-hero-overlay {
    align-items: center;
    justify-content: flex-start;
    padding: 28px 18px 22px;
    text-align: center;
  }

  .fascia-editorial-hero-overlay h2 {
    max-width: 100%;
    font-size: 1.7rem;
  }

  .fascia-editorial-hero-overlay p {
    font-size: 0.88rem;
  }

  .fascia-editorial-card {
    aspect-ratio: 1672 / 941;
    min-height: 0;
  }

  .fascia-editorial-card img {
    object-fit: contain;
    background: #111111;
  }

  .fascia-editorial-card-overlay {
    padding: 18px;
  }

  .fascia-editorial-card-copy {
    max-width: 100%;
    padding-right: 8px;
  }

  .fascia-editorial-card--approach .fascia-editorial-card-overlay {
    padding: 18px;
  }

  .fascia-editorial-card-copy--approach {
    max-width: 100%;
    padding-right: 0;
  }

  .fascia-editorial-card-copy--approach h3 {
    font-size: 1.55rem;
    line-height: 1.34;
  }

  .fascia-editorial-card-copy--approach p {
    font-size: 0.82rem;
    line-height: 1.58;
  }

  .fascia-editorial-card--statement .fascia-editorial-card-overlay {
    justify-content: flex-start;
    padding: 18px;
  }

  .fascia-editorial-card-copy--statement {
    max-width: 62%;
    padding-right: 0;
  }

  .fascia-editorial-card-overlay h3 {
    font-size: 1.3rem;
  }

  .fascia-editorial-card-overlay p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .fascia-editorial-card-copy--statement h3 {
    font-size: 1.52rem;
    line-height: 1.36;
  }

  .fascia-editorial-card-copy--statement p {
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .fascia-keys-section {
    padding: 24px 0 0;
    background: transparent;
  }

  .fascia-keys-head {
    margin-bottom: 20px;
    padding: 0 8px;
  }

  .fascia-keys-logo {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
    padding: 0;
  }

  .fascia-keys-logo::before,
  .fascia-keys-logo::after {
    display: none;
  }

  .fascia-keys-logo-number {
    font-size: 3.6rem;
    line-height: 0.9;
  }

  .fascia-keys-logo-copy {
    gap: 2px;
    width: min(100%, 280px);
    min-width: 0;
    padding: 12px 16px 11px;
    font-size: 1.1rem;
  }

  .fascia-keys-logo-copy::before {
    width: 6px;
  }

  .fascia-keys-logo-copy span:last-child {
    letter-spacing: 0.12em;
  }

  .fascia-keys-head p {
    font-size: 0.88rem;
    line-height: 1.75;
  }

  .fascia-keys-tabs {
    gap: 8px;
    margin-bottom: 14px;
  }

  .fascia-keys-tab {
    min-height: 40px;
    padding: 0 4px 8px;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
  }

  .fascia-keys-panel,
  .fascia-keys-panel-overlay {
    min-height: 540px;
  }

  .fascia-keys-panel-overlay {
    align-items: flex-start;
    padding: 20px 18px;
  }

  .fascia-keys-panel-copy {
    max-width: 100%;
  }

  .fascia-keys-panel-copy h4 {
    margin-bottom: 12px;
    font-size: 1.68rem;
    line-height: 1.08;
  }

  .fascia-keys-panel-lead {
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .fascia-keys-panel-copy p {
    font-size: 0.82rem;
    line-height: 1.58;
  }

  .fascia-keys-panel::after {
    background:
      linear-gradient(180deg, rgba(10, 10, 10, 0.2) 0%, rgba(10, 10, 10, 0.36) 28%, rgba(10, 10, 10, 0.74) 100%),
      linear-gradient(90deg, rgba(10, 10, 10, 0.52) 0%, rgba(10, 10, 10, 0.18) 100%);
  }

  .fascia-style-section {
    padding: 32px 0 20px;
  }

  .fascia-style-mark strong {
    font-size: 2.05rem;
  }

  .fascia-style-mark span {
    min-height: 30px;
    padding: 0 12px;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
  }

  .fascia-style-button {
    width: 100%;
  }

  .fascia-style-visual {
    border-radius: 20px;
  }

  .fascia-style-visual img {
    height: 300px;
  }

  .fascia-explore-section {
    padding: 18px 0 36px;
  }

  .fascia-explore-grid {
    display: flex;
    flex-wrap: nowrap;
  }

  .fascia-explore-card {
    flex: 0 0 86vw;
    min-height: 410px;
    padding: 16px 14px 12px;
  }

  .fascia-explore-card img {
    height: 270px;
    margin-top: 44px;
  }

  .fascia-explore-card-copy h3 span {
    font-size: 0.98rem;
    top: -26px;
  }

  .fascia-explore-card-copy h3 strong {
    font-size: 3.15rem;
  }

  .fascia-explore-pager {
    padding: 10px 14px;
    gap: 10px;
  }

  .fascia-intro-band-section {
    padding-bottom: 18px;
  }

  .fascia-intro-band {
    margin: 0 -12px;
    padding: 14px;
    border-radius: 24px;
  }

  .fascia-intro-band-media img {
    min-height: 190px;
  }

  .fascia-intro-band-copy {
    padding: 0 6px 6px;
  }

  .fascia-intro-band-copy::before {
    top: -12px;
    font-size: 4.2rem;
  }

  .fascia-intro-band-copy h2 {
    font-size: 1.28rem;
  }

  .fascia-overview-section,
  .fascia-story-section,
  .fascia-feature-section,
  .fascia-scenes-section,
  .fascia-lineup-section,
  .fascia-book-section {
    padding: 32px 0 44px;
  }

  .fascia-overview-grid,
  .fascia-scenes-grid,
  .fascia-lineup-grid,
  .fascia-compare-grid {
    grid-template-columns: 1fr;
  }

  .fascia-compare-card-current {
    grid-column: auto;
  }

  .fascia-overview-card img,
  .fascia-lineup-card img {
    height: 240px;
  }

  .fascia-scene-card {
    min-height: 320px;
  }

  .fascia-book-shell {
    padding: 26px 22px;
  }

  .fascia-story-item,
  .fascia-compare-card,
  .fascia-compare-table {
    padding: 20px;
  }

  .fascia-hero {
    min-height: 460px;
  }

  .fascia-hero-inner {
    min-height: calc(460px - var(--header-height));
  }

  .fascia-hero-copy {
    padding: 52px 0 24px;
  }

  .fascia-hero-lead {
    font-size: 0.88rem;
  }
}
