/* Our Story page. Global announcement, header, navigation, footer and commerce UI are intentionally untouched. */
.sd-story-page {
	--story-shell: 1240px;
	--story-gutter: 32px;
	--story-paper: #f7f4ed;
	--story-paper-2: #fbfaf6;
	--story-ink: #15372f;
	--story-body: #263d37;
	--story-muted: #596963;
	--story-deep: #07392e;
	--story-deep-2: #0b493b;
	--story-brass: #d3a243;
	--story-line: rgba(21, 55, 47, .16);
	--story-shadow: 0 13px 28px rgba(22, 44, 36, .09);
	width: 100%;
	margin: 0;
	background: var(--story-paper);
	color: var(--story-body);
	font-family: var(--font-body, system-ui, sans-serif);
	overflow: clip;
}

.sd-story-page *,
.sd-story-page *::before,
.sd-story-page *::after { box-sizing: border-box; }
.sd-story-page h1,
.sd-story-page h2,
.sd-story-page h3,
.sd-story-page p,
.sd-story-page figure { margin-top: 0; }
.sd-story-page h1,
.sd-story-page h2,
.sd-story-page h3 { color: var(--story-ink); font-family: var(--font-body, system-ui, sans-serif); font-weight: 700; letter-spacing: -.025em; }
.sd-story-page img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.sd-story-shell { width: min(var(--story-shell), calc(100% - 2 * var(--story-gutter))); margin-right: auto; margin-left: auto; }
.sd-story-section { padding-top: 38px; padding-bottom: 38px; }
.sd-story-eyebrow { margin-bottom: 12px !important; color: var(--story-brass); font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.sd-story-section-heading { margin: 0 auto 20px; }
.sd-story-section-heading--center { text-align: center; }
.sd-story-section-heading h2 { margin-bottom: 0; font-size: 30px; line-height: 1.12; }
.sd-story-button { min-width: 174px; min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 20px; border: 1px solid currentColor; border-radius: 4px; font-size: 13px; font-weight: 700; letter-spacing: 0; line-height: 1; text-decoration: none; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.sd-story-button:hover { transform: translateY(-2px); }
.sd-story-button > span:last-child { font-size: 19px; font-weight: 400; }
.sd-story-button--outline { color: #fff; border-color: rgba(255,255,255,.86); }
.sd-story-button--outline:hover { background: #fff; color: var(--story-deep); }
.sd-story-button--dark { background: var(--story-deep); color: #fff; border-color: var(--story-deep); }
.sd-story-button--dark:hover { background: var(--story-deep-2); }
.sd-story-symbol { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; color: var(--story-brass); }
.sd-story-symbol svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.sd-story-placeholder { display: block; width: 100%; height: 100%; min-height: 180px; background: linear-gradient(135deg, #dce2dc, #9caea4); }
.sd-story-image-frame { min-width: 0; margin: 0; overflow: hidden; border-radius: 8px; background: #dce2dc; }

/* Hero */
.sd-story-hero { min-height: clamp(600px, 42.5vw, 620px); position: relative; display: flex; align-items: center; isolation: isolate; background: #081d18; color: #fff; }
.sd-story-hero__media,
.sd-story-hero__veil { position: absolute; z-index: -2; inset: 0; }
.sd-story-hero__media picture { display: block; width: 100%; height: 100%; }
.sd-story-hero__image { object-position: var(--story-hero-desktop-position, 50% 50%); }
.sd-story-hero__veil { z-index: -1; background: linear-gradient(90deg, rgba(3, 15, 13, .9) 0%, rgba(3, 15, 13, .7) 24%, rgba(3, 15, 13, .28) 50%, rgba(3, 15, 13, .04) 77%), linear-gradient(0deg, rgba(3,15,13,.34), transparent 55%); }
.sd-story-hero__content { width: min(1300px, 90%); margin: 0 auto; padding-top: 58px; padding-bottom: 54px; }
.sd-story-hero .sd-story-eyebrow { color: var(--story-brass); }
.sd-story-hero h1 { max-width: 500px; margin-bottom: 20px; color: #fff; font-size: clamp(56px, 4.45vw, 64px); line-height: .99; letter-spacing: -.035em; }
.sd-story-hero__body { max-width: 500px; margin-bottom: 26px; color: rgba(255,255,255,.92); font-size: 16px; line-height: 1.48; }
.sd-story-hero__trust { display: flex; align-items: center; gap: 13px; max-width: 360px; margin-top: 22px; color: #fff; }
.sd-story-symbol--hero { width: 36px; height: 36px; }
.sd-story-hero__trust div { display: grid; gap: 1px; }
.sd-story-hero__trust strong,
.sd-story-hero__trust span { font-size: 12px; line-height: 1.25; }
.sd-story-hero__trust strong { font-weight: 700; }

/* Lifetime */
.sd-story-origin { background: var(--story-paper); }
.sd-story-origin__inner { display: grid; grid-template-columns: minmax(0, 45fr) minmax(0, 55fr); align-items: center; gap: 58px; }
.sd-story-origin__copy h2 { max-width: 520px; margin-bottom: 20px; font-size: 34px; line-height: 1.08; }
.sd-story-prose { max-width: 500px; color: var(--story-body); font-size: 15px; line-height: 1.48; }
.sd-story-prose p { margin-bottom: 0; }
.sd-story-prose p + p { margin-top: 18px; }
.sd-story-origin__highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.sd-story-origin__highlights > div { display: grid; justify-items: start; gap: 8px; min-width: 0; }
.sd-story-symbol--origin { width: 34px; height: 34px; }
.sd-story-origin__highlights strong { color: var(--story-ink); font-size: 12px; line-height: 1.25; }
.sd-story-origin__highlights span { color: var(--story-muted); font-size: 11px; line-height: 1.3; }
.sd-story-image-frame--origin { aspect-ratio: 1.65 / 1; box-shadow: var(--story-shadow); }
.sd-story-image--origin { object-position: var(--story-origin-position, 50% 50%); }

/* Values */
.sd-story-beliefs { padding-top: 25px; padding-bottom: 28px; background: linear-gradient(100deg, var(--story-deep), #084436 54%, #06372d); color: #fff; }
.sd-story-beliefs .sd-story-section-heading { margin-bottom: 19px; }
.sd-story-beliefs .sd-story-eyebrow { margin-bottom: 8px !important; text-align: center; }
.sd-story-beliefs .sd-story-section-heading h2 { color: #fff; font-size: 29px; }
.sd-story-beliefs__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sd-story-beliefs article { min-width: 0; min-height: 106px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.28); text-align: center; }
.sd-story-beliefs article:last-child { border-right: 0; }
.sd-story-symbol--belief { width: 43px; height: 43px; margin-bottom: 11px; }
.sd-story-beliefs h3 { margin-bottom: 0; color: #fff; font-size: 13px; font-weight: 500; letter-spacing: 0; line-height: 1.38; }
.sd-story-beliefs p { margin: 4px 0 0; color: rgba(255,255,255,.78); font-size: 11px; line-height: 1.35; }

/* Four Story images */
.sd-story-scenes { padding-top: 24px; padding-bottom: 16px; background: var(--story-paper); }
.sd-story-scenes .sd-story-section-heading { margin-bottom: 16px; }
.sd-story-scenes .sd-story-section-heading h2 { font-size: 29px; }
.sd-story-scenes__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 24px; }
.sd-story-scene { min-width: 0; margin: 0; }
.sd-story-scene__image { width: 100%; height: auto !important; aspect-ratio: 1.55 / 1; border-radius: 7px; box-shadow: 0 8px 20px rgba(20,42,34,.07); }
.sd-story-scene--1 .sd-story-scene__image { object-position: var(--story-scene-1-position, 50% 50%); }
.sd-story-scene--2 .sd-story-scene__image { object-position: var(--story-scene-2-position, 50% 50%); }
.sd-story-scene--3 .sd-story-scene__image { object-position: var(--story-scene-3-position, 50% 50%); }
.sd-story-scene--4 .sd-story-scene__image { object-position: var(--story-scene-4-position, 50% 50%); }
.sd-story-scene figcaption { padding: 10px 8px 0; color: var(--story-body); font-size: 12px; line-height: 1.28; text-align: center; }
.sd-story-scene figcaption strong,
.sd-story-scene figcaption span { display: block; font-weight: 400; }
.sd-story-scenes__summary { max-width: 720px; margin: 18px auto 0; color: var(--story-body); font-size: 13px; line-height: 1.38; text-align: center; }

/* Principles */
.sd-story-principles { padding-top: 0; padding-bottom: 24px; background: var(--story-paper); }
.sd-story-principles__inner { margin: 19px 0 23px; padding-top: 17px; border-top: 1px solid var(--story-line); }
.sd-story-principles .sd-story-section-heading { margin-bottom: 10px; }
.sd-story-principles .sd-story-section-heading h2 { margin-top: 19px; margin-bottom: 26px; font-size: 27px; }
.sd-story-principles__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.sd-story-principles article { min-height: 164px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 19px 28px; background: rgba(255,255,255,.38); border: 1px solid var(--story-line); border-radius: 8px; box-shadow: var(--story-shadow); text-align: center; }
.sd-story-symbol--principle { width: 39px; height: 39px; margin-bottom: 8px; color: var(--story-ink); }
.sd-story-principles h3 { margin-bottom: 7px; font-size: 16px; line-height: 1.15; }
.sd-story-principles p { max-width: 295px; margin: 0; color: var(--story-body); font-size: 12px; line-height: 1.32; }

/* Atlas CTA */
.sd-story-feature { margin-bottom: 26px; padding-top: 0; padding-bottom: 16px; background: var(--story-paper); }
.sd-story-feature__inner { min-height: 250px; display: grid; grid-template-columns: minmax(0, 35fr) minmax(0, 65fr); overflow: hidden; background: #f3eee4; border-radius: 8px; }
.sd-story-feature__copy { align-self: center; padding: 30px 34px; }
.sd-story-feature__copy .sd-story-eyebrow { margin-bottom: 9px !important; }
.sd-story-feature__copy h2 { max-width: 340px; margin-bottom: 11px; font-size: 28px; line-height: 1.08; }
.sd-story-feature__copy > p:not(.sd-story-eyebrow) { max-width: 330px; margin-bottom: 16px; color: var(--story-body); font-size: 13px; line-height: 1.35; }
.sd-story-feature .sd-story-button { min-width: 162px; min-height: 43px; font-size: 12px; }
.sd-story-image-frame--feature { min-height: 250px; position: relative; border-radius: 0; }
.sd-story-image--atlas { position: absolute; inset: 0; object-position: var(--story-atlas-position, 50% 50%); }

/* Promise */
.sd-story-promise { position: relative; padding: 10px 0; background: linear-gradient(100deg, var(--story-deep), #084436 55%, #06372d); color: #fff; }
.sd-story-promise__inner { position: relative; }
.sd-story-promise__eyebrow { position: absolute; z-index: 1; top: 0; left: 50%; margin: 0; color: var(--story-brass); font-size: 10px; font-weight: 700; letter-spacing: .13em; line-height: 1; text-transform: uppercase; transform: translateX(-50%); }
.sd-story-promise__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sd-story-promise article { min-width: 0; min-height: 62px; display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 13px; padding: 4px 38px; border-right: 1px solid rgba(255,255,255,.28); }
.sd-story-promise article:last-child { border-right: 0; }
.sd-story-symbol--promise { width: 35px; height: 35px; }
.sd-story-promise h2 { margin-bottom: 2px; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0; line-height: 1.2; }
.sd-story-promise p { margin: 0; color: rgba(255,255,255,.92); font-size: 11px; line-height: 1.25; }

/* Final CTA */
.sd-story-final { min-height: clamp(280px, 21vw, 320px); position: relative; display: flex; align-items: center; isolation: isolate; background: #15261f; color: #fff; }
.sd-story-final__media,
.sd-story-final__veil { position: absolute; z-index: -2; inset: 0; }
.sd-story-final__media picture { display: block; width: 100%; height: 100%; }
.sd-story-final__image { object-position: var(--story-final-desktop-position, 50% 50%); }
.sd-story-final__veil { z-index: -1; background: linear-gradient(90deg, rgba(5,17,14,.88) 0%, rgba(5,17,14,.6) 26%, rgba(5,17,14,.18) 52%, rgba(5,17,14,.03) 78%); }
.sd-story-final__content { padding-top: 38px; padding-bottom: 38px; }
.sd-story-final h2 { max-width: 430px; margin-bottom: 10px; color: #fff; font-size: 38px; line-height: .94; letter-spacing: -.035em; }
.sd-story-final__content > p:not(.sd-story-eyebrow) { max-width: 350px; margin-bottom: 17px; color: rgba(255,255,255,.94); font-size: 14px; line-height: 1.3; }
.sd-story-final .sd-story-button { min-width: 165px; min-height: 43px; font-size: 12px; }

[data-story-reveal] { opacity: 1; transform: none; }

@media (max-width: 1100px) and (min-width: 761px) {
	.sd-story-page { --story-gutter: 32px; }
	.sd-story-section { padding-top: 32px; padding-bottom: 32px; }
	.sd-story-origin__inner { gap: 36px; }
	.sd-story-origin__copy h2 { font-size: 31px; }
	.sd-story-prose { font-size: 14px; }
	.sd-story-origin__highlights { gap: 10px; margin-top: 22px; }
	.sd-story-beliefs { padding-top: 24px; padding-bottom: 24px; }
	.sd-story-beliefs article { min-height: 104px; padding-right: 18px; padding-left: 18px; }
	.sd-story-beliefs h3 { font-size: 12px; }
	.sd-story-scenes { padding-top: 24px; padding-bottom: 14px; }
	.sd-story-scenes__grid { gap: 16px; }
	.sd-story-scene figcaption { padding-right: 2px; padding-left: 2px; font-size: 11px; }
	.sd-story-principles { padding-bottom: 22px; }
	.sd-story-principles__grid { gap: 18px; }
	.sd-story-principles article { min-height: 154px; padding: 16px 20px; }
	.sd-story-feature { padding-bottom: 14px; }
	.sd-story-feature__inner { min-height: 230px; }
	.sd-story-feature__copy { padding: 24px 27px; }
	.sd-story-feature__copy h2 { font-size: 26px; }
	.sd-story-image-frame--feature { min-height: 230px; }
	.sd-story-promise article { padding-right: 24px; padding-left: 24px; }
}

@media (max-width: 760px) {
	.sd-story-page { --story-gutter: 20px; }
	.sd-story-section { padding-top: 42px; padding-bottom: 42px; }
	.sd-story-section-heading { margin-bottom: 22px; }
	.sd-story-section-heading h2 { font-size: 28px; }
	.sd-story-hero { min-height: 640px; align-items: flex-end; }
	.sd-story-hero__image { object-position: var(--story-hero-mobile-position, 68% 50%); }
	.sd-story-hero__veil { background: linear-gradient(0deg, rgba(3,15,13,.92) 0%, rgba(3,15,13,.7) 37%, rgba(3,15,13,.17) 72%, rgba(3,15,13,.04) 100%); }
	.sd-story-hero__content { width: calc(100% - 40px); padding-top: 160px; padding-bottom: 36px; }
	.sd-story-hero h1 { max-width: 350px; margin-bottom: 16px; font-size: 50px; line-height: .98; }
	.sd-story-hero__body { max-width: 345px; margin-bottom: 22px; font-size: 14px; line-height: 1.45; }
	.sd-story-button { min-width: 170px; min-height: 46px; }
	.sd-story-hero__trust { margin-top: 20px; }
	.sd-story-origin__inner { grid-template-columns: 1fr; gap: 28px; }
	.sd-story-origin__copy h2 { font-size: 31px; }
	.sd-story-prose { font-size: 14px; }
	.sd-story-origin__highlights { gap: 8px; margin-top: 25px; }
	.sd-story-origin__highlights > div { justify-items: center; text-align: center; }
	.sd-story-symbol--origin { width: 31px; height: 31px; }
	.sd-story-origin__highlights strong { font-size: 10px; }
	.sd-story-image-frame--origin { width: 100%; aspect-ratio: 1.36 / 1; }
	.sd-story-beliefs { padding-top: 32px; padding-bottom: 32px; }
	.sd-story-beliefs .sd-story-section-heading h2 { font-size: 26px; }
	.sd-story-beliefs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sd-story-beliefs article { min-height: 150px; padding: 18px 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
	.sd-story-beliefs article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.24); }
	.sd-story-beliefs article:nth-last-child(-n+2) { border-bottom: 0; }
	.sd-story-symbol--belief { width: 39px; height: 39px; }
	.sd-story-scenes { padding-top: 38px; padding-bottom: 18px; }
	.sd-story-scenes .sd-story-section-heading h2 { font-size: 27px; }
	.sd-story-scenes__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 10px; }
	.sd-story-scene__image { aspect-ratio: 1.16 / 1; }
	.sd-story-scene figcaption { padding: 8px 2px 0; font-size: 10px; }
	.sd-story-scenes__summary { margin-top: 20px; font-size: 12px; line-height: 1.45; }
	.sd-story-principles { padding-bottom: 38px; }
	.sd-story-principles__inner { padding-top: 22px; }
	.sd-story-principles .sd-story-section-heading h2 { font-size: 25px; }
	.sd-story-principles__grid { grid-template-columns: 1fr; gap: 12px; }
	.sd-story-principles article { min-height: 164px; padding: 20px; }
	.sd-story-feature { padding-bottom: 22px; }
	.sd-story-feature__inner { grid-template-columns: 1fr; }
	.sd-story-feature__copy { padding: 32px 24px 34px; }
	.sd-story-feature__copy h2 { max-width: 330px; font-size: 31px; }
	.sd-story-feature__copy > p:not(.sd-story-eyebrow) { max-width: 330px; font-size: 13px; }
	.sd-story-image-frame--feature { min-height: 235px; order: 2; }
	.sd-story-promise { padding-top: 15px; padding-bottom: 15px; }
	.sd-story-promise__eyebrow { position: static; margin-bottom: 6px; text-align: center; transform: none; }
	.sd-story-promise__grid { grid-template-columns: 1fr; }
	.sd-story-promise article { min-height: 72px; padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
	.sd-story-promise article:last-child { border-bottom: 0; }
	.sd-story-final { min-height: 510px; align-items: flex-end; }
	.sd-story-final__image { object-position: var(--story-final-mobile-position, 68% 50%); }
	.sd-story-final__veil { background: linear-gradient(0deg, rgba(3,15,13,.92) 0%, rgba(3,15,13,.66) 41%, rgba(3,15,13,.12) 78%); }
	.sd-story-final__content { padding-top: 150px; padding-bottom: 34px; }
	.sd-story-final h2 { max-width: 330px; font-size: 40px; }
}

@media (max-width: 390px) {
	.sd-story-hero h1 { font-size: 47px; }
	.sd-story-origin__copy h2 { font-size: 29px; }
	.sd-story-origin__highlights strong { font-size: 9px; }
	.sd-story-beliefs article { min-height: 156px; padding-right: 10px; padding-left: 10px; }
	.sd-story-principles .sd-story-section-heading h2 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
	.sd-story-page *,
	.sd-story-page *::before,
	.sd-story-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
