/* =========================================================
   SIP SAP ABOUT PAGE
   File    : sipsap2026_about.css
   Version : 4.0 — Clean Rebuild
   Updated : 2026-07-16
   Scope   : #ss-about-main / .ss-about only
========================================================= */

/* ---------------------------------------------------------
   01. DESIGN TOKENS
--------------------------------------------------------- */
.ss-about {
  --ss-forest: #173e31;
  --ss-forest-deep: #0f2f25;
  --ss-forest-dark: #0a241c;
  --ss-moss: #6f8066;
  --ss-sage: #dfe7dc;
  --ss-ivory: #f3efe5;
  --ss-paper: #fbfaf6;
  --ss-paper-warm: #f7f3ea;
  --ss-white: #ffffff;
  --ss-ink: #20382f;
  --ss-muted: #66736d;
  --ss-gold: #a9854d;
  --ss-line: rgba(32, 56, 47, .14);
  --ss-shadow: 0 22px 64px rgba(15, 47, 37, .10);
  --ss-shadow-soft: 0 12px 34px rgba(15, 47, 37, .075);

  --ss-serif: "Noto Serif JP", "Yu Mincho", "YuMincho",
              "Hiragino Mincho ProN", serif;
  --ss-sans: "Noto Sans JP", "Yu Gothic", "YuGothic",
             "Hiragino Kaku Gothic ProN", sans-serif;

  --ss-container: 1180px;
  --ss-container-wide: 1320px;
  --ss-gutter: 40px;

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 -50vw;
  padding: 0;
  overflow-x: clip;
  color: var(--ss-ink);
  background: var(--ss-paper);
  font-family: var(--ss-sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .045em;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

/* ---------------------------------------------------------
   02. THEME ISOLATION / RESET
--------------------------------------------------------- */
.ss-about,
.ss-about *,
.ss-about *::before,
.ss-about *::after {
  box-sizing: border-box;
}

.ss-about :where(
  section, nav, header, div, figure, picture, figcaption,
  h1, h2, h3, p, ol, ul, li, dl, dt, dd
) {
  margin: 0;
  padding: 0;
}

.ss-about :where(ol, ul) {
  list-style: none;
}

.ss-about :where(a) {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  visibility: visible;
  -webkit-tap-highlight-color: transparent;
}

.ss-about :where(img, video) {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.ss-about picture {
  display: block;
  line-height: 0;
}

.ss-about figure {
  float: none;
  clear: both;
}

/* Hide ECforce automatic page title only on this page */
body:has(#ss-about-main) .l-container__row:has(> .p-page_header),
body:has(#ss-about-main) .p-page_header {
  display: none !important;
}

/* Remove ECforce wrapper width and utility margins around About */
body:has(#ss-about-main) .l-container__row:has(#ss-about-main),
body:has(#ss-about-main) .ss-about__host {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(#ss-about-main) main.l-container,
body:has(#ss-about-main) .l-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ---------------------------------------------------------
   03. GLOBAL LAYOUT / TYPOGRAPHY
--------------------------------------------------------- */
.ss-about__container {
  width: min(var(--ss-container), calc(100% - (var(--ss-gutter) * 2)));
  margin-inline: auto;
}

.ss-about__container--wide {
  width: min(var(--ss-container-wide), calc(100% - (var(--ss-gutter) * 2)));
}

.ss-about__container--narrow {
  width: min(820px, calc(100% - (var(--ss-gutter) * 2)));
}

.ss-about__section {
  position: relative;
  padding: 152px 0;
}

.ss-about__section-head {
  position: relative;
  margin-bottom: 52px;
}

.ss-about__section-head--center {
  max-width: 840px;
  margin: 0 auto 82px;
  text-align: center;
}

.ss-about__eyebrow {
  margin-bottom: 20px;
  color: var(--ss-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .24em;
}

.ss-about__eyebrow--light {
  color: rgba(255, 255, 255, .84);
}

.ss-about__hero-title,
.ss-about__section-head h2,
.ss-about__spring-copy h2,
.ss-about__closing-inner h2,
.ss-about__timeline-copy h3,
.ss-about__related-card h3 {
  margin: 0;
  color: inherit;
  font-family: var(--ss-serif);
  font-weight: 500;
  text-transform: none;
}

.ss-about__section-head h2 {
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.46;
  letter-spacing: .045em;
}

.ss-about__section-lead {
  max-width: 720px;
  margin: 30px auto 0;
  color: var(--ss-muted);
  font-size: 15px;
  line-height: 2.05;
}

.ss-about__body-copy,
.ss-about__story-copy {
  color: #536159;
  font-size: 15px;
  line-height: 2.16;
}

.ss-about__body-copy p + p,
.ss-about__story-copy p + p {
  margin-top: 1.65em;
}

/* ---------------------------------------------------------
   04. HERO
--------------------------------------------------------- */
.ss-about__hero {
  position: relative;
  min-height: clamp(720px, 89vh, 980px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.ss-about__hero-media,
.ss-about__hero-overlay {
  position: absolute;
  inset: 0;
}

.ss-about__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ss-about__hero-overlay {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(10, 36, 28, .75) 0%,
      rgba(10, 36, 28, .53) 33%,
      rgba(10, 36, 28, .15) 64%,
      rgba(10, 36, 28, .03) 100%
    ),
    linear-gradient(
      180deg,
      rgba(10, 36, 28, .04),
      rgba(10, 36, 28, .18)
    );
}

.ss-about__hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--ss-container), calc(100% - (var(--ss-gutter) * 2)));
  margin-inline: auto;
  padding-top: 44px;
  color: var(--ss-white);
}

.ss-about__hero-title {
  max-width: 780px;
  font-size: clamp(50px, 6.25vw, 92px);
  line-height: 1.29;
  letter-spacing: .04em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .18);
}

.ss-about__hero-lead {
  max-width: 620px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  line-height: 2.05;
}

.ss-about__scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 56px;
  color: rgba(255, 255, 255, .76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: .2em;
}

.ss-about__scroll-cue i {
  position: relative;
  width: 46px;
  height: 1px;
  background: currentColor;
}

.ss-about__scroll-cue i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------
   05. BREADCRUMB
--------------------------------------------------------- */
.ss-about__breadcrumb {
  margin: 0;
  background: var(--ss-paper);
  border-bottom: 1px solid var(--ss-line);
}

.ss-about__breadcrumb ol {
  width: min(var(--ss-container), calc(100% - (var(--ss-gutter) * 2)));
  min-height: 60px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ss-muted);
  font-size: 12px;
}

.ss-about__breadcrumb li + li::before {
  content: "/";
  margin-right: 12px;
  opacity: .45;
}

/* ---------------------------------------------------------
   06. OUR STORY
--------------------------------------------------------- */
.ss-about__section--story {
  padding: 160px 0 146px;
  overflow: hidden;
  background: var(--ss-paper);
}

.ss-about__story-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: clamp(80px, 8.5vw, 136px);
  align-items: center;
}

.ss-about__story-content {
  padding-block: 20px;
}

.ss-about__story-copy {
  max-width: 600px;
}

.ss-about__story-media {
  position: relative;
  overflow: hidden;
  box-shadow: var(--ss-shadow-soft);
  line-height: 0;
}

.ss-about__story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-about__story-watermark {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(32, 56, 47, .035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 11.4vw, 150px);
  line-height: .74;
  letter-spacing: .07em;
  pointer-events: none;
}

/* ---------------------------------------------------------
   07. SEASONAL FULL-BLEED IMAGES
--------------------------------------------------------- */
.ss-about__season {
  position: relative;
  height: clamp(590px, 67vw, 840px);
  overflow: hidden;
  background: #d9dfda;
}

.ss-about__season picture,
.ss-about__season img {
  width: 100%;
  height: 100%;
}

.ss-about__season img {
  object-fit: cover;
}

.ss-about__season--snowmelt img {
  object-position: center 54%;
}

.ss-about__season--green img {
  object-position: center center;
}

.ss-about__season::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 36, 28, .23),
    transparent 56%
  );
}

.ss-about__season-caption {
  position: absolute;
  z-index: 2;
  left: max(var(--ss-gutter), calc((100vw - var(--ss-container)) / 2));
  bottom: 64px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  color: #fff;
}

.ss-about__season-caption--right {
  left: auto;
  right: max(var(--ss-gutter), calc((100vw - var(--ss-container)) / 2));
  text-align: right;
}

.ss-about__season-caption span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: .14em;
  opacity: .72;
}

.ss-about__season-caption p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.46;
  letter-spacing: .06em;
}

/* ---------------------------------------------------------
   08. LITHUANIA
--------------------------------------------------------- */
.ss-about__section--lithuania {
  padding: 158px 0 164px;
  background: var(--ss-ivory);
}

.ss-about__lithuania-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .88fr);
  gap: 100px;
  align-items: end;
  margin-bottom: 94px;
}

.ss-about__lithuania-intro .ss-about__section-head {
  margin-bottom: 0;
}

.ss-about__lithuania-intro .ss-about__body-copy {
  max-width: 570px;
}

.ss-about__lithuania-gallery {
  display: grid;
  grid-template-columns: 1.45fr .78fr;
  grid-template-rows: 354px 354px;
  gap: 24px;
}

.ss-about__lithuania-card {
  position: relative;
  overflow: hidden;
  background: #d9dfda;
  line-height: 0;
}

.ss-about__lithuania-card--wide {
  grid-row: 1 / span 2;
}

.ss-about__lithuania-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.ss-about__lithuania-card:hover img {
  transform: scale(1.025);
}

.ss-about__lithuania-card figcaption {
  position: absolute;
  left: 28px;
  bottom: 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .2em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.ss-about__inline-action {
  margin-top: 44px;
  text-align: right;
}

.ss-about__inline-action a,
.ss-about__text-link {
  position: relative;
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 0;
  align-items: center;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: var(--ss-ink);
  background: transparent;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .08em;
  box-shadow: none;
}

/* ---------------------------------------------------------
   09. WHAT IS BIRCH SAP
--------------------------------------------------------- */
.ss-about__section--birch {
  padding: 164px 0 170px;
  background: var(--ss-paper);
}

.ss-about__birch-layout {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1fr);
  grid-template-areas:
    "main copy"
    "main detail";
  gap: 58px clamp(78px, 7.4vw, 126px);
  align-items: start;
}

.ss-about__birch-main {
  grid-area: main;
  height: 860px;
  overflow: hidden;
  line-height: 0;
}

.ss-about__birch-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-about__birch-copy {
  grid-area: copy;
  padding-top: 68px;
}

.ss-about__birch-terms {
  margin: 48px 0 40px;
  border-top: 1px solid var(--ss-line);
}

.ss-about__birch-terms div {
  display: grid;
  grid-template-columns: minmax(190px, .85fr) 1fr;
  gap: 28px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ss-line);
}

.ss-about__birch-terms dt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .06em;
}

.ss-about__birch-terms dd {
  color: var(--ss-muted);
  font-size: 12px;
}

.ss-about__birch-detail {
  grid-area: detail;
  width: 74%;
  height: 300px;
  margin-left: auto;
  overflow: hidden;
  line-height: 0;
}

.ss-about__birch-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------------------
   10. A BRIEF GIFT OF SPRING
--------------------------------------------------------- */
.ss-about__section--spring {
  min-height: 1040px;
  padding: 164px 0;
  color: #fff;
  background: var(--ss-forest-deep);
  isolation: isolate;
}

.ss-about__spring-bg,
.ss-about__spring-bg img,
.ss-about__spring-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ss-about__spring-bg img {
  object-fit: cover;
  object-position: center center;
}

.ss-about__spring-overlay {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(10, 36, 28, .90) 0%,
      rgba(10, 36, 28, .67) 45%,
      rgba(10, 36, 28, .28) 76%,
      rgba(10, 36, 28, .14) 100%
    ),
    linear-gradient(
      180deg,
      rgba(10, 36, 28, .07),
      rgba(10, 36, 28, .30)
    );
}

.ss-about__spring-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .72fr);
  gap: 100px;
  align-items: center;
}

.ss-about__spring-copy h2 {
  font-size: clamp(43px, 4.5vw, 66px);
  line-height: 1.46;
  letter-spacing: .045em;
}

.ss-about__body-copy--light {
  max-width: 620px;
  margin-top: 38px;
  color: rgba(255, 255, 255, .82);
}

.ss-about__spring-note {
  display: flex;
  align-items: baseline;
  gap: 22px;
  margin-top: 50px;
}

.ss-about__spring-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: .05em;
}

.ss-about__spring-note span {
  color: rgba(255, 255, 255, .68);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: .08em;
}

.ss-about__spring-media-stack {
  display: grid;
  gap: 30px;
}

.ss-about__harvest-frame,
.ss-about__spring-collection {
  overflow: hidden;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
  line-height: 0;
}

.ss-about__harvest-frame {
  max-height: 540px;
  aspect-ratio: 9 / 12;
}

.ss-about__harvest-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-about__harvest-film figcaption {
  margin-top: 16px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.75;
}

.ss-about__harvest-film figcaption span {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .16em;
}

.ss-about__spring-collection {
  width: 70%;
  margin-left: auto;
  aspect-ratio: 4 / 3;
}

.ss-about__spring-collection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------------------
   11. BEAUTY FROM THE FOREST
--------------------------------------------------------- */
.ss-about__section--beauty {
  padding: 164px 0 170px;
  background: linear-gradient(180deg, #edf1e8 0%, #f5f2e9 100%);
}

.ss-about__beauty-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  grid-template-areas:
    "copy main"
    "detail main";
  gap: 56px 96px;
  align-items: start;
}

.ss-about__beauty-copy {
  grid-area: copy;
  padding-top: 62px;
}

.ss-about__beauty-stat {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 48px;
}

.ss-about__beauty-stat strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 1;
}

.ss-about__beauty-stat span {
  color: var(--ss-muted);
  font-size: 13px;
}

.ss-about__beauty-main {
  grid-area: main;
  height: 780px;
  overflow: hidden;
  line-height: 0;
}

.ss-about__beauty-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-about__beauty-detail {
  grid-area: detail;
  width: 76%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
}

.ss-about__beauty-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------------------
   12. FROM FOREST TO BOTTLE
--------------------------------------------------------- */
.ss-about__section--process {
  padding: 166px 0 176px;
  background: var(--ss-paper-warm);
}

.ss-about__timeline {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.ss-about__timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(32, 56, 47, .22);
  transform: translateX(-50%);
}

.ss-about__timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
  align-items: center;
  min-height: 390px;
}

.ss-about__timeline-item + .ss-about__timeline-item {
  margin-top: 30px;
}

.ss-about__timeline-item figure {
  grid-column: 1;
  height: 300px;
  overflow: hidden;
  box-shadow: var(--ss-shadow-soft);
  line-height: 0;
}

.ss-about__timeline-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-about__timeline-marker {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  place-items: center;
}

.ss-about__timeline-marker span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(32, 56, 47, .25);
  border-radius: 50%;
  background: var(--ss-paper-warm);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: .1em;
}

.ss-about__timeline-copy {
  grid-column: 3;
  max-width: 410px;
  padding-left: 50px;
}

.ss-about__timeline-item:nth-child(even) figure {
  grid-column: 3;
}

.ss-about__timeline-item:nth-child(even) .ss-about__timeline-copy {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  padding: 0 50px 0 0;
  text-align: right;
}

.ss-about__timeline-copy > p {
  margin-bottom: 10px;
  color: var(--ss-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: .18em;
}

.ss-about__timeline-copy h3 {
  margin-bottom: 16px;
  font-size: 29px;
  line-height: 1.5;
}

.ss-about__timeline-copy span {
  color: var(--ss-muted);
  font-size: 13px;
  line-height: 1.95;
}

/* ---------------------------------------------------------
   13. PROCESS FILM
--------------------------------------------------------- */
.ss-about__section--movie {
  padding: 148px 0 160px;
  color: #fff;
  background: var(--ss-forest-deep);
}

.ss-about__section-head--light h2 {
  color: #fff;
}

.ss-about__section-head--light .ss-about__section-lead {
  color: rgba(255, 255, 255, .68);
}

.ss-about__movie-frame {
  width: min(1120px, 100%);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  background: #071a14;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
  line-height: 0;
}

.ss-about__movie-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------------------
   14. OUR FLAVORS
--------------------------------------------------------- */
.ss-about__section--flavors {
  padding: 158px 0 168px;
  background: var(--ss-paper);
}

.ss-about__flavors-visual {
  margin-bottom: 78px;
  overflow: hidden;
  box-shadow: var(--ss-shadow-soft);
  line-height: 0;
}

.ss-about__flavors-visual img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ss-about__flavor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ss-about__flavor-card {
  overflow: hidden;
  border: 1px solid rgba(32, 56, 47, .1);
  border-radius: 0;
  background: #fff;
  transition: transform .35s ease, box-shadow .35s ease;
}

.ss-about__flavor-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ss-shadow-soft);
}

.ss-about__flavor-card figure {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f1eee6;
  line-height: 0;
}

.ss-about__flavor-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-about__flavor-card > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 15px;
  padding: 20px 22px 23px;
}

.ss-about__flavor-card span {
  grid-row: 1 / span 2;
  color: var(--ss-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
}

.ss-about__flavor-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
}

.ss-about__flavor-card small {
  color: var(--ss-muted);
  font-size: 11px;
}

.ss-about__center-action {
  margin-top: 68px;
  text-align: center;
}

/* ---------------------------------------------------------
   15. BUTTONS
--------------------------------------------------------- */
.ss-about__button {
  position: relative;
  display: inline-flex;
  width: auto;
  min-width: 250px;
  min-height: 58px;
  margin: 0;
  padding: 14px 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: var(--ss-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .09em;
  text-align: center;
  text-indent: 0;
  opacity: 1;
  visibility: visible;
  -webkit-text-fill-color: currentColor;
  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.ss-about__button::before,
.ss-about__button::after {
  content: none;
  display: none;
}

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

.ss-about__button--outline {
  color: var(--ss-ink);
  border-color: var(--ss-ink);
  background: transparent;
}

.ss-about__button--outline:hover {
  color: #fff;
  background: var(--ss-ink);
}

.ss-about__button--primary-light {
  color: var(--ss-forest-deep);
  border-color: #fff;
  background: #fff;
}

.ss-about__button--primary-light:hover {
  background: var(--ss-ivory);
}

.ss-about__button--secondary-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .06);
}

.ss-about__button--secondary-light:hover {
  background: rgba(255, 255, 255, .14);
}

/* ---------------------------------------------------------
   16. RELATED STORIES
--------------------------------------------------------- */
.ss-about__section--related {
  padding: 158px 0 166px;
  border-top: 1px solid rgba(32, 56, 47, .08);
  background: var(--ss-ivory);
}

.ss-about__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.ss-about__related-card {
  display: grid;
  grid-template-columns: 43% 1fr;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(32, 56, 47, .09);
  border-radius: 0;
  background: #fff;
  transition: transform .35s ease, box-shadow .35s ease;
}

.ss-about__related-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ss-shadow-soft);
}

.ss-about__related-card figure {
  overflow: hidden;
  line-height: 0;
}

.ss-about__related-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.ss-about__related-card:hover figure img {
  transform: scale(1.03);
}

.ss-about__related-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.ss-about__related-card > div > p {
  margin-bottom: 16px;
  color: var(--ss-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: .16em;
}

.ss-about__related-card h3 {
  font-size: 24px;
  line-height: 1.67;
}

.ss-about__related-card span {
  margin-top: 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: .16em;
}

/* ---------------------------------------------------------
   17. FINAL CTA
--------------------------------------------------------- */
.ss-about__closing {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  margin: 0;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.ss-about__closing-media,
.ss-about__closing-overlay {
  position: absolute;
  inset: 0;
}

.ss-about__closing-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ss-about__closing-overlay {
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(10, 36, 28, .83) 0%,
    rgba(10, 36, 28, .58) 43%,
    rgba(10, 36, 28, .12) 75%,
    rgba(10, 36, 28, .03) 100%
  );
}

.ss-about__closing-inner {
  position: relative;
  z-index: 2;
  width: min(var(--ss-container), calc(100% - (var(--ss-gutter) * 2)));
  margin-inline: auto;
  color: #fff;
}

.ss-about__closing-inner h2 {
  max-width: 740px;
  color: #fff;
  font-size: clamp(41px, 4.5vw, 66px);
  line-height: 1.46;
}

.ss-about__closing-inner > p:not(.ss-about__eyebrow) {
  max-width: 600px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  line-height: 2;
}

.ss-about__closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}

.ss-about__subscription-link {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  line-height: 1.6;
}

/* Footer adjacency */
.ss-about + *,
body:has(#ss-about-main) footer {
  margin-top: 0 !important;
}

/* ---------------------------------------------------------
   18. ACCESSIBILITY
--------------------------------------------------------- */
.ss-about a:focus-visible,
.ss-about video:focus-visible {
  outline: 2px solid #d5b778;
  outline-offset: 4px;
}

/* ---------------------------------------------------------
   19. TABLET
--------------------------------------------------------- */
@media (max-width: 1024px) {
  .ss-about {
    --ss-gutter: 24px;
  }

  .ss-about__section {
    padding: 124px 0;
  }

  .ss-about__section-head--center {
    margin-bottom: 68px;
  }

  .ss-about__story-layout,
  .ss-about__lithuania-intro,
  .ss-about__beauty-layout {
    gap: 64px;
  }

  .ss-about__story-media {
    min-height: 530px;
  }

  .ss-about__lithuania-gallery {
    grid-template-rows: 290px 290px;
  }

  .ss-about__birch-layout {
    gap: 50px 58px;
  }

  .ss-about__birch-main {
    height: 730px;
  }

  .ss-about__spring-inner {
    grid-template-columns: 1fr 390px;
    gap: 62px;
  }

  .ss-about__beauty-main {
    height: 660px;
  }

  .ss-about__timeline-item {
    min-height: 360px;
  }

  .ss-about__timeline-item figure {
    height: 280px;
  }

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

  .ss-about__related-card {
    grid-template-columns: 1fr;
  }

  .ss-about__related-card figure {
    height: 280px;
  }
}

/* ---------------------------------------------------------
   20. MOBILE
--------------------------------------------------------- */
@media (max-width: 767px) {
  .ss-about {
    --ss-gutter: 18px;
    font-size: 15px;
    overflow-x: hidden;
  }

  .ss-about__section {
    padding: 96px 0;
  }

  .ss-about__section-head {
    margin-bottom: 40px;
  }

  .ss-about__section-head--center {
    margin-bottom: 56px;
  }

  .ss-about__section-head h2 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.5;
  }

  .ss-about__section-lead {
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.95;
  }

  .ss-about__eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: .2em;
  }

  .ss-about__body-copy,
  .ss-about__story-copy {
    font-size: 13px;
    line-height: 2.05;
  }

  /* HERO */
  .ss-about__hero {
    min-height: 750px;
    align-items: center;
  }

  .ss-about__hero-media img {
    object-position: 66% center;
  }

  .ss-about__hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(10, 36, 28, .06) 0%,
      rgba(10, 36, 28, .25) 46%,
      rgba(10, 36, 28, .84) 100%
    );
  }

.ss-about__hero-inner {
    padding: 0;
    transform: translateY(32px);
}

  .ss-about__hero-title {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.36;
  }

  .ss-about__hero-lead {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.9;
  }

  .ss-about__scroll-cue {
    margin-top: 38px;
  }

  .ss-about__breadcrumb ol {
    min-height: 52px;
    font-size: 10px;
  }

  /* STORY */
  .ss-about__section--story {
    padding: 104px 0 96px;
  }

  .ss-about__story-layout,
  .ss-about__lithuania-intro,
  .ss-about__birch-layout,
  .ss-about__spring-inner,
  .ss-about__beauty-layout {
    display: block;
  }

  .ss-about__story-content {
    padding: 0;
  }

  .ss-about__story-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin-top: 52px;
  }

  .ss-about__story-watermark {
    display: none;
  }

  /* SEASON */
  .ss-about__season {
    height: 560px;
  }

  .ss-about__season--snowmelt img {
    object-position: 52% center;
  }

  .ss-about__season-caption,
  .ss-about__season-caption--right {
    left: 24px;
    right: auto;
    bottom: 34px;
    gap: 16px;
    text-align: left;
  }

  .ss-about__season-caption p {
    font-size: 22px;
  }

  /* LITHUANIA */
  .ss-about__section--lithuania {
    padding: 104px 0 110px;
  }

  .ss-about__lithuania-intro {
    margin-bottom: 56px;
  }

  .ss-about__lithuania-intro .ss-about__body-copy {
    margin-top: 32px;
  }

  .ss-about__lithuania-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 18px;
  }

  .ss-about__lithuania-card,
  .ss-about__lithuania-card--wide {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .ss-about__lithuania-card--tall {
    aspect-ratio: 3 / 4;
  }

  .ss-about__inline-action {
    margin-top: 34px;
    text-align: left;
  }

  /* BIRCH */
  .ss-about__section--birch {
    padding: 108px 0 112px;
  }

  .ss-about__birch-main {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .ss-about__birch-copy {
    padding-top: 62px;
  }

  .ss-about__birch-terms {
    margin: 42px 0 36px;
  }

  .ss-about__birch-terms div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  .ss-about__birch-detail {
    width: 80%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 48px 0 0 auto;
  }

  /* SPRING */
  .ss-about__section--spring {
    min-height: 0;
    padding: 108px 0;
  }

  .ss-about__spring-overlay {
    background: linear-gradient(
      180deg,
      rgba(10, 36, 28, .84),
      rgba(10, 36, 28, .61) 56%,
      rgba(10, 36, 28, .84)
    );
  }

  .ss-about__spring-copy h2 {
    font-size: 38px;
  }

  .ss-about__spring-note {
    display: block;
    margin-top: 42px;
  }

  .ss-about__spring-note span {
    display: block;
    margin-top: 6px;
  }

  .ss-about__spring-media-stack {
    margin-top: 62px;
    gap: 24px;
  }

  .ss-about__harvest-frame {
    max-height: none;
    aspect-ratio: 9 / 13;
  }

  .ss-about__spring-collection {
    width: 76%;
    margin-top: 6px;
  }

  /* BEAUTY */
  .ss-about__section--beauty {
    padding: 108px 0 114px;
  }

  .ss-about__beauty-copy {
    padding-top: 0;
  }

  .ss-about__beauty-stat {
    margin-top: 42px;
  }

  .ss-about__beauty-main {
    height: auto;
    aspect-ratio: 4 / 3;
    margin-top: 56px;
  }

  .ss-about__beauty-detail {
    width: 76%;
    margin: 24px 0 0 auto;
  }

  .ss-about__beauty-stat strong {
    font-size: 66px;
  }

  /* PROCESS */
  .ss-about__section--process {
    padding: 108px 0 120px;
  }

  .ss-about__timeline::before {
    left: 23px;
  }

  .ss-about__timeline-item,
  .ss-about__timeline-item + .ss-about__timeline-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    min-height: 0;
    margin-top: 0;
    padding-bottom: 76px;
  }

  .ss-about__timeline-item:last-child {
    padding-bottom: 0;
  }

  .ss-about__timeline-marker {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .ss-about__timeline-marker span {
    width: 43px;
    height: 43px;
  }

  .ss-about__timeline-item figure,
  .ss-about__timeline-item:nth-child(even) figure {
    grid-column: 2;
    grid-row: 1;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .ss-about__timeline-copy,
  .ss-about__timeline-item:nth-child(even) .ss-about__timeline-copy {
    grid-column: 2;
    grid-row: 2;
    justify-self: stretch;
    max-width: none;
    padding: 26px 0 0;
    text-align: left;
  }

  .ss-about__timeline-copy h3 {
    font-size: 24px;
  }

  /* MOVIE */
  .ss-about__section--movie {
    padding: 100px 0 108px;
  }

  .ss-about__movie-frame {
    aspect-ratio: 16 / 10;
  }

  /* FLAVORS */
  .ss-about__section--flavors {
    padding: 104px 0 112px;
  }

  .ss-about__flavors-visual {
    margin-bottom: 54px;
  }

  .ss-about__flavors-visual img {
    aspect-ratio: 4 / 3;
  }

  .ss-about__flavor-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ss-about__flavor-card {
    display: grid;
    grid-template-columns: 44% 1fr;
  }

  .ss-about__flavor-card figure {
    aspect-ratio: 4 / 5;
  }

  .ss-about__flavor-card > div {
    align-content: center;
  }

  .ss-about__center-action {
    margin-top: 52px;
  }

  /* BUTTON */
  .ss-about__button {
    width: 100%;
    min-width: 0;
  }

  /* RELATED */
  .ss-about__section--related {
    padding: 104px 0 112px;
  }

  .ss-about__related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ss-about__related-card {
    display: block;
    min-height: 0;
  }

  .ss-about__related-card figure {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .ss-about__related-card > div {
    padding: 30px 26px 34px;
  }

  .ss-about__related-card h3 {
    font-size: 22px;
  }

  /* CTA */
  .ss-about__closing {
    min-height: 780px;
    align-items: end;
  }

  .ss-about__closing-media img {
    object-position: 68% center;
  }

  .ss-about__closing-overlay {
    background: linear-gradient(
      180deg,
      rgba(10, 36, 28, .08) 0%,
      rgba(10, 36, 28, .34) 41%,
      rgba(10, 36, 28, .89) 100%
    );
  }

  .ss-about__closing-inner {
    padding-bottom: 74px;
  }

  .ss-about__closing-inner h2 {
    font-size: clamp(35px, 10vw, 47px);
  }

  .ss-about__closing-actions {
    display: grid;
    gap: 14px;
    margin-top: 40px;
  }
}

/* ---------------------------------------------------------
   21. SMALL MOBILE
--------------------------------------------------------- */
@media (max-width: 390px) {
  .ss-about__hero-title {
    font-size: 38px;
  }

  .ss-about__section-head h2 {
    font-size: 29px;
  }

  .ss-about__spring-copy h2 {
    font-size: 33px;
  }

  .ss-about__closing-inner h2 {
    font-size: 32px;
  }
}

/* ---------------------------------------------------------
   22. REDUCED MOTION
--------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .ss-about *,
  .ss-about *::before,
  .ss-about *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   23. EXPLICIT TYPOGRAPHY SYSTEM
   All readable text sizes are declared explicitly.
========================================================= */

/* Base readable text */
.ss-about {
  font-size: 17px;
}

.ss-about__story-copy,
.ss-about__body-copy {
  font-size: 16px;
  line-height: 2.1;
}

/* Hero */
.ss-about__hero-title {
  font-size: clamp(54px, 6.25vw, 92px);
}

.ss-about__hero-lead {
  font-size: 17px;
  line-height: 2;
}

.ss-about__scroll-cue {
  font-size: 12px;
}

/* Breadcrumb */
.ss-about__breadcrumb,
.ss-about__breadcrumb ol,
.ss-about__breadcrumb a,
.ss-about__breadcrumb li {
  font-size: 13px;
  line-height: 1.6;
}

/* Section labels and headings */
.ss-about__eyebrow {
  font-size: 13px;
}

.ss-about__section-head h2 {
  font-size: clamp(40px, 4vw, 62px);
}

.ss-about__section-lead {
  font-size: 16px;
  line-height: 2;
}

/* Seasonal captions */
.ss-about__season-caption > span {
  font-size: 13px;
}

.ss-about__season-caption p {
  font-size: clamp(24px, 2vw, 32px);
}

/* Lithuania gallery and links */
.ss-about__lithuania-card figcaption {
  font-size: 12px;
  line-height: 1.55;
}

.ss-about__inline-action a,
.ss-about__text-link {
  font-size: 15px;
  line-height: 1.75;
}

/* Birch terms */
.ss-about__birch-terms dt {
  font-size: 15px;
  line-height: 1.6;
}

.ss-about__birch-terms dd {
  font-size: 14px;
  line-height: 1.7;
}

/* Spring */
.ss-about__spring-copy h2 {
  font-size: clamp(44px, 4.5vw, 66px);
}

.ss-about__body-copy--light {
  font-size: 16px;
}

.ss-about__spring-note strong {
  font-size: clamp(40px, 4vw, 60px);
}

.ss-about__spring-note-label {
  font-size: 14px;
  line-height: 1.6;
}

.ss-about__harvest-film figcaption {
  font-size: 13px;
  line-height: 1.75;
}

.ss-about__harvest-film figcaption span {
  font-size: 12px;
}

/* Beauty */
.ss-about__beauty-stat strong {
  font-size: 80px;
}

.ss-about__beauty-stat-label {
  font-size: 15px;
  line-height: 1.6;
}

/* Timeline */
.ss-about__timeline-marker span {
  font-size: 12px;
}

.ss-about__timeline-copy > p:first-child {
  font-size: 12px;
  line-height: 1.5;
}

.ss-about__timeline-copy h3 {
  font-size: 31px;
}

.ss-about__timeline-description {
  color: var(--ss-muted);
  font-size: 15px;
  line-height: 1.95;
}

/* Flavor cards */
.ss-about__flavor-number {
  font-size: 13px;
  line-height: 1.5;
}

.ss-about__flavor-card strong {
  font-size: 16px;
  line-height: 1.45;
}

.ss-about__flavor-card small {
  font-size: 14px;
  line-height: 1.6;
}

/* Buttons */
.ss-about__button {
  font-size: 15px;
}

/* Related stories */
.ss-about__related-card > div > p {
  font-size: 12px;
  line-height: 1.5;
}

.ss-about__related-card h3 {
  font-size: 25px;
}

.ss-about__related-read {
  font-size: 12px;
  line-height: 1.5;
}

/* Closing CTA */
.ss-about__closing-inner h2 {
  font-size: clamp(43px, 4.5vw, 66px);
}

.ss-about__closing-inner > p:not(.ss-about__eyebrow) {
  font-size: 16px;
  line-height: 2;
}

.ss-about__subscription-link {
  font-size: 14px;
  line-height: 1.7;
}

/* ---------------------------------------------------------
   Tablet typography
--------------------------------------------------------- */
@media (max-width: 1024px) {
  .ss-about {
    font-size: 16px;
  }

  .ss-about__story-copy,
  .ss-about__body-copy,
  .ss-about__body-copy--light {
    font-size: 15px;
  }

  .ss-about__hero-lead {
    font-size: 16px;
  }

  .ss-about__section-lead {
    font-size: 15px;
  }

  .ss-about__timeline-description {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------
   Mobile typography
--------------------------------------------------------- */
@media (max-width: 767px) {
  .ss-about {
    font-size: 16px;
  }

  .ss-about__hero-title {
    font-size: 35px;
  }

  .ss-about__hero-lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .ss-about__scroll-cue {
    font-size: 11px;
  }

  .ss-about__breadcrumb,
  .ss-about__breadcrumb ol,
  .ss-about__breadcrumb a,
  .ss-about__breadcrumb li {
    font-size: 12px;
  }

  .ss-about__eyebrow {
    font-size: 11px;
  }

  .ss-about__section-head h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .ss-about__section-lead {
    font-size: 15px;
    line-height: 1.95;
  }

  .ss-about__story-copy,
  .ss-about__body-copy,
  .ss-about__body-copy--light {
    font-size: 15px;
    line-height: 2;
  }

  .ss-about__season-caption > span {
    font-size: 12px;
  }

  .ss-about__season-caption p {
    font-size: 23px;
  }

  .ss-about__lithuania-card figcaption {
    font-size: 11px;
  }

  .ss-about__inline-action a,
  .ss-about__text-link {
    font-size: 14px;
  }

  .ss-about__birch-terms dt {
    font-size: 15px;
  }

  .ss-about__birch-terms dd {
    font-size: 14px;
  }

  .ss-about__spring-copy h2 {
    font-size: 38px;
  }

  .ss-about__spring-note strong {
    font-size: 42px;
  }

  .ss-about__spring-note-label {
    font-size: 13px;
  }

  .ss-about__harvest-film figcaption {
    font-size: 12px;
  }

  .ss-about__beauty-stat strong {
    font-size: 68px;
  }

  .ss-about__beauty-stat-label {
    font-size: 14px;
  }

  .ss-about__timeline-marker span {
    font-size: 11px;
  }

  .ss-about__timeline-copy > p:first-child {
    font-size: 11px;
  }

  .ss-about__timeline-copy h3 {
    font-size: 26px;
  }

  .ss-about__timeline-description {
    font-size: 15px;
    line-height: 1.9;
  }

  .ss-about__flavor-number {
    font-size: 12px;
  }

  .ss-about__flavor-card strong {
    font-size: 16px;
  }

  .ss-about__flavor-card small {
    font-size: 14px;
  }

  .ss-about__button {
    font-size: 15px;
  }

  .ss-about__related-card > div > p,
  .ss-about__related-read {
    font-size: 11px;
  }

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

  .ss-about__closing-inner h2 {
    font-size: clamp(36px, 10vw, 47px);
  }

  .ss-about__closing-inner > p:not(.ss-about__eyebrow) {
    font-size: 15px;
  }

  .ss-about__subscription-link {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .ss-about__hero-title {
    font-size: 33px;
  }

  .ss-about__section-head h2 {
    font-size: 30px;
  }

  .ss-about__spring-copy h2 {
    font-size: 34px;
  }

  .ss-about__closing-inner h2 {
    font-size: 33px;
  }
}

/* =========================================================
   24. LINK & BUTTON CONTRAST FIX
========================================================= */

/* Scroll cue */
.ss-about__scroll-cue,
.ss-about__scroll-cue:link,
.ss-about__scroll-cue:visited {
  color: rgba(255, 255, 255, .96) !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-weight: 600;
  -webkit-text-fill-color: rgba(255, 255, 255, .96) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .38);
}

.ss-about__scroll-cue span {
  color: inherit !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
}

.ss-about__scroll-cue i {
  color: inherit;
  background-color: currentColor;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .35));
}

/* All buttons */
.ss-about__button {
  font-weight: 600;
  opacity: 1 !important;
}

/* Product list button */
.ss-about__button--outline,
.ss-about__button--outline:link,
.ss-about__button--outline:visited {
  color: var(--ss-forest-deep) !important;
  border-color: var(--ss-forest-deep) !important;
  background: transparent !important;
  -webkit-text-fill-color: var(--ss-forest-deep) !important;
}

.ss-about__button--outline:hover,
.ss-about__button--outline:focus-visible {
  color: #fff !important;
  border-color: var(--ss-forest-deep) !important;
  background: var(--ss-forest-deep) !important;
  -webkit-text-fill-color: #fff !important;
}

/* CTA secondary button */
.ss-about__button--secondary-light,
.ss-about__button--secondary-light:link,
.ss-about__button--secondary-light:visited {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .92) !important;
  background: rgba(8, 34, 26, .34) !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .26);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.ss-about__button--secondary-light:hover,
.ss-about__button--secondary-light:focus-visible {
  color: var(--ss-forest-deep) !important;
  border-color: #fff !important;
  background: #fff !important;
  -webkit-text-fill-color: var(--ss-forest-deep) !important;
  text-shadow: none;
}

/* Subscription text link */
.ss-about__subscription-link,
.ss-about__subscription-link:link,
.ss-about__subscription-link:visited {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, .88) !important;
  opacity: 1 !important;
  font-weight: 600;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 1px 7px rgba(0, 0, 0, .42);
}

.ss-about__subscription-link:hover,
.ss-about__subscription-link:focus-visible {
  color: #fff !important;
  border-bottom-color: #fff !important;
  opacity: .82 !important;
  -webkit-text-fill-color: #fff !important;
}
/* =========================================================
   25. COMPANY / BASE INFO
   Added for /shop/base_info integration
========================================================= */
.ss-about__section--company {
  padding: 158px 0 166px;
  background: var(--ss-paper);
  border-top: 1px solid rgba(32, 56, 47, .08);
}

.ss-about__company-card {
  max-width: 940px;
  margin-inline: auto;
  padding: 14px 58px;
  border: 1px solid rgba(32, 56, 47, .12);
  background: #fff;
  box-shadow: var(--ss-shadow-soft);
}

.ss-about__company-list > div {
  display: grid;
  grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr);
  gap: 48px;
  padding: 25px 0;
  border-bottom: 1px solid var(--ss-line);
}

.ss-about__company-list > div:last-child {
  border-bottom: 0;
}

.ss-about__company-list dt {
  color: var(--ss-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .12em;
}

.ss-about__company-list dd {
  min-width: 0;
  color: #46574f;
  font-size: 15px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}

.ss-about__company-list a {
  border-bottom: 1px solid rgba(32, 56, 47, .32);
}

@media (max-width: 767px) {
  .ss-about__section--company {
    padding: 104px 0 112px;
  }

  .ss-about__company-card {
    padding: 6px 24px;
  }

  .ss-about__company-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .ss-about__company-list dt {
    font-size: 11px;
  }

  .ss-about__company-list dd {
    font-size: 14px;
    line-height: 1.9;
  }
}
