/* Ouvora — warm editorial system. Product demos retain their own selectable themes. */
:root {
  --page: #faf9f5;
  --surface: #fffefa;
  --soft: #f0efea;
  --ink: #151d30;
  --accent: #294edc;
  --muted: #535b69;
  --line: #151d302b;
  --line-strong: #151d3052;
  --accent-soft: #294edc0d;
  --rust: #ad503c;
  --radius: 8px;
  --shell: min(1280px, calc(100% - 80px));
}
html { scroll-padding-top: 104px; }
.editorial { background: var(--page); color: var(--ink); }
.editorial h1, .editorial h2, .editorial h3 { font-weight: 800; }
.editorial em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: var(--rust); letter-spacing: -.055em; }
.editorial .eyebrow { color: var(--ink); font-size: 11px; letter-spacing: .2em; font-weight: 600; }
.editorial .button { border-radius: 5px; font-weight: 600; min-height: 50px; box-shadow: none; cursor: pointer; }
.editorial .button-primary:hover { background: #203fc1; }
.editorial .button-ghost { color: var(--ink); border-color: var(--line-strong); background: transparent; }
.editorial .button-ghost:hover { background: var(--soft); }
.editorial .button:disabled { cursor: not-allowed; }
.editorial .text-link { color: var(--ink); border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 15px; }
.editorial .text-link span { color: var(--accent); }

/* Shared navigation: real pages, with a small platform dropdown. */
.editorial .site-header { position: sticky; top: 0; background: var(--page); border-bottom: 1px solid var(--line); backdrop-filter: none; }
.editorial .site-header.scrolled { background: var(--page); box-shadow: 0 3px 14px #151d3006; }
.editorial .nav-wrap { width: min(1536px, calc(100% - 64px)); min-height: 86px; gap: 18px; }
.editorial .wordmark { width: 178px; height: 40px; }
.editorial .nav { display: contents; font-size: 13px; color: var(--ink); }
.nav-pages { display: flex; gap: clamp(14px, 1.8vw, 28px); align-items: center; margin: 0 auto; order: 1; }
.nav-pages > a { position: relative; padding-block: 15px; white-space: nowrap; }
.nav-pages > a[aria-current="page"]::after { position: absolute; content: ''; height: 2px; background: var(--accent); bottom: 7px; left: 0; right: 0; }
.nav-pages a:hover { color: var(--accent); }
.nav-actions { order: 3; display: flex; align-items: center; gap: 8px; }
.editorial .nav-login { color: white; background: var(--accent); border: 1px solid var(--accent); min-height: 44px; padding-inline: 17px; border-radius: 5px; }
.editorial .nav-login:hover { background: #203fc1; color: white; }
.editorial .nav-cta { display: inline-flex; gap: 9px; white-space: nowrap; border: 1px solid var(--ink); background: var(--ink); border-radius: 5px; color: white; min-height: 44px; padding-inline: 16px; }
.editorial .cart-nav { order: 2; border-color: transparent; padding-inline: 4px; border-radius: 4px; background: transparent; font-weight: 500; }
.editorial .cart-count { min-width: 12px; width: auto; height: auto; padding: 0; background: transparent; color: var(--ink); font-size: 13px; }
.platform-menu { position: relative; }
.platform-menu summary { display: flex; align-items: center; gap: 6px; min-height: 48px; cursor: pointer; list-style: none; }
.platform-menu summary::-webkit-details-marker { display: none; }
.platform-menu summary span { color: var(--muted); }
.platform-menu-links { position: absolute; top: 100%; left: -18px; width: 222px; padding: 10px; background: var(--page); border: 1px solid var(--line); box-shadow: 0 12px 30px #151d3012; border-radius: 6px; }
.platform-menu-links a { display: block; padding: 10px; border-radius: 3px; }
.platform-menu-links a:hover { background: var(--soft); }

/* Full-bleed home opening, then a quiet ink-coloured product band. */
.editorial .hero { padding: 0; min-height: 0; overflow: visible; }
.editorial .hero::before { display: none; }
.editorial .hero-grid { width: 100%; max-width: 1600px; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: stretch; gap: 0; }
.hero-copy { padding: 54px clamp(30px, 3.5vw, 64px) 30px; }
.editorial .hero h1 { font-size: clamp(56px, 5.8vw, 89px); line-height: .99; letter-spacing: -.065em; max-width: 660px; }
.hero h1 em { display: block; font-size: 1.19em; line-height: .95; margin-top: 4px; }
.editorial .hero-lead { max-width: 560px; margin-top: 24px; color: var(--ink); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.48; }
.editorial .hero-actions { margin-top: 22px; gap: 18px; align-items: center; }
.hero-actions .button-primary { min-width: 170px; }
.hero-actions .button-ghost { padding-inline: 0; min-height: 36px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; font-size: 14px; }
.editorial .hero-proof { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line-strong); gap: 10px 0; flex-wrap: nowrap; color: var(--ink); font-size: 11px; justify-content: space-between; }
.hero-proof span { padding: 0 12px; line-height: 1.5; }
.hero-proof span:first-child { padding-left: 0; }
.hero-proof span:last-child { padding-right: 0; }
.hero-proof span + span { border-left: 1px solid var(--line-strong); }
.editorial .hero-proof span::before { display: none; }
.editorial .hero-visual { min-height: 650px; max-width: none; width: 100%; border-radius: 0; box-shadow: none; }
.editorial .hero-slides img { min-height: 0; object-position: 47% center; }
.editorial .hero-visual figcaption { text-align: center; left: 70px; right: 70px; bottom: 36px; gap: 3px; }
.editorial .hero-visual figcaption strong { font-size: 16px; font-weight: 600; }
.editorial .hero-carousel-controls { left: 22px; right: 22px; bottom: 24px; justify-content: space-between; }
.editorial .hero-carousel-controls > button { width: 38px; height: 38px; }
.editorial .hero-carousel-controls > [data-hero-pause] { bottom: 52px; right: 0; }
.editorial .hero-carousel-dots { position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); }
.journey-band { background: var(--ink); color: var(--page); }
.journey-band .shell { padding-block: 29px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.journey-band p { margin: 0; font: 700 clamp(20px, 2.2vw, 31px)/1.18 'Manrope', sans-serif; letter-spacing: -.05em; max-width: 740px; }
.journey-band ul { display: flex; margin: 0; padding: 0; list-style: none; font-size: 13px; }
.journey-band li { padding: 8px 21px; border-left: 1px solid #ffffff42; }
.journey-band li:first-child { border: 0; }

/* Existing content, with a less card-heavy rhythm. */
.editorial .section { padding-block: 100px; }
.editorial .brand-touchpoints { border-top: 0; padding-block: 68px; }
.editorial .brand-touchpoints-grid { grid-template-columns: .9fr 1.1fr; gap: 64px; }
.editorial .brand-touchpoints h2 { font-size: clamp(36px, 4vw, 55px); line-height: 1.05; }
.editorial .touchpoints-lead { color: var(--ink); line-height: 1.6; }
.editorial .touchpoints-benefits { font-size: 14px; gap: 9px; }
.editorial .touchpoints-studio-link { border: 0; border-top: 1px solid var(--line); padding: 14px 0; border-radius: 0; background: transparent; color: var(--ink); }
.editorial .touchpoints-studio-link > span:last-child { color: var(--accent); }
.editorial .touchpoints-process { margin-top: 42px; font-size: 13px; }
.editorial .platform { background: var(--page); border-top: 1px solid var(--line); }
.editorial .section-heading { max-width: 910px; }
.editorial .feature-grid { gap: 0 42px; }
.editorial .feature { border: 0; border-top: 1px solid var(--line-strong); border-radius: 0; min-height: 310px; padding: 30px 0 36px; background: transparent; }
.editorial .feature-number { margin-bottom: 20px; color: var(--rust); }
.editorial .feature h3 { font-size: 27px; max-width: 470px; }
.editorial .feature > p { font-size: 15px; }
.editorial .feature-label { color: var(--muted) !important; font-size: 10px; letter-spacing: .15em; }
.editorial .feature-points { gap: 6px; padding-top: 20px; }
.editorial .feature-points li::before { border-radius: 0; width: 4px; height: 4px; }
.editorial .feature:has(.chat-preview) { padding-inline: 28px; background: var(--ink); color: var(--page); border-radius: 6px; margin-block: 22px; }
.editorial .feature:has(.chat-preview) > p { color: #d6d8df; }
.editorial .feature:has(.chat-preview) .feature-label { color: #bdc3d3 !important; }
.editorial .feature:has(.chat-preview) .feature-number { color: #b2c1ff; }
.editorial .feature:has(.chat-preview) .chat-preview span:first-child { color: var(--ink); }
.editorial .metrics-row { margin-top: 40px; border-block: 1px solid var(--line); }
.editorial .metrics-row div { min-height: 132px; border: 0; padding: 24px 0; background: transparent; }
.editorial .metrics-row strong { color: var(--ink); }
.editorial .how { background: var(--soft); }
.editorial .how-grid { gap: 80px; }
.editorial .steps li { opacity: 1; gap: 20px; }
.editorial .steps::before, .editorial .steps::after { display: none; }
.editorial .steps li > span, .editorial .steps li.is-active > span { width: 40px; height: 40px; border: 0; border-radius: 0; background: transparent; color: var(--rust); box-shadow: none; }
.editorial .steps h3 { font-size: 27px; }
.editorial .industries { background: var(--page); }
.editorial .industry-image { box-shadow: none; }
.editorial .differentiator { padding-top: 0; background: var(--page); }
.editorial .differentiator-card { background: var(--ink); border: 0; border-radius: 8px; padding: 55px; color: var(--page); }
.editorial .differentiator-card > p:not(.eyebrow) { color: #ced2dc; }
.editorial .differentiator-card .eyebrow { color: #b1bfdc; }
.editorial .differentiator-flow span { background: transparent; color: var(--page); border-color: #ffffff35; border-radius: 3px; }
.editorial .differentiator-flow i { background: #ffffff60; }
.editorial .profile-explorer-section { padding-top: 16px; }
.editorial #ouvora-explorer { background: transparent; }
.editorial #ouvora-explorer .ov-intro { background: transparent; }
.editorial .final-cta { background: var(--soft); border-top: 1px solid var(--line); padding-block: 96px; }
.editorial .final-inner { max-width: 990px; }
.editorial .referral-programme { border-top: 1px solid var(--line); padding-block: 56px; }
.editorial .referral-programme-inner { gap: 64px; }

/* About us. Production deliberately sits behind the relationship story. */
.about-intro { padding-block: 64px 42px; }
.about-intro h1 { font-size: clamp(48px, 6.8vw, 94px); max-width: 1240px; line-height: 1.04; }
.editorial-lead { max-width: 710px; font-size: 20px; line-height: 1.5; margin: 28px 0 0; }
.about-photo { margin: 0 auto; max-width: 1600px; height: clamp(330px, 38vw, 550px); overflow: hidden; }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 40% 46%; }
.about-story { display: grid; grid-template-columns: 1fr 1fr; padding-block: 52px; }
.about-story article { padding-right: 46px; }
.about-story article + article { padding-left: 46px; padding-right: 0; border-left: 1px solid var(--line); }
.story-number { display: flex; align-items: center; gap: 20px; color: var(--rust); font-size: 13px; }
.story-number::after { content: ''; width: 50px; height: 1px; background: currentColor; }
.about-story h2 { margin: 20px 0 15px; font-size: clamp(28px, 2.9vw, 40px); line-height: 1.1; }
.about-story p { font-size: 17px; line-height: 1.6; margin: 0; }
.about-making { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; border-block: 1px solid var(--line); padding-block: 28px; }
.about-making figure { margin: 0; }
.about-making img { width: 100%; height: 220px; object-fit: cover; object-position: center 48%; display: block; border-radius: 5px; }
.about-making figcaption { font-size: 11px; color: var(--muted); margin-top: 8px; }
.about-making > div { padding: 26px 0 26px 45px; border-left: 1px solid var(--line); }
.about-making > div > p:not(.eyebrow) { font-size: 20px; line-height: 1.5; max-width: 380px; }
.about-close { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 46px 64px; }
.about-close p { max-width: 760px; font-size: 17px; }
.about-close .button { flex-shrink: 0; }

/* Pricing uses the existing commercial content and purchase controls. */
.page-pricing .pricing { background: var(--page); padding-block: 0 72px; }
.pricing-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding-block: 50px 32px; }
.editorial .pricing-heading { margin: 0; max-width: none; }
.pricing-heading h1 { font-size: clamp(45px, 5.4vw, 76px); max-width: 780px; line-height: 1.04; }
.pricing-heading > p:last-child { max-width: 540px; color: var(--ink); font-size: 18px; }
.pricing-photo { margin: 0; height: 320px; overflow: hidden; border-radius: 6px; }
.pricing-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 27% center; }
.editorial .pricing-setup { margin: 0 0 24px; padding: 25px 32px; background: transparent; }
.editorial .pricing-setup strong { font-size: 19px; }
.editorial .pricing-setup-amount { text-align: left; min-width: 300px; padding-left: 42px; border-left: 1px solid var(--line); }
.editorial .pricing-setup-amount strong { font-size: 29px; }
.editorial .pricing-setup p { font-size: 14px; }
.editorial .pricing-plans { gap: 24px; }
.editorial .plan-card { padding: 34px; background: transparent; border-radius: 8px; }
.editorial .plan-card h3 { font-size: 36px; }
.editorial .plan-tag { color: var(--ink); font-size: 10px; letter-spacing: .18em; margin-bottom: 16px; }
.editorial .plan-description { min-height: 76px; font-size: 17px; color: var(--ink); }
.editorial .plan-price { font-size: 47px; margin-top: 18px; }
.editorial .plan-price small { font-size: 16px; }
.editorial .plan-vat { font-size: 13px; }
.editorial .plan-choice { min-height: 40px; border: 0; padding: 0; margin-top: 15px; font-size: 13px; background: transparent; }
.editorial .plan-choice input { width: 16px; height: 16px; }
.editorial .plan-buy { margin-top: 9px; }
.editorial .plan-features { gap: 20px; }
.editorial .plan-features li { font-size: 13px; line-height: 1.55; }
.editorial .plan-features strong { font-size: 15px; }
.editorial .plan-includes { padding: 0; margin-bottom: 20px; background: transparent; color: inherit; font-size: 14px; }
.editorial .plan-growth { background: var(--ink); border-color: var(--ink); color: var(--page); }
.editorial .plan-growth h3, .editorial .plan-growth .plan-price, .editorial .plan-growth .plan-tag, .editorial .plan-growth .plan-choice, .editorial .plan-growth .plan-features strong { color: var(--page); }
.editorial .plan-growth .plan-description, .editorial .plan-growth .plan-price small, .editorial .plan-growth .plan-vat, .editorial .plan-growth .plan-features li { color: #d9dce4; }
.editorial .plan-growth .plan-features li::before { color: #b3c5ff; }
.editorial .plan-growth hr { border-color: #ffffff30; }
.editorial .plan-growth:has([data-plan-choice]:checked) { outline: 2px solid var(--accent); outline-offset: 3px; }
.editorial .pricing-note { max-width: 900px; margin: 24px auto; text-align: center; }
.editorial .pricing-comparison { margin-top: 38px; background: transparent; }
.editorial .pricing-comparison summary { padding: 25px; font-size: 19px; color: var(--ink); font-family: 'Manrope',sans-serif; }
.editorial .pricing-comparison th { background: #151d3003; }

/* Contact: the existing Concierge mounted inline, with direct human contact. */
.contact-hero { display: grid; grid-template-columns: .85fr 1.15fr; max-width: 1600px; margin-inline: auto; min-height: 680px; }
.contact-copy { padding: 54px clamp(28px, 3.5vw, 64px) 36px; }
.contact-copy h1 { font-size: clamp(44px, 4.7vw, 66px); max-width: 560px; line-height: 1.05; }
.contact-copy h2 { font-size: 20px; letter-spacing: -.025em; margin: 32px 0 18px; font-weight: 600; }
.contact-methods { display: grid; gap: 20px; }
.contact-methods a { display: flex; gap: 17px; align-items: center; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.3; overflow-wrap: anywhere; }
.contact-methods a:hover { color: var(--accent); }
.contact-methods small { display: block; font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.contact-icon { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; background: var(--soft); border-radius: 50%; }
.contact-icon svg { width: 22px; height: 22px; }
.contact-signoff { border-top: 1px solid var(--line); padding-top: 24px; margin: 32px 0 0; font-size: 11px; letter-spacing: .16em; }
.contact-concierge { position: relative; display: flex; justify-content: flex-end; align-items: center; padding: 42px; min-width: 0; overflow: hidden; }
.contact-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 33% center; }
.editorial .concierge-widget.concierge-embedded { position: relative; inset: auto; width: min(100%, 440px); z-index: 1; display: block; scroll-margin-top: 104px; }
.editorial .concierge-embedded .concierge-panel { width: 100%; height: 510px; max-height: none; border-radius: 8px; box-shadow: 0 12px 38px #151d3020; animation: none; border-color: #151d3030; }
.concierge-embedded [hidden] { display: none !important; }
.editorial .concierge-embedded .concierge-panel-header { padding-inline: 22px; min-height: 76px; background: var(--surface); }
.editorial .concierge-embedded .concierge-panel-header strong { font-size: 16px; }
.editorial .concierge-embedded .concierge-body { height: calc(100% - 76px); }
.editorial .concierge-embedded .concierge-messages { padding: 20px; }
.editorial .concierge-embedded .concierge-message { font-size: 14px; max-width: 93%; }
.editorial .concierge-embedded .concierge-chat-form { padding: 14px 16px; }
.editorial .concierge-embedded .concierge-chat-form input { font-size: 13px; }
.editorial .concierge-embedded .concierge-inline:not(:empty) { max-height: 245px; overflow-y: auto; }
.page-contact .faq { padding-block: 80px; border-top: 1px solid var(--line); }
.page-contact .faq-grid { grid-template-columns: .65fr 1.35fr; gap: 70px; }
.editorial .faq-list { border-top: 1px solid var(--line); }
.editorial .faq-list summary { font-size: 16px; }
.editorial .faq-list details p { font-size: 15px; }
.editorial .faq-title h2 { font-size: clamp(35px, 4vw, 54px); }

/* The same finish for the cart, assistant and Design Studio. */
.editorial .concierge-panel { border-radius: 8px; }
.editorial .concierge-status { background: var(--accent); box-shadow: none; border-radius: 3px; }
.editorial .concierge-widget:not(.concierge-embedded), .concierge-launcher { position: fixed; right: 22px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 90; }
.editorial .concierge-bubble { border-radius: 6px; background: var(--accent); border-color: var(--accent); box-shadow: 0 5px 20px #151d3020; min-width: 0; }
.editorial .concierge-bubble > span:last-child { display: flex; }
.editorial .concierge-bubble strong { font-size: .875rem; }
.editorial .concierge-bubble[hidden] { display: none; }
.editorial .concierge-bubble-icon { background: transparent; border: 0; }
.editorial .concierge-bubble small { display: none; }
.editorial .concierge-body { background: var(--page); }
.editorial .concierge-message.is-ai { background: var(--soft); border-color: transparent; }
.editorial .concierge-chat-form button { background: var(--ink); border-radius: 5px; }
.editorial .cart-dialog { border-radius: 8px; background: var(--page); }
.editorial .cart-summary { background: var(--soft); }
.editorial .cart-close { border-radius: 5px; }
.editorial .cart-keyring-extras, .editorial .cart-recurring { border-radius: 6px; }
.editorial .footer { background: var(--page); padding-top: 54px; padding-bottom: 80px; }
.editorial .footer-logo { width: 155px; }
.editorial .footer-main { grid-template-columns: 1.4fr .9fr 1fr 1fr; gap: 36px; }
.editorial .footer-brand p { font-size: 17px; max-width: 300px; }
.editorial .footer-column a, .editorial .footer-column button { font-size: 13px; }
.editorial .footer-bottom { margin-top: 36px; }
.editorial .ds-main { padding-top: 54px; }
.editorial .ds-heading h1 { max-width: 850px; font-size: clamp(42px, 5.5vw, 76px); }
.editorial .ds-panel { border-radius: 8px; background: var(--surface); border-color: var(--line); }
.editorial .ds-preview { border-radius: 8px; border-color: var(--line); background: var(--soft); top: 110px; }
.editorial .ds-preview-details { background: var(--surface); }
.editorial .ds-pill { border-radius: 4px; background: var(--page); border-color: var(--line); }

@media (min-width: 1600px) {
  .hero-copy { padding-top: 70px; }
  .editorial .hero-visual { min-height: 760px; }
}
@media (max-width: 1240px) {
  .editorial .nav-wrap { width: calc(100% - 40px); gap: 12px; }
  .editorial .wordmark { width: 143px; }
  .nav-pages { gap: 16px; }
  .editorial .nav { font-size: 12px; }
  .editorial .nav-login, .editorial .nav-cta { padding-inline: 12px; }
  .editorial .hero h1 { font-size: 62px; }
  .hero-copy { padding-inline: 32px; }
  .contact-concierge { padding: 30px; }
  .editorial .pricing-setup-amount { min-width: 260px; }
}
@media (max-width: 1100px) {
  :root { --shell: calc(100% - 48px); }
  .editorial .nav-wrap { min-height: 74px; }
  .editorial .nav { display: none; position: absolute; inset: 74px 20px auto; padding: 20px; background: var(--page); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 16px 30px #151d3015; }
  .editorial .nav.open { display: flex; flex-direction: column; gap: 20px; align-items: stretch; max-height: calc(100dvh - 94px); overflow-y: auto; }
  .nav-pages { flex-direction: column; align-items: stretch; margin: 0; gap: 0; }
  .nav-pages > a { padding: 12px 8px; min-height: 44px; font-size: 15px; }
  .nav-pages > a[aria-current="page"]::after { right: auto; width: 26px; left: 8px; bottom: 6px; }
  .platform-menu summary { padding: 8px; font-size: 15px; }
  .platform-menu-links { position: static; width: 100%; padding: 4px 12px; border: 0; border-left: 1px solid var(--line); box-shadow: none; margin-left: 8px; }
  .nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .editorial .nav-actions a { margin: 0; justify-content: center; font-size: 14px; min-height: 48px; }
  .editorial .cart-nav { margin-left: auto; }
  .editorial .menu-button { display: flex; order: 4; width: 44px; height: 44px; flex-direction: column; justify-content: center; align-items: flex-end; gap: 5px; cursor: pointer; }
  .menu-button span:not(.sr-only) { height: 2px; width: 24px; background: var(--ink); }
  .menu-button span:nth-child(2) { width: 17px; }
  .editorial .hero h1 { font-size: 57px; }
  .editorial .hero-grid { grid-template-columns: 1fr 1fr; }
  .editorial .hero-visual { min-height: 640px; }
  .hero-copy { padding: 44px 24px 28px; }
  .editorial .hero-proof { flex-wrap: wrap; justify-content: flex-start; gap: 8px 16px; }
  .hero-proof span, .hero-proof span:last-child { padding: 0; border: 0; }
  .journey-band .shell { flex-direction: column; align-items: flex-start; gap: 16px; }
  .journey-band li { padding-inline: 24px; }
  .journey-band li:first-child { padding-left: 0; }
  .editorial .brand-touchpoints-grid, .editorial .how-grid { gap: 40px; }
  .contact-hero { grid-template-columns: 1fr 1fr; }
  .contact-copy { padding: 44px 24px 32px; }
  .contact-concierge { padding: 24px; }
  .editorial .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .editorial .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 800px) {
  .editorial .hero-grid, .editorial .brand-touchpoints-grid, .contact-hero, .pricing-intro { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; padding: 42px 24px 30px; }
  .editorial .hero h1 { font-size: clamp(50px, 9.5vw, 72px); max-width: 630px; }
  .hero h1 em { display: inline; }
  .editorial .hero-lead { font-size: 18px; }
  .editorial .hero-proof { flex-wrap: nowrap; justify-content: space-between; }
  .editorial .hero-visual { min-height: 470px; order: 0; }
  .editorial .hero-slides img { object-position: center 42%; }
  .editorial .section { padding-block: 64px; }
  .editorial .brand-touchpoints { padding-block: 48px; }
  .editorial .brand-touchpoints-grid { gap: 30px; }
  .editorial .touchpoints-visual img { max-height: 420px; object-fit: cover; }
  .editorial .feature-grid { gap: 0 26px; }
  .editorial .feature { min-height: 310px; }
  .editorial .feature h3 { font-size: 24px; }
  .editorial .feature:has(.chat-preview) { padding-inline: 20px; }
  .editorial .how-grid, .editorial .industry-layout, .page-contact .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .about-intro { padding-block: 44px 34px; }
  .about-intro h1 { font-size: clamp(44px, 7.5vw, 64px); }
  .editorial-lead { font-size: 18px; }
  .about-story { padding-block: 38px; }
  .about-story article { padding-right: 25px; }
  .about-story article + article { padding-left: 25px; }
  .about-making { gap: 25px; }
  .about-making > div { padding-left: 25px; }
  .about-making > div > p:not(.eyebrow) { font-size: 18px; }
  .pricing-intro { padding-block: 40px 28px; gap: 24px; }
  .pricing-heading h1 { font-size: clamp(44px, 7.5vw, 65px); }
  .pricing-photo { height: 220px; }
  .pricing-photo img { object-position: center 40%; }
  .editorial .pricing-setup { padding: 22px; }
  .editorial .pricing-setup-amount { min-width: 220px; padding-left: 24px; }
  .editorial .plan-card { padding: 26px; }
  .contact-copy { padding: 40px 24px; }
  .contact-copy h1 { font-size: clamp(43px, 7.8vw, 60px); max-width: 650px; }
  .contact-concierge { min-height: 590px; padding: 36px 24px; }
  .editorial .concierge-embedded .concierge-panel { height: 510px; }
  .contact-backdrop { object-position: left center; }
  .page-contact .faq { padding-block: 54px; }
  .editorial .ds-main { padding-top: 40px; }
}
@media (min-width: 601px) and (max-width: 700px) {
  .editorial .pricing-setup-amount { border-left: 0; border-top: 1px solid var(--line); padding: 14px 0 0; }
}
@media (max-width: 600px) {
  :root { --shell: calc(100% - 40px); }
  html { scroll-padding-top: 90px; }
  .editorial .nav-wrap { width: calc(100% - 32px); gap: 12px; }
  .editorial .wordmark { width: 132px; }
  .editorial .cart-nav { gap: 5px; font-size: 12px; min-height: 44px; }
  .editorial .cart-nav svg { width: 18px; }
  .editorial .nav { inset-inline: 16px; }
  .hero-copy { padding: 36px 20px 28px; }
  .editorial .hero h1 { font-size: clamp(44px, 11.5vw, 62px); letter-spacing: -.065em; }
  .editorial .hero-lead { font-size: 16px; margin-top: 22px; }
  .editorial .hero-actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
  .hero-actions .button-primary { min-width: 145px; font-size: 14px; padding-inline: 16px; }
  .hero-actions .button-ghost { font-size: 12px; }
  .editorial .hero-proof { font-size: 10px; gap: 6px 12px; padding-top: 16px; margin-top: 24px; }
  .editorial .hero-visual { min-height: 410px; }
  .editorial .hero-visual figcaption { left: 58px; right: 58px; bottom: 38px; }
  .editorial .hero-visual figcaption strong { font-size: 13px; }
  .editorial .hero-visual figcaption span { font-size: 11px; }
  .editorial .hero-carousel-controls { left: 14px; right: 14px; }
  .journey-band .shell { padding-block: 25px; }
  .journey-band p { font-size: 24px; }
  .journey-band ul { font-size: 11px; }
  .journey-band li { padding-inline: 18px; }
  .editorial .section-heading h2, .editorial .how h2, .editorial .industry-origin h2 { font-size: 36px; }
  .editorial .feature-grid { grid-template-columns: 1fr; }
  .editorial .feature { min-height: 0; padding-block: 26px 32px; }
  .editorial .feature:has(.chat-preview) { padding: 26px 22px; }
  .editorial .feature h3 { font-size: 28px; }
  .editorial .feature-number { margin-bottom: 18px; }
  .editorial .steps h3 { font-size: 24px; }
  .editorial .steps li { gap: 12px; }
  .editorial .differentiator-card { padding: 32px 24px; }
  .editorial .differentiator-card h2 { font-size: 34px; }
  .editorial .final-cta { padding-block: 64px; }
  .editorial .final-inner h2 { font-size: 44px; }
  .editorial .final-actions { flex-direction: row; }
  .editorial .referral-programme-inner { gap: 24px; }
  .editorial .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .editorial .footer-column a, .editorial .footer-column button { font-size: 12px; overflow-wrap: anywhere; }
  .about-intro h1 { font-size: clamp(39px, 9.5vw, 56px); }
  .about-intro h1 em { overflow-wrap: anywhere; }
  .about-photo { height: 330px; }
  .about-photo img { object-position: 28% center; }
  .about-story { grid-template-columns: 1fr; gap: 30px; }
  .about-story article, .about-story article + article { padding: 0; border: 0; }
  .about-story article + article { padding-top: 28px; border-top: 1px solid var(--line); }
  .about-story h2 { font-size: 31px; }
  .about-story p { font-size: 16px; }
  .about-making { grid-template-columns: 1fr; gap: 10px; }
  .about-making > div { padding: 20px 0 0; border-left: 0; }
  .about-making img { height: 240px; }
  .about-close { flex-direction: column; align-items: flex-start; gap: 16px; padding-block: 28px 44px; }
  .pricing-intro { gap: 24px; }
  .pricing-heading h1 { font-size: clamp(39px, 10vw, 56px); }
  .editorial .pricing-heading > p:last-child { font-size: 16px; }
  .editorial .pricing-plans, .editorial .pricing-setup { grid-template-columns: 1fr; }
  .editorial .pricing-setup-amount { border-left: 0; border-top: 1px solid var(--line); padding: 14px 0 0; min-width: 0; }
  .editorial .plan-description { min-height: 0; }
  .editorial .plan-price { font-size: 44px; }
  .editorial .plan-card h3 { font-size: 34px; }
  .editorial .plan-features li { font-size: 14px; }
  .editorial .pricing-comparison summary { font-size: 17px; padding: 20px; }
  .editorial .pricing-comparison th, .editorial .pricing-comparison td { padding: 13px 9px; font-size: 12px; }
  .editorial .pricing-note { font-size: 13px; }
  .contact-copy { padding: 38px 20px 32px; }
  .contact-copy h1 { font-size: clamp(42px, 11vw, 60px); }
  .contact-concierge { padding: 26px 20px; min-height: 566px; }
  .editorial .concierge-widget.concierge-embedded { width: 100%; }
  .editorial .concierge-embedded .concierge-panel { height: 500px; }
  .editorial .concierge-embedded .concierge-panel-header { padding-inline: 16px; }
  .editorial .concierge-embedded .concierge-panel-header strong { font-size: 15px; }
  .editorial .concierge-embedded .concierge-messages { padding: 16px; }
  .editorial .concierge-widget:not(.concierge-embedded), .concierge-launcher { right: 14px; }
  .editorial .concierge-widget:not(.concierge-embedded) .concierge-panel { height: min(680px, calc(100dvh - 130px - env(safe-area-inset-bottom, 0px))); }
  .editorial .concierge-bubble { padding: 8px 14px 8px 8px; gap: 8px; }
  .editorial .concierge-bubble-icon { width: 34px; height: 34px; }
  .editorial .concierge-bubble > span:last-child { display: flex; }
  .editorial .ds-heading h1 { font-size: 43px; }
  .editorial .ds-preview { position: static; }
}
