:root {
  --ds-blue: #123b6d;
  --ds-blue-dark: #082749;
  --ds-ink: #242424;
  --ds-muted: #686a73;
  --ds-line: #e5e6ea;
  --ds-canvas: #ffffff;
  --ds-soft: #f6f7fb;
  --ds-sand: #f6f1e7;
  --ds-green: #0e7c66;
  --ds-green-dark: #075346;
  --ds-coral: #f2a900;
  --ds-yellow: #f4c24f;
  --ds-radius-sm: 12px;
  --ds-radius: 22px;
  --ds-radius-lg: 34px;
  --ds-shadow: 0 18px 60px rgba(36, 36, 36, 0.09);
  --ds-shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ds-ink);
  background: var(--ds-canvas);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 100000; top: 8px; left: 8px; width: auto; height: auto;
  padding: 12px 16px; margin: 0; clip: auto; background: #fff; border-radius: 8px;
}
.ds-skip-link {
  position: fixed; z-index: 10000; top: -80px; left: 16px;
  padding: 12px 18px; border-radius: 10px; color: #fff; background: var(--ds-ink);
}
.ds-skip-link:focus { top: 16px; }
.ds-shell { width: min(calc(100% - 40px), var(--ds-shell)); margin-inline: auto; }

.ds-announcement { color: #fff; background: var(--ds-ink); font-size: 13px; font-weight: 650; letter-spacing: .01em; }
.ds-announcement__inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; gap: 24px; }
.ds-announcement__markets { color: rgba(255,255,255,.72); }

.ds-header { position: relative; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--ds-line); }
.ds-header__main { display: grid; grid-template-columns: 210px minmax(260px, 1fr) auto; align-items: center; gap: 36px; min-height: 88px; }
.ds-brand { display: inline-flex; align-items: center; min-width: 0; }
.ds-brand img, .ds-brand .custom-logo { width: 205px; max-height: 48px; object-fit: contain; object-position: left center; }
.ds-brand .custom-logo-link { display: inline-flex; }
.ds-header__search .woocommerce-product-search, .ds-header__search .search-form { position: relative; display: flex; margin: 0; }
.ds-header__search input[type="search"] {
  width: 100%; height: 48px; padding: 0 108px 0 18px; color: var(--ds-ink);
  background: var(--ds-soft); border: 1px solid transparent; border-radius: 14px; outline: 0;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.ds-header__search input[type="search"]:focus { background: #fff; border-color: var(--ds-blue); box-shadow: 0 0 0 4px rgba(52,82,239,.12); }
.ds-header__search button {
  position: absolute; top: 5px; right: 5px; height: 38px; padding: 0 18px;
  color: #fff; background: var(--ds-blue); border: 0; border-radius: 10px; cursor: pointer; font-weight: 750;
}
.ds-header__actions { display: flex; align-items: center; gap: 22px; }
.ds-icon-link { position: relative; display: grid; justify-items: center; gap: 2px; color: var(--ds-ink); font-size: 12px; font-weight: 700; }
.ds-icon-link svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ds-icon-link:hover { color: var(--ds-blue); }
.ds-cart-count {
  position: absolute; top: -7px; right: 1px; display: grid; place-items: center;
  min-width: 18px; height: 18px; padding: 0 5px; border-radius: 20px; color: #fff; background: var(--ds-coral); font-size: 10px; line-height: 1;
}
.ds-menu-toggle { display: none; padding: 5px; background: transparent; border: 0; cursor: pointer; }
.ds-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ds-ink); border-radius: 2px; }

.ds-nav { border-top: 1px solid var(--ds-line); }
.ds-nav__inner { display: flex; align-items: center; justify-content: space-between; min-height: 50px; gap: 24px; }
.ds-nav__menu { display: flex; align-items: center; gap: 34px; padding: 0; margin: 0; list-style: none; }
.ds-nav__menu li { position: relative; }
.ds-nav__menu a { display: block; padding: 13px 0; font-size: 14px; font-weight: 730; }
.ds-nav__menu a:hover, .ds-nav__menu .current-menu-item > a { color: var(--ds-blue); }
.ds-nav__menu .sub-menu {
  position: absolute; top: 100%; left: -18px; min-width: 210px; padding: 10px 18px; margin: 0;
  visibility: hidden; opacity: 0; transform: translateY(8px); list-style: none; background: #fff; border: 1px solid var(--ds-line); border-radius: 14px; box-shadow: var(--ds-shadow); transition: .2s;
}
.ds-nav__menu li:hover > .sub-menu, .ds-nav__menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.ds-nav__deal { color: var(--ds-coral); font-size: 14px; font-weight: 800; white-space: nowrap; }

.ds-main { min-height: 50vh; }
.ds-hero { overflow: hidden; padding: 72px 0 78px; background: linear-gradient(115deg, #f6f1e7 0%, #fbfaf7 55%, #f0f4ff 100%); }
.ds-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }
.ds-hero__copy { max-width: 590px; }
.ds-eyebrow { display: block; margin-bottom: 12px; color: var(--ds-blue); font-size: 12px; line-height: 1.3; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ds-hero h1 { max-width: 650px; margin: 0 0 20px; font-size: clamp(44px, 5vw, 72px); line-height: .99; letter-spacing: -.055em; }
.ds-hero__copy > p { max-width: 590px; margin: 0; color: #55575f; font-size: 18px; line-height: 1.7; }
.ds-hero__actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.ds-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px;
  border: 1px solid transparent; border-radius: 12px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.ds-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-2px); }
.ds-button--primary, .woocommerce a.button, .woocommerce button.button.alt, .woocommerce #respond input#submit.alt { color: #fff; background: var(--ds-blue); box-shadow: 0 10px 24px rgba(52,82,239,.22); }
.ds-button--primary:hover, .woocommerce a.button:hover, .woocommerce button.button.alt:hover { color: #fff; background: var(--ds-blue-dark); }
.ds-button--text { min-height: auto; padding: 10px 0; color: var(--ds-ink); border: 0; border-bottom: 1px solid currentColor; border-radius: 0; }
.ds-button--light { color: var(--ds-green-dark); background: #fff; }
.ds-hero__proof { display: flex; gap: 28px; margin-top: 34px; padding-top: 24px; color: var(--ds-muted); border-top: 1px solid rgba(36,36,36,.13); font-size: 13px; }
.ds-hero__proof strong { color: var(--ds-ink); }
.ds-hero__visual { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 16px; min-height: 550px; }
.ds-hero-card { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; padding: 30px; color: #fff; border-radius: var(--ds-radius-lg); box-shadow: var(--ds-shadow); isolation: isolate; }
.ds-hero-card::before { position: absolute; inset: 0; z-index: -2; content: ""; background: var(--card-image) center/cover no-repeat; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.ds-hero-card::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(180deg, transparent 38%, rgba(8,13,19,.76) 100%); }
.ds-hero-card:hover::before { transform: scale(1.035); }
.ds-hero-card--aqua { min-height: 470px; margin-top: 80px; }
.ds-hero-card span { font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.ds-hero-card strong { max-width: 230px; margin-top: 4px; font-size: 30px; line-height: 1.08; letter-spacing: -.03em; }

.ds-trust { background: #fff; border-bottom: 1px solid var(--ds-line); }
.ds-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ds-trust__grid > div { display: flex; align-items: center; gap: 13px; min-height: 92px; padding: 18px 26px; border-right: 1px solid var(--ds-line); }
.ds-trust__grid > div:first-child { padding-left: 0; }
.ds-trust__grid > div:last-child { padding-right: 0; border-right: 0; }
.ds-trust__grid > div > span { display: grid; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; color: var(--ds-blue); background: #eef1ff; border-radius: 50%; font-weight: 850; }
.ds-trust p { display: grid; margin: 0; color: var(--ds-muted); font-size: 12px; line-height: 1.4; }
.ds-trust strong { margin-bottom: 2px; color: var(--ds-ink); font-size: 14px; }

.ds-section { padding: 94px 0; }
.ds-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.ds-section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.ds-section-heading > a { padding-bottom: 4px; color: var(--ds-blue); border-bottom: 1px solid rgba(52,82,239,.35); font-size: 14px; font-weight: 800; }
.ds-worlds { background: #fff; }
.ds-world-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ds-world-card { position: relative; overflow: hidden; min-height: 250px; padding: 28px; border-radius: var(--ds-radius); transition: transform .25s, box-shadow .25s; }
.ds-world-card:hover { transform: translateY(-5px); box-shadow: var(--ds-shadow); }
.ds-world-card::after { position: absolute; right: 24px; bottom: 20px; content: "↗"; font-size: 24px; opacity: .65; }
.ds-world-card__icon { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 44px; background: rgba(255,255,255,.62); border-radius: 24px; font-size: 34px; }
.ds-world-card h3 { margin: 0 0 6px; font-size: 26px; letter-spacing: -.03em; }
.ds-world-card p { margin: 0; color: rgba(36,36,36,.68); font-size: 14px; }
.ds-world-card--dog { background: #dfe7ff; }
.ds-world-card--cat { background: #ffe8db; }
.ds-world-card--aqua { color: #fff; background: #177764; }
.ds-world-card--aqua p { color: rgba(255,255,255,.73); }
.ds-world-card--more { background: #f6df90; }

.ds-products-section { background: var(--ds-soft); }
.ds-empty-state { padding: 50px; color: var(--ds-muted); text-align: center; background: #fff; border-radius: var(--ds-radius); }

.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 18px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  position: relative; float: none; width: auto; margin: 0; padding: 0 0 18px; overflow: hidden;
  background: #fff; border: 1px solid transparent; border-radius: 18px; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.woocommerce ul.products li.product:hover { transform: translateY(-4px); border-color: var(--ds-line); box-shadow: 0 16px 45px rgba(36,36,36,.08); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1 / 1; margin: 0 0 17px; object-fit: cover; background: #f2f3f6; border-radius: 17px 17px 0 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 18px; margin: 0; font-size: 15px; line-height: 1.45; font-weight: 750; }
.woocommerce ul.products li.product .star-rating { margin: 8px 18px; color: #eea632; font-size: 12px; }
.woocommerce ul.products li.product .price { padding: 0 18px; margin: 9px 0 0; color: var(--ds-ink); font-size: 15px; font-weight: 850; }
.woocommerce ul.products li.product .price del { color: var(--ds-muted); opacity: .7; font-weight: 600; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { width: calc(100% - 36px); min-height: 42px; margin: 15px 18px 0; padding: 0 14px; font-size: 13px; box-shadow: none; }
.woocommerce span.onsale { top: 12px; left: 12px; min-width: auto; min-height: auto; padding: 7px 10px; margin: 0; color: #fff; background: var(--ds-coral); border-radius: 8px; font-size: 11px; line-height: 1; font-weight: 850; }

.ds-editorial { padding: 36px 0 94px; background: var(--ds-soft); }
.ds-editorial__grid { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 560px; overflow: hidden; border-radius: var(--ds-radius-lg); box-shadow: var(--ds-shadow); }
.ds-editorial__image { background-position: center; background-size: cover; min-height: 420px; }
.ds-editorial__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(44px, 7vw, 86px); color: #fff; background: var(--ds-green-dark); }
.ds-editorial__copy .ds-eyebrow { color: #83dbc9; }
.ds-editorial__copy h2 { margin: 0 0 22px; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.ds-editorial__copy p { max-width: 560px; margin: 0 0 30px; color: rgba(255,255,255,.72); font-size: 17px; }

.ds-journal { background: #fff; }
.ds-journal-grid, .ds-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ds-journal-card, .ds-post-card { overflow: hidden; background: #fff; border: 1px solid var(--ds-line); border-radius: var(--ds-radius); }
.ds-journal-card__image, .ds-post-card__image { display: block; overflow: hidden; aspect-ratio: 16/10; background: var(--ds-soft); }
.ds-journal-card__image img, .ds-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ds-journal-card:hover img, .ds-post-card:hover img { transform: scale(1.035); }
.ds-journal-card > div, .ds-post-card > div { padding: 24px; }
.ds-journal-card span, .ds-post-card span { color: var(--ds-blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ds-journal-card h3, .ds-post-card h2 { margin: 8px 0 10px; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.ds-journal-card p, .ds-post-card p { margin: 0; color: var(--ds-muted); font-size: 14px; }

.ds-content-shell { padding-top: 70px; padding-bottom: 100px; }
.ds-prose-shell { width: min(calc(100% - 40px), 920px); padding-top: 72px; padding-bottom: 110px; }
.ds-page-header { max-width: 850px; margin-bottom: 42px; }
.ds-page-header h1 { margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.05em; }
.ds-single-hero { margin: 0 0 50px; overflow: hidden; border-radius: var(--ds-radius); }
.ds-single-hero img { width: 100%; }
.ds-prose { font-size: 18px; line-height: 1.8; }
.ds-prose h2, .ds-prose h3 { margin-top: 2em; line-height: 1.2; letter-spacing: -.03em; }
.ds-prose a { color: var(--ds-blue); text-decoration: underline; text-underline-offset: 3px; }
.ds-prose img { margin-block: 32px; border-radius: 16px; }
.ds-prose blockquote { padding: 12px 0 12px 28px; margin: 40px 0; border-left: 4px solid var(--ds-blue); font-size: 22px; font-weight: 650; }
.ds-not-found { padding: 120px 0; text-align: center; }
.ds-not-found h1 { margin: 0 0 18px; font-size: clamp(48px, 7vw, 84px); letter-spacing: -.06em; }
.ds-not-found p { margin: 0 0 28px; color: var(--ds-muted); }

.ds-shop-main { padding: 55px 0 100px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--ds-muted); font-size: 13px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--ds-ink); }
.woocommerce-products-header__title.page-title { margin: 0 0 30px; font-size: clamp(42px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 32px; color: var(--ds-muted); font-size: 13px; }
.woocommerce .woocommerce-ordering select { padding: 10px 34px 10px 13px; background: #fff; border: 1px solid var(--ds-line); border-radius: 10px; }
.woocommerce nav.woocommerce-pagination { margin-top: 44px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { margin: 0 4px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border-radius: 9px; }
.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: var(--ds-blue); }

.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images { width: 55%; }
.woocommerce div.product div.summary { width: 40%; }
.woocommerce div.product div.images img { border-radius: 18px; }
.woocommerce div.product .product_title { margin: 6px 0 16px; font-size: clamp(36px, 4vw, 52px); line-height: 1.06; letter-spacing: -.045em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ds-blue); font-size: 25px; font-weight: 850; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--ds-muted); font-size: 16px; }
.woocommerce div.product form.cart { display: flex; gap: 10px; margin-top: 28px; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--ds-line); border-radius: 11px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--ds-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { padding: 0 20px; background: transparent; border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { color: var(--ds-blue); }
.woocommerce div.product .woocommerce-tabs .panel { padding: 28px; background: var(--ds-soft); border-radius: 16px; }
.woocommerce table.shop_table { overflow: hidden; border-color: var(--ds-line); border-radius: 14px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--ds-blue); background: #f1f3ff; border-radius: 10px; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--ds-blue); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  padding: 12px 13px; background: #fff; border: 1px solid #d8dae2; border-radius: 9px;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { border-color: var(--ds-blue); outline: 3px solid rgba(52,82,239,.1); }

.ds-footer { padding: 76px 0 0; color: #fff; background: var(--ds-ink); }
.ds-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1.1fr; gap: 56px; padding-bottom: 64px; }
.ds-footer__brand img { width: 245px; padding: 12px 15px; background: #fff; border-radius: 14px; }
.ds-footer__brand p, .ds-footer__newsletter p { max-width: 340px; color: rgba(255,255,255,.62); font-size: 14px; }
.ds-footer h2 { margin: 2px 0 18px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.ds-footer ul { padding: 0; margin: 0; list-style: none; }
.ds-footer li { margin: 9px 0; }
.ds-footer li a { color: rgba(255,255,255,.68); font-size: 14px; }
.ds-footer li a:hover { color: #fff; }
.ds-footer__support { display: inline-flex; margin-top: 12px; padding-bottom: 3px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 14px; font-weight: 800; }
.ds-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

@media (max-width: 1080px) {
  .ds-header__main { grid-template-columns: 185px 1fr auto; gap: 22px; }
  .ds-brand img, .ds-brand .custom-logo { width: 180px; }
  .ds-hero__grid { gap: 38px; }
  .ds-hero__visual { min-height: 480px; }
  .ds-world-grid { grid-template-columns: repeat(2, 1fr); }
  .ds-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .ds-trust__grid > div:nth-child(2) { border-right: 0; }
  .ds-trust__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--ds-line); }
  .ds-trust__grid > div:nth-child(3) { padding-left: 0; }
  .ds-footer__grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .ds-footer__newsletter { grid-column: 1 / -1; max-width: 520px; }
}

@media (max-width: 820px) {
  .ds-announcement__inner { justify-content: center; }
  .ds-announcement__markets { display: none; }
  .ds-header { position: sticky; top: 0; }
  .ds-header__main { grid-template-columns: auto 1fr auto; min-height: 70px; }
  .ds-menu-toggle { display: block; }
  .ds-brand { justify-self: center; }
  .ds-brand img, .ds-brand .custom-logo { width: 165px; max-height: 38px; }
  .ds-header__search { position: absolute; top: 70px; left: 0; width: 100%; padding: 10px 20px; background: #fff; border-top: 1px solid var(--ds-line); }
  .ds-header__actions { gap: 14px; }
  .ds-icon-link > span:not(.ds-cart-count) { display: none; }
  .ds-nav { position: fixed; inset: 104px 0 0; visibility: hidden; opacity: 0; overflow-y: auto; background: #fff; transform: translateX(-100%); transition: .25s; }
  .nav-open .ds-nav { visibility: visible; opacity: 1; transform: none; }
  .ds-nav__inner, .ds-nav__menu { display: block; }
  .ds-nav__inner { padding-top: 22px; }
  .ds-nav__menu a { padding: 16px 0; border-bottom: 1px solid var(--ds-line); font-size: 20px; }
  .ds-nav__menu .sub-menu { position: static; visibility: visible; opacity: 1; transform: none; display: block; box-shadow: none; border: 0; }
  .ds-nav__deal { display: block; padding: 22px 0; font-size: 18px; }
  .ds-hero { padding-top: 94px; }
  .ds-hero__grid { grid-template-columns: 1fr; }
  .ds-hero__copy { max-width: 680px; }
  .ds-hero__visual { min-height: 480px; }
  .ds-section { padding: 72px 0; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ds-editorial__grid { grid-template-columns: 1fr; }
  .ds-editorial__image { min-height: 450px; }
  .ds-journal-grid, .ds-post-grid { grid-template-columns: 1fr 1fr; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: 100%; }
  .ds-footer__grid { grid-template-columns: 1fr 1fr; }
  .ds-footer__brand, .ds-footer__newsletter { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .ds-shell { width: min(calc(100% - 28px), var(--ds-shell)); }
  .ds-brand img, .ds-brand .custom-logo { width: 140px; }
  .ds-hero { padding-bottom: 52px; }
  .ds-hero h1 { font-size: 43px; }
  .ds-hero__copy > p { font-size: 16px; }
  .ds-hero__actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .ds-hero__proof { gap: 14px; flex-direction: column; }
  .ds-hero__visual { grid-template-columns: 1fr; min-height: 0; }
  .ds-hero-card, .ds-hero-card--aqua { min-height: 360px; margin: 0; }
  .ds-trust__grid { grid-template-columns: 1fr; }
  .ds-trust__grid > div { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--ds-line); }
  .ds-trust__grid > div:nth-child(3) { padding-left: 0; }
  .ds-section-heading { align-items: flex-start; flex-direction: column; }
  .ds-world-grid { grid-template-columns: 1fr; }
  .ds-world-card { min-height: 220px; }
  .woocommerce ul.products { gap: 14px 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { padding-inline: 12px; font-size: 13px; }
  .woocommerce ul.products li.product .price { padding-inline: 12px; font-size: 13px; }
  .woocommerce ul.products li.product .button { width: calc(100% - 24px); margin-inline: 12px; font-size: 11px; }
  .ds-editorial__image { min-height: 320px; }
  .ds-editorial__copy { padding: 38px 28px; }
  .ds-journal-grid, .ds-post-grid { grid-template-columns: 1fr; }
  .ds-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .ds-footer__brand, .ds-footer__newsletter { grid-column: 1 / -1; }
  .ds-footer__bottom { flex-direction: column; }
  .woocommerce div.product form.cart { align-items: stretch; flex-direction: column; }
}

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