/* Établi: the neighbourhood hardware shop.
   Slab headlines, ink on white, one working colour for actions and prices
   set large. No drawn ornaments: every shape is real content. */

body.shop-etabli {
  --font-display: "Zilla Slab", "Rockwell", Georgia, serif;
  --font-body: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ground: #ffffff;
  --surface: #f4f3f1;
  --surface-2: #e7e5e1;
  --ink: #1b1a19;
  --ink-soft: #56524d;
  --line: #dcd9d4;
  --radius: 10px;
  --radius-btn: 8px;
  --header-h: 72px;
}

.shop-etabli h1, .shop-etabli h2 { font-weight: 700; letter-spacing: -.01em; }
.shop-etabli h3 { font-family: var(--font-body); font-weight: 700; }
.shop-etabli .eyebrow { color: var(--primary-text); letter-spacing: .14em; }
/* One shape language: squared corners on every control, shared parts too. */
.shop-etabli .chip, .shop-etabli .option, .shop-etabli .qty, .shop-etabli .qty button,
.shop-etabli .add-button, .shop-etabli .badge, .shop-etabli .policy-nav a,
.shop-etabli .basket-link, .shop-etabli .menu-button { border-radius: 8px; }
.shop-etabli .brand-word strong { font-size: 1.35rem; font-weight: 700; }
.shop-etabli .basket-link { background: var(--primary); color: var(--on-primary); }
.shop-etabli .basket-count { border-radius: 6px; background: var(--ground); color: var(--ink); }
.shop-etabli .desktop-nav a[aria-current="page"], .shop-etabli .desktop-nav a:hover { border-color: var(--primary); }

.shop-etabli .e-link {
  display: inline-block; padding-block: 6px; font-weight: 700; color: var(--ink);
  text-decoration: underline; text-decoration-color: var(--primary);
  text-decoration-thickness: 2px; text-underline-offset: 6px;
}
.shop-etabli .e-head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 12px 40px; margin-bottom: clamp(24px, 4vw, 40px);
}
.shop-etabli .e-head h2 { margin-bottom: .2em; }
.shop-etabli .e-head .lead { margin: 0; }

/* Hero: the shop's photograph across the whole width and height of the
   hero, edge to edge on the phone as on the computer, with the welcome on a
   plain white card over it, like a price card on the counter (Tumi
   2026-09-25: full-width hero, the words on the photograph). The card is
   ink on white, so it reads whatever the brand colour. */
.shop-etabli .e-hero {
  position: relative; isolation: isolate; overflow: hidden; display: grid; align-items: end;
  min-height: 86vh; min-height: max(560px, calc(100svh - var(--header-h) - var(--bottom-nav-h, 64px)));
  background: var(--ink); color: var(--ink);
}
/* The frame holds the shape; the photograph fills it, in the editor too. */
.shop-etabli .e-hero__photo { position: absolute; inset: 0; z-index: -1; margin: 0; overflow: hidden; }
.shop-etabli .e-hero__photo img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%;
  border-radius: 0;
}
/* The card sits above the photograph, so its words stay clickable in the editor. */
.shop-etabli .e-hero__stage { position: relative; z-index: 1; padding-block: clamp(96px, 30vh, 320px) 18px; }
.shop-etabli .e-hero__card {
  padding: clamp(20px, 3vw, 40px); border-radius: var(--radius); background: var(--ground); color: var(--ink);
  box-shadow: 0 24px 60px -28px rgba(0, 0, 0, .55);
  animation: etabli-rise .6s .1s cubic-bezier(.2, .7, .2, 1) both;
}
.shop-etabli .e-label {
  display: inline-block; margin: 0 0 14px; padding: 5px 12px;
  border-radius: 6px; background: var(--primary); color: var(--on-primary);
  font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.shop-etabli .e-hero h1 {
  margin-bottom: .32em; font-size: clamp(2rem, 1.3rem + 2.9vw, 4rem); line-height: 1.04;
  text-wrap: balance; overflow-wrap: anywhere;
}
.shop-etabli .e-hero .lead { max-width: 56ch; margin-bottom: 22px; color: var(--ink-soft); }
.shop-etabli .e-actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 480px) {
  .shop-etabli .e-hero__stage { width: calc(100% - 24px); padding-bottom: 12px; }
  .shop-etabli .e-hero__card { padding: 18px 18px 20px; }
  .shop-etabli .e-hero h1 { font-size: clamp(1.8rem, 1.3rem + 2.6vw, 2.3rem); }
  .shop-etabli .e-hero .lead { margin-bottom: 16px; font-size: 1rem; line-height: 1.5; }
  .shop-etabli .e-actions .btn { flex: 1 1 auto; min-height: 46px; padding-inline: 1em; }
}
@media (min-width: 900px) {
  .shop-etabli .e-hero { min-height: clamp(580px, 86vh, 820px); }
  .shop-etabli .e-hero__stage { padding-block: clamp(120px, 30vh, 300px) clamp(40px, 7vh, 72px); }
  .shop-etabli .e-hero__card { width: min(100%, 760px); }
}
.shop-etabli .e-hero--solo { min-height: 0; background: var(--surface); }
.shop-etabli .e-hero--solo .e-hero__stage { padding-block: clamp(40px, 6vw, 80px); }
@keyframes etabli-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .shop-etabli .e-hero__card { animation: none; } }

/* Story: the heading across the page, then the words beside a wide photograph */
.shop-etabli .e-story__head { margin-bottom: clamp(18px, 3vw, 32px); }
.shop-etabli .e-story__head h2 { max-width: none; margin-bottom: 0; }
.shop-etabli .e-story__grid { display: grid; gap: clamp(20px, 3.5vw, 48px); grid-template-columns: 1fr; }
@media (min-width: 900px) {
  .shop-etabli .e-story__grid { grid-template-columns: 1fr 1.35fr; align-items: center; }
  .shop-etabli .e-story__grid--solo { grid-template-columns: 1fr; }
}
.shop-etabli .e-story__copy p { font-size: 1.12rem; color: var(--ink-soft); max-width: 52ch; }
.shop-etabli .e-story__photo { margin: 0; }
.shop-etabli .e-story__photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); }

/* Popular: catalogue cards with the price set large */
.shop-etabli .e-popular, .shop-etabli .section--catalogue { background: var(--surface); }
@media (min-width: 1100px) { .shop-etabli .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.shop-etabli .e-card .product-art { background: #ffffff; }
.shop-etabli .e-card .product-info { gap: 6px; padding: 16px 18px 18px; }
.shop-etabli .e-card h3 { font-size: 1.12rem; }
.shop-etabli .e-card__price {
  margin: 4px 0 0; font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; line-height: 1.1;
}
.shop-etabli .e-card__price.is-muted { font-family: var(--font-body); font-size: .92rem; font-weight: 600; }
.shop-etabli .e-card .product-buy { padding-top: 12px; }
.shop-etabli .e-card__add {
  width: 100%; min-height: 46px; border: 2px solid var(--ink); background: transparent; color: var(--ink);
}
.shop-etabli .e-card__add:hover { background: var(--primary); border-color: var(--primary); color: var(--on-primary); }
.shop-etabli .e-card__add.is-added { background: var(--ink); border-color: var(--ink); color: var(--ground); }

/* Craft: the workshop photograph edge to edge, then the reasons */
.shop-etabli .e-why:has(.e-why__photo) { padding-top: 0; }
.shop-etabli .e-why__photo { margin: 0 0 clamp(28px, 4vw, 48px); }
.shop-etabli .e-why__photo img {
  width: 100%; aspect-ratio: 21 / 8; object-fit: cover; object-position: 50% 25%; border-radius: 0;
}
@media (max-width: 760px) { .shop-etabli .e-why__photo img { aspect-ratio: 3 / 2; } }
.shop-etabli .e-why__grid { display: grid; gap: clamp(16px, 4vw, 56px); grid-template-columns: 1fr; }
@media (min-width: 900px) { .shop-etabli .e-why__grid { grid-template-columns: .8fr 1.2fr; } }
.shop-etabli .e-why__head h2 { max-width: none; }
.shop-etabli .e-why__points { display: grid; grid-template-columns: 1fr; gap: 0 36px; margin: 0; padding: 0; list-style: none; }
@media (min-width: 620px) { .shop-etabli .e-why__points { grid-template-columns: 1fr 1fr; } }
.shop-etabli .e-why__points li { padding: 18px 0 20px; border-top: 1px solid var(--line); }
.shop-etabli .e-why__points h3 { margin-bottom: .3em; font-family: var(--font-display); font-size: 1.35rem; }
.shop-etabli .e-why__points p { margin: 0; color: var(--ink-soft); }

/* How to order: three steps on the brand colour */
.shop-etabli .e-steps { background: var(--primary); color: var(--on-primary); }
.shop-etabli .e-steps .eyebrow, .shop-etabli .e-steps .lead { color: inherit; opacity: .88; }
.shop-etabli .e-steps h2 { max-width: none; color: inherit; }
.shop-etabli .e-steps__list {
  display: grid; grid-template-columns: 1fr; margin: clamp(28px, 4vw, 44px) 0 0; padding: 0; list-style: none;
}
.shop-etabli .e-steps__list li {
  padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .3);
  border-top-color: color-mix(in srgb, currentColor 30%, transparent);
}
@media (min-width: 760px) {
  .shop-etabli .e-steps__list { grid-template-columns: repeat(3, 1fr); }
  .shop-etabli .e-steps__list li {
    padding: 0 28px; border-top: 0; border-left: 1px solid rgba(255, 255, 255, .3);
    border-left-color: color-mix(in srgb, currentColor 30%, transparent);
  }
  .shop-etabli .e-steps__list li:first-child { padding-left: 0; border-left: 0; }
}
.shop-etabli .e-steps__n {
  display: block; margin-bottom: 10px; font-family: var(--font-display);
  font-size: clamp(2.6rem, 2rem + 2vw, 3.6rem); font-weight: 700; line-height: 1;
}
.shop-etabli .e-steps h3 { margin-bottom: .3em; color: inherit; font-size: 1.25rem; }
.shop-etabli .e-steps__list p { margin: 0; opacity: .9; }

/* Room: one wide photograph over two */
.shop-etabli .e-room__grid { display: grid; gap: clamp(12px, 2vw, 20px); grid-template-columns: 1fr 1fr; }
.shop-etabli .e-room__item--wide { grid-column: 1 / -1; }
.shop-etabli .e-room__item img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); }
.shop-etabli .e-room__item--wide img { aspect-ratio: 21 / 9; }
@media (max-width: 620px) {
  .shop-etabli .e-room__grid { grid-template-columns: 1fr; }
  .shop-etabli .e-room__item--wide img { aspect-ratio: 3 / 2; }
}
.shop-etabli .e-room__item figcaption { margin-top: 8px; font-size: .92rem; font-weight: 600; color: var(--ink-soft); }

/* Visit: the words beside a plain card of details */
.shop-etabli .e-visit { background: var(--surface); }
.shop-etabli .e-visit__grid { display: grid; gap: clamp(20px, 4vw, 56px); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .shop-etabli .e-visit__grid { grid-template-columns: 1fr 1fr; } }
.shop-etabli .e-visit__copy h2 { max-width: none; }
.shop-etabli .e-visit__card {
  padding: 6px clamp(18px, 3vw, 28px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--ground);
}
.shop-etabli .e-visit__card .contact-item strong { color: var(--primary-text); }

/* Quote: the label to one side, the words large */
.shop-etabli .e-quote__grid { display: grid; gap: 8px 48px; grid-template-columns: 1fr; }
@media (min-width: 900px) {
  .shop-etabli .e-quote__grid { grid-template-columns: 1fr 3fr; align-items: start; }
  .shop-etabli .e-quote__grid .eyebrow { padding-top: 1em; }
}
.shop-etabli .e-quote blockquote { margin: 0; }
.shop-etabli .e-quote blockquote p {
  margin: 0; font-family: var(--font-display); font-size: clamp(1.8rem, 1.2rem + 2.4vw, 3.2rem);
  font-weight: 600; line-height: 1.15; text-wrap: balance;
}
.shop-etabli .e-quote figcaption { margin-top: 18px; font-weight: 700; color: var(--ink-soft); }

/* Closing: one call, centred */
.shop-etabli .e-closing { border-top: 1px solid var(--line); }
.shop-etabli .e-closing__inner { max-width: 980px; text-align: center; }
.shop-etabli .e-closing h2 { font-size: clamp(2.2rem, 1.4rem + 3vw, 3.8rem); }
.shop-etabli .e-closing .lead { margin: 0 auto 28px; }
.shop-etabli .e-closing .btn--primary { min-height: 56px; padding-inline: 2em; font-size: 1.05rem; }

.shop-etabli .e-footer h2 { font-family: var(--font-display); font-weight: 700; }

/* Keep every catalogue price inside its reserved card width. */
.shop-etabli .product-card { container-type: inline-size; }
.shop-etabli .e-card__price:not(.is-muted) {
  max-width: 100%;
  font-size: clamp(.9rem, 13cqi, 1.7rem);
  letter-spacing: -.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  font-variant-numeric: tabular-nums;
}

/* Match Comptoir's mobile-menu behaviour while retaining Établi's styling. */
.shop-etabli .menu-button span {
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease;
}
body.shop-etabli.is-menu-open .menu-button { gap: 0; }
body.shop-etabli.is-menu-open .menu-button span:nth-child(1) { transform: translateY(2px) rotate(45deg); }
body.shop-etabli.is-menu-open .menu-button span:nth-child(2) { opacity: 0; }
body.shop-etabli.is-menu-open .menu-button span:nth-child(3) { transform: translateY(-2px) rotate(-45deg); }
.shop-etabli .mobile-menu a[aria-current="page"] {
  background: color-mix(in srgb, var(--primary) 10%, var(--ground));
  box-shadow: inset 3px 0 0 var(--primary);
  color: var(--ink);
}
.shop-etabli:has(.cart-layout, .checkout-layout) .basket-link[aria-current="page"] {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent);
  font-weight: 800;
}
.shop-etabli .qty .cart-remove,
body.shop-etabli #sbo .qty .sbo-linkbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 44px;
  padding-inline: 10px;
  white-space: nowrap;
}
@media (max-width: 899px) {
  .shop-etabli .mobile-menu {
    top: var(--etabli-menu-top, var(--header-h));
    max-height: calc(100dvh - var(--etabli-menu-top, var(--header-h)) - var(--bottom-nav-h, 72px));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media (max-width: 480px) {
  /* Centre Remove inside all remaining row space, with balanced hit-area padding. */
  .shop-etabli .cart-line > div { min-width: 0; }
  .shop-etabli .cart-line .qty {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .shop-etabli .cart-line .qty .cart-remove,
  body.shop-etabli #sbo .cart-line .qty .sbo-linkbtn {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: auto;
    min-width: 44px;
    height: 44px;
    margin: 0;
    padding-inline: 10px;
    white-space: nowrap;
  }
}

/* Catalogue sort panel inspired by Comptoir, adapted to Établi. */
.shop-etabli .sort {
  min-width: 220px;
  min-height: 48px;
  padding-inline: 16px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px -24px rgba(32, 25, 24, .75);
  font-weight: 700;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.shop-etabli .sort:hover {
  border-color: color-mix(in srgb, var(--primary) 55%, var(--line));
  box-shadow: 0 14px 32px -22px rgba(32, 25, 24, .65);
}
.shop-etabli .sort:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 16%, transparent);
}
@supports (appearance: base-select) {
  .shop-etabli .sort,
  .shop-etabli .sort::picker(select) {
    appearance: base-select;
  }
  .shop-etabli .sort::picker-icon {
    color: var(--primary);
    transition: rotate .18s ease;
  }
  .shop-etabli .sort:open::picker-icon { rotate: 180deg; }
  .shop-etabli .sort::picker(select) {
    margin-top: 8px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 22px 48px -24px rgba(32, 25, 24, .5);
  }
  .shop-etabli .sort option {
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 9px;
    color: var(--ink);
    font-weight: 600;
    cursor: pointer;
  }
  .shop-etabli .sort option:hover,
  .shop-etabli .sort option:focus {
    background: var(--surface);
  }
  .shop-etabli .sort option:checked {
    background: color-mix(in srgb, var(--primary) 12%, #ffffff);
    color: var(--primary);
    font-weight: 800;
  }
  .shop-etabli .sort option::checkmark {
    order: 1;
    margin-left: auto;
    color: var(--primary);
  }
}

/* APPROVED_CART_ITEM_CARDS_AND_MOBILE_TOTAL_V1 */
.shop-etabli .cart-list {
  gap: 14px;
}
.shop-etabli .cart-list > .cart-line {
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--primary) 16%, var(--line));
  border-radius: max(14px, var(--radius));
  background: var(--ground);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--primary) 8%, transparent);
}
@media (max-width: 899px) {
  .shop-etabli .cart-layout .cart-line > strong {
    grid-column: 2;
    justify-self: start;
  }
}

/* CHECKOUT_LINE_TOTAL_RIGHT_REFERENCE_V1 */
@media (max-width: 899px) {
  body.shop-etabli #sbo .cart-line > strong {
    justify-self: end;
  }
}

/* CHECKOUT_LINE_TOTAL_LEFT_MOBILE_V1 */
@media (max-width: 899px) {
  body.shop-etabli #sbo .cart-line > strong {
    grid-column: 2;
    justify-self: start;
  }
}

/* The engines, in Établi's own look (2026-09-25: KONOBO, every engine). */
.shop-etabli .eng-head > div { max-width: min(100%, 780px); }
.shop-etabli .eng-figures-band { background: var(--ink); color: #ffffff; }
.shop-etabli .eng-figures-band .eng-figure { border-left-color: #ffffff; }
.shop-etabli .eng-figures-band .eng-figure strong {
  color: #ffffff; font-family: var(--font-display); font-weight: 700; font-size: clamp(2.4rem, 1.7rem + 2.6vw, 3.8rem);
}
.shop-etabli .eng-figures-band .eng-figure span { color: rgba(255, 255, 255, .76); }
.shop-etabli .eng-card { border-radius: var(--radius); border-color: var(--line); }
.shop-etabli .eng-card__body h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; }
.shop-etabli .eng-sec.eng-events, .shop-etabli .eng-sec.eng-stays, .shop-etabli .eng-sec.eng-devis { background: var(--surface); }
.shop-etabli .eng-sec.eng-events .eng-card, .shop-etabli .eng-sec.eng-stays .eng-card,
.shop-etabli .eng-sec.eng-devis .eng-card { border-color: transparent; }
.shop-etabli .eng-sec.eng-page { background: var(--ground); }
.shop-etabli .eng-review { background: var(--surface); }
.shop-etabli .eng-review blockquote p { font-size: 1.14rem; line-height: 1.45; }
.shop-etabli .eng-date { background: var(--ink); color: #ffffff; }
.shop-etabli .eng-date b { font-family: var(--font-display); font-weight: 700; }
.shop-etabli .eng-request__form, .shop-etabli .eng-aside, .shop-etabli .eng-success { background: var(--surface); }
.shop-etabli .eng-sec.eng-devis .eng-request__form, .shop-etabli .eng-sec.eng-devis .eng-aside { background: var(--ground); }
/* A long name (a web address typed as the name) wraps rather than widening the page. */
.shop-etabli .footer-grid > *, .shop-etabli .brand-word { min-width: 0; }
.shop-etabli .e-footer h2, .shop-etabli .brand-word strong, .shop-etabli .e-footer a,
.shop-etabli .e-footer span { overflow-wrap: anywhere; }

/* Placements: no hole at the end of a row. The products sit three to a row
   (two on a phone): a last row of two shares the width, a card left alone
   lies across the whole row, its photograph beside its words. */
@media (min-width: 620px) { .shop-etabli .e-why__points > li:last-child:nth-child(odd) { grid-column: 1 / -1; } }
@media (min-width: 760px) {
  .shop-etabli .product-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .shop-etabli .product-grid > * { grid-column: span 2; }
  .shop-etabli .product-grid > .empty-state { grid-column: 1 / -1; }
  .shop-etabli .product-grid > .e-card:nth-last-child(2):nth-child(3n+1),
  .shop-etabli .product-grid > .e-card:last-child:nth-child(3n+2) { grid-column: span 3; }
  .shop-etabli .product-grid > .e-card:last-child:nth-child(3n+1) {
    grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
  .shop-etabli .product-grid > .e-card:last-child:nth-child(3n+1) .product-art { aspect-ratio: 4 / 3; height: 100%; }
  .shop-etabli .product-grid > .e-card:last-child:nth-child(3n+1) .product-art img { aspect-ratio: auto; height: 100%; }
  .shop-etabli .product-grid > .e-card:last-child:nth-child(3n+1) .product-info { align-self: center; }
  .shop-etabli .product-grid > .e-card:last-child:nth-child(3n+1) .e-card__add { width: auto; min-width: 220px; }
}
/* (the kit's two-by-two for four popular products on a tablet gives way to this) */
@media (min-width: 760px) and (max-width: 1099px) {
  .shop-etabli [data-section="popular"] .product-grid:has(> :nth-child(4):last-child) { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (max-width: 759px) {
  .shop-etabli .product-grid > .e-card:last-child:nth-child(odd) {
    grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  }
  .shop-etabli .product-grid > .e-card:last-child:nth-child(odd) .e-card__price:not(.is-muted) { font-size: 1.3rem; }
  .shop-etabli .product-grid > .e-card:last-child:nth-child(odd) .product-art { aspect-ratio: auto; height: 100%; min-height: 150px; }
  .shop-etabli .product-grid > .e-card:last-child:nth-child(odd) .product-art img { aspect-ratio: auto; height: 100%; }
  .shop-etabli .product-grid > .e-card:last-child:nth-child(odd) .product-info { align-self: center; }
}

/* Tumi 2026-09-24, "you tend to make some sections very very huge in terms
   of space": about half the room above and below each section. */
body.shop-etabli { --space-section: clamp(40px, 5vw, 68px); }

/* On a phone every heading uses the full width (Tumi 2026-09-24, "they should
   spread out"). */
@media (max-width: 899px) {
  .shop-etabli .e-story__head h2, .shop-etabli .e-why h2, .shop-etabli .e-steps h2,
  .shop-etabli .e-visit__copy h2, .shop-etabli .e-closing h2, .shop-etabli .eng-head > div { max-width: none; }
}

/* On a phone a heading fills its lines rather than balancing into a narrow block. */
@media (max-width: 899px) { .shop-etabli main h2 { text-wrap: pretty; } }
