:root {
  --navy: #071b55;
  --navy-2: #0c2b78;
  --blue: #009fe3;
  --blue-2: #13c7ee;
  --yellow: #ffd234;
  --yellow-2: #ffea83;
  --coral: #ee3f3b;
  --green: #168a58;
  --ink: #0a1c42;
  --muted: #667085;
  --line: #d9deea;
  --soft: #f5f7fb;
  --pale-blue: #eafaff;
  --sand: #fffaf0;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(7, 27, 85, 0.1);
  --shadow-soft: 0 10px 30px rgba(7, 27, 85, 0.07);
  --radius: 18px;
  --shell: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.has-drawer {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a,
summary,
select {
  -webkit-tap-highlight-color: transparent;
}

button,
summary,
select {
  cursor: pointer;
}

button {
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.55rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
}

h3 {
  font-size: 1.08rem;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 8px;
  color: white;
  background: var(--navy);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(0, 159, 227, 0.4);
  outline-offset: 3px;
}

.island-strip {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 20px;
  color: var(--navy);
  background: linear-gradient(90deg, var(--yellow), #ffe76e 55%, var(--yellow));
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.header-row {
  position: relative;
  display: grid;
  min-height: 76px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.header-left,
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-actions {
  justify-self: end;
}

.icon-button {
  position: relative;
  display: inline-grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  transition: background 180ms ease, transform 180ms ease;
}

.icon-button:hover {
  background: var(--soft);
}

.icon-button:active {
  transform: scale(0.96);
}

.icon-button svg,
.search-button svg,
.filter-button svg,
.availability-pill svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
}

.language-button {
  min-width: 38px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 800;
}

.language-button.is-active {
  color: white;
  background: var(--navy);
}

.wordmark {
  position: relative;
  display: inline-flex;
  min-width: 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  line-height: 1;
}

.wordmark-main {
  position: relative;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.08em;
  text-shadow: 1px 1px 0 var(--yellow);
}

.wordmark-main::before {
  position: absolute;
  top: -11px;
  left: 48%;
  width: 20px;
  height: 10px;
  border: 2px solid var(--yellow);
  border-top: 0;
  content: "";
  transform: skew(-8deg) rotate(-2deg);
}

.wordmark-main::after {
  position: absolute;
  top: -13px;
  left: calc(48% + 3px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 7px -2px 0 var(--yellow), 14px 0 0 var(--yellow);
  content: "";
}

.wordmark-sub {
  margin-top: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.wordmark-wave {
  width: 54px;
  height: 4px;
  margin-top: 5px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent 0 5%, var(--blue) 5% 55%, var(--yellow) 55% 95%, transparent 95%);
  transform: skewX(-24deg);
}

.cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  padding-inline: 5px;
  border: 2px solid white;
  border-radius: 999px;
  color: var(--navy);
  background: var(--yellow);
  font-size: 0.68rem;
  font-weight: 900;
}

.search-wrap {
  position: relative;
  padding-block: 18px;
}

.search-wrap input {
  width: 100%;
  height: 58px;
  padding: 0 72px 0 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  font-size: 1rem;
  outline: none;
  transition: border 180ms ease, box-shadow 180ms ease;
}

.search-wrap input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 159, 227, 0.12);
}

.search-button {
  position: absolute;
  top: 24px;
  right: 7px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  color: white;
  background: var(--navy);
  transition: background 180ms ease, transform 180ms ease;
}

.search-button:hover {
  background: var(--blue);
}

.search-button:active {
  transform: scale(0.97);
}

.quick-products {
  display: flex;
  width: min(calc(100% - 48px), var(--shell));
  margin: 0 auto;
  gap: 14px;
  overflow-x: auto;
  padding-block: 34px 24px;
  scrollbar-width: thin;
}

.quick-product {
  width: 126px;
  flex: 0 0 126px;
  padding: 8px 8px 11px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--soft);
  text-align: center;
  transition: border 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.quick-product:hover {
  border-color: var(--yellow);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.quick-product img {
  width: 100%;
  height: 86px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.quick-product span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.shop-section {
  padding-block: 22px 96px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.eyebrow {
  margin-bottom: 12px;
  color: #9c7700;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-count {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.85rem;
}

.shop-toolbar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.filter-button,
.sort-control select {
  width: 100%;
  height: 58px;
  border: 1px solid var(--ink);
  border-radius: 14px;
  background: white;
  font-weight: 760;
}

.filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.filter-button svg {
  width: 21px;
}

.sort-control select {
  padding-inline: 20px;
  border-color: var(--line);
  font-weight: 500;
}

.filter-panel {
  margin-top: 14px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--soft);
}

.filter-panel fieldset {
  display: flex;
  margin: 0;
  padding: 0;
  border: 0;
  gap: 24px;
}

.filter-panel legend {
  float: left;
  margin-right: 24px;
  font-weight: 800;
}

.filter-panel label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.filter-panel input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}

.text-button {
  float: right;
  margin-top: -26px;
  color: var(--navy);
  background: transparent;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.product-media {
  position: relative;
  display: grid;
  height: 360px;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 210, 52, 0.12), transparent 34%),
    linear-gradient(145deg, #fafbfd, #f0f5fb);
}

.product-tag {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 0;
  padding: 7px 12px;
  border-radius: 0 4px 4px 0;
  color: white;
  background: rgba(7, 27, 85, 0.76);
  font-size: 0.71rem;
  font-weight: 800;
}

.favorite-button {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 6px 16px rgba(7, 27, 85, 0.08);
}

.favorite-button svg {
  width: 23px;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.7;
  transition: fill 180ms ease, color 180ms ease, transform 180ms ease;
}

.favorite-button.is-favorite {
  color: var(--coral);
}

.favorite-button.is-favorite svg {
  fill: currentColor;
  transform: scale(1.08);
}

.zoom-button {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: white;
  box-shadow: 0 9px 24px rgba(7, 27, 85, 0.15);
}

.zoom-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.product-photo {
  width: 88%;
  height: 88%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 280ms ease, object-position 280ms ease;
}

.product-photo.view-label {
  transform: scale(1.48);
}

.product-photo.view-top {
  object-position: 50% 7%;
  transform: scale(1.35);
}

.product-photo.is-lifestyle {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
  transform: none;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.thumb-button {
  display: grid;
  height: 70px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
}

.thumb-button.is-active {
  border: 2px solid var(--navy);
}

.thumb-button img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.thumb-button[data-view="label"] img {
  transform: scale(1.55);
}

.thumb-button[data-view="top"] img {
  object-position: center top;
  transform: scale(1.3);
}

.thumb-button img.is-lifestyle {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
  transform: none;
}

.product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 18px;
}

.product-origin {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.78rem;
}

.product-name {
  min-height: 48px;
  margin-bottom: 12px;
  font-family: inherit;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0;
}

.product-claim {
  margin-bottom: 8px;
  color: #8b6a00;
  font-size: 0.78rem;
  font-weight: 800;
}

.product-description {
  min-height: 62px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.84rem;
}

.rating-box {
  margin-top: auto;
  padding: 13px 14px;
  border: 1px solid #ebdfb4;
  border-radius: 12px;
  background: #fffcf2;
}

.rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}

.star-button {
  width: 26px;
  height: 28px;
  padding: 0;
  color: #d9dde7;
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.star-button.is-on,
.star-button:hover {
  color: #ffbf00;
}

.rating-summary {
  margin-left: 7px;
  font-size: 0.72rem;
  font-weight: 800;
}

.rating-hint {
  display: block;
  margin-top: 3px;
  color: #8b8490;
  font-size: 0.64rem;
}

.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
}

.availability::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(22, 138, 88, 0.1);
  content: "";
}

.availability.is-sold-out,
.stock-card strong.is-sold-out {
  color: #b42318;
}

.availability.is-unavailable,
.stock-card strong.is-unavailable {
  color: var(--muted);
}

.price {
  margin-bottom: 0;
  font-size: 1.32rem;
  font-weight: 900;
}

.unit-price {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.67rem;
}

.primary-button,
.secondary-button,
.add-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 20px;
  border-radius: 10px;
  font-weight: 850;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.primary-button,
.add-button {
  color: white;
  background: var(--navy);
}

.primary-button:hover,
.add-button:hover {
  background: var(--blue);
  box-shadow: 0 9px 20px rgba(0, 159, 227, 0.22);
}

.primary-button:active,
.secondary-button:active,
.add-button:active {
  transform: translateY(1px);
}

.add-button.is-added {
  color: var(--navy);
  background: var(--yellow);
}

.add-button:disabled {
  color: #737b8b;
  background: #e5e8ef;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.secondary-button {
  margin-top: 10px;
  border: 1px solid var(--navy);
  background: white;
}

.compact {
  width: auto;
}

.empty-state {
  margin-top: 30px;
  padding: 50px;
  border-radius: var(--radius);
  background: var(--soft);
  text-align: center;
}

.empty-state h2 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.stock-section {
  padding-block: 86px 96px;
  border-top: 1px solid #eee5c8;
  background: var(--sand);
}

.availability-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  padding: 10px 14px;
  border: 1px solid #e5ddc6;
  border-radius: 999px;
  background: white;
  font-size: 0.8rem;
  font-weight: 800;
}

.availability-pill svg {
  width: 20px;
}

.stock-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.stock-card {
  display: grid;
  min-height: 150px;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid #e4dcc4;
  border-radius: 16px;
  background: white;
}

.stock-card img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.stock-card small {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
}

.stock-card h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.stock-card strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.8rem;
}

.stock-card strong::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(22, 138, 88, 0.1);
  content: "";
}

.benefits-section {
  padding-block: 96px 110px;
  background:
    radial-gradient(circle at 94% 8%, rgba(255, 210, 52, 0.25), transparent 19%),
    var(--pale-blue);
}

.section-intro {
  max-width: 760px;
  color: #526176;
  font-size: 1rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.benefit-card {
  overflow: hidden;
  border: 1px solid rgba(7, 27, 85, 0.08);
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow-soft);
}

.benefit-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dff6fb;
}

.benefit-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.benefit-card:hover .benefit-visual img {
  transform: scale(1.035);
}

.benefit-copy {
  min-height: 156px;
  padding: 23px 24px 26px;
}

.benefit-copy > span {
  display: block;
  margin-bottom: 10px;
  color: #b18700;
  font-size: 0.7rem;
  font-weight: 900;
}

.benefit-copy h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.benefit-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.process-section {
  padding-block: 96px;
  background: white;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 80px;
}

.process-product {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #f6fbff, #eef6fa);
}

.process-product::after {
  position: absolute;
  right: 35px;
  bottom: 30px;
  width: 150px;
  height: 16px;
  border-radius: 50%;
  background: rgba(7, 27, 85, 0.15);
  filter: blur(12px);
  content: "";
}

.sun-disc {
  position: absolute;
  top: 46px;
  right: 46px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 24px rgba(255, 210, 52, 0.14);
}

.process-product img {
  position: relative;
  z-index: 1;
  width: 75%;
  max-height: 500px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.process-copy h2 {
  max-width: 690px;
}

.process-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.process-list li > span {
  color: #d4a200;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.process-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.95rem;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.faq-section {
  padding-block: 96px 110px;
  background: var(--sand);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 80px;
}

.faq-list {
  border-top: 1px solid #d9d3c3;
}

.faq-list details {
  border-bottom: 1px solid #d9d3c3;
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 19px;
  right: 8px;
  content: "+";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 780px;
  margin-bottom: 0;
  padding: 0 50px 26px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 24px;
  color: white;
  background:
    radial-gradient(circle at 50% 0, rgba(0, 159, 227, 0.2), transparent 32%),
    var(--navy);
  text-align: center;
}

.wordmark-footer {
  color: white;
  transform: scale(1.42);
}

.site-footer > p {
  margin: 42px 0 22px;
  color: rgba(255, 255, 255, 0.82);
}

.footer-cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 18px;
  padding: 13px 26px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--yellow);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.footer-cta:hover {
  box-shadow: 0 12px 30px rgba(255, 210, 52, 0.2);
  transform: translateY(-2px);
}

.site-footer small {
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.52);
}

.overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(4, 16, 48, 0.58);
  backdrop-filter: blur(2px);
}

.drawer {
  position: fixed;
  z-index: 110;
  top: 0;
  bottom: 0;
  width: min(470px, 94vw);
  overflow: hidden;
  background: white;
  box-shadow: 0 0 60px rgba(1, 10, 32, 0.24);
  visibility: hidden;
  transition: transform 240ms ease, visibility 240ms ease;
}

.drawer-right {
  right: 0;
  transform: translateX(105%);
}

.drawer-left {
  left: 0;
  transform: translateX(-105%);
}

.drawer.is-open {
  visibility: visible;
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}

.drawer-header > strong,
.drawer-header > div > strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 600;
}

.drawer-header .eyebrow {
  margin-bottom: 3px;
  font-size: 0.64rem;
}

.drawer-nav {
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
}

.drawer-language {
  display: none;
  gap: 8px;
  padding: 18px 24px 0;
}

.drawer-language .language-button {
  min-width: 112px;
  border: 1px solid var(--line);
}

.drawer-nav a,
.drawer-nav > button {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.13rem;
  text-align: left;
}

.drawer-nav a span:last-child,
.drawer-nav > button span:last-child {
  color: #b28700;
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 900;
}

.drawer-brand {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 14px;
  color: white;
  background: var(--navy);
}

.drawer-brand p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
}

.mini-island {
  font-size: 2rem;
}

.order-info-content {
  display: flex;
  height: calc(100% - 86px);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 28px 28px;
  text-align: center;
}

.order-person-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  color: #d1a300;
}

.order-person-icon svg,
.cart-empty svg {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.order-info-content h2 {
  margin-bottom: 14px;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
}

.order-info-content p {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

.cart-drawer {
  width: min(560px, 96vw);
}

.cart-scroll {
  height: calc(100% - 86px);
  overflow-y: auto;
  padding: 20px 24px 32px;
}

.cart-empty {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cart-empty svg {
  width: 70px;
  margin-bottom: 24px;
  color: #d1a300;
}

.cart-empty h2 {
  margin-bottom: 8px;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}

.cart-empty p {
  color: var(--muted);
}

.cart-empty .primary-button {
  max-width: 230px;
}

.cart-line {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--soft);
  mix-blend-mode: multiply;
}

.cart-line small {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.7rem;
}

.cart-line h3 {
  margin-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.25;
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 32px 34px 32px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  text-align: center;
}

.quantity-control button {
  height: 32px;
  background: transparent;
  font-size: 1.15rem;
}

.quantity-control button:disabled {
  color: #a8adba;
  cursor: not-allowed;
}

.quantity-control span {
  font-size: 0.82rem;
  font-weight: 800;
}

.cart-line > strong {
  font-size: 0.9rem;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.cart-total strong {
  font-size: 1.25rem;
}

.form-section-heading {
  margin: 24px 0 18px;
}

.form-section-heading strong,
.form-section-heading span {
  display: block;
}

.form-section-heading span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.76rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 760;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field.street {
  grid-column: span 1;
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  font-weight: 500;
  resize: vertical;
  outline: none;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 159, 227, 0.1);
}

.form-field input[readonly] {
  color: var(--muted);
  background: var(--soft);
}

.delivery-note,
.payment-note {
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 0.72rem;
}

.payment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid #ebdfb4;
  border-radius: 12px;
  background: #fffcf2;
}

.payment-box strong,
.payment-box span {
  display: block;
}

.payment-box span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.7rem;
}

.payment-box b {
  color: var(--navy);
  font-size: 1.12rem;
}

.image-dialog {
  width: min(780px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 30px 90px rgba(1, 10, 32, 0.28);
}

.image-dialog::backdrop {
  background: rgba(4, 16, 48, 0.7);
  backdrop-filter: blur(3px);
}

.image-dialog > img {
  width: 100%;
  height: min(72vh, 720px);
  object-fit: contain;
  padding: 28px;
  background: #f6f8fb;
}

.image-dialog > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 22px;
  border-top: 1px solid var(--line);
}

.image-dialog > div span {
  color: var(--muted);
  font-size: 0.78rem;
}

.image-dialog-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  background: white;
  box-shadow: 0 7px 20px rgba(7, 27, 85, 0.15);
}

.toast {
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 20px;
  max-width: min(390px, calc(100vw - 40px));
  padding: 14px 18px;
  border-radius: 10px;
  color: white;
  background: var(--navy);
  box-shadow: var(--shadow);
  font-size: 0.86rem;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 24px;
  }

  .product-media {
    height: 430px;
  }

  .product-name,
  .product-description {
    min-height: 0;
  }

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

  .process-grid {
    gap: 46px;
  }
}

@media (max-width: 820px) {
  .shell,
  .quick-products {
    width: min(calc(100% - 32px), var(--shell));
  }

  .island-strip span:nth-of-type(2),
  .island-strip span:nth-of-type(2) + span {
    display: none;
  }

  .header-row {
    min-height: 70px;
  }

  .info-button {
    display: none;
  }

  .language-switch {
    display: none;
  }

  .drawer-language {
    display: flex;
  }

  .wordmark {
    min-width: 150px;
  }

  .wordmark-main {
    font-size: 1.85rem;
  }

  .search-wrap {
    padding-block: 12px 16px;
  }

  .search-wrap input {
    height: 54px;
  }

  .search-button {
    top: 16px;
  }

  .quick-products {
    padding-block: 24px 18px;
  }

  .quick-product {
    width: 108px;
    flex-basis: 108px;
  }

  .quick-product img {
    height: 72px;
  }

  .shop-section {
    padding-block: 14px 70px;
  }

  .shop-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .filter-panel fieldset {
    flex-direction: column;
    gap: 12px;
  }

  .filter-panel legend {
    float: none;
    margin: 0 0 12px;
  }

  .text-button {
    float: none;
    margin-top: 18px;
  }

  .stock-grid,
  .process-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .stock-section,
  .benefits-section,
  .process-section,
  .faq-section {
    padding-block: 72px;
  }

  .process-grid,
  .faq-grid {
    gap: 42px;
  }

  .process-product {
    min-height: 500px;
  }
}

@media (max-width: 620px) {
  .shell,
  .quick-products {
    width: min(calc(100% - 24px), var(--shell));
  }

  .island-strip {
    min-height: 30px;
    font-size: 0.64rem;
  }

  .header-row {
    grid-template-columns: 1fr auto 1fr;
  }

  .header-left,
  .header-actions {
    gap: 2px;
  }

  .icon-button {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .wordmark {
    min-width: 120px;
  }

  .wordmark-main {
    font-size: 1.65rem;
  }

  .wordmark-sub {
    font-size: 0.58rem;
  }

  .search-wrap input {
    padding-left: 16px;
    font-size: 0.92rem;
  }

  .section-heading {
    align-items: start;
  }

  .shop-heading .product-count {
    padding-top: 42px;
    white-space: nowrap;
  }

  .product-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    gap: 50px;
  }

  .product-media {
    height: min(105vw, 460px);
  }

  .product-thumbs {
    gap: 10px;
  }

  .thumb-button {
    height: 78px;
  }

  .stock-heading {
    flex-direction: column;
  }

  .stock-card {
    min-height: 132px;
    grid-template-columns: 96px 1fr;
    padding: 13px;
  }

  .stock-card img {
    width: 94px;
    height: 94px;
  }

  .process-product {
    min-height: 420px;
  }

  .sun-disc {
    top: 34px;
    right: 28px;
    width: 130px;
    height: 130px;
  }

  .faq-list summary {
    padding-block: 21px;
  }

  .site-footer {
    min-height: 390px;
  }

  .drawer-header {
    min-height: 76px;
    padding: 14px 16px;
  }

  .cart-scroll {
    height: calc(100% - 76px);
    padding: 14px 16px 28px;
  }

  .cart-line {
    grid-template-columns: 76px 1fr auto;
    gap: 10px;
  }

  .cart-line img {
    width: 76px;
    height: 76px;
  }

  .cart-line > strong {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field.full,
  .form-field.street {
    grid-column: auto;
  }

  .image-dialog > img {
    height: 70vh;
    padding: 16px;
  }

  .image-dialog > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

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