/* OLLO marketing site. Palette from the brand mockup: deep green-black, warm cream, matte mint.
   Script-free; everything is CSS. Fonts come from design.css (Inter). */
:root {
  --l-ink: #0b1a17;
  --l-ink-2: #10231f;
  --l-ink-3: #16302a;
  --l-cream: #f4f3ee;
  --l-cream-2: #ecebe4;
  --l-green: #a8d5c2;
  --l-green-dark: #93c7b1;
  --l-white: #ffffff;
  --l-muted: #a8b3ae;
  --l-muted-dark: #5f6b66;
  --l-text-dark: #14211d;
  --l-radius: 18px;
}
@font-face { font-family: "Caveat"; font-weight: 700; font-display: swap; src: url("/static/fonts/caveat-latin-700-normal.woff2") format("woff2"); }
html { scroll-behavior: smooth; }
body.landing { margin: 0; background: var(--l-ink); color: var(--l-white); font-family: "Inter Variable", Inter, system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.5; }
body.landing * { box-sizing: border-box; }
body.landing img { display: block; max-width: 100%; }
body.landing a { color: inherit; text-decoration: none; }
body.landing ul, body.landing ol { margin: 0; padding: 0; list-style: none; }
body.landing h1, body.landing h2, body.landing h3, body.landing p { margin: 0; }
body.landing section[id] { scroll-margin-top: 84px; }

.l-wrap { width: min(1180px, 100% - 48px); margin: 0 auto; }
.l-two { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.l-two-wide { grid-template-columns: 1fr 1fr; align-items: start; }
.l-why h2 { font-size: clamp(28px, 2.9vw, 38px); }
.l-center { text-align: center; max-width: 720px; margin: 0 auto 44px; }

.l-dark { background: var(--l-ink); color: var(--l-white); }
.l-light { background: var(--l-cream); color: var(--l-text-dark); }
.l-light .l-lede { color: #3f4a46; }
.l-light .l-ico { border-color: #cfd6d1; color: #3a7563; }
section.l-dark, section.l-light { padding: 96px 0; }

.l-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--l-green); margin-bottom: 18px; }
.l-light .l-eyebrow { color: #3a7563; }
body.landing h1 { font-size: clamp(40px, 5.2vw, 66px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 800; margin-bottom: 24px; }
body.landing h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.08; letter-spacing: -0.025em; font-weight: 800; margin-bottom: 20px; }
.l-lede { font-size: 17px; line-height: 1.6; color: var(--l-muted); max-width: 540px; margin-bottom: 30px; }

/* Buttons */
.l-btn { display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 26px; border-radius: 999px; font-weight: 700; font-size: 15px; border: 1.5px solid transparent; transition: transform .15s ease, background .15s ease, border-color .15s ease; white-space: nowrap; }
.l-btn:hover { transform: translateY(-1px); }
body.landing .l-btn-green { background: var(--l-green); color: #06110f; }
body.landing .l-btn-green:hover { background: var(--l-green-dark); color: #06110f; }
.l-btn-outline { border-color: rgba(255,255,255,.55); color: var(--l-white); }
.l-btn-outline:hover { border-color: var(--l-green); color: var(--l-green); }
.l-light .l-btn-outline { border-color: #1b2a25; color: #1b2a25; }
.l-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.l-trust { display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; color: var(--l-muted); }
.l-trust li { display: flex; align-items: center; gap: 9px; }
.l-ico { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid rgba(168,213,194,.6); color: var(--l-green); flex: none; }
.l-ico svg { width: 15px; height: 15px; }
.l-ico-sm { width: 22px; height: 22px; border-width: 1px; }
.l-ico-sm svg { width: 12px; height: 12px; }
.l-ico-fill { background: var(--l-green); color: #06110f; border-color: var(--l-green); }

/* Header */
.l-header { position: sticky; top: 0; z-index: 20; background: rgba(11,26,23,.86); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.06); }
.l-header-in { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 72px; gap: 24px; }
.l-header-in .l-brand { justify-self: start; display: inline-flex; align-items: center; }
.l-header-in .l-header-cta { justify-self: end; }
.l-brand img { height: 30px; width: auto; }
.l-header .l-brand img, .l-footer .l-brand img { filter: none; }
.l-nav { display: flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 500; color: #d7ded9; }
.l-nav a { display: inline-flex; align-items: center; height: 40px; padding: 0 14px; border-radius: 999px; transition: background .15s, color .15s; }
.l-nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.l-header-cta { display: flex; align-items: center; gap: 8px; }
.l-signin { display: inline-flex; align-items: center; height: 40px; padding: 0 14px; border-radius: 999px; font-size: 14px; font-weight: 600; color: #d7ded9; }
.l-signin:hover { color: #fff; background: rgba(255,255,255,.06); }
.l-header .l-btn { height: 40px; padding: 0 20px; font-size: 14px; }

/* Hero */
.l-hero { padding: 64px 0 80px; position: relative; overflow: hidden; }
.l-hero::before { content: ""; position: absolute; inset: auto -20% -40% auto; width: 60%; height: 80%; background: radial-gradient(closest-side, rgba(168,213,194,.10), transparent 70%); pointer-events: none; }
.l-hero-visual { position: relative; min-height: 520px; }
.l-hero-photo { width: 100%; height: 560px; object-fit: cover; border-radius: 24px; filter: saturate(.85) brightness(.85); box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.l-hero-visual::after { content: ""; position: absolute; inset: 0; border-radius: 24px; background: linear-gradient(180deg, rgba(11,26,23,0) 40%, rgba(11,26,23,.75) 100%); pointer-events: none; }

/* Phones */
.l-phone { width: 240px; background: #fff; color: var(--l-text-dark); border-radius: 30px; padding: 14px; box-shadow: 0 30px 60px rgba(0,0,0,.45), inset 0 0 0 6px #0f1512; position: relative; z-index: 2; }
.l-phone-top { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 0 12px; border-bottom: 1px solid #ecebe4; margin-bottom: 12px; }
.l-phone-top img { height: 16px; width: auto; }
.l-phone-hero { position: absolute; right: -16px; bottom: -28px; }
.l-phone-card { background: var(--l-cream); border-radius: 16px; padding: 16px 14px 14px; font-size: 12.5px; line-height: 1.45; }
.l-phone-card b { display: block; font-size: 14px; margin-bottom: 8px; }
.l-phone-card p { margin-bottom: 8px; color: #33403b; }
.l-phone-btn { display: block; text-align: center; background: var(--l-ink); color: #fff; border-radius: 999px; padding: 10px; font-weight: 700; font-size: 12.5px; margin-top: 12px; }
.l-phone-btn-green { background: var(--l-green); color: #06110f; }
.l-phone-btn-light { background: #fff; color: var(--l-ink); border: 1px solid #d9e0dc; }
.l-phone-h { font-weight: 800; font-size: 14px; margin-bottom: 10px; }
.l-phone-list li { display: flex; flex-direction: column; padding: 9px 10px; border-radius: 10px; background: var(--l-cream); margin-bottom: 6px; font-size: 12.5px; font-weight: 600; }
.l-phone-list small { font-weight: 500; color: #5f6b66; font-size: 11px; }

/* Everything: laptop + phone */
.l-devices { position: relative; min-height: 420px; }
.l-laptop { position: relative; width: 92%; }
.l-laptop-screen { background: #0f1512; border-radius: 16px 16px 4px 4px; padding: 12px 12px 10px; box-shadow: 0 30px 70px rgba(0,0,0,.25); display: grid; grid-template-columns: 78px 1fr; gap: 10px; height: 330px; }
.l-laptop-base { height: 12px; background: linear-gradient(#20282a, #0f1512); border-radius: 0 0 14px 14px; margin: 0 -4%; }
.l-cal-side { background: #16201d; border-radius: 10px; padding: 12px 8px; display: flex; flex-direction: column; gap: 10px; font-size: 9.5px; color: #93a19b; }
.l-cal-side img { margin-bottom: 6px; border-radius: 5px; }
.l-cal-side .on { color: #fff; font-weight: 700; }
.l-cal { background: #fff; border-radius: 10px; padding: 10px; display: flex; flex-direction: column; color: var(--l-text-dark); overflow: hidden; }
.l-cal-head { display: flex; justify-content: space-between; font-size: 10px; margin-bottom: 8px; }
.l-cal-head span { color: #7a8681; }
.l-cal-grid { flex: 1; display: grid; grid-template-columns: 36px repeat(3, 1fr); gap: 6px; position: relative; }
.l-cal-times { display: flex; flex-direction: column; justify-content: space-between; font-size: 8px; color: #9aa5a0; }
.l-cal-col { position: relative; background: repeating-linear-gradient(#f2f2ee 0 1px, transparent 1px 40px); border-radius: 6px; }
.l-cal-col i { position: absolute; left: 3px; right: 3px; border-radius: 6px; padding: 5px 6px; font-style: normal; font-size: 8.5px; font-weight: 700; line-height: 1.2; overflow: hidden; }
.l-cal-col i small { display: block; font-weight: 500; opacity: .75; font-size: 7.5px; }
.l-cal-col .r0 { top: 0; } .l-cal-col .r1 { top: 30px; } .l-cal-col .r2 { top: 62px; } .l-cal-col .r3 { top: 92px; } .l-cal-col .r4 { top: 124px; } .l-cal-col .r5 { top: 156px; } .l-cal-col .r6 { top: 188px; }
.l-cal-col .h1 { height: 28px; } .l-cal-col .h2 { height: 58px; } .l-cal-col .h3 { height: 88px; }
.c-blue { background: #dbeafe; color: #1e3a8a; } .c-green { background: #dbeae3; color: #2f6152; } .c-orange { background: #ffedd5; color: #7c2d12; } .c-purple { background: #ede9fe; color: #4c1d95; }
.l-phone-book { position: absolute; right: -8px; bottom: -20px; width: 200px; }
.l-phone-book .l-phone-top img { height: 14px; }

/* Why */
.l-script { font-family: "Caveat", "Segoe Script", "Bradley Hand", cursive; font-weight: 700; font-size: 40px; color: var(--l-green); transform: rotate(-4deg); display: inline-block; margin-top: 8px; position: relative; }
.l-script::after { content: ""; position: absolute; left: 4px; right: 10px; bottom: -6px; height: 3px; border-radius: 3px; background: var(--l-green); opacity: .8; transform: rotate(-1.5deg); }
.l-grid6 { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 40px; }
.l-grid6 li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; }
.l-grid6 .l-ico { width: 40px; height: 40px; }
.l-grid6 .l-ico svg { width: 18px; height: 18px; }
.l-grid6 b { display: block; font-size: 16px; margin-bottom: 4px; grid-column: 2; }
.l-grid6 li > .l-ico { grid-row: 1 / span 2; }
.l-grid6 p { grid-column: 2; font-size: 14px; color: var(--l-muted); line-height: 1.55; }

/* Action */
.l-action-visual { display: flex; justify-content: center; }
.l-phone-wa { width: 270px; background: #e5ddd5; }
.l-phone-top-wa { justify-content: flex-start; background: #fff; margin: -14px -14px 14px; padding: 18px 18px 12px; border-radius: 24px 24px 0 0; border-bottom: 0; }
.l-phone-top-wa img { height: 22px; }
.l-phone-top-wa b { font-size: 13px; } .l-phone-top-wa small { margin-left: auto; color: #3a7563; font-size: 11px; }
.l-wa-bubble { background: #fff; border-radius: 4px 14px 14px 14px; padding: 12px 12px 10px; font-size: 12.5px; line-height: 1.45; position: relative; margin-bottom: 14px; color: #1d2b27; }
.l-wa-bubble p { margin-bottom: 8px; }
.l-wa-bubble time { display: block; text-align: right; font-size: 10px; color: #8a938f; margin-top: 6px; }
.l-steps { display: grid; gap: 14px; margin-bottom: 28px; }
.l-steps li { display: flex; align-items: center; gap: 14px; font-weight: 600; font-size: 16px; }
.l-steps span { width: 30px; height: 30px; border-radius: 50%; background: var(--l-ink); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex: none; }
.l-callout { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; background: var(--l-ink); color: #fff; border-radius: 16px; padding: 18px 20px; max-width: 420px; }
.l-callout .l-ico { width: 40px; height: 40px; }
.l-callout b { display: block; font-size: 15px; margin-bottom: 4px; }
.l-callout a { color: var(--l-green); font-weight: 700; font-size: 14px; }
.l-dots { grid-column: 1 / -1; display: flex; gap: 6px; margin-top: 6px; }
.l-dots i { width: 7px; height: 7px; border-radius: 50%; background: #3a4a44; } .l-dots .on { background: #fff; }

/* Fee */
.l-photo-card { position: relative; margin: 0 0 34px; border-radius: 20px; overflow: hidden; max-width: 460px; }
.l-photo-card img { width: 100%; height: 240px; object-fit: cover; filter: brightness(.55) saturate(.8); }
.l-photo-card figcaption { position: absolute; left: 24px; bottom: 20px; font-size: 26px; font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; text-transform: uppercase; }
.l-compare { display: grid; gap: 18px; }
.l-compare-card { background: var(--l-ink-2); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 26px 28px; }
.l-compare-ollo { border: 1.5px solid var(--l-green); box-shadow: 0 0 0 6px rgba(168,213,194,.06); }
.l-compare-h { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--l-muted); margin-bottom: 16px; }
.l-compare-ollo .l-compare-h img { height: 22px; width: auto; }
.l-compare-card li { display: flex; align-items: center; gap: 12px; padding: 9px 0; font-size: 15px; border-top: 1px solid rgba(255,255,255,.06); }
.l-compare-card li:first-child { border-top: 0; }
.l-x, .l-tick { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; flex: none; }
.l-x { background: rgba(248,113,113,.15); color: #f87171; } .l-x svg { width: 12px; height: 12px; }
.l-tick { background: rgba(168,213,194,.18); color: var(--l-green); } .l-tick svg { width: 13px; height: 13px; }

/* Pricing */
.l-lede-center { margin: 0 auto; text-align: center; }
.l-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.l-price-main { display: flex; flex-direction: column; gap: 26px; background: var(--l-ink); color: #fff; border-radius: 24px; padding: 36px; box-shadow: 0 30px 70px rgba(11,26,23,.18); }
.l-price-label { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--l-green); }
.l-price-head { display: grid; gap: 12px; }
.l-price-big { font-size: 60px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; display: flex; align-items: baseline; gap: 6px; }
.l-price-big small { font-size: 17px; font-weight: 600; color: var(--l-muted); letter-spacing: 0; }
.l-price-main .l-price-sub { color: #d7ded9; font-size: 16px; line-height: 1.5; max-width: 40ch; }
.l-price-sub strong { color: #fff; }
.l-price-chairs { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; overflow: hidden; }
.l-price-chairs li { display: grid; gap: 4px; padding: 12px 14px; background: rgba(255,255,255,.05); border-left: 1px solid rgba(255,255,255,.1); }
.l-price-chairs li:first-child { border-left: 0; }
.l-price-chairs span { font-size: 12px; color: var(--l-muted); text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.l-price-chairs b { font-size: 17px; font-weight: 700; color: var(--l-green); letter-spacing: -0.01em; }
.l-price-main .l-price-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.l-price-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; line-height: 1.45; color: #e3e9e5; }
.l-price-list .l-tick { flex: 0 0 auto; margin-top: 1px; }
.l-price-foot { margin-top: auto; display: grid; gap: 12px; justify-items: start; padding-top: 4px; }
.l-price-extras { display: flex; flex-direction: column; gap: 16px; }
.l-price-extras .l-price-label { color: #3a7563; }
.l-extra { display: grid; grid-template-columns: 44px 1fr; gap: 16px; background: #fff; border: 1px solid #e1e4de; border-radius: 18px; padding: 22px; }
.l-extra .l-ico { width: 44px; height: 44px; }
.l-extra .l-ico svg { width: 19px; height: 19px; }
.l-extra-body { display: grid; gap: 8px; }
.l-extra-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.l-extra b { display: inline-flex; align-items: center; gap: 8px; font-size: 17px; color: var(--l-text-dark); }
.l-extra-price { font-size: 17px; font-weight: 800; color: var(--l-text-dark); letter-spacing: -0.02em; white-space: nowrap; }
.l-extra-price small { font-size: 13px; font-weight: 600; color: var(--l-muted-dark); letter-spacing: 0; }
.l-extra p { font-size: 14px; line-height: 1.55; color: #3f4a46; }
.l-extra-hi { border: 1.5px solid #3a7563; box-shadow: 0 0 0 5px rgba(58,117,99,.07); }
.l-pill { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: var(--l-green); color: #06110f; border-radius: 999px; padding: 3px 8px; }
.l-pill-soft { background: #e6f0eb; color: #3a7563; }
.l-price-extras .l-tiny { color: var(--l-muted-dark); padding: 0 4px; }

/* Industries (universal page) */
.l-center-dark h2 { color: #fff; }
.l-center-dark .l-lede { color: var(--l-muted); }
.l-industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.l-industries-grid li > a, .l-industries-grid li > div { display: grid; grid-template-rows: auto auto 1fr auto; align-content: start; gap: 6px; height: 100%; padding: 22px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: inherit; text-decoration: none; }
.l-industries-grid b { font-size: 17px; color: #fff; }
.l-industries-grid p { font-size: 14px; color: var(--l-muted); line-height: 1.5; margin: 0; }
.l-industries-grid .l-ico { width: 40px; height: 40px; margin-bottom: 8px; }
.l-ind-link > a { border-color: rgba(168,213,194,.45); background: rgba(168,213,194,.06); transition: border-color .15s, background .15s, transform .15s; }
.l-ind-link > a:hover { border-color: var(--l-green); background: rgba(168,213,194,.1); transform: translateY(-2px); }
.l-ind-more { margin-top: 6px; font-size: 13.5px; font-weight: 600; color: var(--l-green); }
.l-hero-vertical { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: 14px; color: var(--l-muted); text-decoration: none; }
.l-hero-vertical:hover { color: #fff; }
.l-hero-vertical b { color: var(--l-green); font-weight: 600; }

/* Testimonials */
.l-quotes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.l-quotes li { background: #fff; border-radius: 18px; padding: 22px; box-shadow: 0 8px 30px rgba(20,33,29,.06); display: flex; flex-direction: column; gap: 10px; }
.l-quote-who { display: flex; align-items: center; gap: 12px; }
.l-quote-who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.l-quote-who b { display: block; font-size: 14px; } .l-quote-who small { color: var(--l-muted-dark); font-size: 12px; }
.l-stars { color: #93c7b1; letter-spacing: 2px; font-size: 14px; }
.l-quote { font-size: 14px; line-height: 1.55; color: #2b3733; flex: 1; }
.l-where { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--l-muted-dark); }

/* FAQ */
.l-faq { padding-top: 0; }
.l-faq-in { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; align-items: start; border-top: 1px solid #dfe2dc; padding-top: 72px; }
.l-faq details { border-bottom: 1px solid #dfe2dc; padding: 16px 0; }
.l-faq summary { cursor: pointer; font-weight: 700; font-size: 16px; list-style: none; display: flex; justify-content: space-between; }
.l-faq summary::after { content: "+"; color: #3a7563; font-weight: 800; }
.l-faq details[open] summary::after { content: "–"; }
.l-faq details p { margin-top: 10px; color: #3f4a46; font-size: 15px; line-height: 1.55; }

/* Final + footer */
.l-final-in { align-items: center; }
.l-final h2 { font-size: clamp(26px, 2.7vw, 36px); }
.l-final-right { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.l-footer { border-top: 1px solid rgba(255,255,255,.08); padding: 40px 0 34px; }
.l-footer-in { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.l-footer nav { display: flex; gap: 22px; font-size: 13.5px; color: #c9d1cc; flex-wrap: wrap; justify-content: center; }
.l-footer nav a:hover { color: var(--l-green); }
.l-footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.l-social { display: flex; gap: 10px; }
.l-social a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); display: inline-flex; align-items: center; justify-content: center; color: #d7ded9; }
.l-social a:hover { border-color: var(--l-green); color: var(--l-green); }
.l-social svg { width: 16px; height: 16px; }
.l-tiny { font-size: 12.5px; color: var(--l-muted); margin-top: 8px; }

/* Responsive */
@media (max-width: 980px) {
  .l-two, .l-two-wide, .l-faq-in { grid-template-columns: 1fr; gap: 44px; }
  .l-quotes { grid-template-columns: 1fr 1fr; }
  .l-price-grid { grid-template-columns: 1fr; }
  .l-industries-grid { grid-template-columns: 1fr 1fr; }
  .l-nav { display: none; }
  .l-header-in { grid-template-columns: auto 1fr; }
  .l-footer-in { grid-template-columns: 1fr; text-align: center; }
  .l-footer-right { align-items: center; }
  .l-hero-visual { min-height: 0; margin-bottom: 20px; }
  .l-hero-photo { height: 420px; }
  .l-phone-hero { right: 8px; bottom: -20px; }
  .l-devices { min-height: 0; padding-bottom: 40px; }
  .l-laptop { width: 100%; }
}
@media (max-width: 640px) {
  .l-wrap { width: min(100% - 32px, 1180px); }
  section.l-dark, section.l-light { padding: 64px 0; }
  .l-hero { padding: 40px 0 56px; }
  .l-quotes, .l-grid6 { grid-template-columns: 1fr; }
  .l-hero-photo { height: 360px; }
  .l-phone { width: 210px; }
  .l-phone-hero { right: 4px; bottom: -14px; }
  .l-phone-book { display: none; }
  .l-laptop-screen { height: 260px; grid-template-columns: 1fr; }
  .l-cal-side { display: none; }
  .l-photo-card figcaption { font-size: 22px; }
  .l-price-big { font-size: 46px; }
  .l-industries-grid { grid-template-columns: 1fr; }
  .l-price-main { padding: 26px 22px; gap: 22px; }
  .l-price-main .l-price-list { grid-template-columns: 1fr; }
  .l-price-chairs { grid-template-columns: 1fr 1fr; }
  .l-price-chairs li:nth-child(3) { border-left: 0; }
  .l-price-chairs li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.1); }
  .l-extra { grid-template-columns: 1fr; gap: 12px; padding: 18px; }
  .l-header .l-signin { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .l-btn { transition: none; } }
