/*
Theme Name: Loffel Atelier — Maison Edition
Theme URI: https://loffelinternational.com/
Author: Loffel International
Description: Ultra-luxury pre-launch block theme for Loffel International. Editorial, cinematic and WooCommerce-ready.
Version: 3.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: loffel-atelier-luxury
*/

:root {
  --loffel-ivory: #fffaeb;
  --loffel-wine: #3b1515;
  --loffel-black: #000000;
  --loffel-ivory-muted: rgba(255,250,235,.72);
  --loffel-wine-soft: rgba(59,21,21,.08);
  --loffel-wine-line: rgba(59,21,21,.22);
  --loffel-ivory-line: rgba(255,250,235,.24);
  --loffel-display: "Bodoni Moda", "Bodoni 72", Didot, "Bodoni MT", Georgia, serif;
  --loffel-body: "Manrope", "Inter", "Helvetica Neue", Arial, sans-serif;
  --loffel-max: 1540px;
  --loffel-gutter: clamp(22px, 4vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--loffel-ivory);
  color: var(--loffel-black);
  font-family: var(--loffel-body);
  font-size: 16px;
  overflow-x: hidden;
}
body.admin-bar .loffel-site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
::selection { background: var(--loffel-wine); color: var(--loffel-ivory); }

h1, h2, h3, h4, h5, h6,
.wp-block-post-title,
.loffel-display {
  margin-top: 0;
  color: var(--loffel-wine);
  font-family: var(--loffel-display);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .96;
}
p, li { line-height: 1.7; }

/* Header */
.loffel-announcement {
  background: var(--loffel-black);
  color: var(--loffel-ivory);
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.loffel-announcement a { text-decoration: none; }
.loffel-site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,250,235,.94);
  border-bottom: 1px solid var(--loffel-wine-line);
  backdrop-filter: blur(18px);
}
.loffel-header-inner {
  width: min(100%, var(--loffel-max));
  min-height: 112px;
  margin: 0 auto;
  padding: 14px var(--loffel-gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.loffel-header-left,
.loffel-header-right { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 42px); }
.loffel-header-right { justify-content: flex-end; }
.loffel-header-logo { display: flex; justify-content: center; }
.loffel-header-logo img { height: clamp(68px, 5.2vw, 86px); width: auto; max-width: min(38vw, 380px); object-fit: contain; }
.loffel-header-inner .wp-block-navigation-item__content,
.loffel-header-link {
  color: var(--loffel-wine);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}
.loffel-header-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 5px;
  background: var(--loffel-wine);
  transition: width .35s ease;
}
.loffel-header-link:hover::after { width: 100%; }
.loffel-header-cta {
  padding: 12px 18px;
  border: 1px solid var(--loffel-wine);
  text-decoration: none;
  transition: background .25s ease, color .25s ease;
}
.loffel-header-cta:hover { background: var(--loffel-wine); color: var(--loffel-ivory); }

/* Buttons */
.loffel-button .wp-block-button__link,
.loffel-primary-button,
button.loffel-primary-button,
input[type="submit"].loffel-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--loffel-wine);
  border-radius: 0;
  background: var(--loffel-wine);
  color: var(--loffel-ivory);
  font-family: var(--loffel-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.loffel-button .wp-block-button__link:hover,
.loffel-primary-button:hover { background: var(--loffel-black); border-color: var(--loffel-black); color: var(--loffel-ivory); }
.loffel-outline-button .wp-block-button__link {
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--loffel-wine);
  border-radius: 0;
  background: transparent;
  color: var(--loffel-wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}
.loffel-outline-button .wp-block-button__link:hover { background: var(--loffel-wine); color: var(--loffel-ivory); }
.loffel-link-arrow {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-decoration: none;
  text-transform: uppercase;
}
.loffel-link-arrow::after { content: "↗"; font-size: 15px; font-weight: 400; }

/* Common editorial system */
.loffel-shell { width: min(100%, var(--loffel-max)); margin: 0 auto; padding-left: var(--loffel-gutter); padding-right: var(--loffel-gutter); }
.loffel-section { padding: clamp(96px, 11vw, 180px) 0; }
.loffel-section--tight { padding: clamp(72px, 8vw, 118px) 0; }
.loffel-eyebrow {
  margin: 0 0 28px;
  color: currentColor;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.loffel-editorial-number {
  color: currentColor;
  font-family: var(--loffel-display);
  font-size: clamp(72px, 9vw, 142px);
  line-height: .75;
  opacity: .18;
}
.loffel-section-title { font-size: clamp(56px, 8vw, 122px); max-width: 1150px; }
.loffel-copy-large { font-size: clamp(22px, 2.4vw, 36px); line-height: 1.42; }
.loffel-copy-medium { font-size: clamp(17px, 1.45vw, 22px); line-height: 1.65; }
.loffel-copy-narrow { max-width: 730px; }
.loffel-black { background: var(--loffel-black); color: var(--loffel-ivory); }
.loffel-black h1, .loffel-black h2, .loffel-black h3, .loffel-black h4 { color: var(--loffel-ivory); }
.loffel-wine { background: var(--loffel-wine); color: var(--loffel-ivory); }
.loffel-wine h1, .loffel-wine h2, .loffel-wine h3, .loffel-wine h4 { color: var(--loffel-ivory); }

/* Hero */
.loffel-hero {
  min-height: calc(100svh - 116px);
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: stretch;
  background: var(--loffel-black);
  color: var(--loffel-ivory);
}
.loffel-hero::before {
  content: "";
  position: absolute;
  inset: -15% -12% auto auto;
  width: min(70vw, 1050px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,250,235,.12);
  border-radius: 50%;
}
.loffel-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 13%;
  width: min(31vw, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--loffel-wine);
  box-shadow: 0 0 0 1px rgba(255,250,235,.11), 0 0 100px rgba(59,21,21,.32);
}
.loffel-hero-inner {
  width: min(100%, var(--loffel-max));
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(74px, 9vw, 135px) var(--loffel-gutter) 44px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto;
}
.loffel-hero-content { align-self: center; max-width: 1180px; }
.loffel-hero-kicker {
  margin: 0 0 clamp(34px, 5vw, 72px);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.loffel-hero h1 {
  max-width: 1120px;
  margin: 0;
  color: var(--loffel-ivory);
  font-size: clamp(72px, 11.5vw, 184px);
  line-height: .82;
  letter-spacing: -.055em;
}
.loffel-hero h1 em { font-weight: 400; color: var(--loffel-ivory-muted); }
.loffel-hero-subrow {
  margin-top: clamp(42px, 6vw, 86px);
  display: grid;
  grid-template-columns: 1fr minmax(290px, 520px);
  gap: 54px;
  align-items: end;
}
.loffel-hero-copy { margin: 0; color: var(--loffel-ivory-muted); font-size: clamp(17px, 1.4vw, 22px); }
.loffel-hero-meta {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--loffel-ivory-line);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.loffel-scroll-cue { display: flex; align-items: center; gap: 18px; color: var(--loffel-ivory-muted); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.loffel-scroll-cue::before { content:""; width: 44px; height: 1px; background: var(--loffel-ivory-muted); }

/* Manifesto */
.loffel-manifesto-grid { display: grid; grid-template-columns: .42fr 1.25fr; gap: clamp(50px, 10vw, 180px); align-items: start; }
.loffel-manifesto-title { font-size: clamp(60px, 8vw, 130px); max-width: 950px; }
.loffel-manifesto-copy { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 46px; border-top: 1px solid var(--loffel-wine-line); padding-top: 32px; }
.loffel-manifesto-copy p { margin: 0; }

/* Product editorials */
.loffel-product-editorial {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--loffel-wine-line);
}
.loffel-product-copy,
.loffel-product-art { min-width: 0; }
.loffel-product-copy {
  padding: clamp(70px, 8vw, 132px) var(--loffel-gutter);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.loffel-product-copy h2 { font-size: clamp(58px, 7vw, 108px); max-width: 720px; }
.loffel-product-copy .loffel-product-description { max-width: 570px; font-size: clamp(17px, 1.45vw, 22px); }
.loffel-product-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 23px;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.loffel-product-art {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 720px;
}
.loffel-product-art--wine { background: var(--loffel-wine); color: var(--loffel-ivory); }
.loffel-product-art--black { background: var(--loffel-black); color: var(--loffel-ivory); }
.loffel-product-art--ivory { background: var(--loffel-ivory); color: var(--loffel-wine); }
.loffel-vessel {
  position: relative;
  width: min(43%, 330px);
  min-width: 210px;
  aspect-ratio: .48;
  border: 1px solid currentColor;
  background: transparent;
  box-shadow: 0 55px 95px rgba(0,0,0,.18);
}
.loffel-vessel::before {
  content: "";
  position: absolute;
  left: 14%; right: 14%; top: -9%; height: 10%;
  border: 1px solid currentColor;
  background: inherit;
}
.loffel-vessel::after {
  content: "LOFFEL";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-family: var(--loffel-display);
  font-size: clamp(34px, 4vw, 60px);
  letter-spacing: .12em;
  white-space: nowrap;
}
.loffel-vessel--tube { border-radius: 48% 48% 10% 10% / 14% 14% 4% 4%; }
.loffel-vessel--tube::before { left: 32%; right: 32%; top: auto; bottom: -7%; height: 7%; }
.loffel-vessel--jar { width: min(58%, 440px); min-width: 270px; aspect-ratio: 1.2; border-radius: 2px; }
.loffel-vessel--jar::before { left: -2%; right: -2%; top: -21%; height: 22%; }
.loffel-vessel--jar::after { transform: translate(-50%, -50%); }
.loffel-art-orbit {
  position: absolute;
  width: 78%; aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .22;
}
.loffel-art-label {
  position: absolute;
  left: 7%; bottom: 6%;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

/* Uploaded product concept photography */
.loffel-product-art--image {
  isolation: isolate;
  background:
    radial-gradient(circle at 68% 26%, rgba(59,21,21,.08), transparent 30%),
    linear-gradient(145deg, #fffef9 0%, #f7f1e5 100%);
  color: var(--loffel-wine);
}
.loffel-product-art--image::before {
  content: "";
  position: absolute;
  inset: clamp(30px, 4vw, 68px);
  border: 1px solid rgba(59,21,21,.12);
  border-radius: 34px;
  background: rgba(255,255,255,.34);
  box-shadow: 0 40px 110px rgba(59,21,21,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.loffel-product-art--image::after {
  content: "LOFFEL";
  position: absolute;
  right: 4%;
  top: 2%;
  z-index: 0;
  color: rgba(59,21,21,.035);
  font-family: var(--loffel-display);
  font-size: clamp(92px, 14vw, 230px);
  letter-spacing: .04em;
  line-height: 1;
}
.loffel-product-photo {
  position: relative;
  z-index: 2;
  width: min(88%, 820px);
  height: min(78%, 690px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 34px 34px rgba(59,21,21,.13));
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.loffel-product-art--image:hover .loffel-product-photo { transform: translateY(-8px) scale(1.012); }
.loffel-product-photo--sunscreen {
  background-image: url("assets/images/daily-defence-sunscreen-concept.webp");
  background-size: 96% auto;
}
.loffel-product-photo--night {
  width: min(94%, 900px);
  background-image: url("assets/images/night-radiance-cream-concept.webp");
  background-size: 100% auto;
}
.loffel-product-art--image .loffel-art-label {
  z-index: 4;
  max-width: 72%;
  padding: 11px 14px;
  border: 1px solid rgba(59,21,21,.14);
  border-radius: 999px;
  background: rgba(255,250,235,.72);
  box-shadow: 0 12px 40px rgba(59,21,21,.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  letter-spacing: .13em;
}

/* Philosophy */
.loffel-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--loffel-ivory-line);
  margin-top: clamp(60px, 7vw, 110px);
}
.loffel-principle { min-height: 350px; padding: 30px 28px 36px 0; border-right: 1px solid var(--loffel-ivory-line); }
.loffel-principle + .loffel-principle { padding-left: 28px; }
.loffel-principle:last-child { border-right: 0; }
.loffel-principle-number { font-family: var(--loffel-display); font-size: 48px; opacity: .4; }
.loffel-principle h3 { margin: 86px 0 22px; font-size: clamp(30px, 2.4vw, 44px); }
.loffel-principle p { color: var(--loffel-ivory-muted); font-size: 14px; }

/* Magazine */
.loffel-magazine-panel { overflow: hidden; background: var(--loffel-ivory); }
.loffel-magazine-word {
  margin: 0;
  font-family: var(--loffel-display);
  font-size: clamp(82px, 15vw, 250px);
  line-height: .74;
  letter-spacing: -.05em;
  color: transparent;
  -webkit-text-stroke: 1px var(--loffel-wine);
  white-space: nowrap;
  transform: translateX(-1.5vw);
}
.loffel-magazine-grid { margin-top: 84px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: end; }
.loffel-magazine-grid h2 { font-size: clamp(54px, 7vw, 100px); }

/* Waitlist */
.loffel-waitlist-stage { position: relative; overflow: hidden; }
.loffel-waitlist-stage::after {
  content: "L";
  position: absolute;
  right: -3vw; bottom: -14vw;
  color: rgba(255,250,235,.045);
  font-family: var(--loffel-display);
  font-size: min(58vw, 820px);
  line-height: 1;
}
.loffel-waitlist-header { display: grid; grid-template-columns: .5fr 1.5fr; gap: 70px; margin-bottom: 80px; }
.loffel-waitlist-header h2 { font-size: clamp(62px, 9vw, 136px); }

/* Page templates */
.loffel-page-hero {
  min-height: 620px;
  display: flex;
  align-items: end;
  background: var(--loffel-black);
  color: var(--loffel-ivory);
  padding: clamp(100px, 12vw, 190px) var(--loffel-gutter) 70px;
}
.loffel-page-hero h1 { color: var(--loffel-ivory); font-size: clamp(72px, 11vw, 170px); max-width: 1300px; }
.loffel-page-content { width: min(100%, 940px); margin: 0 auto; padding: clamp(80px, 10vw, 150px) var(--loffel-gutter); }
.loffel-page-content h2 { margin-top: 1.7em; font-size: clamp(45px, 5.5vw, 78px); }
.loffel-page-content h3 { margin-top: 1.7em; font-size: clamp(32px, 3.5vw, 52px); }
.loffel-page-content p { font-size: 17px; }
.loffel-product-single-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.loffel-product-single-copy { padding: clamp(80px, 9vw, 145px) var(--loffel-gutter); display: flex; flex-direction: column; justify-content: center; }
.loffel-product-single-copy h1 { font-size: clamp(64px, 8vw, 124px); }
.loffel-product-single-art { min-height: 680px; }

/* Market gap and USP */
.loffel-gap-section {
  background: var(--loffel-ivory);
  border-top: 1px solid var(--loffel-wine-line);
  border-bottom: 1px solid var(--loffel-wine-line);
}
.loffel-gap-heading {
  display: grid;
  grid-template-columns: minmax(180px, .55fr) 1.45fr;
  gap: clamp(42px, 7vw, 130px);
  align-items: start;
  margin-bottom: clamp(70px, 9vw, 140px);
}
.loffel-gap-heading .loffel-section-title { max-width: 960px; margin-bottom: 30px; }
.loffel-gap-list { border-top: 1px solid var(--loffel-wine); }
.loffel-gap-row {
  display: grid;
  grid-template-columns: 80px minmax(260px, .9fr) 1.1fr;
  gap: clamp(28px, 5vw, 90px);
  align-items: start;
  padding: clamp(34px, 4vw, 58px) 0;
  border-bottom: 1px solid var(--loffel-wine-line);
}
.loffel-gap-row > span {
  color: rgba(59,21,21,.52);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}
.loffel-gap-row h3 {
  margin: 0;
  font-family: var(--loffel-display);
  font-size: clamp(32px, 3vw, 58px);
  line-height: 1.02;
}
.loffel-gap-row p { margin: 0; max-width: 620px; color: rgba(0,0,0,.72); font-size: clamp(15px, 1.2vw, 18px); }
.loffel-usp-panel {
  margin-top: clamp(80px, 10vw, 160px);
  padding: clamp(52px, 7vw, 110px);
  background: var(--loffel-wine);
  color: var(--loffel-ivory);
}
.loffel-usp-panel .loffel-eyebrow,
.loffel-usp-panel h2 { color: var(--loffel-ivory); }
.loffel-usp-panel h2 { max-width: 1100px; margin: 24px 0 34px; font-size: clamp(58px, 7vw, 122px); }
.loffel-usp-panel > p:not(.loffel-eyebrow) { max-width: 860px; margin-bottom: 34px; color: var(--loffel-ivory-muted); font-size: clamp(17px, 1.55vw, 22px); }
.loffel-usp-panel .loffel-link-arrow { color: var(--loffel-ivory); border-color: var(--loffel-ivory-line); }

/* Footer */
.loffel-site-footer { background: var(--loffel-black); color: var(--loffel-ivory); }
.loffel-footer-top { padding: clamp(80px, 10vw, 150px) var(--loffel-gutter) 55px; }
.loffel-footer-wordmark { width: fit-content; max-width: 165px; }
.loffel-footer-wordmark img { display: block; width: clamp(132px, 11vw, 165px); max-width: 100%; height: auto; filter: brightness(0) invert(1); opacity: .92; }
.loffel-footer-grid {
  padding-top: 64px;
  margin-top: 60px;
  border-top: 1px solid var(--loffel-ivory-line);
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 38px;
}
.loffel-footer-grid h3 { color: var(--loffel-ivory); font-family: var(--loffel-body); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.loffel-footer-grid a { display: block; margin: 13px 0; color: var(--loffel-ivory-muted); font-size: 13px; text-decoration: none; }
.loffel-footer-grid a:hover { color: var(--loffel-ivory); }
.loffel-footer-note { max-width: 410px; color: var(--loffel-ivory-muted); font-size: 13px; }
.loffel-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 24px var(--loffel-gutter); border-top: 1px solid var(--loffel-ivory-line); color: rgba(255,250,235,.54); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* Controlled mobile menu — replaces the floating WordPress overlay icon */
.loffel-menu-toggle {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid var(--loffel-wine-line);
  background: transparent;
  color: var(--loffel-wine);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  justify-self: end;
  z-index: 520;
}
.loffel-menu-toggle span { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .28s ease, opacity .2s ease; }
.loffel-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.loffel-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.loffel-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.loffel-mobile-drawer {
  display: none;
  position: absolute;
  left: 0; right: 0;
  top: 100%;
  height: calc(100dvh - 112px);
  z-index: 480;
  overflow-y: auto;
  background: var(--loffel-black);
  color: var(--loffel-ivory);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity .28s ease, transform .32s ease, visibility .32s;
}
.loffel-mobile-drawer.is-open { visibility: visible; opacity: 1; transform: none; }
.loffel-mobile-drawer-inner { min-height: 100%; padding: clamp(38px, 8vw, 80px) var(--loffel-gutter) 60px; }
.loffel-mobile-menu-label { margin: 0 0 35px; color: rgba(255,250,235,.5); font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.loffel-mobile-drawer a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--loffel-ivory-line);
  color: var(--loffel-ivory);
  font-family: var(--loffel-display);
  font-size: clamp(34px, 9vw, 58px);
  line-height: 1;
  text-decoration: none;
}
.loffel-mobile-drawer a span { color: rgba(255,250,235,.45); font-family: var(--loffel-body); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.loffel-mobile-drawer .loffel-mobile-first-access {
  display: inline-flex;
  width: auto;
  margin-top: 38px;
  padding: 16px 22px;
  border: 1px solid var(--loffel-ivory);
  font-family: var(--loffel-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
body.loffel-menu-open { overflow: hidden; }

@media (max-width: 1100px) {
  .loffel-header-left { display: none; }
  .loffel-header-inner { grid-template-columns: 1fr auto; gap: 18px; }
  .loffel-header-logo { justify-content: flex-start; min-width: 0; }
  .loffel-header-right { display: none; }
  .loffel-menu-toggle { display: flex; }
  .loffel-mobile-drawer { display: block; }
  .loffel-header-right .loffel-header-link { display: none; }
  .loffel-hero-subrow { grid-template-columns: 1fr; }
  .loffel-manifesto-grid { grid-template-columns: 1fr; }
  .loffel-manifesto-copy { margin-top: 0; }
  .loffel-product-editorial { grid-template-columns: 1fr; min-height: 0; }
  .loffel-product-editorial.is-reversed .loffel-product-art { order: 2; }
  .loffel-product-art { min-height: 720px; }
  .loffel-principles-grid { grid-template-columns: repeat(2, 1fr); }
  .loffel-principle:nth-child(2) { border-right: 0; }
  .loffel-principle:nth-child(n+3) { border-top: 1px solid var(--loffel-ivory-line); }
  .loffel-magazine-grid, .loffel-waitlist-header { grid-template-columns: 1fr; }
  .loffel-product-single-hero { grid-template-columns: 1fr; }
  .loffel-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .loffel-footer-grid > :first-child { grid-column: 1 / -1; }
  .loffel-gap-heading { grid-template-columns: 1fr; }
  .loffel-gap-row { grid-template-columns: 56px 1fr; }
  .loffel-gap-row p { grid-column: 2; }
}

@media (max-width: 760px) {
  body.admin-bar .loffel-site-header { top: 46px; }
  .loffel-announcement { font-size: 8px; letter-spacing: .16em; }
  .loffel-header-inner { min-height: 82px; padding-top: 8px; padding-bottom: 8px; grid-template-columns: minmax(0,1fr) 50px; }
  .loffel-mobile-drawer { height: calc(100dvh - 82px); }
  .loffel-header-logo img { height: 54px; width: auto; max-width: min(66vw, 285px); }
  .loffel-header-cta { padding: 10px 12px; font-size: 8px; }
  .loffel-hero { min-height: 780px; }
  .loffel-hero::after { width: 48vw; right: -12%; top: 14%; }
  .loffel-hero-inner { padding-top: 90px; }
  .loffel-hero h1 { font-size: clamp(68px, 21vw, 104px); }
  .loffel-hero-subrow { gap: 36px; }
  .loffel-hero-meta { flex-direction: column; }
  .loffel-manifesto-copy { grid-template-columns: 1fr; }
  .loffel-product-copy { min-height: 650px; }
  .loffel-product-art { min-height: 610px; }
  .loffel-vessel { min-width: 175px; }
  .loffel-vessel--jar { min-width: 245px; }
  .loffel-principles-grid { grid-template-columns: 1fr; }
  .loffel-principle { border-right: 0; border-top: 1px solid var(--loffel-ivory-line); padding-left: 0 !important; min-height: 260px; }
  .loffel-principle h3 { margin-top: 50px; }
  .loffel-magazine-word { font-size: 26vw; }
  .loffel-footer-grid { grid-template-columns: 1fr 1fr; }
  .loffel-footer-bottom { flex-direction: column; }
  .loffel-gap-row { grid-template-columns: 40px 1fr; gap: 18px; }
  .loffel-gap-row h3 { font-size: clamp(30px, 9vw, 42px); }
  .loffel-gap-row p { font-size: 15px; }
  .loffel-usp-panel { padding: 48px 26px; }
  .loffel-usp-panel h2 { font-size: clamp(48px, 14vw, 72px); }
}

@media (max-width: 520px) {
  .loffel-header-logo img { height: 48px; max-width: 68vw; }
  .loffel-menu-toggle { width: 46px; height: 46px; }
  .loffel-footer-wordmark { max-width: 145px; }
  .loffel-footer-wordmark img { width: min(38vw, 145px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
.loffel-magazine-feed-wrap { background: #fffaeb; padding: 0 0 clamp(90px, 10vw, 160px); }


/* =========================================================
   Maison 2.4 — Modern luxury refinement
   Premium type, editorial alignment, glass forms and product dossiers.
   ========================================================= */
:root {
  --loffel-glass: rgba(255,250,235,.09);
  --loffel-glass-strong: rgba(255,250,235,.14);
  --loffel-glass-line: rgba(255,250,235,.20);
  --loffel-shadow-soft: 0 34px 90px rgba(0,0,0,.18);
  --loffel-radius-lg: 34px;
  --loffel-radius-md: 22px;
}
body { font-weight: 400; letter-spacing: -.008em; }
h1,h2,h3,h4,h5,h6,.wp-block-post-title,.loffel-display {
  font-optical-sizing: auto;
  text-wrap: balance;
}
p { text-wrap: pretty; }
.loffel-shell { max-width: var(--loffel-max); }
.loffel-section-title { letter-spacing: -.052em; }
.loffel-copy-medium { color: rgba(0,0,0,.70); }
.loffel-black .loffel-copy-medium,
.loffel-wine .loffel-copy-medium { color: rgba(255,250,235,.72); }

/* Refined CTA language and shapes */
.loffel-primary-button,
button.loffel-primary-button,
input[type="submit"].loffel-primary-button,
.loffel-button .wp-block-button__link,
.loffel-outline-button .wp-block-button__link {
  border-radius: 999px;
  min-height: 56px;
  padding-inline: 30px;
  box-shadow: none;
}
.loffel-link-arrow { letter-spacing: .14em; }

/* Editorial bridge to Loffel Magazine */
.loffel-editorial-bridge {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(59,21,21,.55), transparent 34%),
    linear-gradient(135deg, #000 0%, #090303 48%, #1b0909 100%);
  color: var(--loffel-ivory);
}
.loffel-editorial-bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 0 54%, rgba(255,250,235,.055) 54.2%, transparent 54.5%);
}
.loffel-editorial-bridge h2 { color: var(--loffel-ivory); }
.loffel-editorial-bridge-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(330px,.9fr);
  gap: clamp(54px,8vw,140px);
  align-items: center;
}
.loffel-editorial-bridge-copy h2 {
  max-width: 920px;
  margin: 0 0 34px;
  font-size: clamp(68px,8.2vw,132px);
  line-height: .88;
  letter-spacing: -.055em;
}
.loffel-editorial-bridge-copy > p:not(.loffel-eyebrow) {
  max-width: 690px;
  margin: 0 0 38px;
  color: rgba(255,250,235,.68);
  font-size: clamp(17px,1.4vw,21px);
}
.loffel-editorial-signature {
  position: relative;
  min-height: 480px;
  padding: clamp(34px,4vw,58px);
  border: 1px solid var(--loffel-glass-line);
  border-radius: var(--loffel-radius-lg);
  background: linear-gradient(145deg, rgba(255,250,235,.14), rgba(255,250,235,.045));
  box-shadow: var(--loffel-shadow-soft);
  backdrop-filter: blur(28px) saturate(120%);
  -webkit-backdrop-filter: blur(28px) saturate(120%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.loffel-editorial-signature::after {
  content: "LM";
  position: absolute;
  right: 26px;
  bottom: 0;
  color: rgba(255,250,235,.055);
  font-family: var(--loffel-display);
  font-size: clamp(150px,18vw,280px);
  line-height: .72;
  letter-spacing: -.08em;
}
.loffel-editorial-signature-top,
.loffel-editorial-signature-bottom { position: relative; z-index: 2; }
.loffel-editorial-signature-top span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.loffel-editorial-signature-top span::before { content:""; width: 38px; height:1px; background: currentColor; }
.loffel-editorial-signature h3 {
  margin: 42px 0 18px;
  color: var(--loffel-ivory);
  font-size: clamp(48px,5vw,76px);
}
.loffel-editorial-signature p { max-width: 420px; color: rgba(255,250,235,.68); font-size: 14px; }
.loffel-editorial-signature-bottom { display:flex; justify-content:space-between; gap:22px; padding-top:22px; border-top:1px solid var(--loffel-glass-line); font-size:9px; letter-spacing:.16em; text-transform:uppercase; }
.loffel-magazine-feed-wrap {
  position: relative;
  background: linear-gradient(180deg,#100505 0,#000 100%);
  color: var(--loffel-ivory);
  padding: 0 0 clamp(100px,11vw,180px);
}

/* Premium first-access stage */
.loffel-waitlist-stage {
  padding: clamp(88px,10vw,160px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,250,235,.16), transparent 29%),
    radial-gradient(circle at 86% 78%, rgba(0,0,0,.24), transparent 32%),
    linear-gradient(135deg, #3b1515 0%, #240b0b 100%);
}
.loffel-waitlist-stage::after { display:none; }

/* General inner page polish */
.loffel-page-hero {
  min-height: 690px;
  background:
    radial-gradient(circle at 78% 32%, rgba(59,21,21,.72), transparent 30%),
    linear-gradient(130deg,#000 0%,#070202 70%,#180707 100%);
}
.loffel-page-content { width:min(100%,1120px); }
.loffel-page-content > * { max-width: 860px; }
.loffel-page-content > .loffel-form-wrap,
.loffel-page-content > .loffel-product-dossier,
.loffel-page-content > .loffel-product-story-shell { max-width:none; }

/* Product single page framing */
.loffel-product-page { background: var(--loffel-ivory); }
.loffel-product-story-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 var(--loffel-gutter) clamp(90px,10vw,150px);
}
.loffel-product-story-shell .wp-block-post-content {
  max-width: 820px;
  margin: 0 auto;
  font-size: 18px;
}
.loffel-product-story-shell .wp-block-post-content h2 { font-size:clamp(48px,5vw,78px); margin-top:1.7em; }
.loffel-product-story-shell .wp-block-post-content h3 { font-size:clamp(34px,3.4vw,52px); margin-top:1.6em; }

/* Footer — intentional, restrained wordmark */
.loffel-footer-top { padding-top: clamp(70px,8vw,118px); }
.loffel-footer-grid { margin-top:42px; padding-top:48px; }

@media (max-width: 1050px) {
  .loffel-editorial-bridge-grid { grid-template-columns: 1fr; }
  .loffel-editorial-signature { min-height: 390px; }
}
@media (max-width: 760px) {
  .loffel-section { padding: clamp(78px,18vw,120px) 0; }
  .loffel-editorial-bridge-copy h2 { font-size: clamp(58px,16vw,92px); }
  .loffel-editorial-signature { min-height: 350px; border-radius: 24px; }
  .loffel-editorial-signature-bottom { flex-direction:column; }
  .loffel-product-story-shell { padding-left:20px; padding-right:20px; }
}

/* Product narrative — clear hierarchy instead of a plain article column */
.loffel-product-narrative {
  display:grid;
  grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);
  gap:clamp(48px,8vw,120px);
  margin:0 0 clamp(90px,10vw,150px);
  padding:clamp(52px,6vw,92px);
  border-radius:34px;
  background:linear-gradient(145deg,#3b1515,#1c0707);
  color:#fffaeb;
  box-shadow:0 36px 100px rgba(59,21,21,.16);
}
.loffel-product-narrative h2 { margin:0;color:#fffaeb;font-size:clamp(54px,6vw,92px); }
.loffel-product-narrative .loffel-eyebrow { color:rgba(255,250,235,.58); }
.loffel-product-narrative__content { max-width:720px; }
.loffel-product-narrative__content h2,
.loffel-product-narrative__content h3 { color:#fffaeb;font-size:clamp(32px,3.2vw,48px);line-height:1;margin:0 0 22px; }
.loffel-product-narrative__content h2:not(:first-child),
.loffel-product-narrative__content h3:not(:first-child) { margin-top:58px; }
.loffel-product-narrative__content p,
.loffel-product-narrative__content li { color:rgba(255,250,235,.70);font-size:15px;line-height:1.75; }
.loffel-product-narrative__content ul { margin:26px 0 0;padding:0;list-style:none;display:grid;gap:10px; }
.loffel-product-narrative__content li { position:relative;padding:14px 16px 14px 42px;border:1px solid rgba(255,250,235,.14);border-radius:14px;background:rgba(255,250,235,.05); }
.loffel-product-narrative__content li::before { content:"";position:absolute;left:17px;top:24px;width:10px;height:1px;background:#fffaeb; }
@media(max-width:900px){.loffel-product-narrative{grid-template-columns:1fr}}
@media(max-width:760px){.loffel-product-narrative{padding:42px 22px;border-radius:25px}}

@media (max-width: 760px) {
  .loffel-product-art--image::before { inset: 20px; border-radius: 24px; }
  .loffel-product-photo { width: 96%; height: 76%; }
  .loffel-product-photo--sunscreen { background-size: 112% auto; }
  .loffel-product-photo--night { width: 100%; background-size: 112% auto; }
  .loffel-product-art--image .loffel-art-label { left: 22px; right: 22px; bottom: 22px; max-width: none; font-size: 7px; line-height: 1.5; }
}

/* =========================================================
   Maison 2.6 — Photographic hero and refined couture header
   ========================================================= */
.home .loffel-announcement { display: none; }
.home .loffel-site-header {
  position: absolute;
  inset: 0 0 auto;
  top: 0;
  background: rgba(255,250,235,.12);
  border-color: rgba(59,21,21,.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.loffel-header-inner--maison {
  min-height: 104px;
  grid-template-columns: minmax(190px,.72fr) minmax(520px,1.7fr) minmax(180px,.72fr);
  padding-top: 12px;
  padding-bottom: 12px;
}
.loffel-header-inner--maison .loffel-header-logo { justify-content: flex-start; }
.loffel-header-inner--maison .loffel-header-logo img {
  width: clamp(170px,15vw,245px);
  height: auto;
  max-height: 68px;
  object-fit: contain;
}
.loffel-desktop-navigation {
  gap: clamp(18px,2.3vw,39px);
  justify-content: center;
  white-space: nowrap;
}
.loffel-desktop-navigation p,
.loffel-header-actions p { margin: 0; }
.loffel-header-actions { justify-content: flex-end; }
.loffel-header-actions .loffel-header-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  background: var(--loffel-wine);
  color: var(--loffel-ivory);
  border: 1px solid var(--loffel-wine);
  border-radius: 5px;
}
.loffel-header-actions .loffel-header-cta::after { display: none; }
.loffel-header-actions .loffel-header-cta:hover { background: #250b0b; }

.loffel-home-hero {
  position: relative;
  min-height: max(820px,100svh);
  overflow: hidden;
  background: #eee5d8;
  color: var(--loffel-wine);
}
.loffel-home-hero-media {
  position: absolute;
  inset: 0;
  background-image: url("assets/images/loffel-home-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1.002);
}
.loffel-home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,250,235,.97) 0%, rgba(255,250,235,.91) 23%, rgba(255,250,235,.54) 42%, rgba(255,250,235,.08) 64%, rgba(255,250,235,0) 100%),
    linear-gradient(180deg, rgba(255,250,235,.10) 0%, rgba(59,21,21,.02) 68%, rgba(59,21,21,.12) 100%);
}
.loffel-home-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--loffel-max));
  min-height: max(820px,100svh);
  margin: 0 auto;
  padding: clamp(142px,14vh,190px) var(--loffel-gutter) 32px;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: stretch;
}
.loffel-home-hero-copy {
  align-self: center;
  width: min(560px,43vw);
  padding: 14px 0 28px;
}
.loffel-home-hero-kicker {
  margin: 0 0 30px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.loffel-home-hero h1 {
  margin: 0;
  color: var(--loffel-wine);
  font-size: clamp(62px,6.1vw,104px);
  line-height: .95;
  letter-spacing: -.055em;
}
.loffel-home-hero h1 em {
  display: inline-block;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.045em;
}
.loffel-home-hero-rule {
  display: block;
  width: 76px;
  height: 1px;
  margin: 34px 0 30px;
  background: rgba(59,21,21,.42);
}
.loffel-home-hero-description {
  max-width: 480px;
  margin: 0;
  color: rgba(0,0,0,.72);
  font-size: clamp(15px,1.1vw,18px);
  line-height: 1.72;
}
.loffel-home-hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.loffel-hero-button {
  min-height: 52px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border: 1px solid var(--loffel-wine);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.loffel-hero-button:hover { transform: translateY(-2px); }
.loffel-hero-button--primary { background: var(--loffel-wine); color: var(--loffel-ivory); }
.loffel-hero-button--primary:hover { background: #260b0b; }
.loffel-hero-button--secondary { background: rgba(255,250,235,.20); color: var(--loffel-wine); backdrop-filter: blur(10px); }
.loffel-hero-button--secondary:hover { background: rgba(255,250,235,.72); }
.loffel-home-launch-note {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.loffel-home-launch-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,250,235,.58);
  border: 1px solid rgba(59,21,21,.14);
  font-family: var(--loffel-display);
}
.loffel-home-launch-note strong,
.loffel-home-launch-note small { display: block; }
.loffel-home-launch-note strong {
  font-size: 9px;
  letter-spacing: .23em;
  line-height: 1.5;
  text-transform: uppercase;
}
.loffel-home-launch-note small { margin-top: 3px; color: rgba(0,0,0,.5); font-size: 11px; }
.loffel-home-standards {
  width: min(610px,48vw);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  background: rgba(255,250,235,.42);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 24px;
  box-shadow: 0 25px 70px rgba(59,21,21,.10);
  backdrop-filter: blur(22px) saturate(112%);
  -webkit-backdrop-filter: blur(22px) saturate(112%);
  overflow: hidden;
}
.loffel-home-standards article {
  min-height: 126px;
  padding: 25px 22px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
}
.loffel-home-standards article + article { border-left: 1px solid rgba(59,21,21,.14); }
.loffel-home-standard-icon { font-family: var(--loffel-display); font-size: 24px; line-height: 1; }
.loffel-home-standards strong,
.loffel-home-standards small { display: block; }
.loffel-home-standards strong {
  font-size: 9px;
  letter-spacing: .17em;
  line-height: 1.6;
  text-transform: uppercase;
}
.loffel-home-standards small { margin-top: 7px; color: rgba(0,0,0,.52); font-size: 9px; line-height: 1.6; }

@media (max-width: 1180px) {
  .loffel-header-inner--maison { grid-template-columns: minmax(170px,.7fr) minmax(420px,1.5fr) minmax(160px,.65fr); }
  .loffel-desktop-navigation { gap: 18px; }
  .loffel-desktop-navigation .loffel-header-link { font-size: 8px; letter-spacing: .12em; }
  .loffel-header-actions .loffel-header-cta { padding: 0 18px; }
}
@media (max-width: 1100px) {
  .loffel-header-inner--maison { grid-template-columns: minmax(0,1fr) 50px; }
  .loffel-desktop-navigation,
  .loffel-header-actions { display: none; }
  .loffel-home-hero-copy { width: min(520px,52vw); }
  .loffel-home-standards { width: min(620px,62vw); }
}
@media (max-width: 760px) {
  .home .loffel-site-header { background: rgba(255,250,235,.52); }
  .loffel-home-hero { min-height: 0; padding-top: 0; background: var(--loffel-ivory); }
  .loffel-home-hero-media {
    position: relative;
    inset: auto;
    height: min(64vh,620px);
    min-height: 460px;
    background-size: cover;
    background-position: 67% center;
    transform: none;
  }
  .loffel-home-hero-overlay {
    height: min(64vh,620px);
    min-height: 460px;
    bottom: auto;
    background: linear-gradient(180deg, rgba(255,250,235,.02), rgba(255,250,235,.04) 62%, rgba(255,250,235,.90) 100%);
  }
  .loffel-home-hero-inner {
    min-height: 0;
    padding: 0 20px 28px;
    display: block;
  }
  .loffel-home-hero-copy {
    width: 100%;
    margin-top: -44px;
    padding: 34px 24px 26px;
    position: relative;
    border-radius: 26px;
    background: rgba(255,250,235,.86);
    border: 1px solid rgba(59,21,21,.12);
    box-shadow: 0 28px 70px rgba(59,21,21,.10);
    backdrop-filter: blur(18px);
  }
  .loffel-home-hero-kicker { margin-bottom: 18px; font-size: 8px; }
  .loffel-home-hero h1 { font-size: clamp(54px,17vw,76px); }
  .loffel-home-hero-rule { margin: 25px 0 22px; }
  .loffel-home-hero-description { font-size: 14px; }
  .loffel-home-hero-actions { display: grid; grid-template-columns: 1fr; }
  .loffel-hero-button { width: 100%; min-height: 50px; }
  .loffel-home-launch-note { align-items: flex-start; }
  .loffel-home-standards {
    width: 100%;
    margin-top: 18px;
    grid-template-columns: 1fr;
    background: rgba(59,21,21,.04);
    border-radius: 22px;
    box-shadow: none;
  }
  .loffel-home-standards article { min-height: auto; padding: 20px 22px; }
  .loffel-home-standards article + article { border-left: 0; border-top: 1px solid rgba(59,21,21,.12); }
}
@media (max-width: 420px) {
  .loffel-home-hero-media { min-height: 420px; background-position: 69% center; }
  .loffel-home-hero-overlay { min-height: 420px; }
  .loffel-home-hero-inner { padding-left: 14px; padding-right: 14px; }
  .loffel-home-hero-copy { padding: 29px 20px 24px; }
  .loffel-home-hero h1 { font-size: clamp(48px,16vw,66px); }
}


/* =========================================================
   Maison 2.7 — responsive hero reconstruction
   Uses separate approved desktop and mobile photography.
   ========================================================= */
.home .loffel-announcement { position: relative; z-index: 401; }
.home .loffel-site-header {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  z-index: 400;
  background: rgba(255,250,235,.76);
  border-bottom: 1px solid rgba(59,21,21,.12);
  backdrop-filter: blur(18px) saturate(118%);
  -webkit-backdrop-filter: blur(18px) saturate(118%);
}
body.admin-bar.home .loffel-site-header { top: 60px; }
.loffel-header-inner--maison { min-height: 104px; }
.loffel-home-hero {
  min-height: 100svh;
  background: #eee6da;
}
.loffel-home-hero-media {
  background-image: url("assets/images/loffel-home-hero-desktop.webp");
  background-size: cover;
  background-position: center center;
}
.loffel-home-hero-overlay {
  background:
    linear-gradient(90deg, rgba(255,250,235,.97) 0%, rgba(255,250,235,.93) 25%, rgba(255,250,235,.62) 41%, rgba(255,250,235,.12) 58%, transparent 75%),
    linear-gradient(180deg, rgba(255,250,235,.05), rgba(59,21,21,.06));
}
.loffel-home-hero-inner {
  min-height: 100svh;
  padding-top: clamp(180px,18vh,230px);
  padding-bottom: 34px;
}
.loffel-home-hero-copy { width: min(590px,42vw); }
.loffel-home-hero h1 { font-size: clamp(64px,6.35vw,108px); }
.loffel-home-standards { width: min(630px,46vw); }
.loffel-product-photo--moisturizer {
  background-image: url("assets/images/silk-touch-radiance-moisturizer.webp");
  background-size: contain;
  background-position: center;
}
.loffel-product-art--moisturizer { background: linear-gradient(145deg,#f8f3e8,#e8ddd0); }

@media (max-width: 1100px) {
  .loffel-header-inner--maison {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 52px !important;
    min-height: 82px !important;
    padding: 8px 18px !important;
  }
  .loffel-desktop-navigation,
  .loffel-header-actions { display: none !important; }
  .loffel-header-inner--maison .loffel-header-logo {
    display: flex !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    overflow: hidden;
  }
  .loffel-header-inner--maison .loffel-header-logo img {
    width: auto !important;
    height: 50px !important;
    max-width: 170px !important;
    max-height: 50px !important;
    object-fit: contain !important;
    object-position: left center;
  }
  .loffel-menu-toggle {
    display: flex !important;
    position: relative !important;
    inset: auto !important;
    justify-self: end !important;
    align-self: center !important;
    z-index: 502 !important;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
  }
}

@media (max-width: 760px) {
  .home .loffel-announcement { display: none; }
  .home .loffel-site-header,
  body.admin-bar.home .loffel-site-header {
    top: 0;
    background: rgba(255,250,235,.88);
  }
  body.admin-bar.home .loffel-site-header { top: 46px; }
  .loffel-header-inner--maison { min-height: 74px !important; }
  .loffel-header-inner--maison .loffel-header-logo img {
    height: 44px !important;
    max-width: 150px !important;
  }
  .loffel-home-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    background: var(--loffel-ivory);
  }
  .loffel-home-hero-media {
    order: 1;
    position: relative;
    inset: auto;
    width: 100%;
    height: 76svh;
    min-height: 600px;
    max-height: 820px;
    margin: 0;
    background-image: url("assets/images/loffel-home-hero-mobile.webp");
    background-size: cover;
    background-position: center top;
    transform: none;
  }
  .loffel-home-hero-overlay {
    order: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 76svh;
    min-height: 600px;
    max-height: 820px;
    background: linear-gradient(180deg, rgba(255,250,235,.02) 0%, rgba(255,250,235,.02) 72%, rgba(255,250,235,.88) 100%);
  }
  .loffel-home-hero-inner {
    order: 3;
    min-height: 0;
    width: 100%;
    padding: 0 16px 30px;
    display: block;
  }
  .loffel-home-hero-copy {
    width: 100%;
    margin: -34px 0 0;
    padding: 30px 22px 24px;
    border-radius: 24px;
    background: rgba(255,250,235,.94);
    border: 1px solid rgba(59,21,21,.12);
    box-shadow: 0 22px 58px rgba(59,21,21,.10);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .loffel-home-hero-kicker { margin-bottom: 14px; }
  .loffel-home-hero h1 {
    font-size: clamp(48px,15.5vw,68px);
    line-height: .94;
  }
  .loffel-home-hero-rule { margin: 22px 0 18px; }
  .loffel-home-hero-description { font-size: 14px; line-height: 1.65; }
  .loffel-home-hero-actions { grid-template-columns: 1fr; margin-top: 22px; }
  .loffel-home-launch-note { margin-top: 22px; }
  .loffel-home-standards {
    width: 100%;
    margin-top: 16px;
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  .loffel-home-standards article { padding: 18px 20px; }
  .loffel-product-art--moisturizer .loffel-product-photo { width: 88%; height: 82%; }
}

@media (max-width: 430px) {
  .loffel-home-hero-media,
  .loffel-home-hero-overlay {
    height: 70svh;
    min-height: 540px;
  }
  .loffel-home-hero-inner { padding-left: 12px; padding-right: 12px; }
  .loffel-home-hero-copy { padding: 26px 18px 22px; }
  .loffel-home-hero h1 { font-size: clamp(44px,15vw,61px); }
}


/* =========================================================
   Maison 2.8 — couture glass header
   Transparent layered glass on desktop, tablet and mobile.
   ========================================================= */
.loffel-site-header {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.loffel-header-inner--maison {
  position: relative;
  width: min(calc(100% - 36px), var(--loffel-max));
  margin: 14px auto 0;
  padding-left: clamp(20px, 3.2vw, 48px);
  padding-right: clamp(20px, 3.2vw, 48px);
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.34), rgba(255,250,235,.16)),
    rgba(255,250,235,.18);
  box-shadow:
    0 16px 48px rgba(59,21,21,.10),
    inset 0 1px 0 rgba(255,255,255,.68),
    inset 0 -1px 0 rgba(59,21,21,.05);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  backdrop-filter: blur(24px) saturate(145%);
  overflow: visible;
}

.loffel-header-inner--maison::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(255,255,255,.23), transparent 34%, transparent 68%, rgba(255,255,255,.12));
  opacity: .78;
}

.loffel-header-inner--maison > * {
  position: relative;
  z-index: 1;
}

.home .loffel-site-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home .loffel-header-inner--maison {
  background:
    linear-gradient(135deg, rgba(255,255,255,.25), rgba(255,250,235,.08)),
    rgba(255,250,235,.13);
  border-color: rgba(255,255,255,.44);
  box-shadow:
    0 18px 54px rgba(59,21,21,.09),
    inset 0 1px 0 rgba(255,255,255,.62);
}

.loffel-desktop-navigation .loffel-header-link,
.loffel-header-actions .loffel-header-link {
  text-shadow: 0 1px 14px rgba(255,250,235,.58);
}

.loffel-header-actions .loffel-header-cta {
  background: rgba(59,21,21,.92);
  border-color: rgba(59,21,21,.96);
  box-shadow: 0 10px 28px rgba(59,21,21,.16);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

@media (max-width: 1100px) {
  .loffel-header-inner--maison {
    width: calc(100% - 24px) !important;
    margin-top: 10px !important;
    padding-left: 18px !important;
    padding-right: 12px !important;
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.34), rgba(255,250,235,.12)),
      rgba(255,250,235,.20);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
    backdrop-filter: blur(22px) saturate(145%);
  }
  .loffel-header-inner--maison::before { border-radius: 14px; }
  .loffel-menu-toggle {
    border: 1px solid rgba(59,21,21,.16) !important;
    border-radius: 13px !important;
    background: rgba(255,250,235,.26) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.60);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}

@media (max-width: 760px) {
  .home .loffel-site-header,
  body.admin-bar.home .loffel-site-header {
    background: transparent !important;
  }
  .loffel-header-inner--maison {
    width: calc(100% - 18px) !important;
    margin-top: 8px !important;
    min-height: 70px !important;
    padding: 7px 10px 7px 16px !important;
    border-radius: 15px;
    background:
      linear-gradient(135deg, rgba(255,255,255,.40), rgba(255,250,235,.14)),
      rgba(255,250,235,.22);
    border-color: rgba(255,255,255,.52);
    box-shadow:
      0 14px 38px rgba(59,21,21,.09),
      inset 0 1px 0 rgba(255,255,255,.72);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
  }
  .loffel-header-inner--maison::before { border-radius: 13px; }
  .loffel-menu-toggle {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
  }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .loffel-header-inner--maison {
    background: rgba(255,250,235,.90);
  }
}


/* =========================================================
   Maison 2.9 — visible photographic hero through glass
   Keeps the approved desktop/mobile photography clear while
   the header remains genuinely translucent above the image.
   ========================================================= */
.home .loffel-announcement { display: none !important; }
.home .loffel-site-header {
  top: 0 !important;
  background: transparent !important;
  pointer-events: none;
}
body.admin-bar.home .loffel-site-header { top: 32px !important; }
.home .loffel-header-inner--maison {
  pointer-events: auto;
  background:
    linear-gradient(125deg, rgba(255,255,255,.13), rgba(255,250,235,.025) 58%, rgba(255,255,255,.08)),
    rgba(255,250,235,.035) !important;
  border-color: rgba(255,255,255,.34) !important;
  box-shadow:
    0 12px 34px rgba(59,21,21,.065),
    inset 0 1px 0 rgba(255,255,255,.48),
    inset 0 -1px 0 rgba(59,21,21,.035) !important;
  -webkit-backdrop-filter: blur(11px) saturate(118%) !important;
  backdrop-filter: blur(11px) saturate(118%) !important;
}
.home .loffel-header-inner--maison::before {
  background: linear-gradient(112deg, rgba(255,255,255,.16), transparent 32%, transparent 72%, rgba(255,255,255,.07));
  opacity: .54;
}
.home .loffel-home-hero-media {
  filter: saturate(1.035) contrast(1.018) brightness(1.015);
}
.home .loffel-home-hero-overlay {
  background:
    linear-gradient(90deg,
      rgba(255,250,235,.92) 0%,
      rgba(255,250,235,.86) 22%,
      rgba(255,250,235,.56) 36%,
      rgba(255,250,235,.19) 48%,
      rgba(255,250,235,.025) 59%,
      rgba(255,250,235,0) 70%),
    linear-gradient(180deg, rgba(255,250,235,.015), rgba(59,21,21,.035));
}
.home .loffel-desktop-navigation .loffel-header-link,
.home .loffel-header-actions .loffel-header-link {
  color: var(--loffel-wine);
  text-shadow: 0 1px 12px rgba(255,250,235,.82);
}

@media (max-width: 1100px) {
  .home .loffel-header-inner--maison {
    background:
      linear-gradient(125deg, rgba(255,255,255,.16), rgba(255,250,235,.035)),
      rgba(255,250,235,.05) !important;
    -webkit-backdrop-filter: blur(10px) saturate(118%) !important;
    backdrop-filter: blur(10px) saturate(118%) !important;
  }
  .home .loffel-menu-toggle {
    background: rgba(255,250,235,.10) !important;
    border-color: rgba(59,21,21,.14) !important;
  }
}

@media (max-width: 760px) {
  body.admin-bar.home .loffel-site-header { top: 46px !important; }
  .home .loffel-header-inner--maison {
    background:
      linear-gradient(125deg, rgba(255,255,255,.17), rgba(255,250,235,.025)),
      rgba(255,250,235,.045) !important;
    border-color: rgba(255,255,255,.38) !important;
    box-shadow:
      0 10px 28px rgba(59,21,21,.055),
      inset 0 1px 0 rgba(255,255,255,.52) !important;
    -webkit-backdrop-filter: blur(9px) saturate(116%) !important;
    backdrop-filter: blur(9px) saturate(116%) !important;
  }
  .home .loffel-home-hero-overlay {
    background: linear-gradient(180deg,
      rgba(255,250,235,0) 0%,
      rgba(255,250,235,0) 68%,
      rgba(255,250,235,.22) 82%,
      rgba(255,250,235,.88) 100%);
  }
  .home .loffel-home-hero-media {
    filter: saturate(1.045) contrast(1.02) brightness(1.01);
  }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .home .loffel-header-inner--maison {
    background: rgba(255,250,235,.56) !important;
  }
}

/* =========================================================
   LOFFEL MAISON 3.0 — APPROVED HOMEPAGE SYSTEM
   Rebuilds the first screen to match the approved visual.
   ========================================================= */
.home .loffel-announcement { display: none !important; }

.home .loffel-site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9990 !important;
  width: 100%;
  background: rgba(255,250,235,.58) !important;
  border-bottom: 1px solid rgba(59,21,21,.15) !important;
  box-shadow: 0 10px 38px rgba(59,21,21,.055) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
}
body.admin-bar.home .loffel-site-header { top: 32px !important; }
.home .loffel-header-inner--maison {
  width: min(100%, 1672px) !important;
  min-height: 112px !important;
  margin: 0 auto !important;
  padding: 0 clamp(34px,4.85vw,82px) !important;
  display: grid !important;
  grid-template-columns: minmax(220px,.72fr) minmax(610px,1.58fr) minmax(230px,.72fr) !important;
  align-items: center !important;
  gap: clamp(24px,3vw,54px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.home .loffel-header-inner--maison::before { display: none !important; }
.home .loffel-header-inner--maison .loffel-header-logo {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  min-width: 0;
}
.home .loffel-header-inner--maison .loffel-header-logo img {
  width: auto !important;
  height: 68px !important;
  max-width: 260px !important;
  object-fit: contain !important;
}
.home .loffel-desktop-navigation {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(28px,3.3vw,57px) !important;
  white-space: nowrap;
}
.home .loffel-desktop-navigation p,
.home .loffel-header-actions p { margin: 0 !important; }
.home .loffel-desktop-navigation .loffel-header-link {
  color: #1b1714 !important;
  font-family: var(--loffel-body) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: .12em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
.home .loffel-header-actions {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.home .loffel-header-actions .loffel-header-cta {
  min-width: 205px !important;
  min-height: 56px !important;
  padding: 0 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #3b1515 !important;
  border-radius: 5px !important;
  background: #4b1113 !important;
  color: #fffaeb !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  box-shadow: 0 10px 24px rgba(59,21,21,.13) !important;
}

.loffel-v30-hero {
  position: relative;
  width: 100%;
  min-height: min(829px, calc(100svh - 112px));
  overflow: hidden;
  background: #fffaf0;
  color: #3b1515;
  border-bottom: 1px solid rgba(59,21,21,.12);
}
.loffel-v30-hero-grid {
  width: min(100%,1672px);
  min-height: inherit;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
}
.loffel-v30-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  padding: clamp(58px,6.5vh,76px) clamp(40px,4.9vw,82px) 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background:
    radial-gradient(circle at 22% 20%, rgba(255,255,255,.76), transparent 42%),
    linear-gradient(90deg,#fffaf0 0%,#fffaf0 78%,rgba(255,250,240,.9) 92%,rgba(255,250,240,0) 100%);
}
.loffel-v30-copy::after {
  content: "";
  position: absolute;
  inset: 0 -14% 0 auto;
  width: 30%;
  pointer-events: none;
  background: linear-gradient(90deg,#fffaf0,rgba(255,250,240,0));
}
.loffel-v30-kicker {
  margin: 0 0 27px;
  color: #4a2020;
  font-family: var(--loffel-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .29em;
  line-height: 1.25;
  text-transform: uppercase;
}
.loffel-v30-copy h1 {
  max-width: 680px;
  margin: 0;
  color: #4a1115;
  font-family: var(--loffel-display);
  font-size: clamp(70px,6.4vw,108px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .89;
}
.loffel-v30-copy h1 em {
  color: #4a1115;
  font-weight: 400;
  letter-spacing: -.045em;
}
.loffel-v30-description {
  width: min(100%,560px);
  margin: 34px 0 0;
  color: #34302d;
  font-family: var(--loffel-body);
  font-size: clamp(16px,1.14vw,19px);
  font-weight: 400;
  line-height: 1.68;
}
.loffel-v30-actions {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.loffel-v30-button {
  min-height: 58px;
  padding: 0 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  border: 1px solid #4a1115;
  border-radius: 4px;
  font-family: var(--loffel-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.loffel-v30-button:hover { transform: translateY(-2px); }
.loffel-v30-button--primary {
  min-width: 245px;
  background: #4a1115;
  color: #fffaeb;
  box-shadow: 0 12px 24px rgba(59,21,21,.12);
}
.loffel-v30-button--secondary {
  min-width: 210px;
  background: rgba(255,250,235,.36);
  color: #4a1115;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.loffel-v30-launch {
  margin-top: 29px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.loffel-v30-launch-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(59,21,21,.35);
  border-radius: 50%;
  font-size: 15px;
}
.loffel-v30-launch strong,
.loffel-v30-launch small { display: block; }
.loffel-v30-launch strong {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}
.loffel-v30-launch small {
  color: rgba(35,29,26,.58);
  font-size: 12px;
  line-height: 1.45;
}
.loffel-v30-visual {
  min-height: inherit;
  background-image: url("assets/images/loffel-v30-hero-desktop.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.loffel-v30-visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 18%;
  background: linear-gradient(90deg,#fffaf0 0%,rgba(255,250,240,.63) 35%,rgba(255,250,240,0) 100%);
}
.loffel-v30-standards {
  position: absolute;
  left: clamp(40px,4.9vw,82px);
  bottom: 55px;
  z-index: 6;
  width: min(720px,43vw);
  min-height: 104px;
  padding: 18px 26px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 12px;
  background: linear-gradient(135deg,rgba(255,255,255,.5),rgba(255,250,235,.28));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    inset 0 -1px 0 rgba(59,21,21,.09),
    0 18px 45px rgba(59,21,21,.07);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
}
.loffel-v30-standards article {
  min-width: 0;
  min-height: 54px;
  padding: 0 26px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(59,21,21,.18);
}
.loffel-v30-standards article:first-child { padding-left: 2px; }
.loffel-v30-standards article:last-child { border-right: 0; padding-right: 2px; }
.loffel-v30-standards svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #3b1515;
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.loffel-v30-standards strong {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.48;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .home .loffel-header-inner--maison {
    grid-template-columns: minmax(190px,.65fr) minmax(530px,1.5fr) minmax(190px,.65fr) !important;
    gap: 22px !important;
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .home .loffel-desktop-navigation { gap: 27px !important; }
  .home .loffel-header-actions .loffel-header-cta { min-width: 185px !important; padding: 0 20px !important; }
  .loffel-v30-copy { padding-left: 48px; padding-right: 28px; }
  .loffel-v30-copy h1 { font-size: clamp(66px,6.6vw,91px); }
  .loffel-v30-standards { left: 48px; width: min(680px,45vw); padding-left: 18px; padding-right: 18px; }
  .loffel-v30-standards article { padding-left: 16px; padding-right: 16px; gap: 12px; }
}

@media (max-width: 1099px) {
  .home .loffel-site-header { position: sticky !important; top: 0 !important; }
  body.admin-bar.home .loffel-site-header { top: 46px !important; }
  .home .loffel-header-inner--maison {
    min-height: 78px !important;
    padding: 0 22px !important;
    grid-template-columns: minmax(0,1fr) 48px !important;
    gap: 16px !important;
  }
  .home .loffel-desktop-navigation,
  .home .loffel-header-actions { display: none !important; }
  .home .loffel-header-inner--maison .loffel-header-logo img {
    height: 52px !important;
    max-width: 215px !important;
  }
  .home .loffel-menu-toggle {
    position: relative !important;
    inset: auto !important;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 6px !important;
    border: 0 !important;
    background: transparent !important;
  }
  .home .loffel-menu-toggle span {
    width: 25px !important;
    height: 1.5px !important;
    margin: 0 !important;
    background: #3b1515 !important;
  }

  .loffel-v30-hero {
    min-height: 0;
    overflow: visible;
    background: #fffaf0;
  }
  .loffel-v30-hero-grid {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .loffel-v30-visual {
    order: 1;
    width: 100%;
    min-height: min(72vh,720px);
    aspect-ratio: 9 / 12.7;
    background-image: url("assets/images/loffel-v30-hero-mobile.webp");
    background-position: center 29%;
    background-size: cover;
  }
  .loffel-v30-visual::before {
    inset: auto 0 0;
    width: 100%;
    height: 12%;
    background: linear-gradient(0deg,#fffaf0 0%,rgba(255,250,240,0) 100%);
  }
  .loffel-v30-copy {
    order: 2;
    width: calc(100% - 28px);
    margin: -22px auto 0;
    padding: 36px 24px 28px;
    border: 1px solid rgba(59,21,21,.12);
    border-radius: 28px 28px 0 0;
    background: rgba(255,250,235,.93);
    box-shadow: 0 -15px 45px rgba(59,21,21,.07);
    -webkit-backdrop-filter: blur(19px) saturate(135%);
    backdrop-filter: blur(19px) saturate(135%);
  }
  .loffel-v30-copy::after { display: none; }
  .loffel-v30-kicker { margin-bottom: 19px; font-size: 9px; letter-spacing: .28em; }
  .loffel-v30-copy h1 {
    max-width: 590px;
    font-size: clamp(55px,13vw,82px);
    line-height: .91;
  }
  .loffel-v30-description { margin-top: 27px; font-size: 15px; line-height: 1.62; }
  .loffel-v30-actions { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
  .loffel-v30-button { width: 100%; min-width: 0; min-height: 58px; }
  .loffel-v30-launch { margin-top: 24px; padding: 0 1px 23px; border-bottom: 1px solid rgba(59,21,21,.17); }
  .loffel-v30-standards {
    position: static;
    width: 100%;
    min-height: 0;
    margin-top: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .loffel-v30-standards article {
    min-height: 92px;
    padding: 8px 14px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
    text-align: center;
  }
  .loffel-v30-standards svg { width: 27px; height: 27px; }
  .loffel-v30-standards strong { font-size: 8.5px; letter-spacing: .13em; line-height: 1.48; }
}

@media (max-width: 600px) {
  .home .loffel-header-inner--maison { min-height: 72px !important; padding: 0 18px !important; }
  .home .loffel-header-inner--maison .loffel-header-logo img { height: 47px !important; max-width: 190px !important; }
  .loffel-v30-visual { min-height: 620px; aspect-ratio: 9 / 14; background-position: center 20%; }
  .loffel-v30-copy { width: calc(100% - 18px); margin-top: -18px; padding: 31px 20px 24px; border-radius: 24px 24px 0 0; }
  .loffel-v30-copy h1 { font-size: clamp(49px,14.5vw,67px); }
  .loffel-v30-description { font-size: 14px; }
  .loffel-v30-launch { align-items: flex-start; gap: 13px; }
  .loffel-v30-launch strong { font-size: 8.5px; letter-spacing: .14em; }
  .loffel-v30-launch small { font-size: 11px; }
  .loffel-v30-standards { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .loffel-v30-standards article { padding-left: 7px !important; padding-right: 7px !important; }
  .loffel-v30-standards strong { font-size: 7.5px; letter-spacing: .1em; }
}

@media (max-width: 380px) {
  .loffel-v30-visual { min-height: 560px; }
  .loffel-v30-copy h1 { font-size: 48px; }
  .loffel-v30-copy { padding-left: 17px; padding-right: 17px; }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .home .loffel-site-header { background: rgba(255,250,235,.94) !important; }
  .loffel-v30-standards { background: rgba(255,250,235,.92); }
}
