:root {
  --font-body-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-heading-style: normal;
  --font-heading-weight: 650;
  --font-body-scale: 1;
  --font-heading-scale: 1;
  --page-width: 1450px;
  --page-margin: max(24px, min(2.75vw, 40px));
  --section-spacing: 104px;
  --radius-button: 24px;
  --radius-card: 16px;
  --radius-media: 28px;
  --radius-habitat: var(--radius-media);
  --focus-color: #1c62d8;
  --duration-fast: 140ms;
  --duration-ui: 220ms;
  --duration-panel: 320ms;
  --ease-settle: cubic-bezier(.16, 1, .3, 1);
}

.color-scheme--milk { --color-background: #fff9f3; --gradient-background: #fff9f3; --color-foreground: #181411; --color-subdued: #6b625c; --color-border: #d8ccc2; --color-button: #181411; --color-button-label: #fff9f3; --color-accent: #f7c8b8; }
.color-scheme--peach { --color-background: #f7c8b8; --gradient-background: #f7c8b8; --color-foreground: #181411; --color-subdued: #5e514b; --color-border: #c58f7e; --color-button: #181411; --color-button-label: #fff9f3; --color-accent: #9bcfcb; }
.color-scheme--oat { --color-background: #f4ece2; --gradient-background: #f4ece2; --color-foreground: #181411; --color-subdued: #6b625c; --color-border: #d8ccc2; --color-button: #181411; --color-button-label: #fff9f3; --color-accent: #d89a84; }
.color-scheme--aqua { --color-background: #9bcfcb; --gradient-background: #9bcfcb; --color-foreground: #181411; --color-subdued: #425e5c; --color-border: #6da8a4; --color-button: #181411; --color-button-label: #fff9f3; --color-accent: #f2d476; }
.color-scheme--ink { --color-background: #181411; --gradient-background: #181411; --color-foreground: #fff9f3; --color-subdued: #cfc4ba; --color-border: #554d47; --color-button: #fff9f3; --color-button-label: #181411; --color-accent: #f7c8b8; }

/* The Shopify renderer supplies this gutter through .shopify-section. */
.section-shell { width: min(calc(100% - var(--page-margin) * 2), calc(var(--page-width) - var(--page-margin) * 2)); }

.announcement { min-height: 2.35rem; display: grid; place-items: center; padding-inline: 1rem; background: #181411; color: #fff9f3; font-size: .75rem; text-align: center; }
.site-header-wrap { top: 0; }
.site-header__brand { min-width: max-content; }
.companion-hero__media img { height: 100%; object-fit: cover; object-position: 48% center; }
.companion-hero__copy .lead { margin-block-start: 1.5rem; }
.care-tile__icon { font-size: 1.45rem; font-weight: 700; }
.care-tile { text-decoration: none; }
.product-art img,
.example-pdp-art img,
.example-cart-row__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-art img { transition: transform 360ms var(--ease-settle); }
@media (hover: hover) {
  .product-card:hover .product-art img { transform: scale(1.025); }
}
.product-card__title a { color: inherit; text-decoration: none; }
.product-card__care-fact { min-height: 2.2em; }
.product-card__footer .icon-button { font-size: 1.25rem; font-weight: 450; }
.fact-icon { width: 1.4rem; display: inline-grid; place-items: center; font-weight: 800; }
.newsletter-form { align-items: start; }
.newsletter-form .form-status { grid-column: 1 / -1; }
.site-footer__bottom { padding-block-start: 1.5rem; border-block-start: 1px solid var(--color-border); }
.example-search-note { margin-block-start: 1rem; color: var(--color-subdued); font-size: .875rem; }
.example-cart-row { display: grid; grid-template-columns: 5.5rem minmax(0, 1fr) auto; grid-template-rows: auto auto; gap: .6rem 1rem; align-items: start; padding-block: 1rem; border-block-end: 1px solid var(--color-border); }
.example-cart-row__image { width: 5.5rem; aspect-ratio: 1; grid-row: 1 / 3; overflow: hidden; border-radius: .75rem; background: color-mix(in srgb, var(--color-accent) 20%, var(--color-background)); }
.example-cart-row__placeholder { width: 100%; height: 100%; display: block; object-fit: cover; }
.example-cart-row__placeholder { background: color-mix(in srgb, var(--color-accent) 28%, var(--color-background)); }
.example-cart-row__content { min-width: 0; display: grid; gap: .25rem; }
.example-cart-row__content a { color: inherit; text-decoration: none; }
.example-cart-row__content a:hover { text-decoration: underline; text-underline-offset: .2em; }
.example-cart-row strong { font-size: .9375rem; }
.example-cart-row small { color: var(--color-subdued); }
.example-cart-row__price { justify-self: end; font-variant-numeric: tabular-nums; }
.example-cart-row button { grid-column: 2 / 4; justify-self: start; padding: 0; border: 0; background: transparent; color: var(--color-subdued); text-decoration: underline; text-underline-offset: .22em; cursor: pointer; }
.example-mini-grid { max-width: 68rem; }
.example-editor-card {
  min-height: 18rem;
  position: relative;
  display: grid;
  align-content: end;
  gap: .35rem;
  overflow: hidden;
  padding: 1.4rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  color: var(--color-foreground);
  text-decoration: none;
}
.example-editor-card::after { position: absolute; z-index: 1; inset: auto 0 0; height: 37%; border-block-start: 1px solid var(--color-border); background: var(--color-background); content: ""; }
.example-editor-card__image { width: 100%; height: 68%; position: absolute; inset: 0 0 auto; display: block; object-fit: cover; transition: transform 360ms var(--ease-settle); }
.example-editor-card strong { position: relative; z-index: 2; font-family: var(--font-heading-family); font-size: 1.45rem; letter-spacing: -.035em; }
.example-editor-card > span:last-child { position: relative; z-index: 2; color: var(--color-subdued); font-size: .8rem; }
@media (hover: hover) {
  .example-editor-card:hover .example-editor-card__image { transform: scale(1.025); }
}
.example-wordmark { font-family: var(--font-heading-family); font-size: clamp(1.2rem, 2vw, 1.8rem); font-weight: 700; letter-spacing: -.05em; text-transform: lowercase; }

/* Navigable collection example */
.example-option {
  min-height: 2.75rem;
  padding: .5rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-button);
  background: var(--color-background);
  color: var(--color-foreground);
  cursor: pointer;
}
.example-option:hover,
.example-option.is-selected { border-color: var(--color-foreground); background: var(--color-accent); }
.example-collection-tools { min-height: 4rem; display: flex; align-items: center; gap: 1rem; padding-block: .75rem; }
.example-collection-tools .facets-form__count { margin-inline-end: auto; }
.example-collection-grid .product-card[hidden] { display: none; }
/* Navigable product detail example */
.example-pdp-section { padding-block: 1rem clamp(4rem, 8vw, 8rem); }
.example-product-gallery .product-media { aspect-ratio: 4 / 5; }
.example-product-gallery .product-media:first-child { aspect-ratio: 4 / 4.25; }
.example-product-purchase .lead { color: var(--color-subdued); }
.example-stock { display: flex; align-items: center; gap: .5rem; color: var(--color-subdued); font-size: .8125rem; }
.example-stock > span { width: .65rem; height: .65rem; border-radius: 50%; background: #4f776a; }
.example-stock strong { color: var(--color-foreground); }
.example-option { border-radius: .625rem; }
.example-product-story { display: grid; grid-template-columns: minmax(0, 7fr) minmax(18rem, 5fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.example-product-story .heading-2 { max-width: 12ch; }
.example-product-sticky { display: none; }

/* Editorial and support pages */
.example-editorial-hero { min-height: min(48rem, 72svh); display: grid; grid-template-columns: minmax(0, 8fr) minmax(18rem, 4fr); gap: 2rem; align-items: center; padding-block: clamp(4rem, 10vw, 9rem); }
.example-editorial-hero .display { max-width: 10ch; }
.example-editorial-hero > .lead { align-self: end; margin-block-end: 2rem; }
.example-guide-grid,
.example-faq,
.example-contact-layout { display: grid; grid-template-columns: minmax(0, 5fr) minmax(20rem, 7fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.example-guide-intro { position: sticky; inset-block-start: 7rem; }
.example-guide-intro .heading-2 { max-width: 12ch; margin-block-end: 1.5rem; }
.example-steps { display: grid; gap: 0; padding: 0; list-style: none; counter-reset: guide; }
.example-steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding-block: 1.5rem; border-block-start: 1px solid var(--color-border); }
.example-steps li:last-child { border-block-end: 1px solid var(--color-border); }
.example-steps li > span { color: var(--color-subdued); font-size: .75rem; font-weight: 750; }
.example-steps strong { display: block; margin-block-end: .5rem; }
.example-steps p { color: var(--color-subdued); }
.example-care-index { display: grid; gap: 3rem; }
.example-care-index .heading-2 { max-width: 11ch; }
.example-care-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3.5rem);
}
.example-care-columns article {
  min-width: 0;
  padding-block-start: 1.5rem;
  border-block-start: 1px solid color-mix(in srgb, var(--color-foreground) 24%, transparent);
}
.example-care-columns strong { display: block; margin-block-end: 1rem; font-size: 1.25rem; }
.example-care-columns p { color: var(--color-subdued); }
.example-faq .heading-2 { max-width: 12ch; }
.example-contact-cta { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.example-contact-cta .heading-2 { max-width: 13ch; }
.example-contact-layout aside .heading-2 { max-width: 11ch; margin-block-end: 2rem; }
.example-contact-notes { display: grid; gap: 0; margin-block: 2rem; border-block-start: 1px solid var(--color-border); }
.example-contact-notes > div { display: grid; gap: .25rem; padding-block: 1rem; border-block-end: 1px solid var(--color-border); }
.example-contact-notes span { color: var(--color-subdued); font-size: .8125rem; }
.example-contact-form { margin: 0; padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius-habitat); }

/* Shopify account component preview */
.account-sheet { width: min(100%, 31rem); }
.account-sheet__body { display: grid; align-content: start; gap: 1.5rem; padding: clamp(1.5rem, 5vw, 2.5rem); }
.account-sheet__lead { max-width: 35rem; margin-block-end: 1.5rem; color: var(--color-subdued); line-height: 1.55; }
.account-method {
  width: 100%;
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .75rem 1rem;
  border: 1px solid var(--color-control-border);
  border-radius: 999px;
  background: transparent;
  color: var(--color-foreground);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--duration-fast) ease-out, color var(--duration-fast) ease-out, transform var(--duration-fast) ease-out;
}
.account-method:hover { background: color-mix(in srgb, var(--color-foreground) 7%, transparent); }
.account-method:active { transform: scale(.985); }
.account-method--shop { justify-content: space-between; padding-inline: 1.25rem; background: var(--color-foreground); color: var(--color-background); }
.account-method--shop:hover { background: color-mix(in srgb, var(--color-foreground) 88%, var(--color-background)); }
.account-sheet__divider { display: grid; grid-template-columns: 1fr auto 1fr; gap: .75rem; align-items: center; margin-block: 1.25rem; color: var(--color-subdued); font-size: .75rem; }
.account-sheet__divider::before,
.account-sheet__divider::after { content: ""; height: 1px; background: var(--color-border); }
.account-email-form { display: grid; gap: 1rem; }
.account-email-form .button { width: 100%; }
.account-sheet__social { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-block-start: .75rem; }
.account-sheet__consent { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; margin-block-start: 1.25rem; color: var(--color-subdued); font-size: .8125rem; line-height: 1.45; cursor: pointer; }
.account-sheet__consent input { width: 1.05rem; height: 1.05rem; margin-block-start: .08rem; accent-color: var(--color-foreground); }
.account-sheet__legal { margin-block-start: 1rem; color: var(--color-subdued); font-size: .75rem; line-height: 1.5; }
.account-sheet__status { min-height: 1.35rem; color: var(--color-subdued); font-size: .75rem; }
.account-sheet__menu { display: grid; border-block-start: 1px solid var(--color-border); }
.account-sheet__menu button {
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border: 0;
  border-block-end: 1px solid var(--color-border);
  background: transparent;
  color: var(--color-foreground);
  font: inherit;
  text-align: start;
  cursor: pointer;
}
.account-sheet__menu button:hover strong { text-decoration: underline; text-underline-offset: .25em; }
.account-sheet__menu button > span:first-child { display: grid; gap: .2rem; }
.account-sheet__menu small { color: var(--color-subdued); font-size: .75rem; }
.account-sheet__footer p { color: var(--color-subdued); font-size: .75rem; line-height: 1.45; text-align: center; }
.account-confirmation { display: grid; gap: 1rem; align-content: start; padding-block: 1rem; }
.account-confirmation__mark { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; border-radius: 50%; background: var(--color-accent); font-size: 1.4rem; font-weight: 750; }
.account-confirmation p:not(.eyebrow) { color: var(--color-subdued); line-height: 1.55; }

@media (max-width: 749px) {
  :root { --section-spacing: 72px; }
  .example-cart-row { grid-template-columns: 4.75rem minmax(0, 1fr) auto; gap: .5rem .75rem; }
  .example-cart-row__image { width: 4.75rem; }
  .announcement { font-size: .6875rem; }
  .companion-hero__copy .display { max-width: 9ch; }
  .companion-hero__actions { display: grid; }
  .companion-hero__actions .button { width: 100%; }
  .example-product-grid { --product-columns: 2 !important; }
  .product-card__care-fact { display: none; }
  .newsletter { border-radius: 1.5rem; }
  .example-collection-tools { flex-wrap: wrap; }
  .example-collection-tools .facets-form__count { order: 3; flex-basis: 100%; }
  .example-product-gallery .product-media:first-child { aspect-ratio: 4 / 5; }
  .example-product-gallery { margin-inline: 0; grid-template-columns: 1fr; }
  .example-product-gallery .product-media:first-child { grid-column: 1 / -1; border-radius: var(--radius-habitat); }
  .example-product-story,
  .example-editorial-hero,
  .example-guide-grid,
  .example-faq,
  .example-contact-layout { grid-template-columns: 1fr; }
  .example-product-sticky { min-height: 4.75rem; position: fixed; z-index: 28; inset: auto .75rem .75rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: .65rem .75rem .65rem 1rem; border: 1px solid var(--color-border); border-radius: 1rem; box-shadow: 0 .75rem 2.5rem rgba(24,20,17,.16); }
  .example-product-sticky > div { min-width: 0; display: grid; }
  .example-product-sticky strong { overflow: hidden; font-size: .8125rem; text-overflow: ellipsis; white-space: nowrap; }
  .example-product-sticky span { color: var(--color-subdued); font-size: .75rem; }
  .example-product-sticky .button { min-height: 2.9rem; }
  .example-editorial-hero { min-height: 0; padding-block: 4.5rem; }
  .example-editorial-hero > .lead { margin: 0; }
  .example-guide-intro { position: static; }
  .example-care-columns { grid-template-columns: 1fr; gap: 1.75rem; }
  .example-care-columns article { padding-block-start: 1.25rem; }
  .example-contact-cta { display: grid; align-items: start; }
  .example-contact-cta .button { width: 100%; }
  .account-sheet { width: 100%; border: 0; }
  .account-sheet__body { padding: 1.5rem var(--page-margin); }
}

@media (max-width: 420px) {
  .example-product-grid { --product-columns: 2 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .product-art img,
  .example-editor-card__image { transition: none; }
}
