@charset "UTF-8";
@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url('fonts/manrope-latin-ext-wght.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url('fonts/manrope-latin-wght.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/montserrat-latin-ext-wght.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/montserrat-latin-wght.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/plus-jakarta-sans-latin-ext-800.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/plus-jakarta-sans-latin-800.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f3f4f7;
  --white: #fff;
  --ink: #383b49;
  --blue: #393d8f;
  --green: #536b2f;
  --mint: #bcd58a;
  --muted: #626575;
  --line: #383b4920;
  --gutter: clamp(12px, 1.7vw, 26px);
  --edge: max(clamp(20px, 5vw, 80px), calc((100vw - 1320px) / 2));
  --section-space: clamp(64px, 7vw, 104px);
  --sans: Montserrat, Arial, Helvetica, sans-serif;
  --heading: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  --brand: Manrope, Arial, Helvetica, sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 500 16px/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: var(--blue); color: var(--white); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { max-width: 100%; }
/* Fine illustration strokes keep their width when the artwork scales down. */
svg [stroke-width="2"] { vector-effect: non-scaling-stroke; }
hr { border: 0; border-top: 2px solid var(--line); }
small, sub, sup { font-size: max(.875em, 14px); }
p { font-size: 16px; line-height: 1.75; margin: 0 0 24px; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: var(--heading); font-weight: 800; font-optical-sizing: auto; line-height: 1.12; letter-spacing: -.02em; text-wrap: balance; }
h1 { font-size: clamp(48px, 6.2vw, 88px); }
h2 { font-size: clamp(36px, 4vw, 56px); }
h3 { font-size: 28px; line-height: 1.2; letter-spacing: -.01em; }
em { font-family: inherit; font-style: normal; color: var(--green); font-weight: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 100; padding: 14px; background: var(--white); left: 20px; top: 15px; }
.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); padding-inline: var(--edge); }
.grid > * { min-width: 0; }
.wp-block-group { box-sizing: border-box; }
.eyebrow { font-size: 14px; line-height: 1.6; letter-spacing: .09em; text-transform: uppercase; margin: 0 0 24px; font-weight: 650; color: var(--muted); }

.construction-banner { background: #222451; color: #e0e1f0; padding-block: 14px; border-bottom: 2px solid #ffffff35; }
.construction-banner p { grid-column: 1/13; margin: 0; font-size: 14px; line-height: 1.6; text-align: center; }
.construction-banner strong { color: var(--white); font-weight: 700; }

/* Four equal navigation slots align with the outer twelve-column grid. */
.site-header { padding-block: 24px; align-items: center; background: var(--white); border-bottom: 2px solid var(--line); }
.brand { font-family: var(--brand); grid-column: 1/4; display: flex; align-items: baseline; width: fit-content; font-size: 32px; font-weight: 800; letter-spacing: -1.7px; line-height: 1.2; white-space: nowrap; }
.brand-name { color: var(--blue); }
.brand-action { color: var(--muted); }
.brand-dot { color: var(--mint); }
.site-navigation { grid-column: 5/13; display: grid; grid-template-columns: subgrid; column-gap: var(--gutter); align-items: center; font-size: 14px; font-weight: 600; }
.site-navigation > a { grid-column: span 2; justify-self: center; padding-block: 12px; white-space: nowrap; }
.site-navigation .nav-cta { justify-self: stretch; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--blue); color: var(--white); padding: 14px 18px; border-radius: 99px; }
.site-navigation a:not(.nav-cta):hover { color: var(--blue); }
.site-navigation .nav-cta:hover { background: #2e3178; }
.menu-toggle { display: none; }

/* Shared vector arrows: consistent rounded strokes, independent of fonts. */
.icon-arrow { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; flex-shrink: 0; vertical-align: middle; }
.icon-arrow::before { content: ''; display: block; width: 16px; height: 16px; background: currentColor; -webkit-mask: url('arrow-up-right.svg') center / contain no-repeat; mask: url('arrow-up-right.svg') center / contain no-repeat; }
.contact-email > .icon-arrow { width: 24px; height: 24px; }
.contact-email > .icon-arrow::before { width: 20px; height: 20px; }

/* A clear introduction on dark indigo. */
.hero { padding-block: 80px 72px; background: #2b2e68; color: var(--white); row-gap: 0; }
.hero-eyebrow { grid-column: 1/8; margin-bottom: 30px; color: #d2d3ed; }
.hero h1 { grid-column: 1/8; font-size: clamp(42px, 4.6vw, 68px); color: var(--white); align-self: center; }
.hero h1 em { color: var(--mint); }
.hero-bottom { grid-column: 1/8; display: grid; grid-template-columns: subgrid; column-gap: var(--gutter); align-items: start; row-gap: 28px; margin-top: 28px; }
.hero-description { grid-column: 1/8; max-width: 590px; color: #e0e1f0; font-size: 17px; margin: 0; }
.hero-button { grid-column: 1/6; max-width: 340px; }
.wp-block-buttons { display: flex; }
.wp-block-button { width: 100%; }
.wp-block-button__link, .button { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 62px; border: 0; border-radius: 99px; background: var(--blue); color: var(--white); padding: 14px 18px 14px 24px; font-size: 15px; line-height: 1.5; font-weight: 600; text-align: left; text-decoration: none; }
.wp-block-button__link > span[aria-hidden] { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--paper); color: var(--blue); font-size: 20px; flex-shrink: 0; }
.wp-block-button__link:hover, .button:hover { background: #2e3178; }
.hero .wp-block-button__link { background: var(--white); color: var(--blue); }
.hero .wp-block-button__link > span[aria-hidden] { background: var(--blue); color: var(--white); }
.hero .wp-block-button__link:hover { background: var(--paper); }
.hero a:focus-visible { outline-color: var(--mint); }

/* A clear placeholder until the demo website is available. */
.hero-demo { grid-column: 8/13; grid-row: 1/4; align-self: center; padding: clamp(24px, 3vw, 40px); min-height: 340px; display: flex; flex-direction: column; justify-content: center; gap: 24px; border: 2px solid #d2d3ed55; border-radius: 16px; background: #222451; }
.hero-demo .hero-demo-label { margin: 0; font-size: 14px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; color: #d2d3ed; }
.hero-demo h2 { font-size: clamp(28px, 2.6vw, 38px); line-height: 1.2; text-wrap: initial; }
.hero-demo h2 em { color: var(--mint); }
.hero-demo > p:last-child { margin: 0; font-size: 16px; color: #d2d3ed; }

/* Quiet pencil studies stay attached to the existing grid, clear of the copy.
   Empty pseudo-elements are decorative and never intercept pointer events. */
.hero-demo { position: relative; }
.hero-demo::after { content: ''; position: absolute; inset: -12px; background: url('sketch-corners.svg') center / 100% 100% no-repeat; pointer-events: none; }
.concepts .section-intro h2::after { content: ''; display: block; width: min(240px, 75%); height: 20px; margin-top: 16px; background: url('sketch-underline.svg') left center / 100% 100% no-repeat; pointer-events: none; }
.process-intro::after { content: ''; display: block; width: min(320px, 100%); aspect-ratio: 2; margin-top: 36px; background: url('sketch-layout.svg') left center / contain no-repeat; pointer-events: none; }
.maker-copy h2::after { content: ''; display: block; width: min(200px, 70%); height: 20px; margin-top: 16px; background: url('sketch-underline.svg') left center / 100% 100% no-repeat; pointer-events: none; }
.faq-intro::after { content: ''; display: block; width: min(200px, 100%); aspect-ratio: 8 / 5; margin-top: 32px; background: url('sketch-conversation.svg') left center / contain no-repeat; pointer-events: none; }
.contact::after { content: ''; grid-column: 10/13; grid-row: 3/6; align-self: center; width: min(260px, 100%); aspect-ratio: 13 / 9; background: url('sketch-envelope.svg') center / contain no-repeat; pointer-events: none; }

/* Concept frames grow with their text; no tiny type or clipped screenshots. */
.concepts { padding-block: var(--section-space); row-gap: 40px; }
.section-intro { grid-column: 1/13; display: grid; grid-template-columns: subgrid; column-gap: var(--gutter); }
.section-intro .eyebrow { grid-column: 1/13; }
.section-intro h2 { grid-column: 1/7; color: var(--blue); }
.section-intro > p:last-child { grid-column: 8/13; color: var(--muted); align-self: end; margin: 0; }
.concept { display: flex; flex-direction: column; container-type: inline-size; }
.concept-bakery { grid-column: 1/7; }
.concept-salon { grid-column: 7/13; }
.concept-preview { display: flex; flex-direction: column; flex: 1; padding: 22px; border: 2px solid var(--line); border-radius: 28px; }
.bakery-preview { background: #e9eaf5; }
.salon-preview { background: var(--paper); }
.browser-bar { display: flex; align-items: center; gap: 5px; padding: 10px 12px; background: #ffffffb3; border-radius: 10px 10px 0 0; min-height: 42px; }
.browser-bar i { width: 5px; height: 5px; border-radius: 50%; background: #626575; flex-shrink: 0; }
.browser-bar > span { margin-left: auto; padding-left: 8px; font-size: 14px; line-height: 1.4; color: #525466; }
.mini-site, .salon-mini { flex: 1; min-height: 420px; padding: 24px; border-radius: 0 0 10px 10px; }
.mini-site { display: flex; flex-direction: column; background: #f8f0df; color: #5c3624; }
.mini-nav { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; line-height: 1.5; }
.mini-nav strong { font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -2px; }
.mini-nav > span { font-size: 14px; }
.bakery-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 10px; padding-block: 16px 22px; }
.mini-eyebrow { font-size: 14px; line-height: 1.5; display: block; margin: 0 0 16px; }
.bakery-layout h3 { font-family: var(--serif); font-size: clamp(30px, 3.3vw, 48px); font-weight: 700; letter-spacing: -1.8px; line-height: .98; text-wrap: initial; }
.bakery-layout svg { width: 100%; height: 250px; }
.mini-site h3 em { color: inherit; font-family: var(--serif); font-style: italic; }
.mini-button { display: inline-block; background: #5c3624; color: #f8f0df; padding: 10px 12px; font-size: 14px; line-height: 1.5; margin-top: 20px; }
.mini-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 2px solid #5c362433; font-size: 14px; line-height: 1.5; }
.salon-mini { background: #2f3731; color: #f1ecd9; }
.salon-mini .mini-nav { font-size: 14px; letter-spacing: .03em; }
.salon-wordmark { display: block; font-family: var(--serif); font-size: clamp(90px, 10vw, 144px); letter-spacing: -.075em; line-height: 1.15; margin-top: 28px; }
.salon-wordmark > span { font-family: var(--sans); font-size: 14px; vertical-align: top; letter-spacing: 0; display: inline-block; margin: 18px 0 0 7px; color: inherit; }
.salon-mini h3 { font: 400 25px/1.2 var(--serif); letter-spacing: -.7px; margin-top: 16px; text-wrap: initial; }
.salon-mini-bottom { clear: both; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; border-top: 2px solid #ffffff35; padding-top: 20px; margin-top: 28px; font-size: 14px; line-height: 1.5; }
.salon-mini-button { border-bottom: 2px solid #f1ecd9; padding-bottom: 5px; }
.concept-caption { display: flex; flex-direction: column; gap: 6px; margin-top: 22px; }
.concept-caption h3 { font-size: 26px; color: var(--blue); }
.concept-caption > span { font-size: 14px; color: var(--muted); }
details > summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.concept-details { margin-top: 18px; }
.concept-details summary { font-size: 14px; color: var(--ink); display: flex; justify-content: space-between; gap: 16px; border-top: 2px solid var(--line); padding-block: 14px; }
.concept-details summary:hover { color: var(--blue); }
.concept-details p { font-size: 15px; color: var(--muted); margin: 0; }
@container (max-width: 470px) {
  .concept-preview { padding: 16px; }
  .mini-site, .salon-mini { padding: 20px; }
  .bakery-layout { grid-template-columns: minmax(0, 1fr); }
  .bakery-layout h3 { font-size: 38px; }
  .bakery-layout svg { height: 180px; }
  .salon-wordmark { font-size: 100px; }
}
@container (max-width: 320px) {
  .concept-preview { padding: 12px; }
  .mini-site, .salon-mini { padding: 16px; }
  .salon-wordmark { font-size: 84px; }
}

/* Service cards stay broad enough for comfortable reading. */
.offer { background: #e9eaf5; padding-block: var(--section-space); }
.offer > .eyebrow { grid-column: 1/13; color: var(--blue); }
.offer > h2 { grid-column: 1/12; color: var(--blue); }
.services { grid-column: 1/13; display: grid; grid-template-columns: subgrid; column-gap: var(--gutter); margin-top: 44px; }
.service { grid-column: span 4; padding: 32px; background: var(--white); border: 2px solid #393d8f1a; border-radius: 28px; }
.service-number { display: grid; place-items: center; width: 46px; height: 46px; font-size: 14px; font-weight: 700; color: var(--blue); background: var(--paper); border-radius: 50%; margin-bottom: 28px; }
.service h3 { margin-bottom: 20px; color: var(--blue); }
.service > p:last-child { color: var(--muted); margin: 0; }

.process { padding-block: var(--section-space); background: #2b2e68; color: var(--white); }
.process-intro { grid-column: 1/6; }
.process .eyebrow { color: #d2d3ed; }
.process em { color: #bcd58a; }
.process-intro > p:last-child { color: #e0e1f0; margin: 28px 0 0; }
.steps { grid-column: 7/13; }
.step { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); column-gap: var(--gutter); border-top: 2px solid #ffffff35; padding-block: 28px; }
.step:first-child { padding-top: 0; border-top: 0; }
.step-number { grid-column: 1/2; display: grid; place-items: center; width: 38px; height: 38px; border: 2px solid #bcd58a80; border-radius: 50%; font-size: 14px; color: #bcd58a; font-weight: 650; margin: 0; }
.step h3 { grid-column: 2/7; font-size: 27px; align-self: center; }
.step > p:last-child { grid-column: 2/7; color: #e0e1f0; margin: 16px 0 0; }

.maker { background: var(--white); padding-block: var(--section-space); align-items: center; }
.maker-portrait { grid-column: 1/6; aspect-ratio: 1; width: 100%; max-width: 800px; margin: 0; overflow: hidden; border-radius: 28px; }
.maker-portrait img { display: block; width: 100%; height: auto; }
.maker-copy { grid-column: 7/13; }
.maker-copy h2 { margin-bottom: 28px; color: var(--blue); }
.maker-copy p { color: var(--muted); }
.maker-copy p.lead { font-size: 20px; color: var(--ink); line-height: 1.6; }
.text-link { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 2px solid var(--blue); color: var(--blue); padding-block: 12px; font-size: 15px; font-weight: 600; width: fit-content; }
.text-link:hover { color: var(--green); }

.faq { padding-block: var(--section-space); }
.faq-intro { grid-column: 1/5; }
.faq-intro h2 { color: var(--blue); }
.faq-items { grid-column: 6/13; }
.faq-item { background: var(--white); border: 2px solid var(--line); border-radius: 20px; margin-bottom: 14px; }
.faq-item h3 { padding: 24px 24px 12px; font-size: 16px; line-height: 1.6; letter-spacing: 0; text-wrap: initial; }
details[open] > summary > span { transform: rotate(45deg); }
.faq-item p { color: var(--muted); margin: 0; padding: 0 24px 24px; }

.contact { background: #2b2e68; color: #e0e1f0; padding-block: var(--section-space); }
.contact > .eyebrow { grid-column: 1/13; color: #d2d3ed; }
.contact h2 { grid-column: 1/13; font-size: clamp(40px, 5.4vw, 76px); color: var(--white); }
.contact h2 em { color: var(--mint); }
.contact-copy { grid-column: 1/8; margin: 28px 0; }
.contact-email { grid-column: 1/10; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: fit-content; max-width: 100%; padding: 18px 24px; border-radius: 20px; background: var(--white); color: var(--blue); font-size: clamp(16px, 1.8vw, 24px); font-weight: 600; line-height: 1.6; overflow-wrap: anywhere; }
.contact-email:hover { background: var(--paper); }
.contact-email > span { flex-shrink: 0; font-size: 24px; color: currentColor; }
.contact-hint, .contact-pending { grid-column: 1/9; font-size: 14px; margin: 18px 0 0; }
.contact a:focus-visible, .site-footer a:focus-visible { outline-color: var(--mint); }

.site-footer { padding-block: 40px; row-gap: 28px; align-items: center; background: #222451; color: var(--white); }
.site-footer > .brand { grid-column: 1/4; }
.site-footer .brand-name { color: var(--white); }
.site-footer .brand-action { color: #d2d3ed; }
.site-footer > p { grid-column: 4/9; font-size: 14px; margin: 0; color: #d2d3ed; }
.footer-links { grid-column: 10/13; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 20px; font-size: 14px; }
.footer-links a:hover { color: var(--mint); }
.site-footer > small { grid-column: 1/13; padding-top: 22px; border-top: 2px solid #ffffff35; font-size: 14px; color: #d2d3ed; }
.page-content { padding-block: var(--section-space); min-height: 60vh; }
.page-content > article, .page-content > .post-list { grid-column: 2/12; }
.page-content h1 { margin-bottom: 36px; color: var(--blue); }
.page-content h2 { font-size: 34px; margin-block: 36px 24px; }
.page-content a { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.page-content p, .page-content li { line-height: 1.8; max-width: 780px; }
.editor-styles-wrapper { font-family: var(--sans); font-weight: 500; }

@media (max-width: 1100px) {
  .service { padding: 26px; }
  .service h3 { font-size: 25px; }
}
@media (max-width: 1000px) {
  .site-header { padding-block: 20px; row-gap: 24px; }
  .brand { grid-column: 1/8; }
  .menu-toggle:not([hidden]) { display: flex; align-items: center; justify-content: space-between; gap: 14px; grid-column: 10/13; justify-self: end; background: var(--paper); color: var(--blue); border: 2px solid var(--line); border-radius: 99px; padding: 10px 16px; font-size: 14px; min-height: 44px; }
  .menu-toggle > span { font-size: 20px; line-height: 1; }
  .site-navigation { grid-column: 1/13; grid-template-columns: subgrid; row-gap: 16px; }
  .site-navigation > a { grid-column: span 6; justify-self: stretch; white-space: normal; padding: 12px; }
  .site-navigation[data-collapsible=true] { display: none; }
  .site-navigation[data-collapsible=true].is-open { display: grid; }
  .hero { padding-block: 64px; }
  .services { row-gap: 18px; }
  .service { grid-column: 1/13; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gutter); align-items: start; padding: 28px; }
  .service-number { grid-column: 1/2; margin: 0; }
  .service h3 { grid-column: 2/13; margin: 0; font-size: 28px; }
  .service > p:last-child { grid-column: 2/13; margin-top: 16px; }
  .step h3 { font-size: 24px; }
}
@media (max-width: 900px) {
  .contact::after { grid-column: 1/13; grid-row: auto; width: 180px; margin-top: 28px; }
  .faq-intro::after { width: 160px; margin-top: 24px; }
  .hero-eyebrow, .hero h1, .hero-bottom { grid-column: 1/13; }
  .hero h1 { font-size: clamp(38px, 6vw, 56px); }
  .hero-description { grid-column: 1/13; }
  .hero-button { grid-column: 1/8; }
  .hero-demo { grid-column: 1/13; grid-row: auto; width: 100%; margin-top: 36px; min-height: 0; }

  .concept-bakery, .concept-salon { grid-column: 1/13; }
  .mini-site, .salon-mini { min-height: 400px; }
  .bakery-layout h3 { font-size: 44px; }
  .salon-wordmark { font-size: 130px; }
  .process-intro, .steps { grid-column: 1/13; }
  .process { row-gap: 44px; }
  .process-intro > p:last-child { max-width: 650px; }
  .steps { display: grid; grid-template-columns: subgrid; }
  .step { grid-column: 1/13; grid-template-columns: subgrid; }
  .step h3, .step > p:last-child { grid-column: 2/13; }
  .maker-portrait { grid-column: 1/6; }
  .maker-copy { grid-column: 7/13; }
  .maker-copy h2 { font-size: 38px; }
  .faq-intro { grid-column: 1/13; }
  .faq-items { grid-column: 1/13; }
  .faq { row-gap: 32px; }
  .site-footer > .brand { grid-column: 1/6; }
  .site-footer > p { grid-column: 6/13; }
  .footer-links { grid-column: 1/13; justify-content: flex-start; }
}
@media (max-width: 640px) {
  :root { --gutter: 12px; --section-space: 60px; }
  .brand { font-size: 29px; }
  .menu-toggle:not([hidden]) { grid-column: 9/13; }
  .hero { padding-block: 48px; }
  .hero-eyebrow { margin-bottom: 26px; }
  .eyebrow { letter-spacing: .06em; }
  .hero h1 { font-size: clamp(38px, 9vw, 56px); }
  .hero-bottom { row-gap: 28px; margin-top: 28px; }
  .hero-description, .hero-button { grid-column: 1/13; }
  .hero-description { font-size: 16px; }
  .wp-block-button__link { font-size: 15px; }
  .section-intro { row-gap: 20px; }
  .section-intro .eyebrow { margin: 0; }
  .section-intro h2, .section-intro > p:last-child { grid-column: 1/13; }
  .concepts { row-gap: 36px; }
  .concept-caption h3 { font-size: 25px; }
  .mini-site, .salon-mini { min-height: 0; }
  .bakery-layout h3 { font-size: 38px; }
  .salon-wordmark { font-size: 100px; }
  .salon-mini h3 { font-size: 25px; }
  .salon-mini { padding-bottom: 32px; }
  .offer > h2 { grid-column: 1/13; }
  .services { margin-top: 32px; }
  .service { padding: 26px; row-gap: 20px; }
  .service-number, .service h3, .service > p:last-child { grid-column: 1/13; }
  .service h3 { font-size: 28px; }
  .service > p:last-child { margin-top: 0; }
  .step-number { width: 32px; height: 32px; }
  .step h3, .step > p:last-child { grid-column: 3/13; }
  .step h3 { font-size: 25px; }
  .maker { row-gap: 36px; }
  .maker-portrait, .maker-copy { grid-column: 1/13; }
  .maker-copy h2 { font-size: 40px; }
  .maker-copy p.lead { font-size: 19px; }
  .faq-item h3 { padding: 20px 20px 12px; font-size: 16px; }
  .faq-item p { padding: 0 20px 22px; }
  .contact h2 { grid-column: 1/13; font-size: clamp(36px, 8vw, 48px); }
  .contact-copy, .contact-email, .contact-hint, .contact-pending { grid-column: 1/13; }
  .contact-email { width: 100%; font-size: 16px; padding: 16px; gap: 12px; }
  .site-footer > .brand, .site-footer > p { grid-column: 1/13; }
  .page-content > article, .page-content > .post-list { grid-column: 1/13; }
  .page-content h1 { font-size: 40px; }
}
@media (max-width: 360px) {
  .site-navigation > a { grid-column: 1/13; }
  .salon-wordmark { font-size: 84px; }
  .contact-email { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
