/*!
Theme Name: greenwash
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greenwash
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

greenwash is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "helvetica-neue-lt-pro", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

 /* =============================================
       PROPORTIONAL SCALING SYSTEM
       Reference desktop width: 1440px.
       Convert design px → vw by: value(px) / 14.4 = vw.
       ============================================= */

    :root {
      --bg: #00e26d;  /* brand green */
      --ink: #000000; /* ink black */
      --edge: calc(40/14.4 * 1vw);
      --edge6: calc(6 * var(--edge));
    }

    * { box-sizing: border-box; }
    html, body {
      height: 100%;
      overflow-x: hidden; /* prevent unwanted horizontal scrolling */
    }
    body {
      margin: 0;
      background: var(--bg);
      color: var(--ink);
      font-family: "helvetica-neue-lt-pro", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-synthesis: none;
    }

    /* =============================================
       HERO (SVG + floating video)
       ============================================= */
    .hero { position: relative; width: 100%; overflow: hidden; }

    .brandmark { margin: 0; line-height: 0; }
    .brandmark img { display: block; width: 100%; height: auto; }

    .hero__video-wrap { background: transparent !important; 
      position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
      width: 42vw; aspect-ratio: 800 / 526; overflow: hidden; background-color: var(--bg);
      pointer-events: none; backface-visibility: hidden; -webkit-backface-visibility: hidden; transform-style: preserve-3d;
    }
    .hero__video {
      display: block; width: 102%; height: 102%; margin: -1%; object-fit: cover; will-change: transform; transform: translateZ(0);
    }

    .tagline {
      display: flex; align-items: start; justify-content: space-between;
      padding-inline: var(--edge);
      margin-top: calc(16/14.4 * 1vw);
      text-transform: uppercase; font-weight: 400; font-size: calc(35/14.4 * 1vw); letter-spacing: -0.02em;
    }
    .tagline a { color: inherit; text-decoration: underline; text-underline-offset: 0.08em; }
    .tagline a:hover, .tagline a:focus-visible { text-decoration: none; }

    /* =============================================
       FEATURE SECTION
       ============================================= */
    .feature {
      position: relative;
      padding-top: calc(150/14.4 * 1vw);
      padding-bottom: calc(600/14.4 * 1vw);
    }

    .feature__headline {
      margin: 0;
      padding-left: var(--edge);
      font-weight: 700;
      letter-spacing: -0.035em;
      font-size: calc(124/14.4 * 1vw);
      line-height: 0.95;
      position: relative;
      z-index: 3;
      text-transform: none;
    }

    .feature__video-wrap {
      position: absolute;
      right: calc(var(--edge6) * 1.35);
      top: calc(338/14.4 * 1vw);
      width: calc(547/14.4 * 1vw);
      aspect-ratio: 640 / 860;
      overflow: hidden;
      background: var(--bg);
      z-index: 1;
    }
    .feature__video {
      width: 102%;
      height: 102%;
      margin: -1%;
      object-fit: cover;
      display: block;
    }

    .feature__body {
      position: relative;
      z-index: 2;
      margin-top: calc(18/14.4 * 1vw);
      margin-left: calc(var(--edge6) * 1.35);
      margin-right: var(--edge);
      font-size: calc(35/14.4 * 1vw);
      line-height: 1.35;
      letter-spacing: -0.02em;
      font-weight: 400;
    }

    /* =============================================
       PRESS / AS FEATURED IN
       ============================================= */
    .press { position: relative; padding-top: calc(60/14.4 * 1vw); padding-bottom: calc(60/14.4 * 1vw); }
    .press__kicker {
      margin: 0;
      padding-left: var(--edge);
      font-family: "helvetica-neue-lt-pro", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui;
      font-weight: 700;
      font-size: calc(35/14.4 * 1vw);
      letter-spacing: -0.02em;
      text-transform: none;
    }
    .press__marquee {
      position: relative;
      height: calc(413/14.4 * 1vw);
      overflow: hidden;
      margin-top: calc(16/14.4 * 1vw);
      width: 100%;
    }

    .press__track {
      display: flex;
      align-items: center;
      height: 100%;
      width: max-content;
      animation: press-marquee-3 60s linear infinite;
      animation-play-state: paused;
      will-change: transform;
    }
    .press__track.is-animating { animation-play-state: running; }
    .press__strip { height: 100%; width: auto; flex: 0 0 auto; display: block; }

    @keyframes press-marquee-3 {
      0%   { transform: translateX(-30%); }
      100% { transform: translateX(-63.3333%); }
    }

    @media (prefers-reduced-motion: reduce) {
      .press__track { animation: none; }
    }

    /* =============================================
       HALF-WIDTH VIDEO SECTION
       ============================================= */
    .half-video {
      position: relative;
      display: flex;
      width: 100%;
      background-color: var(--bg);
      padding-top: calc(120 / 14.4 * 1vw);
      padding-bottom: 0;
    }

    .half-video__wrap {
      position: relative;
      width: 50%;
      aspect-ratio: 960 / 644;
      overflow: hidden;
      background: var(--bg);
    }

    .half-video__video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* =============================================
       CTA HEADLINE SECTION
       ============================================= */
    .cta {
      position: relative;
      padding-top: calc(80/14.4 * 1vw);
      padding-bottom: 0;
    }
    .cta__headline {
      margin: 0;
      padding-left: var(--edge);
      font-family: "helvetica-neue-lt-pro", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: -0.035em;
      line-height:.9;
      font-size: calc(160/14.4 * 1vw);
    }
    .cta__line { display: block; }
    .cta__mobile { display: none; }

    /* =============================================
       DETAILS SECTION
       ============================================= */
    .details {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 0;
      align-items: start;
      padding-top: calc(80/14.4 * 1vw);
      padding-bottom: calc(160/14.4 * 1vw);
    }
    .details__copy {
      padding-left: var(--edge);
      padding-right: calc(20/14.4 * 1vw);
      font-size: calc(32/14.4 * 1vw);
      line-height: 1.35;
      letter-spacing: -0.02em;
      max-width: 100%;
      margin-top: 0;
    }
    .details__video-wrap {
      justify-self: end;
      width: 100%;
      max-width: 50vw;
      aspect-ratio: 960 / 1376;
      overflow: hidden;
      background: var(--bg);
    }
    .details__video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* =============================================
       SOAPBOX OVERLAY
       ============================================= */
    .soapbox {
      position: absolute;
      left: 0;
      right: 0;
      top: calc(50vw * 1.433333 * 0.6667); 
      z-index: 3;
    }
    .soapbox__line {
      margin: 0;
      font-family: "helvetica-neue-lt-pro", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: -0.035em;
      line-height: 1;
      font-size: calc(95 / 14.4 * 1vw);
    }
    .soapbox__line--a { padding-left: var(--edge); }
    .soapbox__line--b {
      margin-top: 0;
      margin-left: calc(var(--edge6) * 1.35); 
    }
    .soapbox__copy {
      margin: 0;
      margin-top: calc(18/14.4 * 1vw);
      padding-left: var(--edge);
      margin-right: 33vw; 
      font-size: calc(32 / 14.4 * 1vw);
      line-height: 1.35;
      letter-spacing: -0.02em;
    }

    /* =============================================
       QUOTES
       ============================================= */
    .quotes {
      position: relative;
      padding-top: calc(60/14.4 * 1vw);
      padding-bottom: calc(120/14.4 * 1vw);
    }
    .quote-slide { position: relative; }

    .quotes__inner {
      padding-left: calc(var(--edge6) * 1.35); 
      max-width: calc(100vw - (var(--edge6) * 1.35)); 
    }

    .quote__stars {
      margin: 0 0 calc(8/14.4 * 1vw) 0;
      font-size: calc(24/14.4 * 1vw);
      line-height: 1;
      letter-spacing: 0.1em;
    }
      .quote__stars img {
      width: calc(55/14.4 * 1vw);
      height: auto;
    }
    .quote__text {
      margin: 0;
      font-weight: 700;
      font-size: calc(57/14.4 * 1vw); 
      line-height: 1.15;
      letter-spacing: -0.02em;
    }

    .quote__by {
      margin: calc(10/14.4 * 1vw) 0 0 0;
      text-align: right;
      padding-right: calc(var(--edge6) * 1.35); 
      font-weight: 700;
      letter-spacing: -0.02em;
      font-size: calc(57/14.4 * 1vw);
    }

    /* ================= MOBILE BREAKPOINT (<=768px) ================= */
    @media (max-width: 768px) {
      .hero { overflow: visible; min-height: calc(560/3.9 * 1vw); }
      .hero__video-wrap {
        position: absolute; left: 50%; transform: translateX(-50%);
        top: calc(160/3.9 * 1vw); width: calc(358/3.9 * 1vw); height: calc(369/3.9 * 1vw);
        overflow: hidden; margin: 0;
      }
      .hero__video { width: 100%; height: 100%; margin: 0; object-fit: cover;     transform: none;
}

      .tagline { padding-inline: calc(16/3.9 * 1vw); margin-top: 0; font-size: calc(18/3.9 * 1vw); }

      .feature { padding-bottom: calc(220/3.9 * 1vw);         padding-top: calc(300 / 14.4 * 1vw);}
      .feature__headline { padding-left: calc(16/3.9 * 1vw); font-size: calc(185/14.4 * 1vw); }
      .feature__video-wrap { position: absolute; right: 0; left: auto; top: calc(115/3.9 * 1vw); width: calc(316/3.9 * 1vw); aspect-ratio: 640 / 860; overflow: hidden; background: var(--bg); z-index: 1; transform: none; }
      .feature__body { margin-left: calc(50/3.9 * 1vw); margin-right: calc(16/3.9 * 1vw); margin-top: calc(16/3.9 * 1vw); font-size: calc(28/3.9 * 1vw); }

      .press { padding-top: calc(40/3.9 * 1vw); padding-bottom: calc(40/3.9 * 1vw); }
      .press__kicker { padding-left: calc(16/3.9 * 1vw); font-size: calc(18/3.9 * 1vw); }
      .press__marquee { height: calc(90/3.9 * 1vw); }

      .half-video {
        justify-content: center;
        padding-top: calc(10 / 3.9 * 1vw);
        padding-bottom: 0;
      }
      .half-video__wrap {
        width: calc((390 - 32)/3.9 * 1vw);
        margin-inline: calc(16/3.9 * 1vw);
        aspect-ratio: 960 / 644;
      }

      .cta { padding-top: calc(60/3.9 * 1vw); padding-bottom: 0; }
      .cta__headline {
        padding-left: 0;
        transform: translateX(calc(-10/3.9 * 1vw));
        font-size: calc(97/3.9 * 1vw);
        line-height: .85;
        letter-spacing: -0.035em;
      }
      .cta__line { display: none; }
      .cta__mobile { display: block; }

      .details {
        display: block;
        padding-top: 0;
        padding-bottom: calc(120/3.9 * 1vw);
      }
      .details__copy {
        padding-left: calc(16/3.9 * 1vw);
        padding-right: calc(16/3.9 * 1vw);
        font-size: calc(18/3.9 * 1vw);
        letter-spacing: -0.02em;
        margin-bottom: calc(16/3.9 * 1vw);
          margin-top: 20px;
      }
      .details__video-wrap {
        width: 66vw;
        max-width: none;
        margin-left: auto;
        margin-right: 0;
        margin-top: calc(80 / 3.9 * 1vw); /* 80px @ 390 */
        aspect-ratio: 960 / 1376;
      }

      /* ===== SOAPBOX Mobile ===== */
      .soapbox {
        position: relative;
        top: 0;
        margin-top: calc(-0.035 * 66vw * 1.433333);
      }
      .soapbox__line {
        font-size: calc(32 / 3.9 * 1vw);
        line-height: 1;
        letter-spacing: -0.035em;
      }
      .soapbox__line--a { padding-left: calc(16/3.9 * 1vw); }
      .soapbox__line--b {
        margin-top: 0;
        margin-left: calc(100vw - (316/3.9 * 1vw));
      }
      .soapbox__copy {
        margin-top: calc(12/3.9 * 1vw);
        padding-left: 0;
        margin-left: 34vw;
        margin-right: calc(28 / 3.9 * 1vw);
        font-size: calc(18 / 3.9 * 1vw);
        letter-spacing: -0.02em;
      }

      .quotes {
        padding-top: calc(50/3.9 * 1vw);
        padding-bottom: calc(90/3.9 * 1vw);
      }
      .quotes__inner {
        padding-left: 0;
        padding-right: calc(16/3.9 * 1vw);
        text-align: right;
        max-width: none;
      }
      .quote__stars { font-size: calc(18/3.9 * 1vw); margin: 0 0 calc(6/3.9 * 1vw) 0; }
        .quote__stars img {
            width: calc(100 / 14.4 * 1vw);
        }
      .quote__text  { font-size: calc(40/3.9 * 1vw); margin-left: 10px; }
      .quote__by {
        text-align: right;
        padding-right: calc(16/3.9 * 1vw);
        font-size: calc(40/3.9 * 1vw);
        margin-top: calc(8/3.9 * 1vw);
      }
    }
      
    
      
      
      
/* ================= REWARDS (section) ================= */
.rewards {
  position: relative;
  z-index: 1;
  padding-top: calc(210/14.4 * 1vw); 
  padding-bottom: calc(100/14.4 * 1vw);
}

.rewards__bg-video-wrap {
  position: absolute;
  top: 0;
  width: 36.5vw;
  aspect-ratio: 748 / 1014;
  overflow: hidden;
  z-index: 0;
}
.rewards__bg-video {
  width: 102%;
  height: 102%;
  margin: -1%;
  display: block;
  object-fit: cover;
}

/* Headline */
.rewards__headline {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-left: calc(var(--edge6) * 1.35);
  font-family: "helvetica-neue-lt-pro", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.8;
  font-size: calc(172 / 14.4 * 1vw);
}

/* Arrow + CTA row */
.rewards__cta-row {
  position: relative;
  z-index: 2;
  margin-top: calc(24/14.4 * 1vw);
  display: flex;
  align-items: center;
}

/* Arrow */
.rewards__arrow {
  width: 60vw;
  height: auto;
  margin-left: calc(-291 / 14.4 * 1vw);
}

/* CTA copy */
.rewards__cta {
  margin: 0;
  margin-left: 3vw;
  padding-right: calc(100/14.4 * 1vw); /* UPDATED */
  font-family: "helvetica-neue-lt-pro", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui;
  font-weight: 400; /* regular */
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-size: calc(46 / 14.4 * 1vw); /* UPDATED */
}
.u-underline { text-decoration: underline; text-underline-offset: 0.08em; color:#000;}
.u-underline:hover { text-decoration: none; text-underline-offset: 0.08em; color:#000;}
.u-underline:active { text-decoration: underline; text-underline-offset: 0.08em; color:#666;}

/* ============== MOBILE (<=768px) ============== */
@media (max-width: 768px) {
  .rewards {
    padding-top: 47.4vw;
    padding-bottom: calc(60/3.9 * 1vw);
  }

  .rewards__bg-video-wrap {
    width: 50vw;
    aspect-ratio: 748 / 1014;
  }

  .rewards__headline {
    padding-left: calc(16/3.9 * 1vw);
    font-size: calc(60 / 3.9 * 1vw);
    line-height: 0.9;
  }

  .rewards__cta-row {
    margin-top: calc(16/3.9 * 1vw);
    align-items: center;
  }

  .rewards__arrow {
    width: 105vw;
    margin-left: calc(-304 / 3.9 * 1vw);
    margin-bottom: calc(8 / 3.9 * 1vw);
  }

  .rewards__cta {
    margin-left: calc(12 / 3.9 * 1vw);
    padding-right: calc(18 / 3.9 * 1vw); 
    font-size: calc(18/3.9 * 1vw);
    line-height: 1.25;
  }
}


/* ================= MISSION (section) ================= */
.mission {
  position: relative;
  padding-top: calc(60/14.4 * 1vw);
  padding-bottom: calc(120/14.4 * 1vw);
}

.mission__headline {
  margin: 0 0 calc(28/14.4 * 1vw);
  padding-left: var(--edge);
  font-family: "helvetica-neue-lt-pro", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 1.05;
  font-size: calc(50.6 / 14.4 * 1vw); 
}

.mission__cols {
  display: grid;
  grid-template-columns: 34vw 35.7vw;
  column-gap: calc(var(--edge) * 2.2);  
  padding-left: var(--edge);
}
.mission__col p {
  margin: 0 0 calc(18/14.4 * 1vw);
  font-size: calc(21 / 14.4 * 1vw);  
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.mission__flow--mobile {
  display: none;
}
.mission__flow--mobile p {
  margin: 0;
  font-size: calc(19.6 / 3.9 * 1vw);   
  line-height: 1.4;
  letter-spacing: -0.01em;
}

/* ================= MOBILE (<=768px) ================= */
@media (max-width: 768px) {
  .mission {
    padding-top: calc(40/3.9 * 1vw);
    padding-bottom: calc(50/3.9 * 1vw);
  }

  .mission__headline {
    padding-left: calc(16/3.9 * 1vw);
    font-size: calc(32 / 3.9 * 1vw);  
    line-height: 1.05;
  }

  .mission__cols--desktop {
    display: none;
  }
  .mission__flow--mobile {
    display: block;
    padding-left: calc(16/3.9 * 1vw);
    padding-right: calc(16/3.9 * 1vw);
  }
    .mission__flow--mobile p {margin-top: 20px;  font-size: calc(18.5 / 3.9 * 1vw);}    
}

/* ================= FOOTER ================= */
.footer {
  background: var(--bg);
  color: var(--ink);
  padding-block: calc(60/14.4 * 1vw);
    padding-bottom: 20px;
}

.footer__inner {
  display: flex;                      
  justify-content: space-between;
  align-items: flex-start;
  gap: calc(var(--edge) * 2);
  padding-left: var(--edge);
  padding-right: var(--edge);
}

.footer__tagline {
  margin: 0 0 calc(24/14.4 * 1vw) 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: calc(27/14.4 * 1vw);
  line-height: 1.1;
}

.footer__madeby {
  margin: 0;
  font-weight: 700;
  font-size: calc(16/14.4 * 1vw);
  letter-spacing: -0.01em;
}

.footer__right { text-align: right; max-width: calc(500/14.4 * 1vw); }
.footer__copyright {
  margin: 0 0 calc(16/14.4 * 1vw);
  font-weight: 700;
  font-size: calc(16/14.4 * 1vw);
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.footer__note {
  margin: 0;
  font-size: calc(14/14.4 * 1vw);
  line-height: 1.35;
  letter-spacing: -0.005em;
}
.footer__note a { color: inherit; text-decoration: underline; text-underline-offset: 0.08em; }
.footer__note a:hover { color: inherit; text-decoration: none; text-underline-offset: 0.08em; }

/* ================= MOBILE (<=768px) ================= */
@media (max-width: 768px) {
  .footer { padding-block: calc(40/3.9 * 1vw); }


  .footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: calc(16/3.9 * 1vw);
    padding-left: calc(16/3.9 * 1vw);
    padding-right: calc(16/3.9 * 1vw);
  }

  .footer__left, .footer__right { display: contents; }

  .footer__tagline {
    grid-column: 1 / -1;
    margin: 0;
    font-size: calc(22/3.9 * 1vw);
    letter-spacing: -0.02em;
  }

  .footer__madeby {
    grid-column: 1;                 /* left side of the row */
    margin: 0;
    font-size: calc(14/3.9 * 1vw);
  }

  .footer__copyright {
    grid-column: 2;                 /* right side of the row */
    justify-self: end;
    margin: 0;
    font-size: calc(14/3.9 * 1vw);
  }

  .footer__note {
    grid-column: 1 / -1;            /* full width below */
    margin: 0;
    font-size: calc(11/3.9 * 1vw);
    line-height: 1.4;
      text-align: left;
  }
}

/* ================= BUY MODAL ================= */
.buy-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;  
  opacity: 0;
  transition: opacity 300ms ease, visibility 0ms linear 300ms; 
}

.buy-modal.is-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms ease; 
}

/* Backdrop */
.buy-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.35);
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 400ms ease;
}

.buy-modal.is-open .buy-modal__backdrop {
  opacity: 1;
}

.buy-modal__panel {
  position: absolute;
  inset: auto 0 0 0;
  height: 100%;
  max-width: 100vw; 
  background: var(--bg);
  color: var(--ink);
  transform: translateY(100%); 
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  overflow-y: auto;
  overflow-x: hidden; 
  -webkit-overflow-scrolling: touch;
}

.buy-modal.is-open .buy-modal__panel {
  transform: translateY(0);
}

/* Close button using SVG */
.buy-modal__close {
  position: absolute;
  top: calc(24 / 14.4 * 1vw);
  right: calc(24 / 14.4 * 1vw);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease;
}

.buy-modal__close img {
  width: calc(42 / 14.4 * 1vw);
  height: auto;
  display: block;
}

.buy-modal__close:hover {
  transform: scale(1);
}

/* Layout grid */
.buy-modal__grid {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 1fr); 
  gap: calc(80 / 14.4 * 1vw);
  padding: calc(80 / 14.4 * 1vw) var(--edge);
  align-items: start;
  max-width: 100%;
  box-sizing: border-box;
}

/* Left image column */
.buy-modal__media {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.buy-modal__img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1; 
}

/* Right content */
.buy-modal__content {
  min-width: 0;
  max-width: 100%;
}

/* Headline */
.buy-modal__headline {
  margin: 0 0 calc(16 / 14.4 * 1vw);
  font-size: calc(72 / 14.4 * 1vw);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.buy-modal__headline img{width:70%; height: auto;}

.buy-modal__stars {
  display: flex;
  gap: calc(2 / 14.4 * 1vw);
  margin: 0 0 calc(16 / 14.4 * 1vw);
}
.buy-modal__stars img {
  width: calc(20 / 14.4 * 1vw);
  height: auto;
  display: block;
}

/* Sold out */
.buy-modal__sold {
  margin: 0 0 calc(24 / 14.4 * 1vw);
  font-size: calc(30 / 14.4 * 1vw);
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* Instructions */
.buy-modal__intro{
  font-size: calc(21 / 14.4 * 1vw);
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 0 0 calc(24 / 14.4 * 1vw);
}
.buy-modal__form {margin-left: -20px;margin-right: -20px;}
/* ================= MOBILE (<=768px) ================= */
@media (max-width: 768px) {
  .buy-modal__grid {
    grid-template-columns: 1fr;
    gap: calc(24 / 3.9 * 1vw);
    padding: calc(32 / 3.9 * 1vw) calc(16 / 3.9 * 1vw) calc(48 / 3.9 * 1vw);
  }
.buy-modal__headline img{width:90%; height: auto;}

  .buy-modal__close {
    font-size: calc(32 / 3.9 * 1vw);
    top: calc(16 / 3.9 * 1vw);
    right: calc(16 / 3.9 * 1vw);
  }

  .buy-modal__close img {
    width: calc(32 / 3.9 * 1vw);
  }

  .buy-modal__media {
    order: -1;
    margin-bottom: calc(16 / 3.9 * 1vw);
  }

  .buy-modal__headline {
    font-size: calc(44 / 3.9 * 1vw);
    margin-bottom: calc(12 / 3.9 * 1vw);
  }

  .buy-modal__stars img {
    width: calc(20 / 3.9 * 1vw);
  }

  .buy-modal__sold {
    font-size: calc(26 / 3.9 * 1vw);
    margin-top: calc(16 / 3.9 * 1vw);
  }

  .buy-modal__intro {
    font-size: calc(16 / 3.9 * 1vw);
    margin-bottom: calc(16 / 3.9 * 1vw);
  }
}

/* Quote slider staging area */
.quotes__stage {
  position: relative;
  /* height is set via JS to the tallest slide to prevent layout shift */
}

/* Stack slides and cross-fade them */
.quote-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1000ms ease; /* slow fade */
  pointer-events: none;
}

.quote-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Reduced motion: show first slide only, no transitions */
@media (prefers-reduced-motion: reduce) {
  .quote-slide {
    position: static;
    opacity: 1 !important;
    transition: none !important;
    pointer-events: auto;
  }
  .quotes__stage {
    height: auto !important;
  }
}

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

/* Bottom Buy CTA wrapper */
.buy-cta{
  display:flex;
  justify-content:center;
  align-items:center;
  padding-block: calc(80/14.4 * 1vw);  
    padding-top: 0;
}

/* Button */
.buy-cta__btn{
  appearance:none;
  -webkit-appearance:none;
  background: transparent;
  color: var(--ink);
  border: 3px solid currentColor;         
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-family: "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui;
  font-weight: 700;
  line-height: 1;
  font-size: calc(28/14.4 * 1vw);        
  padding: calc(18/14.4 * 1vw) calc(36/14.4 * 1vw);
  transition: background-color 180ms ease, color 180ms ease, transform 120ms ease;
}

/* Hover / Focus invert */
.buy-cta__btn:hover,
.buy-cta__btn:focus-visible{
  background: var(--ink);                  
  color: var(--bg);                        
  outline: none;
    border: 3px solid #000;  
}
.bcs-link {color:#000;text-decoration:underline;}
.bcs-link:hover {color:#000;text-decoration:none;}
.no-ul {text-decoration: none;}
.no-ul:hover {text-decoration: underline;}
/* Active press */
.buy-cta__btn:active{ transform: translateY(0.03em); }

/* Mobile */
@media (max-width: 768px){
  .buy-cta{ padding-block: calc(40/3.9 * 1vw); padding-top: 0;}
  .buy-cta__btn{
    font-size: calc(18/3.9 * 1vw);
    padding: calc(12/3.9 * 1vw) calc(24/3.9 * 1vw);
    border-width: 3px; 
  }
}

/* Navigation container */
.buy-modal__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--edge); /* matches left/right margins */
  margin-top: calc(24 / 14.4 * 1vw);
}

/* Link styling */
.buy-modal__link {
  font-family: "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui;
  font-weight: 400;
  font-size: calc(23 / 14.4 * 1vw);
  letter-spacing: -0.02em;
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
  text-transform: uppercase;
}

/* Active link with perfect underline */
.buy-modal__link--active, .buy-modal__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.08em;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none; /* ensures underline doesn't skip around descenders */
}

/* Hover effect */
.buy-modal__link:hover {
  color: #000;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .buy-modal__nav {
    padding: 0 calc(16 / 3.9 * 1vw); /* same left/right as other mobile margins */
    margin-top: calc(16 / 3.9 * 1vw);
  }

  .buy-modal__link {
    font-size: calc(16 / 3.9 * 1vw);
  }
}

/* Single-column modifier (centered block) */
.buy-modal__panel--single .buy-modal__grid--single {
  /* 600px at 1440 → 600/14.4 vw, still scales with viewport */
  max-width: calc(600 / 14.4 * 1vw);
  width: 100%;
  margin: 0 auto;                 /* center the column */
  display: block;                  /* collapse any grid columns */
  padding-left: var(--edge);
  padding-right: var(--edge);
  box-sizing: border-box;
}

/* Tighten headline spacing a bit in single column */
.buy-modal__panel--single .buy-modal__headline {
  margin: 0 0 calc(20/14.4 * 1vw);
}

/* Give the extra contact line a bit of top space */
.buy-modal__panel--single .buy-modal__contact {
  margin-top: calc(16/14.4 * 1vw);
}

/* Mobile: full width inside margins */
@media (max-width: 768px) {
  .buy-modal__panel--single .buy-modal__grid--single {
    max-width: none;
    padding-left: calc(16/3.9 * 1vw);
    padding-right: calc(16/3.9 * 1vw);
  }
}

/* ===== Embedded “page” variant of the modal ===== */
.buy-modal--embedded {
  position: static;    /* was fixed for overlay */
  inset: auto;         /* reset */
  z-index: auto;
  display: block;      /* always visible as page content */
  overflow: visible;   /* allow page to flow/scroll normally */
}

/* No backdrop on page version */
.buy-modal--embedded .buy-modal__backdrop {
  display: none !important;
}

/* Panel behaves like a normal block, not a slide-up sheet */
.buy-modal--embedded .buy-modal__panel {
  position: static;          /* was absolute */
  inset: auto;
  height: auto;              /* let content define height */
  max-width: none;           /* inherit container width */
  transform: none !important;/* kill slide transform */
  transition: none !important;
  overflow: visible;         /* no internal scroll; page scrolls */
  outline: none;
}

/* If you used .is-open to drive animations, neutralize it here */
.buy-modal--embedded.is-open .buy-modal__panel { transform: none; }

/* Optional: comfortable spacing above footer on these pages */
.buy-modal--embedded .buy-modal__grid,
.buy-modal--embedded .buy-modal__grid--single {
  margin-bottom: calc(80 / 14.4 * 1vw);
}

/* Footer needs no special positioning; just make sure it’s in-flow */
.buy-modal--embedded + .footer {
  position: static;
  z-index: auto;
}

.buy-page-padding {margin-bottom: 0 !important;}
.single-footer-nav {padding-top: 40px !important;}
.privacy-link {color:#000; text-decoration: none; font-size: 10px; text-align: right; padding-right: var(--edge);}
.privacy-link a {color:#000; text-decoration: none; padding-right: 2px;}
@media (max-width: 768px) {
 .privacy-link {
  
    padding-right: calc(16/3.9 * 1vw);
  }
}