
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --color-surface-100: #fff8e6;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-30 {
    z-index: 30;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .mt-0 {
    margin-top: 0;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .ml-auto {
    margin-left: auto;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .transform-gpu {
    transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .self-center {
    align-self: center;
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .bg-surface-100 {
    background-color: var(--color-surface-100);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .\[\&\>\*\]\:col-start-1 {
    &>* {
      grid-column-start: 1;
    }
  }
  .\[\&\>\*\]\:row-start-1 {
    &>* {
      grid-row-start: 1;
    }
  }
  .\[\&\>\*\]\:min-w-0 {
    &>* {
      min-width: 0;
    }
  }
}
@layer base {
  [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: #6a7282;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: #155dfc;
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: #155dfc;
    }
  }
  input::placeholder,textarea::placeholder {
    color: #6a7282;
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236a7282' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  [multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  [type='checkbox'],[type='radio'] {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #155dfc;
    background-color: #fff;
    border-color: #6a7282;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }
  [type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #155dfc;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  [type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}

.container{max-width:100%;}
@media (min-width: 640px){.container{max-width:640px}}
@media (min-width: 768px){.container{max-width:768px}}
@media (min-width: 1024px){.container{max-width:1024px}}
@media (min-width: 1536px){.container{max-width:1536px}}.eu-printify-shop-root {
  --shop-ink: #0f172a;
  --shop-muted: #475569;
  --shop-paper: #f6f2e9;
  --shop-surface: #fffdf0;
  --shop-red: #e60000;
  --shop-teal: #0f8f87;
  --shop-line: rgba(15, 23, 42, 0.17);
  background: var(--shop-paper);
  color: var(--shop-ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}
.eu-printify-shop-root * { box-sizing: border-box; }
.eu-printify-shop-root a { color: inherit; text-decoration: none; }
.eu-printify-shop-root img { display: block; max-width: 100%; }
.eu-printify-shop-root h1, .eu-printify-shop-root h2, .eu-printify-shop-root h3, .eu-printify-shop-root p { margin-top: 0; }
.eu-printify-shop-root h1, .eu-printify-shop-root h2 { font-family: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif; font-weight: 500; }
.eu-shop-header { align-items: center; background: rgba(246, 242, 233, 0.96); border-bottom: 1px solid var(--shop-line); display: grid; gap: 26px; grid-template-columns: auto 1fr auto; min-height: 92px; padding: 14px clamp(24px, 5vw, 72px); position: sticky; top: 0; z-index: 20; }
.eu-shop-brand { display: grid; line-height: 1; width: 190px; }
.eu-shop-brand strong, .eu-shop-footer strong { color: var(--shop-ink); font-family: "Iowan Old Style", Georgia, serif; font-size: 25px; font-style: italic; font-weight: 700; letter-spacing: -0.04em; }
.eu-shop-brand span, .eu-shop-footer span { color: var(--shop-red); font-size: 8px; font-weight: 700; letter-spacing: 0.08em; margin-top: 6px; text-transform: uppercase; }
.eu-shop-header nav { display: flex; gap: clamp(8px, 1.4vw, 24px); justify-content: center; }
.eu-shop-header nav a { color: #1e293b; font-size: 14px; font-weight: 650; padding: 10px 4px; }
.eu-shop-header nav a[aria-current="page"] { border-bottom: 2px solid var(--shop-red); }
.eu-shop-header-cta, .eu-shop-button { align-items: center; background: var(--shop-red); border: 1px solid var(--shop-red); border-radius: 999px; color: var(--shop-surface) !important; display: inline-flex; font-size: 14px; font-weight: 800; justify-content: center; min-height: 52px; padding: 13px 20px; }
.eu-shop-header-cta { background: transparent; border-color: var(--shop-ink); color: var(--shop-ink) !important; font-size: 13px; min-height: 46px; }
.eu-shop-hero { align-items: center; display: grid; gap: clamp(54px, 8vw, 130px); grid-template-columns: minmax(0, .93fr) minmax(410px, .82fr); margin: 0 auto; max-width: 1500px; min-height: calc(100svh - 92px); padding: clamp(70px, 8vw, 120px) clamp(24px, 6.5vw, 100px); }
.eu-shop-eyebrow { color: var(--shop-red) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .18em; margin-bottom: 18px; text-transform: uppercase; }
.eu-shop-hero h1 { font-size: clamp(58px, 6.8vw, 102px); letter-spacing: -.055em; line-height: .9; margin-bottom: 0; max-width: 840px; }
.eu-shop-hero h1 em { color: var(--shop-red); font-weight: 400; }
.eu-shop-lede { color: var(--shop-muted) !important; font-size: clamp(19px, 2vw, 24px) !important; line-height: 1.5 !important; margin: 34px 0 30px !important; max-width: 650px; }
.eu-shop-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; }
.eu-shop-text-link { border-bottom: 1px solid currentColor; display: inline-flex; font-size: 14px; font-weight: 800; padding: 8px 0 5px; }
.eu-shop-checkout-note { border-left: 2px solid var(--shop-red); color: var(--shop-muted) !important; font-size: 12px !important; font-weight: 700; letter-spacing: .03em; margin: 30px 0 0 !important; padding-left: 13px; }
.eu-shop-collage { aspect-ratio: .9; background: var(--shop-teal); border-radius: 18px; min-height: 570px; overflow: hidden; position: relative; }
.eu-shop-collage-item { background: var(--shop-surface); box-shadow: 0 24px 54px rgba(0,0,0,.28); overflow: hidden; position: absolute; }
.eu-shop-collage-item img { height: 100%; object-fit: cover; width: 100%; }
.eu-shop-collage-one { left: 7%; top: 8%; transform: rotate(-5deg); width: 54%; }
.eu-shop-collage-two { right: 5%; top: 19%; transform: rotate(4deg); width: 46%; }
.eu-shop-collage-three { bottom: 5%; left: 24%; transform: rotate(-1deg); width: 48%; }
.eu-shop-collage > span { background: var(--shop-red); bottom: 22px; color: var(--shop-surface); font-family: "Iowan Old Style", Georgia, serif; font-size: 19px; padding: 12px 16px; position: absolute; right: 18px; transform: rotate(2deg); z-index: 5; }
.eu-shop-products { margin: 0 auto; max-width: 1500px; padding: 52px clamp(24px, 6.5vw, 100px) clamp(86px, 9vw, 140px); }
.eu-shop-section-heading { align-items: end; display: grid; gap: clamp(40px, 7vw, 110px); grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr); margin-bottom: 66px; }
.eu-shop-section-heading h2, .eu-shop-final h2 { font-size: clamp(42px, 5.2vw, 74px); letter-spacing: -.045em; line-height: .95; margin-bottom: 0; max-width: 880px; }
.eu-shop-section-heading > p { color: var(--shop-muted) !important; font-size: 17px !important; line-height: 1.65 !important; margin-bottom: 0; }
.eu-shop-grid { border-left: 1px solid var(--shop-line); border-top: 1px solid var(--shop-line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.eu-shop-card { border-bottom: 1px solid var(--shop-line); border-right: 1px solid var(--shop-line); display: grid; grid-template-columns: minmax(190px, .82fr) minmax(0, 1fr); min-height: 360px; }
.eu-shop-card-image { background: var(--shop-surface); overflow: hidden; position: relative; }
.eu-shop-card-image img { height: 100%; object-fit: cover; width: 100%; }
.eu-shop-card-image > span { background: var(--shop-teal); color: var(--shop-surface); font-size: 10px; font-weight: 800; left: 14px; letter-spacing: .12em; padding: 8px 10px; position: absolute; top: 14px; }
.eu-shop-card > div { align-self: center; padding: clamp(26px, 3vw, 42px); }
.eu-shop-card h3 { font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(27px, 2.4vw, 38px); font-weight: 500; line-height: 1.12; margin-bottom: 16px; }
.eu-shop-card p { color: var(--shop-muted) !important; font-size: 15px !important; line-height: 1.55 !important; }
.eu-shop-final { background: var(--shop-teal); color: var(--shop-surface); padding: clamp(86px, 9vw, 140px) clamp(24px, 6.5vw, 100px); text-align: center; }
.eu-shop-final .eu-shop-eyebrow { color: #fff !important; }
.eu-shop-final h2 { margin: 0 auto 26px; max-width: 900px; }
.eu-shop-final > p:not(.eu-shop-eyebrow) { color: rgba(255,255,255,.78) !important; font-size: 17px !important; line-height: 1.65 !important; margin: 0 auto 34px; max-width: 640px; }
.eu-shop-button-light { background: var(--shop-surface); border-color: var(--shop-surface); color: var(--shop-ink) !important; }
.eu-shop-footer { align-items: end; background: var(--shop-ink); color: var(--shop-surface); display: grid; gap: 36px; grid-template-columns: .7fr 1fr auto; padding: 60px clamp(24px, 6.5vw, 100px) 32px; }
.eu-shop-footer > div { display: grid; }
.eu-shop-footer strong { color: var(--shop-surface); }
.eu-shop-footer p { color: rgba(255,255,255,.62) !important; font-size: 13px !important; margin: 0; }
@media (max-width: 1050px) { .eu-shop-header nav, .eu-shop-header-cta { display: none; } .eu-shop-header { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .eu-shop-header { min-height: 76px; padding: 12px 20px; }
  .eu-shop-hero { gap: 52px; grid-template-columns: 1fr; min-height: auto; padding: 58px 20px 76px; }
  .eu-shop-hero h1 { font-size: clamp(48px, 13.5vw, 68px); }
  .eu-shop-lede { font-size: 18px !important; margin: 26px 0 !important; }
  .eu-shop-actions { align-items: stretch; display: grid; }
  .eu-shop-collage { min-height: 0; }
  .eu-shop-products { padding: 36px 20px 72px; }
  .eu-shop-section-heading { display: block; margin-bottom: 40px; }
  .eu-shop-section-heading > p { margin-top: 24px; }
  .eu-shop-grid { grid-template-columns: 1fr; }
  .eu-shop-card { grid-template-columns: minmax(130px, .75fr) minmax(0, 1fr); min-height: 270px; }
  .eu-shop-card > div { padding: 24px 20px; }
  .eu-shop-card h3 { font-size: 27px; }
  .eu-shop-card p { font-size: 14px !important; }
  .eu-shop-final { padding: 76px 20px; }
  .eu-shop-footer { align-items: start; grid-template-columns: 1fr; padding: 56px 20px 28px; }
}

/* September 2026 Shop mobile refinement — start */
.eu-shop-mobile-menu { display: none; justify-self: end; position: relative; }
.eu-shop-mobile-menu summary {
  align-items: center;
  border: 1px solid var(--shop-ink);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  list-style: none;
  min-height: 46px;
  min-width: 76px;
  padding: 10px 16px;
}
.eu-shop-mobile-menu summary::-webkit-details-marker { display: none; }
@media (max-width: 1050px) {
  .eu-shop-header { grid-template-columns: minmax(0, 1fr) auto; }
  .eu-shop-mobile-menu { display: block; }
  .eu-shop-mobile-menu nav {
    background: var(--shop-surface);
    border: 1px solid var(--shop-line);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .18);
    display: grid;
    gap: 0;
    min-width: 210px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
  }
  .eu-shop-mobile-menu nav a {
    align-items: center;
    border-bottom: 0;
    border-radius: 9px;
    display: flex;
    min-height: 44px;
    padding: 10px 12px;
  }
  .eu-shop-mobile-menu nav a[aria-current="page"] { background: rgba(230, 0, 0, .08); }
}
@media (max-width: 480px) {
  .eu-shop-brand { width: min(170px, 52vw); }
  .eu-shop-hero h1 { font-size: clamp(42px, 13vw, 58px); overflow-wrap: anywhere; }
  .eu-shop-section-heading h2, .eu-shop-final h2 { font-size: clamp(38px, 11vw, 52px); }
  .eu-shop-card { grid-template-columns: 1fr; }
  .eu-shop-card-image { aspect-ratio: 1 / .86; }
  .eu-shop-card > div { padding: 28px 22px 34px; }
  .eu-shop-actions .eu-shop-button { width: 100%; }
  .eu-shop-collage > span { bottom: 12px; font-size: 15px; right: 10px; }
  .eu-shop-footer, .eu-shop-card, .eu-shop-section-heading { overflow-wrap: anywhere; }
}
/* September 2026 Shop mobile refinement — end */
