/* =========================================================
   SIP SAP About us Renewal
   File: sipsap2026_about.css
   Scope: .ss-about only
   Version: 2.0 / 2026-07-16
========================================================= */

.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: #fff;
  --ss-ink: #20382f;
  --ss-muted: #6d7973;
  --ss-gold: #a9854d;
  --ss-line: rgba(32, 56, 47, 0.14);
  --ss-shadow: 0 24px 80px rgba(15, 47, 37, 0.12);
  --ss-shadow-soft: 0 12px 36px rgba(15, 47, 37, 0.08);
  --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;
  position: relative;
  width: 100%;
  overflow: clip;
  color: var(--ss-ink);
  background: var(--ss-paper);
  font-family: var(--ss-sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .045em;
  -webkit-font-smoothing: antialiased;
}

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

.ss-about img,
.ss-about video {
  display: block;
  width: 100%;
  max-width: 100%;
}

.ss-about img {
  height: auto;
}

.ss-about figure,
.ss-about p,
.ss-about h1,
.ss-about h2,
.ss-about h3,
.ss-about ol,
.ss-about ul,
.ss-about dl,
.ss-about dd {
  margin: 0;
}

.ss-about ol,
.ss-about ul {
  padding: 0;
  list-style: none;
}

.ss-about a {
  color: inherit;
  text-decoration: none;
}

.ss-about button,
.ss-about a {
  -webkit-tap-highlight-color: transparent;
}

.ss-about__container {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}

.ss-about__container--wide {
  width: min(1320px, calc(100% - 80px));
}

.ss-about__container--narrow {
  width: min(820px, calc(100% - 80px));
}

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

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

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

.ss-about__eyebrow {
  margin-bottom: 18px;
  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,.82);
}

.ss-about__section-head h2,
.ss-about__hero-title,
.ss-about__closing-inner h2 {
  font-family: var(--ss-serif);
  font-weight: 500;
  letter-spacing: .045em;
}

.ss-about__section-head h2 {
  font-size: clamp(36px, 4.1vw, 62px);
  line-height: 1.42;
}

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

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

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

.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,.74) 0%, rgba(10,36,28,.54) 31%, rgba(10,36,28,.16) 62%, rgba(10,36,28,.04) 100%),
    linear-gradient(180deg, rgba(10,36,28,.05), rgba(10,36,28,.20));
}

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

.ss-about__hero-title {
  max-width: 760px;
  font-size: clamp(48px, 6.3vw, 92px);
  line-height: 1.28;
  text-shadow: 0 4px 32px rgba(0,0,0,.2);
}

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

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

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

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

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

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

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

/* OUR STORY */
.ss-about__section--story {
  padding: 150px 0 120px;
  background: var(--ss-paper);
}

.ss-about__story-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(70px, 8vw, 130px);
  align-items: center;
}

.ss-about__story-copy {
  max-width: 590px;
  color: #4d5f57;
  font-size: 15px;
  line-height: 2.15;
}

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

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

.ss-about__story-watermark {
  position: absolute;
  left: 50%;
  bottom: -24px;
  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, 180px);
  line-height: .8;
  letter-spacing: .07em;
  pointer-events: none;
}

/* Seasonal full bleed */
.ss-about__season {
  position: relative;
  height: clamp(520px, 67vw, 820px);
  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,.22), transparent 54%);
}

.ss-about__season-caption {
  position: absolute;
  z-index: 2;
  left: max(40px, calc((100vw - 1180px)/2));
  bottom: 58px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
}

.ss-about__season-caption--right {
  left: auto;
  right: max(40px, calc((100vw - 1180px)/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(21px, 2vw, 31px);
  line-height: 1.45;
  letter-spacing: .06em;
}

/* LITHUANIA */
.ss-about__section--lithuania {
  background: var(--ss-ivory);
}

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

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

.ss-about__lithuania-intro .ss-about__body-copy {
  max-width: 560px;
  color: #54635c;
  font-size: 14px;
  line-height: 2.1;
}

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

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

.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: 26px;
  bottom: 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: .2em;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

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

.ss-about__inline-action a,
.ss-about__text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  letter-spacing: .08em;
}

/* BIRCH SAP */
.ss-about__section--birch {
  background: var(--ss-paper);
}

.ss-about__birch-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  grid-template-areas:
    "main copy"
    "main detail";
  gap: 42px clamp(70px, 7vw, 120px);
  align-items: start;
}

.ss-about__birch-main {
  grid-area: main;
  height: 840px;
  overflow: hidden;
}

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

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

.ss-about__birch-copy .ss-about__body-copy {
  color: #52635b;
  font-size: 14px;
  line-height: 2.1;
}

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

.ss-about__birch-terms div {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) 1fr;
  gap: 26px;
  padding: 15px 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: 72%;
  margin-left: auto;
  height: 280px;
  overflow: hidden;
}

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

/* SPRING */
.ss-about__section--spring {
  min-height: 950px;
  padding: 150px 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,.9) 0%, rgba(10,36,28,.68) 45%, rgba(10,36,28,.28) 75%, rgba(10,36,28,.16) 100%),
    linear-gradient(180deg, rgba(10,36,28,.08), rgba(10,36,28,.32));
}

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

.ss-about__spring-copy h2 {
  font-family: var(--ss-serif);
  font-size: clamp(42px, 4.5vw, 66px);
  font-weight: 500;
  line-height: 1.42;
}

.ss-about__body-copy--light {
  max-width: 620px;
  margin-top: 34px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 2.1;
}

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

.ss-about__spring-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 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: 24px;
}

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

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

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

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

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

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

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

/* BEAUTY */
.ss-about__section--beauty {
  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: 42px 90px;
  align-items: start;
}

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

.ss-about__beauty-copy .ss-about__body-copy {
  color: #53635b;
  font-size: 14px;
  line-height: 2.1;
}

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

.ss-about__beauty-stat strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  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: 760px;
  overflow: hidden;
}

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

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

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

/* PROCESS */
.ss-about__section--process {
  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) 70px minmax(0, 1fr);
  align-items: center;
  min-height: 390px;
}

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

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

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

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

.ss-about__timeline-marker span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  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-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 44px 0 0;
  text-align: right;
}

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

.ss-about__timeline-copy h3 {
  margin-bottom: 14px;
  font-family: var(--ss-serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.5;
}

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

/* MOVIE */
.ss-about__section--movie {
  padding: 130px 0 145px;
  background: var(--ss-forest-deep);
  color: #fff;
}

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

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

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

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

/* FLAVORS */
.ss-about__section--flavors {
  background: var(--ss-paper);
}

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

.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: 26px;
}

.ss-about__flavor-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(32,56,47,.1);
  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;
}

.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: 4px 14px;
  padding: 18px 20px 21px;
}

.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: 58px;
  text-align: center;
}

/* BUTTONS */
.ss-about__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 56px;
  padding: 13px 30px;
  border: 1px solid transparent;
  font-size: 13px;
  letter-spacing: .09em;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

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

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

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

/* RELATED */
.ss-about__section--related {
  background: var(--ss-ivory);
}

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

.ss-about__related-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  min-height: 330px;
  background: #fff;
  border: 1px solid rgba(32,56,47,.09);
  overflow: hidden;
  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;
}

.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: 34px;
}

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

.ss-about__related-card h3 {
  font-family: var(--ss-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.65;
}

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

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

.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,.82) 0%, rgba(10,36,28,.58) 42%, rgba(10,36,28,.12) 74%, rgba(10,36,28,.04) 100%);
}

.ss-about__closing-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}

.ss-about__closing-inner h2 {
  max-width: 720px;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1.42;
}

.ss-about__closing-inner > p:not(.ss-about__eyebrow) {
  max-width: 590px;
  margin-top: 26px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
}

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

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

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

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

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

.ss-about__subscription-link {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.55);
  color: rgba(255,255,255,.78);
  font-size: 12px;
}

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

/* Tablet */
@media (max-width: 1024px) {
  .ss-about__container,
  .ss-about__container--wide,
  .ss-about__container--narrow,
  .ss-about__hero-inner,
  .ss-about__breadcrumb ol,
  .ss-about__closing-inner {
    width: min(100% - 48px, 960px);
  }

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

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

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

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

  .ss-about__birch-layout {
    gap: 40px 55px;
  }

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

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

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

  .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: 260px;
  }
}

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

  .ss-about__container,
  .ss-about__container--wide,
  .ss-about__container--narrow,
  .ss-about__hero-inner,
  .ss-about__breadcrumb ol,
  .ss-about__closing-inner {
    width: calc(100% - 36px);
  }

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

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

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

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

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

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

  .ss-about__hero {
    min-height: 730px;
    align-items: end;
  }

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

  .ss-about__hero-overlay {
    background:
      linear-gradient(180deg, rgba(10,36,28,.08) 0%, rgba(10,36,28,.26) 45%, rgba(10,36,28,.82) 100%);
  }

  .ss-about__hero-inner {
    padding: 0 0 64px;
  }

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

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

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

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

  .ss-about__section--story {
    padding: 88px 0 74px;
  }

  .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-copy,
  .ss-about__lithuania-intro .ss-about__body-copy,
  .ss-about__birch-copy .ss-about__body-copy,
  .ss-about__beauty-copy .ss-about__body-copy {
    font-size: 13px;
    line-height: 2;
  }

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

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

  .ss-about__season {
    height: 520px;
  }

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

  .ss-about__season-caption,
  .ss-about__season-caption--right {
    left: 22px;
    right: auto;
    bottom: 28px;
    text-align: left;
  }

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

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

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

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

  .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: 26px;
    text-align: left;
  }

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

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

  .ss-about__birch-terms div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

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

  .ss-about__section--spring {
    min-height: 0;
    padding: 90px 0;
  }

  .ss-about__spring-overlay {
    background:
      linear-gradient(180deg, rgba(10,36,28,.82), rgba(10,36,28,.62) 55%, rgba(10,36,28,.82));
  }

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

  .ss-about__spring-note {
    display: block;
  }

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

  .ss-about__spring-media-stack {
    margin-top: 50px;
  }

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

  .ss-about__spring-collection {
    width: 72%;
    margin-top: 4px;
  }

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

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

  .ss-about__beauty-detail {
    width: 72%;
    margin-top: 18px;
    margin-left: auto;
  }

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

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

  .ss-about__timeline-item {
    display: grid;
    grid-template-columns: 47px 1fr;
    min-height: 0;
    padding-bottom: 62px;
  }

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

  .ss-about__timeline-marker,
  .ss-about__timeline-item:nth-child(even) .ss-about__timeline-marker {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

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

  .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: 24px 0 0;
    text-align: left;
  }

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

  .ss-about__section--movie {
    padding: 86px 0 92px;
  }

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

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

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

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

  .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: 42px;
  }

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

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

  .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: 26px 24px 30px;
  }

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

  .ss-about__closing {
    min-height: 760px;
    align-items: end;
  }

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

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

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

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

  .ss-about__closing-actions {
    display: grid;
  }
}

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

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


/* =========================================================
   STRICT ISOLATION LAYER
   Prevents legacy/common CSS from altering the About page.
   Version 3.0 / 2026-07-16
========================================================= */

/* Break out of any legacy max-width / padded page wrapper */
.ss-about.ss-about {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
  color: var(--ss-ink) !important;
  background: var(--ss-paper) !important;
  font-family: var(--ss-sans) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  letter-spacing: .045em !important;
  text-align: left !important;
}

/* Neutralize inherited theme rules */
.ss-about.ss-about :where(
  section, nav, header, footer, main, article, aside,
  div, figure, picture, figcaption, video,
  h1, h2, h3, h4, h5, h6,
  p, span, small, strong, em, i,
  ol, ul, li, dl, dt, dd
) {
  box-sizing: border-box !important;
  max-width: none;
}

.ss-about.ss-about :where(section, nav, header, div, figure, picture, figcaption, p, ol, ul, dl, dd) {
  margin-top: 0;
  margin-bottom: 0;
}

.ss-about.ss-about :where(ol, ul) {
  padding-left: 0 !important;
  list-style: none !important;
}

.ss-about.ss-about :where(h1, h2, h3, h4, h5, h6) {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  border: 0 !important;
  background: none !important;
  text-transform: none !important;
  text-indent: 0 !important;
  text-shadow: none;
}

.ss-about.ss-about :where(p, span, small, strong, em, i, dt, dd, figcaption) {
  text-indent: 0 !important;
}

.ss-about.ss-about :where(a) {
  color: inherit !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

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

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

.ss-about.ss-about figure {
  float: none !important;
  clear: none !important;
  border: 0 !important;
}

/* Restore intended editorial typography with stronger specificity */
.ss-about.ss-about .ss-about__hero-title,
.ss-about.ss-about .ss-about__section-head h2,
.ss-about.ss-about .ss-about__spring-copy h2,
.ss-about.ss-about .ss-about__closing-inner h2,
.ss-about.ss-about .ss-about__timeline-copy h3,
.ss-about.ss-about .ss-about__related-card h3 {
  font-family: var(--ss-serif) !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.ss-about.ss-about .ss-about__eyebrow,
.ss-about.ss-about .ss-about__scroll-cue,
.ss-about.ss-about .ss-about__timeline-copy > p,
.ss-about.ss-about .ss-about__flavor-card strong,
.ss-about.ss-about .ss-about__related-card > div > p,
.ss-about.ss-about .ss-about__related-card span {
  font-family: Georgia, "Times New Roman", serif !important;
  text-transform: none !important;
}

/* Explicit full-bleed blocks */
.ss-about.ss-about .ss-about__hero,
.ss-about.ss-about .ss-about__season,
.ss-about.ss-about .ss-about__section--spring,
.ss-about.ss-about .ss-about__section--movie,
.ss-about.ss-about .ss-about__closing {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Stop common image rules from forcing auto height */
.ss-about.ss-about .ss-about__hero-media,
.ss-about.ss-about .ss-about__hero-media img,
.ss-about.ss-about .ss-about__season picture,
.ss-about.ss-about .ss-about__season picture img,
.ss-about.ss-about .ss-about__spring-bg,
.ss-about.ss-about .ss-about__spring-bg img,
.ss-about.ss-about .ss-about__closing-media,
.ss-about.ss-about .ss-about__closing-media img {
  width: 100% !important;
  height: 100% !important;
}

.ss-about.ss-about .ss-about__hero-media img,
.ss-about.ss-about .ss-about__season img,
.ss-about.ss-about .ss-about__spring-bg img,
.ss-about.ss-about .ss-about__closing-media img {
  object-fit: cover !important;
}

/* Common CSS was affecting internal grid/flex behavior */
.ss-about.ss-about .ss-about__story-layout,
.ss-about.ss-about .ss-about__lithuania-intro,
.ss-about.ss-about .ss-about__lithuania-gallery,
.ss-about.ss-about .ss-about__birch-layout,
.ss-about.ss-about .ss-about__spring-inner,
.ss-about.ss-about .ss-about__spring-media-stack,
.ss-about.ss-about .ss-about__beauty-layout,
.ss-about.ss-about .ss-about__flavor-grid,
.ss-about.ss-about .ss-about__related-grid,
.ss-about.ss-about .ss-about__closing-actions {
  float: none !important;
  clear: none !important;
}

/* Fix the excessive blank interval around the watermark/season transition */
.ss-about.ss-about .ss-about__section--story {
  overflow: hidden !important;
}

.ss-about.ss-about .ss-about__story-watermark {
  z-index: 0 !important;
  bottom: -10px !important;
  line-height: .72 !important;
}

.ss-about.ss-about .ss-about__story-layout {
  position: relative !important;
  z-index: 1 !important;
}

/* Prevent legacy line-height and inline image baseline gaps */
.ss-about.ss-about .ss-about__lithuania-card,
.ss-about.ss-about .ss-about__story-media,
.ss-about.ss-about .ss-about__birch-main,
.ss-about.ss-about .ss-about__birch-detail,
.ss-about.ss-about .ss-about__beauty-main,
.ss-about.ss-about .ss-about__beauty-detail,
.ss-about.ss-about .ss-about__timeline-item figure,
.ss-about.ss-about .ss-about__flavors-visual,
.ss-about.ss-about .ss-about__flavor-card figure,
.ss-about.ss-about .ss-about__related-card figure {
  line-height: 0 !important;
}

/* Buttons: common theme was making labels white/hidden */
.ss-about.ss-about .ss-about__button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto;
  min-width: 250px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 13px 30px !important;
  border-radius: 0 !important;
  font-family: var(--ss-sans) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: .09em !important;
  text-align: center !important;
  text-indent: 0 !important;
  white-space: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  -webkit-text-fill-color: currentColor !important;
}

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

.ss-about.ss-about .ss-about__button--outline {
  color: var(--ss-ink) !important;
  border: 1px solid var(--ss-ink) !important;
  background: transparent !important;
}

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

.ss-about.ss-about .ss-about__button--primary-light {
  color: var(--ss-forest-deep) !important;
  border: 1px solid #fff !important;
  background: #fff !important;
}

.ss-about.ss-about .ss-about__button--secondary-light {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.7) !important;
  background: rgba(255,255,255,.06) !important;
}

.ss-about.ss-about .ss-about__subscription-link {
  color: rgba(255,255,255,.84) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Text links were inheriting global button/arrow styles */
.ss-about.ss-about .ss-about__inline-action a,
.ss-about.ss-about .ss-about__text-link {
  position: relative !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 0 6px !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ss-ink) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  box-shadow: none !important;
}

.ss-about.ss-about .ss-about__inline-action a::before,
.ss-about.ss-about .ss-about__inline-action a::after,
.ss-about.ss-about .ss-about__text-link::before,
.ss-about.ss-about .ss-about__text-link::after {
  content: none !important;
  display: none !important;
}

/* Prevent global card rules from adding radius or unwanted shadows */
.ss-about.ss-about .ss-about__lithuania-card,
.ss-about.ss-about .ss-about__flavor-card,
.ss-about.ss-about .ss-about__related-card,
.ss-about.ss-about .ss-about__movie-frame,
.ss-about.ss-about .ss-about__harvest-frame,
.ss-about.ss-about .ss-about__spring-collection {
  border-radius: 0 !important;
}

/* Timeline: isolate from global ol/li pseudo elements */
.ss-about.ss-about .ss-about__timeline > li::before,
.ss-about.ss-about .ss-about__timeline > li::after,
.ss-about.ss-about .ss-about__flavor-grid > li::before,
.ss-about.ss-about .ss-about__flavor-grid > li::after {
  content: none !important;
  display: none !important;
}

.ss-about.ss-about .ss-about__timeline-marker::before,
.ss-about.ss-about .ss-about__timeline-marker::after {
  content: none !important;
}

/* Final CTA: this image contains no typography; HTML text is intentionally retained */
.ss-about.ss-about .ss-about__closing-inner {
  color: #fff !important;
}

.ss-about.ss-about .ss-about__closing-inner h2 {
  color: #fff !important;
}

.ss-about.ss-about .ss-about__closing-inner > p:not(.ss-about__eyebrow) {
  color: rgba(255,255,255,.86) !important;
}

/* Footer adjacency: remove legacy margins after the About page */
.ss-about.ss-about + * {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .ss-about.ss-about {
    font-size: 15px !important;
  }

  .ss-about.ss-about .ss-about__button {
    width: 100% !important;
    min-width: 0 !important;
  }

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

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