/* PRYD waitlist pilot — global pages, forms, account and directory. */
:root {
	--pryd-navy: #0b1c34;
	--pryd-navy-soft: #142b4a;
	--pryd-gold: #b58a42;
	--pryd-gold-dark: #775a19;
	--pryd-cream: #fbf9f4;
	--pryd-paper: #fff;
	--pryd-ink: #182130;
	--pryd-muted: #68707c;
	--pryd-line: #e7e0d5;
	--pryd-green: #1f684d;
	--pryd-red: #a83939;
	--pryd-shadow: 0 18px 60px rgba(11, 28, 52, .10);
}

html { scroll-behavior: smooth; }
body.pryd-stitch-page { background: var(--pryd-cream); color: var(--pryd-ink); }
body.pryd-modal-open { overflow: hidden; }
.pryd-stitch, .pryd-stitch * { box-sizing: border-box; }
.pryd-stitch img { max-width: 100%; height: auto; }
.pryd-stitch a { text-underline-offset: .2em; }
.pryd-stitch button, .pryd-stitch input, .pryd-stitch select, .pryd-stitch textarea { font: inherit; }
.pryd-stitch :focus-visible { outline: 3px solid #d2a85e; outline-offset: 3px; }
.pryd-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
[hidden] { display: none !important; }

/* Protect waitlist controls from inherited Astra/section link colors. */
#pryd-stitch-page .pryd-waitlist-button {
	background: var(--pryd-section-button-bg, var(--pryd-action-bg, #0b1c34)) !important;
	border-color: var(--pryd-section-button-bg, var(--pryd-action-bg, #0b1c34)) !important;
	color: var(--pryd-section-button-color, var(--pryd-action-text, #fff)) !important;
	text-decoration: none !important;
	min-height: 48px;
}
#pryd-stitch-page .pryd-waitlist-button:hover,
#pryd-stitch-page .pryd-waitlist-button:focus-visible {
	background: var(--pryd-section-button-hover, var(--pryd-action-hover, #775a19)) !important;
	border-color: var(--pryd-section-button-hover, var(--pryd-action-hover, #775a19)) !important;
	color: var(--pryd-section-button-hover-text, var(--pryd-action-hover-text, #fff)) !important;
}
#pryd-stitch-page .pryd-product-status:empty { display: none; }
#pryd-stitch-page .pryd-product-image-link .pryd-product-image { object-fit: contain; background: #f5f3ee; }
#pryd-stitch-page .pryd-product-card:hover .pryd-product-image { transform: none; }
/* One shared photo shape for Home, Shop, related cards and product detail. */
#pryd-stitch-page .pryd-product-media,
#pryd-stitch-page .pryd-product-main-image {
	position: relative;
	width: 100%;
	min-height: 0;
	aspect-ratio: 3 / 2;
}
#pryd-stitch-page .pryd-product-media > .pryd-product-image-link {
	position: absolute;
	inset: 0;
}
#pryd-stitch-page .pryd-product-image-link .pryd-product-image,
#pryd-stitch-page .pryd-product-main-image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	min-height: 0 !important;
	aspect-ratio: auto;
	object-fit: contain;
}

/* Centered brand header: optionally overlays Home, then becomes a solid frozen header. */
.pryd-site-header {
	position: relative;
	top: 0;
	z-index: 9999;
	width: 100%;
	background: var(--pryd-header-scrolled-bg, rgba(255,255,255,.98));
	color: var(--pryd-header-scrolled-text, var(--pryd-navy));
	border-bottom: 1px solid var(--pryd-line);
	box-shadow: 0 5px 22px rgba(11,28,52,.04);
	transition: background-color .22s ease, color .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.pryd-site-header.is-sticky-enabled:not(.is-home-overlay) { position: sticky; }
.pryd-site-header.is-home-overlay {
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(11,28,52,.36);
	background: color-mix(in srgb, var(--pryd-header-overlay-bg, #0b1c34) var(--pryd-header-overlay-opacity, 36%), transparent);
	color: var(--pryd-header-overlay-text, #fff);
	border-color: rgba(255,255,255,.22);
	box-shadow: none;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.pryd-site-header.is-home-overlay.is-sticky-enabled.is-scrolled {
	position: fixed;
	background: var(--pryd-header-scrolled-bg, #fff);
	color: var(--pryd-header-scrolled-text, var(--pryd-navy));
	border-color: var(--pryd-line);
	box-shadow: 0 8px 30px rgba(11,28,52,.12);
}
body.admin-bar .pryd-site-header.is-sticky-enabled:not(.is-home-overlay),
body.admin-bar .pryd-site-header.is-home-overlay { top: 32px; }
.pryd-header-top { min-height: 116px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.pryd-centered-logo { grid-column: 2; display: block; width: 178px; }
.pryd-centered-logo .pryd-logo-image { display: block; width: 100%; max-height: 94px; object-fit: contain; }
.pryd-header-actions { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 9px; }
.pryd-icon-link, .pryd-favorite, .pryd-wishlist-toggle { color: var(--pryd-navy); }
.pryd-icon-link { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 50%; }
.pryd-icon-link:hover { color: var(--pryd-gold-dark); border-color: var(--pryd-line); background: var(--pryd-cream); }
.pryd-icon-link svg { width: 23px; height: 23px; }
#pryd-stitch-page .pryd-menu-toggle { grid-column: 1; justify-self: start; display: none; width: 43px; height: 43px; padding: 9px; border: 1px solid rgba(11,28,52,.24) !important; border-radius: 8px; appearance: none; background: #fff !important; color: var(--pryd-navy) !important; box-shadow: none !important; cursor: pointer; opacity: 1 !important; }
#pryd-stitch-page .pryd-menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; border: 0; border-radius: 2px; background: currentColor !important; transition: transform .2s ease, opacity .2s ease; }
#pryd-stitch-page .pryd-menu-toggle:hover,
#pryd-stitch-page .pryd-menu-toggle:focus-visible { border-color: var(--pryd-gold-dark) !important; background: var(--pryd-cream) !important; color: var(--pryd-navy) !important; outline: 3px solid rgba(197,163,91,.28); outline-offset: 2px; }
#pryd-stitch-page .pryd-menu-toggle[aria-expanded="true"] { border-color: var(--pryd-navy) !important; background: var(--pryd-navy) !important; color: #fff !important; }
#pryd-stitch-page .pryd-menu-toggle[aria-expanded="true"]:hover,
#pryd-stitch-page .pryd-menu-toggle[aria-expanded="true"]:focus-visible { border-color: var(--pryd-gold) !important; background: var(--pryd-navy) !important; color: #fff !important; }
.pryd-primary-navigation { border-top: 1px solid var(--pryd-line); }
.pryd-primary-menu { min-height: 58px; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3.5vw, 54px); list-style: none; }
.pryd-primary-menu li { position: relative; margin: 0; }
.pryd-primary-menu a { display: block; padding: 18px 2px 15px; color: var(--pryd-navy); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; border-bottom: 3px solid transparent; }
.pryd-primary-menu a:hover, .pryd-primary-menu .current-menu-item > a { color: var(--pryd-gold-dark); border-bottom-color: var(--pryd-gold); }
.pryd-site-header.is-home-overlay:not(.is-scrolled) .pryd-primary-menu a,
.pryd-site-header.is-home-overlay:not(.is-scrolled) .pryd-icon-link { color: var(--pryd-header-overlay-text, #fff); }
.pryd-site-header.is-home-overlay:not(.is-scrolled) .pryd-primary-menu a:hover,
.pryd-site-header.is-home-overlay:not(.is-scrolled) .pryd-primary-menu .current-menu-item > a,
.pryd-site-header.is-home-overlay:not(.is-scrolled) .pryd-icon-link:hover { color: #f0cd8e; }
.pryd-site-header.is-home-overlay:not(.is-scrolled) .pryd-icon-link:hover { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.10); }
.pryd-primary-menu .sub-menu { position: absolute; top: 100%; left: 50%; min-width: 210px; margin: 0; padding: 10px; transform: translateX(-50%); list-style: none; background: #fff; box-shadow: var(--pryd-shadow); opacity: 0; visibility: hidden; transition: .2s ease; }
.pryd-primary-menu li:hover > .sub-menu, .pryd-primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; }
.pryd-primary-menu .sub-menu a { padding: 11px 12px; border: 0; letter-spacing: .06em; }

/* Shared page surfaces. */
.pryd-stitch.pryd-pilot {
	font-family: var(--pryd-page-body-font, 'Montserrat', Arial, sans-serif);
	font-size: var(--pryd-page-body-desktop, 17px);
	font-weight: var(--pryd-page-body-weight, 400);
	color: var(--pryd-page-body-color, #44474d);
}
.pryd-stitch.pryd-pilot .pryd-section h1,
.pryd-stitch.pryd-pilot .pryd-section h2,
.pryd-stitch.pryd-pilot .pryd-section h3,
.pryd-stitch.pryd-pilot .pryd-article-header h1 {
	font-family: var(--pryd-page-heading-font, 'Playfair Display', Georgia, serif) !important;
	font-weight: var(--pryd-page-heading-weight, 700) !important;
	line-height: var(--pryd-page-heading-line, 1.1) !important;
	letter-spacing: var(--pryd-page-heading-spacing, 0) !important;
	text-align: var(--pryd-page-heading-align, inherit);
	color: var(--pryd-page-heading-color, #0b1c34) !important;
}
.pryd-stitch.pryd-pilot .pryd-section h2 { font-size: var(--pryd-page-heading-desktop, 51px); }
.pryd-stitch.pryd-pilot .pryd-section p,
.pryd-stitch.pryd-pilot .pryd-section li,
.pryd-stitch.pryd-pilot .pryd-article-body p,
.pryd-stitch.pryd-pilot .pryd-article-body li {
	font-family: var(--pryd-page-body-font, 'Montserrat', Arial, sans-serif);
	font-size: var(--pryd-page-body-desktop, 17px);
	font-weight: var(--pryd-page-body-weight, 400);
	line-height: var(--pryd-page-body-line, 1.75);
	letter-spacing: var(--pryd-page-body-spacing, 0);
	text-align: var(--pryd-page-body-align, inherit);
	color: var(--pryd-page-body-color, #44474d);
}
.pryd-pilot .pryd-section { padding: clamp(64px, 8vw, 110px) 0; }
.pryd-pilot-hero { position: relative; overflow: hidden; padding: clamp(82px, 10vw, 140px) 0; text-align: center; color: #fff; background: radial-gradient(circle at 76% 25%, rgba(181,138,66,.20), transparent 30%), linear-gradient(135deg, #071426, var(--pryd-navy-soft)); }
.pryd-pilot-hero.has-background-image { background-position: var(--pryd-hero-position, center center); background-size: cover; }
.pryd-pilot-hero.has-background-image::after { content: ''; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: var(--pryd-hero-overlay, rgba(7,20,38,.18)); }
.pryd-pilot-hero::before { content: ''; position: absolute; z-index: 3; inset: 14px; pointer-events: none; border: 1px solid rgba(181,138,66,.38); }
.pryd-pilot-hero .pryd-container { position: relative; z-index: 2; max-width: 910px; text-align: var(--pryd-page-hero-align, center); }
.pryd-stitch.pryd-pilot .pryd-pilot-hero .pryd-container { text-align: var(--pryd-hero-align, var(--pryd-page-hero-align, center)); }
.pryd-stitch.pryd-pilot .pryd-pilot-hero h1 { margin: 0 0 20px; color: var(--pryd-hero-heading-color, var(--pryd-page-hero-heading-color, #fff)) !important; font-family: var(--pryd-hero-heading-font, var(--pryd-page-heading-font, 'Playfair Display', Georgia, serif)) !important; font-size: var(--pryd-hero-heading-desktop, var(--pryd-page-hero-heading-desktop, 82px)) !important; font-weight: var(--pryd-hero-heading-weight, 700) !important; line-height: var(--pryd-hero-heading-line, 1.02) !important; letter-spacing: var(--pryd-hero-heading-spacing, 0) !important; text-align: inherit; }
.pryd-stitch.pryd-pilot .pryd-pilot-hero p { max-width: 760px; margin: auto; color: var(--pryd-hero-text-color, var(--pryd-page-hero-text-color, #fff)) !important; font-family: var(--pryd-hero-text-font, var(--pryd-page-body-font, 'Montserrat', Arial, sans-serif)); font-size: var(--pryd-hero-text-desktop, var(--pryd-page-hero-text-desktop, 20px)); font-weight: var(--pryd-hero-text-weight, 400); line-height: var(--pryd-hero-text-line, 1.75); letter-spacing: var(--pryd-hero-text-spacing, 0); text-align: inherit; }
.pryd-pilot-hero .pryd-container[style*="left"] p { margin-left: 0; }
.pryd-pilot-hero .pryd-container[style*="right"] p { margin-right: 0; }
.pryd-pilot h1, .pryd-pilot h2, .pryd-pilot h3 { color: var(--pryd-navy); }
.pryd-pilot h1, .pryd-pilot h2 { font-family: 'Playfair Display', Georgia, serif; }
.pryd-pilot h2 { font-size: clamp(31px, 4vw, 51px); line-height: 1.1; }
.pryd-pilot p, .pryd-pilot li { line-height: 1.75; }
.pryd-pilot .pryd-eyebrow { margin: 0 0 13px; color: var(--pryd-gold-dark); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.pryd-pilot .pryd-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 25px; border: 1px solid var(--pryd-page-button-bg, var(--pryd-navy)); border-radius: 0; background: var(--pryd-page-button-bg, var(--pryd-navy)); color: var(--pryd-page-button-color, #fff); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.pryd-pilot .pryd-button:hover { background: var(--pryd-page-button-hover, var(--pryd-gold-dark)); border-color: var(--pryd-page-button-hover, var(--pryd-gold-dark)); color: var(--pryd-page-button-color, #fff); transform: translateY(-1px); }

/* Every protected section owns its typography and colors inside its editor tab. */
.pryd-stitch.pryd-pilot .pryd-editable-section { background: var(--pryd-section-background, transparent); }
.pryd-stitch.pryd-pilot .pryd-editable-section h1,
.pryd-stitch.pryd-pilot .pryd-editable-section h2,
.pryd-stitch.pryd-pilot .pryd-editable-section h3:not(.pryd-product-card h3) {
	color: var(--pryd-section-heading-color, #0b1c34) !important;
	font-family: var(--pryd-section-heading-font, 'Playfair Display', Georgia, serif) !important;
	font-weight: var(--pryd-section-heading-weight, 700) !important;
	line-height: var(--pryd-section-heading-line, 1.1) !important;
	letter-spacing: var(--pryd-section-heading-spacing, 0) !important;
	text-align: var(--pryd-section-heading-align, inherit);
}
.pryd-stitch.pryd-pilot .pryd-editable-section h2 { font-size: var(--pryd-section-heading-desktop, 51px); }
.pryd-stitch.pryd-pilot .pryd-editable-section p:not(.pryd-product-card p),
.pryd-stitch.pryd-pilot .pryd-editable-section li:not(.pryd-product-card li),
.pryd-stitch.pryd-pilot .pryd-editable-section address {
	color: var(--pryd-section-body-color, #44474d) !important;
	font-family: var(--pryd-section-body-font, 'Montserrat', Arial, sans-serif);
	font-size: var(--pryd-section-body-desktop, 17px);
	font-weight: var(--pryd-section-body-weight, 400);
	line-height: var(--pryd-section-body-line, 1.75);
	letter-spacing: var(--pryd-section-body-spacing, 0);
	text-align: var(--pryd-section-body-align, inherit);
}
.pryd-stitch.pryd-pilot .pryd-editable-section .pryd-eyebrow,
.pryd-stitch.pryd-pilot .pryd-editable-section .pryd-text-link { color: var(--pryd-section-accent, #775a19) !important; }
.pryd-stitch.pryd-pilot .pryd-editable-section .pryd-gold-rule { background: var(--pryd-section-accent, #b58a42); }
.pryd-stitch.pryd-pilot .pryd-editable-section .pryd-button { border-color: var(--pryd-section-button-bg, #0b1c34); background: var(--pryd-section-button-bg, #0b1c34); color: var(--pryd-section-button-color, #fff); }
.pryd-stitch.pryd-pilot .pryd-editable-section .pryd-button:hover { border-color: var(--pryd-section-button-hover, #775a19); background: var(--pryd-section-button-hover, #775a19); color: var(--pryd-section-button-color, #fff); }
.pryd-button[disabled] { opacity: .6; cursor: wait; }
.pryd-button-ghost { background: transparent !important; color: var(--pryd-navy) !important; }
.pryd-button-ghost:hover { background: var(--pryd-navy) !important; color: #fff !important; }

/* Product collection and details. */
.pryd-shop-toolbar { margin-bottom: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--pryd-line); }
.pryd-filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.pryd-filter-buttons button { padding: 9px 16px; border: 1px solid var(--pryd-line); background: #fff; color: var(--pryd-navy); cursor: pointer; }
.pryd-filter-buttons button:hover, .pryd-filter-buttons .is-active { border-color: var(--pryd-navy); background: var(--pryd-navy); color: #fff; }
.pryd-product-search input, .pryd-store-toolbar input { width: min(310px, 100%); min-height: 46px; padding: 10px 15px; border: 1px solid #cbc3b6; background: #fff; color: var(--pryd-ink); }
.pryd-shop-grid { align-items: stretch; }
.pryd-shop-grid > [data-pryd-filter-item] { min-width: 0; }
.pryd-pilot-product-card { height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--pryd-line); box-shadow: 0 10px 35px rgba(11,28,52,.05); }
.pryd-pilot-product-card .pryd-product-content { flex: 1; display: flex; flex-direction: column; }
.pryd-pilot-product-card .pryd-product-buying { margin-top: auto; }
.pryd-product-image-link { width: 100%; height: 100%; display: block; overflow: hidden; }
.pryd-product-image-link .pryd-product-image { width: 100%; height: 100%; display: block; transition: transform .28s ease; }
.pryd-product-image-link:hover .pryd-product-image { transform: scale(1.018); }
.pryd-product-summary-link { display: block; color: inherit !important; text-decoration: none !important; }
.pryd-product-summary-link h3 { transition: color .2s ease; }
.pryd-product-summary-link:hover h3 { color: var(--pryd-gold-dark); }
.pryd-product-media > .pryd-wishlist-toggle { z-index: 5; width: 44px !important; height: 44px !important; display: grid !important; padding: 0 !important; place-items: center; border: 1px solid rgba(11,28,52,.13) !important; border-radius: 50% !important; appearance: none; background: #fff !important; color: var(--pryd-navy) !important; box-shadow: 0 7px 24px rgba(11,28,52,.14); cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease; }
.pryd-product-media > .pryd-wishlist-toggle:hover, .pryd-product-media > .pryd-wishlist-toggle:focus { background: #f8f0e2 !important; color: var(--pryd-gold-dark) !important; transform: translateY(-1px); }
.pryd-wishlist-toggle svg { width: 21px; height: 21px; display: block; overflow: visible; fill: none !important; stroke: currentColor !important; stroke-width: 1.8 !important; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; transition: fill .2s ease, color .2s ease; }
.pryd-wishlist-toggle svg path { fill: none !important; stroke: currentColor !important; }
.pryd-product-media > .pryd-wishlist-toggle.is-active { background: #f3e4c8 !important; color: var(--pryd-gold-dark) !important; }
.pryd-wishlist-toggle.is-active svg, .pryd-wishlist-toggle.is-active svg path { fill: currentColor !important; }
.pryd-wishlist-toggle.is-busy { opacity: .6; cursor: wait; }
.pryd-launch-price-label { margin: 18px 0 0; color: var(--pryd-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pryd-pilot-product-card .pryd-product-price { margin: 2px 0 4px; color: var(--pryd-navy); font-family: 'Playfair Display', Georgia, serif; font-size: 29px; font-weight: 700; }
.pryd-pilot-product-card .pryd-product-status { min-height: 36px; margin: 0 0 14px; color: var(--pryd-muted); font-size: 11px; line-height: 1.45; }
.pryd-pilot-product-card .pryd-waitlist-button { width: 100%; }
.pryd-shop-empty { margin: 35px 0 0; padding: 30px; text-align: center; background: #fff; border: 1px dashed #c8bca9; }

.pryd-product-detail { padding-top: clamp(55px, 7vw, 92px) !important; background: #fff; }
.pryd-product-detail-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(370px, .95fr); gap: clamp(45px, 7vw, 92px); align-items: start; }
.pryd-product-main-image { overflow: hidden; background: #f1eee8; }
.pryd-image-caption, .pryd-not-purchase { color: var(--pryd-muted); font-size: 12px; }
.pryd-product-detail-copy h1 { margin: 7px 0 16px; font-size: clamp(43px, 5vw, 68px); line-height: 1.03; }
.pryd-product-lead { color: #505866; font-size: 17px; }
.pryd-detail-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.pryd-detail-badges span { padding: 7px 11px; background: #f3eadb; color: var(--pryd-gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pryd-detail-benefits { margin: 0 0 28px; padding: 0; list-style: none; }
.pryd-detail-benefits li { display: flex; gap: 10px; align-items: flex-start; margin: 7px 0; }
.pryd-detail-benefits svg { width: 19px; flex: 0 0 19px; margin-top: 4px; color: var(--pryd-gold-dark); }
.pryd-detail-selection { padding-top: 23px; border-top: 1px solid var(--pryd-line); }
.pryd-detail-selection-heading, .pryd-detail-price-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.pryd-detail-selection-heading { margin-bottom: 10px; color: var(--pryd-muted); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.pryd-detail-options { display: grid; grid-template-columns: repeat(3, 1fr); }
.pryd-detail-options .pryd-weight-button { min-height: 72px; display: grid; gap: 3px; place-content: center; }
.pryd-detail-options span { font-size: 12px; }
.pryd-detail-price-row { margin: 20px 0 14px; }
.pryd-detail-price-row .pryd-product-price { font-size: 34px; font-weight: 700; }
.pryd-wishlist-text { display: inline-flex; gap: 7px; align-items: center; padding: 8px 0; background: transparent; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pryd-wishlist-text svg { width: 19px; }
.pryd-product-detail-copy > .pryd-detail-selection > .pryd-waitlist-button { width: 100%; }
.pryd-product-story { background: var(--pryd-navy); color: rgba(255,255,255,.82); }
.pryd-product-story h2, .pryd-product-story h3 { color: #fff; }
.pryd-product-story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; }
.pryd-story-panel { padding: 30px; border: 1px solid rgba(181,138,66,.45); background: rgba(255,255,255,.04); }
.pryd-story-panel a { color: #e1bd7d; }

/* About and founder. */
.pryd-about-origin { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
.pryd-about-origin h2 { margin: 0 0 25px; }
.pryd-about-origin p:not(.pryd-eyebrow) { color: #505866; font-size: 17px; }
.pryd-about-grains { position: relative; padding: 18px 18px 0 0; }
.pryd-about-grains::before { content: ''; position: absolute; inset: 0 0 18px 18px; border: 1px solid var(--pryd-gold); }
.pryd-about-grains img { position: relative; width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; object-position: var(--pryd-image-position, center center); }
.pryd-about-dark { background: var(--pryd-navy); color: rgba(255,255,255,.76); }
.pryd-mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.pryd-mission-grid article { padding: 15px clamp(30px, 6vw, 80px); }
.pryd-mission-grid article + article { border-left: 1px solid rgba(181,138,66,.35); }
.pryd-mission-grid h2 { color: #fff; }
.pryd-values-grid, .pryd-evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pryd-values-grid article { min-height: 220px; padding: 30px; background: #fff; border-top: 3px solid var(--pryd-gold); box-shadow: 0 12px 35px rgba(11,28,52,.06); }
.pryd-founder-page { padding-block: clamp(46px, 5vw, 70px) !important; background: #eee8de; }
.pryd-founder-page-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; gap: clamp(42px, 6vw, 82px); }
.pryd-founder-page-quote { display: flex; justify-content: center; flex-direction: column; padding: clamp(28px, 4vw, 58px) 0; }
.pryd-founder-page-quote blockquote { margin: 22px 0 35px; color: var(--pryd-navy); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(28px, 3.4vw, 46px); line-height: 1.35; }
.pryd-founder-page-quote > p { margin-bottom: 0; font-weight: 700; }
.pryd-founder-page-quote > span:not(.pryd-quote-icon) { color: var(--pryd-muted); font-size: 13px; }
.pryd-founder-page-media { position: relative; min-height: var(--pryd-founder-height, 460px); overflow: hidden; border-radius: 12px; background: #ddd8cf; }
.pryd-founder-page-photo { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: var(--pryd-founder-position, center top); }
.pryd-founder-page .pryd-founder-signature { width: 190px; max-height: 70px; display: block; margin: 24px 0 0; object-fit: contain; object-position: left center; }

/* Science. */
.pryd-science-intro-grid, .pryd-science-principles { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.pryd-science-intro-grid.is-single { grid-template-columns: minmax(0, 760px); justify-content: center; }
.pryd-science-intro-grid h2, .pryd-science-principles h2 { margin-top: 0; }
.pryd-science-classification { margin: 0; }
.pryd-science-classification-media { width: 100%; aspect-ratio: 4 / 3; display: grid; overflow: hidden; place-items: center; border: 1px solid var(--pryd-line); background: #fff; box-shadow: var(--pryd-shadow); }
.pryd-science-classification-media img { width: 100%; height: 100%; display: block; object-fit: contain; }
.pryd-science-classification figcaption { margin-top: 14px; color: var(--pryd-section-body-color, var(--pryd-muted)); font-size: 12px; line-height: 1.6; }
.pryd-editor-image-placeholder { min-height: 240px; display: grid; place-items: center; padding: 28px; text-align: center; border: 2px dashed #c9c1b4; color: var(--pryd-muted); background: #fff; }
.pryd-science-evidence { background: #eee8de; }
.pryd-evidence-grid article { padding: 34px; background: #fff; }
.pryd-evidence-grid article > span { display: block; margin-bottom: 22px; color: var(--pryd-gold); font-family: 'Playfair Display', Georgia, serif; font-size: 35px; }
.pryd-science-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.pryd-science-principles ul { margin: 25px 0 30px; padding-left: 20px; }
.pryd-science-principles li { margin: 10px 0; }
.pryd-science-guidance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 38px; }
.pryd-science-guidance-grid article { padding: 30px; border-top: 3px solid var(--pryd-section-accent, var(--pryd-gold)); background: rgba(255,255,255,.78); box-shadow: 0 12px 35px rgba(11,28,52,.06); }
.pryd-science-disclaimer, .pryd-article-notice, .pryd-legal-review-note { margin-top: 32px; padding: 22px 25px; border-left: 4px solid var(--pryd-gold); background: #f5f0e7; }

/* Blog. */
.pryd-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pryd-article-card { overflow: hidden; background: #fff; border: 1px solid var(--pryd-line); box-shadow: 0 10px 35px rgba(11,28,52,.05); }
.pryd-article-image { display: block; overflow: hidden; background: #ece8e0; }
.pryd-article-image img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; transition: transform .35s ease; }
.pryd-article-card:hover .pryd-article-image img { transform: scale(1.025); }
.pryd-article-card > div { padding: 25px; }
.pryd-article-card h2 { margin: 5px 0 13px; font-size: 29px; }
.pryd-article-card h2 a { color: inherit; text-decoration: none; }
.pryd-text-link { color: var(--pryd-gold-dark); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pryd-pagination { margin-top: 45px; text-align: center; }
.pryd-pagination .page-numbers { display: inline-grid; width: 40px; height: 40px; margin: 2px; place-items: center; border: 1px solid var(--pryd-line); text-decoration: none; }
.pryd-pagination .current { background: var(--pryd-navy); color: #fff; }
.pryd-article-header { padding: clamp(70px, 9vw, 120px) 0; text-align: center; background: #eee8de; }
.pryd-article-header .pryd-container { max-width: 930px; }
.pryd-article-header h1 { margin: 8px 0 20px; font-size: clamp(42px, 6vw, 75px); }
.pryd-article-meta { color: var(--pryd-muted); font-size: 12px; }
.pryd-article-featured { margin-top: 60px; }
.pryd-article-featured img { width: 100%; max-height: 720px; display: block; object-fit: cover; }
.pryd-article-body { max-width: 860px; padding-top: 65px; padding-bottom: 35px; font-size: 17px; }
.pryd-article-lead { margin: 0 0 38px; color: var(--pryd-page-heading-color, var(--pryd-navy)); font-family: var(--pryd-page-heading-font, 'Playfair Display', Georgia, serif); font-size: clamp(22px, 2.5vw, 31px) !important; line-height: 1.45 !important; }
.pryd-article-body h2 { margin-top: 45px; }
.pryd-article-body a { color: var(--pryd-gold-dark); }
.pryd-article-body img { width: auto; max-width: 100%; height: auto; }
.pryd-article-body figure { margin: 42px 0; }
.pryd-article-body figcaption { margin-top: 9px; color: var(--pryd-muted); font-size: 12px; text-align: center; }
.pryd-article-body blockquote { margin: 44px 0; padding: 8px 0 8px 30px; border-left: 4px solid var(--pryd-page-accent, var(--pryd-gold)); color: var(--pryd-navy); font-family: var(--pryd-page-heading-font, 'Playfair Display', Georgia, serif); font-size: 24px; }
.pryd-article-sections { display: grid; gap: clamp(58px, 8vw, 105px); padding-top: 35px; padding-bottom: 80px; }
.pryd-article-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 80px); align-items: center; }
.pryd-article-section.is-image-right .pryd-article-section-media { order: 2; }
.pryd-article-section.is-image-full { grid-template-columns: 1fr; }
.pryd-article-section.is-image-full .pryd-article-section-media { order: 0; }
.pryd-article-section.is-text-only { grid-template-columns: minmax(0, 820px); justify-content: center; }
.pryd-article-section-media img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.pryd-article-section-copy h2 { margin-top: 0; }
.pryd-article-cta { margin-bottom: 80px; padding: clamp(38px, 6vw, 70px); text-align: center; background: var(--pryd-navy); color: #fff; }
.pryd-article-cta h2, .pryd-article-cta p { color: #fff !important; }
.pryd-article-cta p { max-width: 760px; margin: 0 auto 24px; }
.pryd-article-footer { display: flex; flex-wrap: wrap; gap: 12px; padding-bottom: 85px; }

/* Contact, forms and account. */
.pryd-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 100px); }
.pryd-contact-options article { padding: 22px 0; border-bottom: 1px solid var(--pryd-line); }
.pryd-contact-options h2 { margin: 0 0 8px; font-size: 27px; }
.pryd-contact-note { margin-top: 30px; padding: 25px; background: var(--pryd-navy); color: #fff; line-height: 1.7; }
.pryd-contact-warehouse { margin-top: 24px; }
.pryd-contact-warehouse h2 { margin: 0 0 8px; font-size: 27px !important; }
.pryd-contact-warehouse address { margin-bottom: 14px; font-style: normal; }
.pryd-contact-map-frame { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid var(--pryd-line); background: #dce6ea; box-shadow: var(--pryd-shadow); }
.pryd-contact-map-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.pryd-contact-form-panel, .pryd-account-auth, .pryd-account-profile, .pryd-account-collections { padding: clamp(28px, 4vw, 48px); background: #fff; border: 1px solid var(--pryd-line); box-shadow: var(--pryd-shadow); }
.pryd-contact-form-panel h2, .pryd-account-auth h2, .pryd-account-profile h2, .pryd-account-collections h2 { margin-top: 0; font-size: 34px; }
.pryd-rich-copy > :first-child { margin-top: 0; }
.pryd-rich-copy > :last-child { margin-bottom: 0; }
.pryd-stitch form label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--pryd-navy); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.pryd-stitch form input:not([type="checkbox"]), .pryd-stitch form select, .pryd-stitch form textarea { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid #c9c1b4; border-radius: 0; background: #fff; color: var(--pryd-ink); font-size: 15px; font-weight: 400; letter-spacing: normal; }
.pryd-stitch form textarea { resize: vertical; }
.pryd-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.pryd-consent { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; font-weight: 400 !important; letter-spacing: normal !important; line-height: 1.5; }
.pryd-consent input { flex: 0 0 auto; margin-top: 3px; }
.pryd-form-response { min-height: 22px; margin: 13px 0 0; font-size: 13px; }
.pryd-form-response.is-success { color: var(--pryd-green); }
.pryd-form-response.is-error { color: var(--pryd-red); }
.pryd-toast { position: fixed; z-index: 100000; right: 22px; bottom: 22px; max-width: min(430px, calc(100vw - 32px)); display: flex; align-items: center; gap: 16px; padding: 15px 18px; transform: translateY(18px); border-left: 4px solid var(--pryd-gold); background: var(--pryd-navy); color: #fff; box-shadow: 0 18px 55px rgba(0,0,0,.28); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.pryd-toast.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.pryd-toast a { flex: 0 0 auto; color: #f2d197; font-weight: 700; }
.pryd-header-wishlist { position: relative; }
.pryd-wishlist-count { position: absolute; top: -2px; right: -2px; min-width: 18px; height: 18px; display: grid; padding: 0 4px; place-items: center; border: 2px solid #fff; border-radius: 999px; background: var(--pryd-gold-dark); color: #fff; font-size: 9px; font-weight: 700; line-height: 1; }
.pryd-account-section { background: #eee8de; }
.pryd-account-auth { max-width: 720px; margin: auto; }
.pryd-account-support { max-width: 820px; margin: 0 auto 18px; padding: 13px 17px; border-left: 3px solid var(--pryd-section-accent, var(--pryd-gold)); background: rgba(255,255,255,.78); color: var(--pryd-navy) !important; font-size: 13px !important; }
.pryd-account-support a { color: var(--pryd-gold-dark); font-weight: 700; }
.pryd-account-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin: -48px -48px 38px; border-bottom: 1px solid var(--pryd-line); }
.pryd-account-tabs button { min-height: 62px; padding: 12px; border: 0; background: #f8f5ef; color: var(--pryd-muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.pryd-account-tabs button.is-active { background: #fff; color: var(--pryd-navy); box-shadow: inset 0 -3px var(--pryd-gold); }
.pryd-account-panel { max-width: 570px; margin: auto; }
.pryd-account-social { margin-top: 38px; padding-top: 27px; text-align: center; border-top: 1px solid var(--pryd-line); }
.pryd-account-social .pryd-social-links { justify-content: center; }
.pryd-account-dashboard { display: grid; grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr); gap: 28px; align-items: start; }
.pryd-account-collections { display: grid; gap: 40px; }
.pryd-account-product-list article, .pryd-waiting-list article { display: grid; grid-template-columns: 86px 1fr; gap: 15px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--pryd-line); }
.pryd-account-product-list img { width: 86px; height: 70px; object-fit: cover; }
.pryd-account-product-list h3, .pryd-waiting-list h3 { margin: 0; font-size: 18px; }
.pryd-account-product-list p, .pryd-waiting-list p { margin: 2px 0; color: var(--pryd-muted); font-size: 12px; }
.pryd-waiting-list article { grid-template-columns: 1fr auto; }
.pryd-waiting-list span { color: var(--pryd-muted); font-size: 11px; }
.pryd-account-logout { display: inline-block; margin-top: 22px; color: var(--pryd-red); }
.pryd-account-notice { max-width: 920px; margin: 0 auto 25px; padding: 16px 20px; background: #fff; border-left: 4px solid var(--pryd-gold); }
.pryd-account-notice.is-success { border-color: var(--pryd-green); }
.pryd-account-notice.is-error { border-color: var(--pryd-red); }

/* Store directory. */
.pryd-store-section { padding-top: clamp(55px, 7vw, 90px) !important; }
.pryd-store-finder-heading { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.pryd-store-finder-heading h2 { margin: 0 0 12px; }
.pryd-store-finder-shell { min-height: 670px; display: grid; grid-template-columns: minmax(340px, 430px) minmax(0, 1fr); overflow: hidden; border: 1px solid #d8dde3; background: #fff; box-shadow: 0 20px 70px rgba(11,28,52,.12); }
.pryd-store-results-panel { min-height: 670px; display: flex; flex-direction: column; background: #fff; border-right: 1px solid #d8dde3; }
.pryd-store-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #d8dde3; }
.pryd-store-tabs span, .pryd-store-tabs a { min-height: 62px; display: grid; place-items: center; padding: 12px; color: var(--pryd-navy); font-size: 13px; font-weight: 700; text-decoration: none; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.pryd-store-tabs .is-active { box-shadow: inset 0 -3px var(--pryd-page-accent, var(--pryd-gold)); }
.pryd-store-tabs a:hover, .pryd-store-tabs a:focus-visible { color: #fff; background: var(--pryd-section-button-hover, var(--pryd-gold-dark)); box-shadow: inset 0 -3px var(--pryd-section-accent, var(--pryd-gold)); }
.pryd-store-toolbar { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 20px; border-bottom: 1px solid #e3e6e9; background: #f7f9fb; }
.pryd-store-toolbar input { width: 100%; min-height: 48px; }
.pryd-store-toolbar select { min-height: 46px; padding: 10px 13px; border: 1px solid #c4cbd3; background: #fff; }
.pryd-store-list { flex: 1; display: grid; grid-template-columns: 1fr; align-content: start; gap: 0; max-height: 535px; overflow: auto; }
.pryd-store-card { position: relative; padding: 22px 56px 22px 24px; background: #fff; border: 0; border-bottom: 1px solid #e3e6e9; cursor: pointer; transition: background .2s ease, box-shadow .2s ease; }
.pryd-store-card::after { content: '›'; position: absolute; top: 50%; right: 19px; width: 32px; height: 32px; display: grid; transform: translateY(-50%); place-items: center; border-radius: 50%; background: var(--pryd-navy); color: #fff; font-size: 24px; line-height: 1; }
.pryd-store-card:hover, .pryd-store-card.is-selected { background: #f3f6f9; box-shadow: inset 4px 0 var(--pryd-page-accent, var(--pryd-gold)); }
.pryd-store-card h2 { margin: 0 0 7px; font-size: 21px !important; }
.pryd-store-card address { font-style: normal; font-size: 13px; line-height: 1.5; }
.pryd-store-card > a { color: var(--pryd-gold-dark); font-size: 13px; }
.pryd-store-card p { margin: 8px 0; color: var(--pryd-muted); font-size: 11px !important; line-height: 1.5; }
.pryd-store-card > div { display: flex; flex-wrap: wrap; gap: 14px; }
.pryd-store-card > div a { color: var(--pryd-navy); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.pryd-store-map-frame { position: relative; min-height: 670px; background: #dce6ea; }
.pryd-store-map-frame iframe { width: 100%; height: 100%; min-height: 670px; display: block; border: 0; }
.pryd-store-map-summary { position: absolute; z-index: 2; right: 18px; bottom: 18px; max-width: 330px; padding: 18px 20px; background: rgba(7,20,38,.94); color: #fff; box-shadow: 0 12px 36px rgba(0,0,0,.22); }
.pryd-store-map-summary h2 { margin: 0 0 7px; color: #fff !important; font-size: 22px !important; }
.pryd-store-map-summary p { margin: 0; color: rgba(255,255,255,.88) !important; font-size: 12px !important; }
.pryd-store-map-summary .pryd-store-map-count { margin-bottom: 8px; font-size: 10px !important; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.pryd-store-count { color: #e6c485; font-weight: 700; }
.pryd-retail-cta { text-align: center; color: #fff; background: var(--pryd-gold-dark); }
.pryd-retail-cta h2 { color: #fff; }

/* Legal pages. */
.pryd-legal-content { max-width: 850px; padding-top: 0; }
.pryd-legal-content h2 { margin: 42px 0 13px; font-size: 29px; }
.pryd-legal-content a { color: var(--pryd-gold-dark); }

/* Footer with brand, four compact menu columns and newsletter. */
.pryd-site-footer { background: #071426; color: #fff; }
.pryd-pilot-footer-grid { grid-template-columns: minmax(220px, .85fr) minmax(440px, 1.5fr) minmax(260px, .75fr) !important; gap: clamp(35px, 5vw, 75px) !important; padding-top: 75px !important; padding-bottom: 60px !important; }
.pryd-footer-brand .pryd-footer-logo { display: block; width: 150px; margin-bottom: 20px; }
.pryd-footer-brand .pryd-logo-image { width: 100%; }
.pryd-footer-brand > p { max-width: 310px; color: #fff; font-size: 13px; }
.pryd-footer-brand .pryd-footer-social-heading { margin: 20px 0 9px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pryd-footer-address { max-width: 310px; margin-top: 11px; color: #fff; font-size: 12px; font-style: normal; line-height: 1.6; }
.pryd-footer-address a { color: #fff; text-decoration: none; }
.pryd-footer-address a:hover { color: #e1bd7d; }
.pryd-social-links { display: flex; flex-wrap: wrap; gap: 9px; }
.pryd-social-links a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; }
.pryd-social-links a:hover { border-color: var(--pryd-gold); color: #e1bd7d; }
.pryd-social-links svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.pryd-social-links img { width: 17px; height: 17px; object-fit: contain; }
.pryd-social-links svg path:first-child:not(:only-child), .pryd-social-links svg rect { fill: none; }
.pryd-footer-links-wrap { display: grid; grid-template-columns: repeat(4, minmax(92px, 1fr)); gap: 24px; }
.pryd-footer-column h2, .pryd-footer-newsletter h2 { margin: 0 0 18px; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.pryd-footer-menu { margin: 0; padding: 0; list-style: none; }
.pryd-footer-menu li { margin: 9px 0; }
.pryd-footer-menu a { color: #fff; font-size: 12px; text-decoration: none; }
.pryd-footer-menu a:hover { color: #e1bd7d; }
.pryd-footer-newsletter p { color: #fff; font-size: 12px; line-height: 1.65; }
.pryd-newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.pryd-newsletter-form input { min-width: 0; border-color: rgba(255,255,255,.35) !important; background: rgba(255,255,255,.08) !important; color: #fff !important; }
.pryd-newsletter-form input::placeholder { color: rgba(255,255,255,.6); }
.pryd-newsletter-form .pryd-button { min-width: 96px; padding-inline: 14px; border-color: var(--pryd-gold); background: var(--pryd-gold); color: var(--pryd-navy); }
.pryd-newsletter-form .pryd-footer-consent { grid-column: 1 / -1; margin: 2px 0 0; color: #fff; font-size: 10px; }
.pryd-newsletter-form .pryd-form-response { grid-column: 1 / -1; }
.pryd-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); background: inherit; }
.pryd-footer-bottom-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pryd-footer-bottom p { margin: 0; color: #fff; font-size: 11px; }
.pryd-legal-menu { display: flex; flex-wrap: wrap; gap: 20px; margin: 0; padding: 0; list-style: none; }
.pryd-legal-menu a { color: #fff; font-size: 11px; text-decoration: none; }

/* Waitlist dialog. */
.pryd-modal { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: 20px; }
.pryd-modal-backdrop { position: absolute; inset: 0; background: rgba(4,12,24,.82); backdrop-filter: blur(4px); }
.pryd-modal-dialog { position: relative; width: min(560px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: clamp(30px, 5vw, 52px); background: var(--pryd-cream); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.pryd-modal-dialog::before { content: ''; position: absolute; inset: 11px; pointer-events: none; border: 1px solid rgba(181,138,66,.48); }
.pryd-stitch button.pryd-modal-close { position: absolute; z-index: 5; top: 14px; right: 14px; width: 44px !important; height: 44px !important; min-width: 44px !important; min-height: 44px !important; display: grid !important; padding: 11px !important; place-items: center; border: 1px solid rgba(11,28,52,.20) !important; border-radius: 50% !important; appearance: none !important; background: #fff !important; box-shadow: 0 5px 18px rgba(11,28,52,.10) !important; color: var(--pryd-navy) !important; line-height: 1 !important; text-align: center !important; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.pryd-stitch button.pryd-modal-close svg { width: 20px; height: 20px; display: block; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; pointer-events: none; }
.pryd-stitch button.pryd-modal-close:hover, .pryd-stitch button.pryd-modal-close:focus-visible { border-color: var(--pryd-gold-dark) !important; background: #f5ead8 !important; color: var(--pryd-gold-dark) !important; transform: rotate(90deg); }
.pryd-modal-mark { width: 92px; max-height: 68px; display: block; margin: 0 auto 20px; object-fit: contain; }
.pryd-modal-dialog > .pryd-eyebrow, .pryd-modal-dialog > h2, .pryd-modal-dialog > p { position: relative; text-align: center; }
.pryd-modal-dialog h2 { margin: 5px 0 10px; font-size: clamp(35px, 5vw, 48px); }
.pryd-modal-dialog > p { color: var(--pryd-muted); font-size: 13px; }
.pryd-modal-product { padding: 10px 12px; background: #efe7da; color: var(--pryd-navy) !important; font-weight: 700; }
.pryd-waitlist-form { position: relative; margin-top: 24px; }
.pryd-waitlist-form .pryd-button { width: 100%; }

@media (max-width: 1180px) {
	.pryd-pilot-footer-grid { grid-template-columns: minmax(220px, .7fr) minmax(420px, 1.3fr) !important; }
	.pryd-footer-newsletter { grid-column: 1 / -1; max-width: 620px; }
	.pryd-article-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
	.pryd-stitch.pryd-pilot { font-size: var(--pryd-page-body-tablet, 16px); }
	.pryd-stitch.pryd-pilot .pryd-section h2 { font-size: var(--pryd-page-heading-tablet, 43px); }
	.pryd-stitch.pryd-pilot .pryd-section p, .pryd-stitch.pryd-pilot .pryd-section li, .pryd-stitch.pryd-pilot .pryd-article-body p, .pryd-stitch.pryd-pilot .pryd-article-body li { font-size: var(--pryd-page-body-tablet, 16px); }
	.pryd-stitch.pryd-pilot .pryd-pilot-hero h1 { font-size: var(--pryd-hero-heading-tablet, var(--pryd-page-hero-heading-tablet, 62px)) !important; }
	.pryd-stitch.pryd-pilot .pryd-pilot-hero p { font-size: var(--pryd-hero-text-tablet, var(--pryd-page-hero-text-tablet, 18px)); }
	.pryd-stitch.pryd-pilot .pryd-editable-section h2 { font-size: var(--pryd-section-heading-tablet, 43px); }
	.pryd-stitch.pryd-pilot .pryd-editable-section p:not(.pryd-product-card p), .pryd-stitch.pryd-pilot .pryd-editable-section li:not(.pryd-product-card li), .pryd-stitch.pryd-pilot .pryd-editable-section address { font-size: var(--pryd-section-body-tablet, 16px); }
	.pryd-header-top { min-height: 88px; }
	.pryd-centered-logo { width: 136px; }
	.pryd-centered-logo .pryd-logo-image { max-height: 74px; }
	#pryd-stitch-page .pryd-menu-toggle { display: block; }
	.pryd-primary-navigation { position: absolute; top: 100%; left: 0; right: 0; max-height: 0; overflow: hidden; border: 0; background: #fff; box-shadow: 0 18px 45px rgba(11,28,52,.15); transition: max-height .28s ease; }
	.pryd-primary-navigation.is-open { max-height: calc(100vh - 88px); overflow: auto; border-top: 1px solid var(--pryd-line); }
	.pryd-primary-menu { display: block; min-height: 0; padding: 16px 22px 26px; }
	.pryd-primary-menu a,
	.pryd-site-header.is-home-overlay:not(.is-scrolled) .pryd-primary-navigation .pryd-primary-menu a { padding: 15px 4px; border-bottom: 1px solid var(--pryd-line); color: var(--pryd-navy); }
	.pryd-primary-menu .sub-menu { position: static; min-width: 0; padding: 0 0 0 18px; transform: none; box-shadow: none; opacity: 1; visibility: visible; }
	.pryd-product-detail-grid, .pryd-about-origin, .pryd-founder-page-grid, .pryd-science-intro-grid, .pryd-science-principles, .pryd-contact-grid, .pryd-account-dashboard { grid-template-columns: 1fr; }
	.pryd-product-story-grid { grid-template-columns: 1fr; }
	.pryd-values-grid, .pryd-evidence-grid { grid-template-columns: 1fr; }
	.pryd-founder-page-grid { gap: 0; }
	.pryd-founder-page { padding-block: 52px !important; }
	.pryd-founder-page-quote { padding-bottom: 45px; }
	.pryd-founder-page-media { min-height: 0; aspect-ratio: 4 / 3; }
	.pryd-store-finder-shell { grid-template-columns: 1fr; }
	.pryd-store-results-panel { min-height: 0; border-right: 0; border-bottom: 1px solid #d8dde3; }
	.pryd-store-list { max-height: 520px; }
	.pryd-store-map-frame, .pryd-store-map-frame iframe { min-height: 500px; }
	.pryd-article-section { grid-template-columns: 1fr; }
	.pryd-article-section.is-image-right .pryd-article-section-media { order: 0; }
	.pryd-pilot-footer-grid { grid-template-columns: 1fr !important; }
	.pryd-footer-newsletter { grid-column: auto; }
}

@media (max-width: 782px) {
	body.admin-bar .pryd-site-header.is-sticky-enabled:not(.is-home-overlay),
	body.admin-bar .pryd-site-header.is-home-overlay { top: 46px; }
}

@media (max-width: 680px) {
	.pryd-stitch.pryd-pilot { font-size: var(--pryd-page-body-mobile, 15px); }
	.pryd-stitch.pryd-pilot .pryd-section h2 { font-size: var(--pryd-page-heading-mobile, 34px); }
	.pryd-stitch.pryd-pilot .pryd-section p, .pryd-stitch.pryd-pilot .pryd-section li, .pryd-stitch.pryd-pilot .pryd-article-body p, .pryd-stitch.pryd-pilot .pryd-article-body li { font-size: var(--pryd-page-body-mobile, 15px); }
	.pryd-stitch.pryd-pilot .pryd-pilot-hero h1 { font-size: var(--pryd-hero-heading-mobile, var(--pryd-page-hero-heading-mobile, 44px)) !important; }
	.pryd-stitch.pryd-pilot .pryd-pilot-hero p { font-size: var(--pryd-hero-text-mobile, var(--pryd-page-hero-text-mobile, 16px)); }
	.pryd-stitch.pryd-pilot .pryd-editable-section h2 { font-size: var(--pryd-section-heading-mobile, 34px); }
	.pryd-stitch.pryd-pilot .pryd-editable-section p:not(.pryd-product-card p), .pryd-stitch.pryd-pilot .pryd-editable-section li:not(.pryd-product-card li), .pryd-stitch.pryd-pilot .pryd-editable-section address { font-size: var(--pryd-section-body-mobile, 15px); }
	.pryd-header-actions { gap: 2px; }
	.pryd-icon-link { width: 38px; height: 38px; }
	.pryd-centered-logo { width: 112px; }
	.pryd-pilot .pryd-section { padding: 58px 0; }
	.pryd-pilot-hero { padding: 72px 0; }
	.pryd-pilot-hero::before { inset: 8px; }
	.pryd-shop-toolbar { align-items: stretch; flex-direction: column; }
	.pryd-product-search input { width: 100%; }
	.pryd-filter-buttons { display: grid; grid-template-columns: repeat(2, 1fr); }
	.pryd-detail-options { grid-template-columns: 1fr; }
	.pryd-detail-options .pryd-weight-button { grid-template-columns: 1fr auto; place-content: initial; align-items: center; text-align: left; padding: 12px 16px; }
	.pryd-mission-grid { grid-template-columns: 1fr; }
	.pryd-mission-grid article { padding: 25px 0; }
	.pryd-mission-grid article + article { border-top: 1px solid rgba(181,138,66,.35); border-left: 0; }
	.pryd-founder-page-media { aspect-ratio: 1 / 1; }
	.pryd-founder-page { padding-block: 46px !important; }
	.pryd-science-classification-media { aspect-ratio: 4 / 3; }
	.pryd-science-guidance-grid { grid-template-columns: 1fr; }
	.pryd-article-grid, .pryd-store-list { grid-template-columns: 1fr; }
	.pryd-store-finder-shell, .pryd-store-results-panel { min-height: 0; }
	.pryd-store-list { max-height: none; }
	.pryd-store-map-frame, .pryd-store-map-frame iframe { min-height: 390px; }
	.pryd-store-map-summary { right: 10px; bottom: 10px; left: 10px; max-width: none; }
	.pryd-form-row { grid-template-columns: 1fr; gap: 0; }
	.pryd-account-auth { padding: 25px 20px; }
	.pryd-account-tabs { margin: -25px -20px 28px; }
	.pryd-account-tabs button { min-height: 55px; padding: 8px 5px; font-size: 9px; }
	.pryd-store-toolbar { grid-template-columns: 1fr; }
	.pryd-footer-links-wrap { grid-template-columns: repeat(2, 1fr); }
	.pryd-newsletter-form { grid-template-columns: 1fr; }
	.pryd-footer-bottom-inner { align-items: flex-start; flex-direction: column; padding-top: 20px; padding-bottom: 20px; }
	.pryd-modal { padding: 8px; }
	.pryd-modal-dialog { max-height: calc(100vh - 16px); padding: 35px 25px 27px; }
	.pryd-stitch button.pryd-modal-close { top: 12px; right: 12px; width: 40px !important; height: 40px !important; min-width: 40px !important; min-height: 40px !important; padding: 10px !important; }
}

@media (prefers-reduced-motion: reduce) {
	.pryd-stitch *, .pryd-stitch *::before, .pryd-stitch *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* v4.3.1: product-owned controls override parent-theme and page defaults. */
#pryd-stitch-page .pryd-product-detail,
#pryd-stitch-page .pryd-product-story,
#pryd-stitch-page .pryd-story-panel,
#pryd-stitch-page .pryd-related-products {
	--pryd-detail-heading-size: var(--pryd-section-heading-desktop);
	--pryd-detail-body-size: var(--pryd-section-body-desktop);
	background: var(--pryd-section-background);
	color: var(--pryd-section-body-color);
}
#pryd-stitch-page .pryd-product-detail {
	--pryd-detail-price-size: var(--pryd-detail-price-desktop);
	--pryd-detail-option-size: var(--pryd-detail-option-desktop);
	--pryd-detail-action-size: var(--pryd-detail-action-desktop);
}
#pryd-stitch-page .pryd-product-detail h1,
#pryd-stitch-page .pryd-product-story h2,
#pryd-stitch-page .pryd-story-panel h3,
#pryd-stitch-page .pryd-related-products > .pryd-container > .pryd-section-header h2 {
	color: var(--pryd-section-heading-color) !important;
	font-family: var(--pryd-section-heading-font) !important;
	font-size: var(--pryd-detail-heading-size) !important;
	font-weight: var(--pryd-section-heading-weight) !important;
}
#pryd-stitch-page .pryd-product-detail p,
#pryd-stitch-page .pryd-product-detail li,
#pryd-stitch-page .pryd-product-story p {
	color: var(--pryd-section-body-color) !important;
	font-family: var(--pryd-section-body-font) !important;
	font-size: var(--pryd-detail-body-size) !important;
}
#pryd-stitch-page .pryd-product-detail .pryd-eyebrow,
#pryd-stitch-page .pryd-product-story .pryd-eyebrow,
#pryd-stitch-page .pryd-product-story .pryd-text-link { color: var(--pryd-section-accent) !important; }
#pryd-stitch-page .pryd-product-detail .pryd-product-main-image { background: var(--pryd-detail-image-bg); }
#pryd-stitch-page .pryd-product-detail .pryd-product-price {
	color: var(--pryd-detail-price-color) !important;
	font: var(--pryd-detail-price-weight) var(--pryd-detail-price-size)/1.2 var(--pryd-detail-price-font) !important;
}
#pryd-stitch-page .pryd-product-detail .pryd-weight-button {
	background: var(--pryd-detail-option-bg) !important;
	color: var(--pryd-detail-option-color) !important;
	border: 1px solid currentColor;
	font: var(--pryd-detail-option-weight) var(--pryd-detail-option-size)/1.4 var(--pryd-detail-option-font) !important;
}
#pryd-stitch-page .pryd-product-detail .pryd-weight-button strong,
#pryd-stitch-page .pryd-product-detail .pryd-weight-button span { font: inherit; color: inherit; }
#pryd-stitch-page .pryd-product-detail .pryd-weight-button:hover,
#pryd-stitch-page .pryd-product-detail .pryd-weight-button.is-active { background: var(--pryd-detail-option-active-bg) !important; color: var(--pryd-detail-option-active-color) !important; }
#pryd-stitch-page .pryd-product-detail .pryd-waitlist-button,
#pryd-stitch-page .pryd-product-detail .pryd-wishlist-text { font: var(--pryd-detail-action-weight) var(--pryd-detail-action-size)/1.4 var(--pryd-detail-action-font) !important; }
#pryd-stitch-page .pryd-wishlist-text {
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid currentColor;
	border-radius: 4px;
	background: var(--pryd-detail-wishlist-bg, #fff) !important;
	color: var(--pryd-detail-wishlist-color, #0b1c34) !important;
	cursor: pointer;
	text-decoration: none;
}
#pryd-stitch-page .pryd-wishlist-text:hover,
#pryd-stitch-page .pryd-wishlist-text:focus-visible,
#pryd-stitch-page .pryd-wishlist-text.is-active {
	background: var(--pryd-detail-wishlist-active-bg, #0b1c34) !important;
	color: var(--pryd-detail-wishlist-active-color, #fff) !important;
}
#pryd-stitch-page .pryd-wishlist-text span { color: inherit !important; }
#pryd-stitch-page .pryd-wishlist-text svg,
#pryd-stitch-page .pryd-detail-benefits svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
#pryd-stitch-page .pryd-detail-benefits svg { color: var(--pryd-section-accent); }
#pryd-stitch-page .pryd-detail-selection-heading { color: var(--pryd-section-body-color); flex-wrap: wrap; }
#pryd-stitch-page .pryd-detail-badges span { background: var(--pryd-detail-badge-bg); color: var(--pryd-detail-badge-color); }
#pryd-stitch-page .pryd-related-products .pryd-product-content h3 {
	color: var(--pryd-section-heading-color) !important;
	font-family: var(--pryd-section-heading-font) !important;
	font-weight: var(--pryd-section-heading-weight) !important;
}
#pryd-stitch-page .pryd-related-products .pryd-benefit-list,
#pryd-stitch-page .pryd-related-products .pryd-benefit-list li {
	color: var(--pryd-section-body-color) !important;
	font-family: var(--pryd-section-body-font);
	font-size: var(--pryd-detail-body-size);
}
#pryd-stitch-page .pryd-detail-options { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }
#pryd-stitch-page .pryd-detail-price-row { flex-wrap: wrap; }
#pryd-stitch-page .pryd-single-column { grid-template-columns: 1fr; }
#pryd-stitch-page .pryd-science-grid.pryd-single-column { max-width: 1000px; }
#pryd-stitch-page .pryd-footer-bottom { background: inherit; }
#pryd-stitch-page .pryd-footer-email a,
#pryd-stitch-page .pryd-contact-note .pryd-contact-email { color: #fff; text-decoration: underline; overflow-wrap: anywhere; }
#pryd-stitch-page .pryd-footer-column h2:empty,
#pryd-stitch-page .pryd-footer-brand p:empty,
#pryd-stitch-page .pryd-footer-newsletter h2:empty,
#pryd-stitch-page .pryd-footer-newsletter > p:empty { display: none; }
@media (max-width: 1024px) {
	#pryd-stitch-page .pryd-product-detail, #pryd-stitch-page .pryd-product-story, #pryd-stitch-page .pryd-story-panel, #pryd-stitch-page .pryd-related-products {
		--pryd-detail-heading-size: var(--pryd-section-heading-tablet);
		--pryd-detail-body-size: var(--pryd-section-body-tablet);
	}
	#pryd-stitch-page .pryd-product-detail { --pryd-detail-price-size: var(--pryd-detail-price-tablet); --pryd-detail-option-size: var(--pryd-detail-option-tablet); --pryd-detail-action-size: var(--pryd-detail-action-tablet); }
}
@media (max-width: 600px) {
	#pryd-stitch-page .pryd-product-detail, #pryd-stitch-page .pryd-product-story, #pryd-stitch-page .pryd-story-panel, #pryd-stitch-page .pryd-related-products {
		--pryd-detail-heading-size: var(--pryd-section-heading-mobile);
		--pryd-detail-body-size: var(--pryd-section-body-mobile);
	}
	#pryd-stitch-page .pryd-product-detail { --pryd-detail-price-size: var(--pryd-detail-price-mobile); --pryd-detail-option-size: var(--pryd-detail-option-mobile); --pryd-detail-action-size: var(--pryd-detail-action-mobile); }
	#pryd-stitch-page .pryd-detail-price-row { align-items: flex-start; gap: 14px; }
}
