:root {
  --ink: #2d2d2f;
  --muted: #555257;
  --accent: #b9979e;
  --accent-dark: #78515d;
  --paper: #faf5ec;
  --soft: #ead9dc;
  --line: #d8ccce;
}
* { box-sizing: border-box; }
html { font-size: 112.5%; scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif; font-size: 1.111111rem; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 5px; }
a:hover { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.wrap { width: min(1160px, 90%); margin-inline: auto; }
.skip { position: absolute; top: -100px; left: 1rem; padding: .75rem 1rem; background: white; z-index: 5; }
.skip:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { min-height: 112px; display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .8rem; flex-shrink: 0; }
.brand-name { font-weight: 750; font-size: 2.4rem; letter-spacing: -.12rem; line-height: 1.2; }
.brand-detail { font-size: 1rem; font-weight: 600; line-height: 1.2; border-left: 2px solid var(--accent); padding: .45rem 0 .45rem .8rem; }
nav { display: flex; flex-wrap: wrap; gap: 1.8rem; font-size: 1rem; }
nav a:hover, .quiet-link:hover { text-decoration: underline; }
.button { min-height: 48px; background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: 5px; padding: .85rem 1.25rem; font-weight: 600; font-size: 1rem; display: inline-flex; justify-content: center; align-items: center; line-height: 1.5; text-align: center; transition: background .15s; }
.button:hover { background: #454348; }
.button-header { background: transparent; color: var(--ink); padding: .6rem 1rem; }
.button-header:hover { background: var(--soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 650; }
h1 { font-size: clamp(2.5rem, 4.4vw, 3.8rem); letter-spacing: -.045em; line-height: 1.13; margin-bottom: 1.6rem; }
h1 span { color: var(--accent-dark); }
h2 { font-size: clamp(1.65rem, 2.5vw, 2.1rem); line-height: 1.25; letter-spacing: -.035em; margin-bottom: 1rem; }
h3 { font-size: 1.12rem; line-height: 1.5; margin-bottom: .5rem; }
p { margin-bottom: 1.2rem; }
.hero { display: grid; grid-template-columns: .88fr 1.3fr; gap: 7%; padding-block: 3.4rem 3.5rem; align-items: center; }
.location { color: var(--muted); font-size: 1rem; margin-bottom: 1.3rem; }
.intro { max-width: 32rem; color: var(--muted); font-size: 1.111111rem; line-height: 1.75; margin-bottom: .85rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-block: 1.6rem; }
.quiet-link { font-size: 1rem; text-decoration: underline; text-underline-offset: 4px; }
.shop-note { font-size: 1rem; color: var(--muted); margin: 0; max-width: 450px; }
.hero-photo { margin: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.hero-photo img { width: 100%; height: auto; display: block; border: 8px solid var(--soft); outline: 1px solid var(--line); border-radius: 2px; }
.hero-photo figcaption { margin-top: .65rem; font-size: 1rem; color: var(--muted); }
.services { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.4fr; gap: 10%; padding-block: 2.8rem 3.5rem; }
.services>div p { color: var(--muted); max-width: 32rem; }
.service-list { margin: 0; }
.service-list>div { display: grid; grid-template-columns: minmax(7rem, .8fr) minmax(0, 1.5fr); gap: 1.25rem; padding-block: 1rem; border-bottom: 1px solid var(--line); }
.service-list>div:first-child { padding-top: 0; }
.service-list>div:last-child { border-bottom: 0; }
dt { font-weight: 650; }
dd { margin: 0; color: var(--muted); }
.pricing { background: var(--soft); padding-block: 3.6rem; }
.pricing-heading { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 1.8rem; }
.pricing-heading p { color: var(--muted); margin-bottom: 0; }
.price-note { flex-shrink: 0; font-size: 1rem; border-bottom: 2px solid var(--accent); padding-bottom: .2rem; }
.price-options { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: 5px; overflow: hidden; background: var(--paper); }
.price-option { padding: 1.7rem 2rem 1.8rem; }
.price-option + .price-option { border-left: 1px solid var(--line); }
.price-option h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.price-option .amount { font-size: 2.8rem; font-weight: 600; line-height: 1.25; letter-spacing: -.05em; color: var(--ink); margin-bottom: .7rem; font-variant-numeric: tabular-nums; }
.price-option p { margin-bottom: 0; color: var(--muted); }
.pricing-foot { display: flex; justify-content: space-between; gap: 3rem; margin-top: 1.5rem; font-size: 1rem; color: var(--muted); }
.pricing-foot p { max-width: 470px; margin: 0; }
.pricing-foot p:last-child { max-width: 65ch; }
.pricing-foot strong { color: var(--ink); font-weight: 600; }
.ordering { display: grid; grid-template-columns: 1fr 1.3fr; gap: 10%; padding-block: 4.5rem 3rem; }
.ordering-intro>p { color: var(--muted); }
.turnaround { padding: 1rem 0 0 1rem; border-left: 3px solid var(--accent); margin-top: 1.9rem; }
.turnaround strong { font-size: 1.111111rem; }
.turnaround p { font-size: 1rem; color: var(--muted); margin-top: .3rem; margin-bottom: 0; }
.order-steps { list-style: none; margin: 0; padding: 0; counter-reset: step; }
.order-steps li { position: relative; counter-increment: step; padding: 0 0 1.65rem 3rem; }
.order-steps li:last-child { padding-bottom: 0; }
.order-steps li::before { content: counter(step); position: absolute; top: .1rem; left: 0; display: grid; place-items: center; width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--soft); border: 1px solid var(--line); font-size: 1rem; }
.order-steps p { margin-bottom: 0; color: var(--muted); }
.questions { display: grid; grid-template-columns: 1fr 1.3fr; gap: 10%; padding-block: 1rem 3.5rem; }
.questions h2 { font-size: 1.4rem; padding-top: 1rem; }
details { border-bottom: 1px solid var(--line); }
details:first-child { border-top: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: 1rem; list-style: none; cursor: pointer; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 1.35rem; font-weight: 400; }
details[open] summary::after { content: '−'; }
details p { color: var(--muted); padding-right: 1.5rem; }
.visit { padding-bottom: 3rem; }
.visit-panel { padding: 2.7rem 3rem; background: var(--soft); border-radius: 5px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 10%; }
.visit-panel p { line-height: 1.85; }
.visit-panel p strong { font-weight: 600; }
.visit-panel .button { margin-top: .4rem; }
.visit-hours { min-width: 0; align-self: center; border-left: 1px solid #c5ada4; padding-left: 3rem; }
.visit-hours h3 { font-size: 1rem; font-weight: 500; }
.visit-hours .hours { font-size: 1.3rem; line-height: 1.6; }
.visit-hours>p:last-child { font-size: 1rem; margin-bottom: 0; }
.site-footer { border-top: 1px solid var(--line); padding-block: 1.6rem 2rem; display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; }
.site-footer .brand-name { font-size: 1.9rem; }
.site-footer .brand-detail { font-size: 1rem; }
.site-footer>p, .site-footer>span { font-size: 1rem; color: var(--muted); margin: 0; }
@media (max-width: 1000px) {
  .brand { gap: .6rem; }
  .brand-detail { padding-left: .6rem; }
  nav { gap: 1rem; }
  .hero { gap: 5%; }
  
  .price-note { display: none; }
  .services, .ordering, .questions { gap: 6%; }
  .service-list>div { grid-template-columns: minmax(0, 1fr); gap: .8rem; }
  .site-footer { flex-wrap: wrap; }
  .site-footer>span { flex-basis: 100%; }
}
@media (max-width: 52rem) {
  html { scroll-padding-top: 1rem; }
  .wrap { width: 89%; }
  .site-header { min-height: 88px; flex-wrap: wrap; gap: .8rem; padding-block: 1rem; }
  .brand-name { font-size: 2.05rem; }
  .brand-detail { font-size: 1rem; }
  nav { order: 3; width: 100%; justify-content: flex-start; gap: .65rem 1.2rem; padding-top: .6rem; font-size: 1rem; }
  .button-header { font-size: 1rem; padding: .5rem .7rem; }
  .hero { grid-template-columns: 1fr; gap: 1.8rem; padding-block: 2.2rem 2rem; }
  h1 { font-size: clamp(2.35rem, 8.4vw, 3.3rem); }
  .location { margin-bottom: 1rem; }
  .intro { font-size: 1.111111rem; }
  .hero-actions { gap: 1rem; }
  .hero-photo { max-width: 260px; margin-inline: auto; width: 100%; grid-row: 2; }
  .hero-copy { grid-row: 1; }
  .services { grid-template-columns: 1fr; gap: .7rem; padding-block: 2rem 2.5rem; }
  .services>div p { max-width: none; }
  .service-list>div { grid-template-columns: minmax(0,1fr); gap: .35rem; padding-block: .9rem; }
  .pricing { padding-block: 2.5rem; }
  .pricing-heading { margin-bottom: 1.5rem; }
  .price-options { grid-template-columns: 1fr; }
  .price-option { display: grid; grid-template-columns: minmax(0,1fr) auto; column-gap: 1rem; padding: 1.3rem 1.35rem; }
  .price-option+.price-option { border-left: 0; border-top: 1px solid var(--line); }
  .price-option h3 { grid-column: 1; margin-bottom: .2rem; }
  .price-option .amount { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 2.2rem; margin: 0; }
  .price-option>p:last-child { grid-column: 1; font-size: 1rem; }
  .pricing-foot { flex-direction: column; gap: 1rem; }
  .pricing-foot p:last-child { max-width: none; }
  .ordering { grid-template-columns: 1fr; gap: 2rem; padding-block: 2.8rem 2.4rem; }
  .turnaround { margin-top: 1.25rem; padding-top: .25rem; }
  .questions { grid-template-columns: 1fr; gap: .6rem; padding-block: 0 2.5rem; }
  .questions h2 { padding-top: 0; }
  .visit { padding-bottom: 2rem; }
  .visit-panel { grid-template-columns: 1fr; padding: 1.8rem 1.5rem; gap: 1.7rem; }
  .visit-hours { border-left: 0; border-top: 1px solid #c5ada4; padding: 1.5rem 0 0; }
  .site-footer { align-items: flex-start; gap: 1rem; }
  .site-footer>p { flex-basis: 100%; }
}
@media (max-width: 360px) {
  .button-header { padding: .5rem; }
  .brand { gap: .45rem; }
  .brand-name { font-size: 1.8rem; }
  .brand-detail { padding-left: .45rem; }
  .service-list>div { grid-template-columns: 1fr; gap: .3rem; }
  .price-option { padding-inline: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

.announcement { background: var(--ink); color: #fff; text-align: center; padding: .7rem 5%; font-size: 1rem; }
.hero-facts { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 1.5rem 0 0; gap: .7rem 1.2rem; font-size: 1rem; color: var(--muted); }
.hero-facts li::before { content: '✓'; margin-right: .4rem; color: var(--accent-dark); }
.artwork { margin-top: 1.7rem; border-top: 1px solid #d4c6b7; padding-top: 1.5rem; display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; }
.artwork dl { margin: 0; }
.artwork dl>div { display: grid; grid-template-columns: minmax(0,1fr); gap: .35rem; margin-bottom: 1.35rem; font-size: 1rem; }
.contact-links { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.7rem; }
.contact-links a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; flex-basis: 100%; font-size: 1rem; }
.footer-links a:hover { text-decoration: underline; }
.site-footer { flex-wrap: wrap; }
@media(max-width:52rem) {
 .artwork { grid-template-columns: 1fr; gap: .4rem; }
 .artwork dl>div { grid-template-columns: 1fr; gap: .2rem; margin-bottom: 1rem; }
 .service-list>div { grid-template-columns: minmax(0,1fr); gap: .35rem; }
}

/* Comfortable reading sizes and reflow without changing the visual theme. */
main p, dd { overflow-wrap: break-word; }
.hero-copy, .services>div, .ordering-intro, .order-steps, .questions>div { min-width: 0; }
nav a, .quiet-link, .footer-links a { display: inline-block; padding-block: .3rem; }
summary { font-size: 1.111111rem; line-height: 1.6; font-weight: 600; }
summary::after { flex-shrink: 0; }
.price-option>p:last-child { font-size: 1.111111rem; }
.visit-hours>p:last-child { font-size: 1rem; }
@media (min-width: 52.01rem) and (max-width: 64rem) {
  .site-header { flex-wrap: wrap; gap: 1rem; padding-block: 1rem; }
  nav { order: 3; width: 100%; }
  .visit-panel { gap: 5%; }
  .visit-hours { padding-left: 1.5rem; }
}
@media (max-width: 52rem) {
  .wrap { width: 90%; }
  .hero { padding-top: 1.7rem; }
  h1 { font-size: clamp(2.2rem, 7.4vw, 3.3rem); line-height: 1.2; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-facts { flex-direction: column; gap: .6rem; }
  .price-option { column-gap: .65rem; padding-inline: 1.1rem; }
  .price-option .amount { font-size: 2.2rem; }
  .visit-panel { padding-inline: 1.2rem; }
  .contact-links { font-size: 1rem; gap: .8rem; }
  .service-list>div { padding-block: 1.2rem; }
  .order-steps li { padding-bottom: 2rem; }
  .footer-links { gap: .6rem 1.3rem; }
}

.brand { max-width: 100%; flex-wrap: wrap; }
h1 { overflow-wrap: anywhere; }
@media (max-width: 22rem) {
  .price-option { display: block; }
  .price-option .amount { margin-block: .35rem .6rem; }
}

.quote-contact { font-size: 1rem; color: var(--muted); margin-top: -.3rem; }
.quote-contact a { text-decoration: underline; text-underline-offset: 4px; }

.contact-actions { gap: .85rem; margin-bottom: 1rem; }
.contact-actions .button { flex: 1 1 10rem; min-height: 54px; padding: .85rem 1rem; }
.button-email { background: var(--paper); color: var(--ink); border: 2px solid var(--ink); }
.button-email:hover { background: var(--soft); }
.contact-backup { display: flex; flex-wrap: wrap; gap: .25rem 1.25rem; margin-bottom: .9rem; font-size: 1rem; color: var(--muted); }
.contact-backup span { overflow-wrap: anywhere; user-select: text; }
@media (max-width: 52rem) {
  .contact-actions { flex-direction: column; }
  .contact-actions .button { flex: none; width: 100%; }
  .contact-backup { flex-direction: column; }
}

/* Ellis palette: cream canvas, dusky pink details, grey and charcoal. */
.site-header { border-bottom: 2px solid var(--accent); }
.announcement { color: var(--paper); border-bottom: 3px solid var(--accent); }
.hero-photo img { border-color: var(--soft); }
.location { color: var(--accent-dark); font-weight: 600; }
.workshop-location { border-left: 3px solid var(--accent); padding-left: .8rem; margin-bottom: 1.2rem; font-size: 1rem; }
.button-email { background: var(--soft); border-color: var(--accent-dark); }
.button-email:hover { background: #dcc2c9; }
.button-whatsapp { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.price-options { border-top-color: var(--accent-dark); }
.order-steps li::before { background: #e7e5e6; border-color: #c9c4c7; }
.visit-panel { border-top: 4px solid var(--accent-dark); }
.site-footer { border-top: 2px solid var(--accent); }

/* Workwear-first identity, using the existing butterfly artwork. */
.site-header { flex-wrap: wrap; gap: 1rem 2rem; padding-block: 1.2rem; }
.brand { flex-wrap: nowrap; flex-shrink: 1; gap: .85rem; min-width: 0; }
.brand-logo { display: block; width: 80px; height: 80px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--accent); }
.brand-logo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.brand-copy { display: flex; flex-direction: column; min-width: 0; gap: .35rem; }
.brand-wordmark { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(1.4rem, 2.5vw, 1.9rem); line-height: 1.25; letter-spacing: -.025em; }
.brand-strapline { color: var(--accent-dark); font-size: .8rem; font-weight: 650; letter-spacing: .08em; line-height: 1.5; }
h1,h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
.hero { grid-template-columns: minmax(0,1.25fr) minmax(0,.8fr); column-gap: 6%; row-gap: 2rem; }
.hero-copy { grid-column: 1; grid-row: 1; }
.workwear-photo { grid-column: 2; grid-row: 1; min-width: 0; }
.workwear-photo img { aspect-ratio: 1/1.1; object-fit: contain; background: white; border: 0; outline: none; }
.workwear-photo>a { border: 1px solid var(--line); border-bottom: 5px solid var(--accent); border-radius: 5px; overflow: hidden; }
.workwear-photo figcaption { line-height: 1.6; }
.contact-reassurance { font-size: 1rem; color: var(--muted); }
.visit-hours .contact-actions { flex-direction: column; margin-top: 0; }
.visit-hours .contact-actions .button { flex: none; width: 100%; }
@media(max-width:52rem) {
 .site-header { gap: 1rem; }
 .brand { width: 100%; }
 .brand-logo { width: 62px; height: 62px; }
 .brand-wordmark { font-size: clamp(1.25rem,5.5vw,1.7rem); }
 .brand-strapline { font-size: .8rem; letter-spacing: .035em; }
 .hero { grid-template-columns: minmax(0,1fr); gap: 2rem; padding-bottom: 2.75rem; }
 .hero-copy { grid-column: 1; grid-row: 1; }
 .workwear-photo { grid-column: 1; grid-row: 2; max-width: 380px; }
 .workwear-photo figcaption { margin-top: 1rem; }
 .workwear-photo figcaption .quiet-link { display: block; margin-top: .35rem; }
 .services { row-gap: 1.5rem; padding-top: 2.5rem; }
 .site-header nav { order: 0; padding-top: 0; }
}
@media(max-width:22rem) { .brand-logo { width: 48px; height: 48px; } .brand { gap: .55rem; } }

/* Direct contact, with generous space for a short enquiry. */
.header-contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: .7rem; }
.header-contact .button { padding: .55rem .9rem; }
.header-contact .button-contact-form { grid-column: 1 / -1; justify-self: center; width: 72%; min-width: min(12rem, 100%); max-width: 100%; background: var(--paper); color: var(--accent-dark); border: 2px solid var(--accent-dark); }
.header-contact .button-contact-form:hover { background: var(--soft); }
.contact-heading { max-width: 42rem; padding-top: 1rem; margin-bottom: 2rem; }
.contact-heading>p { color: var(--muted); }
.contact-heading .contact-actions { max-width: 31rem; }
.contact-form-panel { background: #f1e6e5; border: 1px solid var(--line); border-top: 4px solid var(--accent); border-radius: 5px; padding: clamp(1.25rem, 4vw, 3rem); margin-bottom: 2.5rem; }
.contact-form-intro { max-width: 40rem; margin-bottom: 1.8rem; }
.contact-form-intro h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(1.5rem, 3vw, 1.85rem); line-height: 1.3; }
.contact-form-intro p { color: var(--muted); margin-bottom: 0; }
.enquiry-form { max-width: 46rem; }
.enquiry-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem 1.5rem; }
.enquiry-field { min-width: 0; }
.enquiry-wide { grid-column: 1 / -1; }
.enquiry-field label { display: block; font-weight: 600; margin-bottom: .45rem; font-size: 1rem; }
.enquiry-field label span { color: var(--muted); font-weight: 400; }
.enquiry-field input, .enquiry-field textarea { display: block; width: 100%; min-width: 0; min-height: 54px; background: var(--paper); border: 1px solid #92838a; border-radius: 4px; color: var(--ink); padding: .7rem .85rem; font: inherit; line-height: 1.5; }
.enquiry-field textarea { resize: vertical; }
.enquiry-field input:focus, .enquiry-field textarea:focus, .enquiry-send:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 3px; }
.field-hint, .form-privacy { font-size: 1rem; line-height: 1.6; color: var(--muted); }
.field-hint { margin: .6rem 0 0; }
.form-privacy { margin: 1.5rem 0 1.2rem; max-width: 40rem; }
.enquiry-send { cursor: pointer; font-family: inherit; }
.form-honeypot { display: none; }
.contact-thanks { max-width: 42rem; padding-block: 4rem; }
.contact-thanks>p { color: var(--muted); }
.floating-call { position: fixed; right: max(1.25rem, env(safe-area-inset-right)); bottom: calc(1.25rem + env(safe-area-inset-bottom)); z-index: 20; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 56px; padding: .7rem 1.2rem; background: var(--accent); color: var(--ink); border: 1px solid var(--accent-dark); border-radius: 999px; box-shadow: 0 4px 18px rgb(45 45 47 / 18%); font-size: 1rem; font-weight: 700; line-height: 1.4; }
.floating-call svg { flex-shrink: 0; }
.floating-call:hover { background: #cfafb7; }
.site-footer { padding-bottom: calc(6rem + env(safe-area-inset-bottom)); }
@media(max-width:52rem) {
  .header-contact { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
  .header-contact .button-contact-form { width: 72%; min-width: min(12rem, 100%); }
  .enquiry-fields { grid-template-columns: minmax(0, 1fr); }
  .enquiry-send { width: 100%; }
  .contact-form-panel { margin-bottom: 2rem; }
  .floating-call { right: max(.8rem, env(safe-area-inset-right)); bottom: calc(.8rem + env(safe-area-inset-bottom)); width: 54px; min-height: 54px; height: 54px; padding: 0; }
  .floating-call span { display: none; }
}
@media print { .floating-call { display: none; } }

.policy-page { max-width: 46rem; padding-block: 3rem 4rem; }
.policy-page h1 { max-width: 18ch; }
.policy-lead { font-size: 1.2rem; color: var(--muted); }
.policy-updated { font-size: 1rem; color: var(--muted); }
.policy-contents { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; width: auto; background: var(--soft); border-left: 4px solid var(--accent-dark); border-radius: 4px; padding: 1.25rem 1.5rem; margin-block: 2rem 2.5rem; }
.policy-page a, .form-privacy a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.policy-page section { margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.policy-page h2 { font-size: 1.65rem; }
.policy-page h3 { margin-top: 1.5rem; }
.policy-page li { margin-bottom: .85rem; }
.policy-page ul { padding-left: 1.4rem; }
@media(max-width:52rem) { .policy-page { padding-block: 2rem 3rem; } .policy-contents { padding-inline: 1rem; } }

/* Shop first, with the two direct contact choices side by side below. */
.hero-copy .hero-shop-actions { justify-content: center; margin-block: 1.5rem .85rem; }
.hero-copy .hero-shop-actions .button { width: 72%; min-width: min(12rem, 100%); min-height: 60px; }
.hero-copy .hero-contact-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: .85rem; margin-block: 0 1rem; }
.hero-copy .hero-contact-actions .button { width: 100%; min-width: 0; min-height: 60px; padding: .75rem .6rem; }
