:root {
  --bg: #f5fffb;
  --bg: oklch(98.5% 0.014 168);
  --surface: #ffffff;
  --surface: oklch(100% 0 0);
  --surface-soft: #ecfbf7;
  --surface-soft: oklch(96.7% 0.028 174);
  --fg: #0b3735;
  --fg: oklch(29% 0.055 189);
  --muted: #57706d;
  --muted: oklch(51% 0.026 185);
  --border: #d8e8e4;
  --border: oklch(91.5% 0.022 176);
  --accent: #16cdb5;
  --accent: oklch(77.5% 0.145 177);
  --accent-deep: #087e73;
  --accent-deep: oklch(52% 0.11 182);
  --accent-ink: #064c47;
  --accent-ink: oklch(38% 0.078 183);
  --crown: #f6c84a;
  --crown: oklch(84% 0.15 87);
  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shadow: 0 18px 50px rgb(9 63 58 / 0.09);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
::selection { background: var(--accent); color: var(--fg); }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 300; transform: translateY(-160%); border-radius: 6px; background: var(--fg); color: var(--surface); padding: 9px 13px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent-deep); outline-offset: 3px; }

.announcement { min-height: 31px; display: flex; align-items: center; justify-content: center; gap: 8px; border-bottom: 1px solid var(--border); background: var(--surface-soft); color: var(--accent-ink); padding: 5px 16px; text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.status-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgb(22 205 181 / .12); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--border); background: rgb(255 255 255 / .94); backdrop-filter: blur(14px); }
.nav-shell, .container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.nav-shell { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--fg); font-size: 20px; font-weight: 700; letter-spacing: -.025em; text-decoration: none; }
.brand-logo { width: 36px; height: 36px; border-radius: 20%; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 2px; }
.nav-link, .lang-button, .menu-button { min-height: 44px; border: 0; border-radius: 7px; background: transparent; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 600; letter-spacing: .02em; text-decoration: none; transition: color 160ms ease, background 160ms ease, transform 160ms ease; }
.nav-link:hover, .lang-button:hover, .menu-button:hover { background: var(--surface-soft); color: var(--fg); }
.nav-link:active, .lang-button:active, .menu-button:active { transform: translateY(1px); }
.nav-download { margin-left: 7px; border: 1px solid var(--border); background: var(--surface); color: var(--fg); }
.nav-download:hover { border-color: var(--accent-deep); background: var(--surface-soft); color: var(--fg); }
.lang-button { margin-left: 7px; border: 1px solid var(--border); }
.menu-button { display: none; width: 44px; padding: 0; border: 1px solid var(--border); }
.menu-button svg { width: 20px; height: 20px; }
.mobile-menu { display: none; }

.eyebrow { margin: 0 0 15px; color: var(--accent-deep); font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--font-display); font-weight: 650; }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); background: var(--bg); padding: clamp(70px, 7vw, 102px) 0 clamp(72px, 8vw, 108px); }
.signal-grid { position: absolute; inset: 0; pointer-events: none; opacity: .72; background: radial-gradient(circle at -5% 8%, transparent 0 130px, rgb(35 222 187 / .11) 131px 230px, transparent 231px), radial-gradient(circle at 98% 88%, transparent 0 180px, rgb(185 243 233 / .55) 181px 330px, transparent 331px), radial-gradient(circle at 78% -22%, rgb(220 255 230 / .75) 0 220px, transparent 221px); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr); gap: clamp(42px, 6vw, 86px); align-items: center; }
.hero-copy { max-width: 740px; }
.hero h1 { max-width: 720px; margin-bottom: 0; font-size: clamp(48px, 5.8vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.hero h1 .hello { color: var(--accent-deep); }
.hero-lede { max-width: 57ch; margin: 25px 0 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.62; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 17px; }
.availability-note { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.button { min-height: 48px; border: 1px solid transparent; border-radius: 8px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; font-size: 14px; font-weight: 650; letter-spacing: .02em; text-decoration: none; transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.button svg { width: 17px; height: 17px; }
.button-primary { background: var(--fg); color: var(--surface); box-shadow: 0 8px 22px rgb(9 63 58 / .14); }
.button-primary:hover { background: var(--accent-ink); color: var(--surface); transform: translateY(-2px); box-shadow: 0 12px 28px rgb(9 63 58 / .19); }
.button-primary:active { transform: translateY(1px); box-shadow: none; }
.button-secondary { border-color: var(--border); background: var(--surface); color: var(--fg); }
.button-secondary:hover { border-color: var(--accent-deep); background: var(--surface-soft); color: var(--fg); }
.future-preview { position: relative; width: min(100%, 470px); min-height: 550px; margin: 0; justify-self: end; }
.preview-orbit { position: absolute; inset: 55px 5px 62px 48px; border: 1px solid rgb(8 126 115 / .18); border-radius: 50%; box-shadow: 0 0 0 34px rgb(35 222 187 / .05), 0 0 0 68px rgb(246 200 74 / .035); }
.preview-phone { position: absolute; width: 204px; aspect-ratio: 375 / 812; overflow: hidden; border: 1px solid rgb(6 76 71 / .2); border-radius: 25px; background: var(--surface); box-shadow: 0 22px 50px rgb(9 63 58 / .18); }
.preview-phone img { width: 100%; height: 100%; object-fit: contain; }
.preview-phone-home { top: 8px; right: 0; transform: rotate(3deg); }
.preview-phone-login { left: 42px; top: 42px; z-index: 2; transform: rotate(-2deg); }
.future-preview figcaption { position: absolute; right: 0; bottom: 0; z-index: 3; width: 278px; border: 1px solid var(--border); border-top-color: var(--crown); background: rgb(255 255 255 / .94); padding: 13px 15px; box-shadow: 0 12px 32px rgb(9 63 58 / .1); }
.preview-caption-label { display: flex; align-items: center; gap: 9px; color: var(--accent-ink); font-family: var(--font-mono); font-size: 9px; font-weight: 650; letter-spacing: .08em; }
.future-preview figcaption > span:last-child { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
@keyframes signal { 0%, 100% { transform: scaleY(.55); opacity: .55; } 50% { transform: scaleY(1); opacity: 1; } }

.product-section, .trust-section, .faq-section { padding: clamp(76px, 8vw, 104px) 0; }
.section-heading-row { margin-bottom: 38px; display: grid; grid-template-columns: 1fr minmax(280px, .62fr); gap: 48px; align-items: end; }
.section-heading-row h2, .trust-copy h2, .faq-grid h2, .policy-hero h1, .download-hero h1 { margin-bottom: 0; font-size: clamp(36px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading-row > p { max-width: 52ch; margin: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: minmax(520px, 1.12fr) minmax(300px, .88fr); gap: clamp(42px, 7vw, 86px); align-items: center; }
.room-preview { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgb(246 200 74 / .58); background-color: #073f4b; background-image: linear-gradient(180deg, rgb(2 28 52 / .5), rgb(3 34 55 / .36) 45%, rgb(3 24 42 / .78)), url("assets/sego-room-aurora.png"); background-position: center 46%; background-size: cover; box-shadow: var(--shadow); padding: clamp(24px, 3vw, 34px); color: var(--surface); }
.room-preview::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(1 34 49 / .34), transparent 56%, rgb(1 34 49 / .18)); pointer-events: none; }
.preview-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 22px; }
.demo-label { display: inline-flex; align-items: center; gap: 9px; color: #b8fff1; font-family: var(--font-mono); font-size: 10px; font-weight: 650; letter-spacing: .09em; }
.preview-head h3 { margin: 15px 0 4px; font-size: clamp(24px, 2.5vw, 32px); line-height: 1.15; letter-spacing: -.025em; }
.preview-head p { margin: 0; color: rgb(255 255 255 / .72); font-size: 12px; }
.age-chip { border: 1px solid rgb(246 200 74 / .65); border-radius: 6px; padding: 5px 8px; color: #ffe7a0; font-family: var(--font-mono); font-size: 10px; }
.signal-line { height: 48px; margin: 23px 0; display: flex; align-items: center; gap: 7px; border-block: 1px solid rgb(255 255 255 / .2); overflow: hidden; }
.signal-line i { width: 2px; height: 12px; flex: 1; max-width: 3px; border-radius: 2px; background: #74f7dc; opacity: .9; animation: signal 1.8s ease-in-out infinite; }
.signal-line i:nth-child(3n) { height: 29px; animation-delay: -.4s; }.signal-line i:nth-child(4n) { height: 20px; animation-delay: -.8s; }.signal-line i:nth-child(5n) { height: 38px; animation-delay: -1.1s; }
.seats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.seat { min-width: 0; min-height: 124px; border: 1px solid rgb(255 255 255 / .24); border-radius: 12px; background: rgb(5 50 68 / .46); backdrop-filter: blur(10px); padding: 13px 8px; display: grid; place-items: center; align-content: center; gap: 8px; color: var(--surface); cursor: pointer; text-align: center; transition: border-color 160ms ease, background 160ms ease, transform 160ms ease; }
.seat:hover { border-color: #8dffeb; background: rgb(6 76 71 / .72); transform: translateY(-2px); }
.seat[aria-pressed="true"] { border-color: var(--crown); background: rgb(6 76 71 / .78); box-shadow: inset 0 0 0 1px var(--crown); }
.seat-dot { width: 42px; height: 42px; border: 1px solid rgb(255 255 255 / .48); border-radius: 50%; display: grid; place-items: center; background: rgb(255 255 255 / .14); color: var(--surface); font-weight: 700; }
.seat-dot.speaking { border-color: var(--crown); box-shadow: 0 0 0 4px rgb(246 200 74 / .2); }
.seat > span:not(.seat-dot) { max-width: 100%; overflow-wrap: anywhere; font-size: 13px; font-weight: 650; }
.seat small { color: rgb(255 255 255 / .72); font-size: 10px; }
.room-controls { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.room-status { color: rgb(255 255 255 / .78); font-size: 12px; }
.mute-button { min-width: 142px; min-height: 44px; border-color: rgb(255 255 255 / .3); background: rgb(255 255 255 / .92); color: var(--fg); }
.mute-button:hover { border-color: var(--crown); background: var(--surface); color: var(--fg); }
.mute-button[aria-pressed="true"] { border-color: var(--crown); background: color-mix(in srgb, var(--crown) 18%, white); color: var(--fg); }
.room-note { margin: 16px 0 0; color: rgb(255 255 255 / .68); font-size: 11px; }
.capability-list { border-top: 1px solid var(--border); }
.capability { display: grid; grid-template-columns: 38px 1fr; gap: 19px; padding: 27px 0; border-bottom: 1px solid var(--border); }
.capability-index { padding-top: 4px; color: var(--accent-deep); font-family: var(--font-mono); font-size: 11px; }
.capability h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.25; letter-spacing: -.015em; }
.capability p { max-width: 44ch; margin: 0; color: var(--muted); font-size: 14px; }

.trust-section { border-block: 1px solid var(--border); background: var(--bg); }
.trust-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(540px, 1.3fr); gap: clamp(48px, 8vw, 112px); align-items: center; }
.trust-copy h2 { max-width: 510px; }
.trust-copy > p:not(.eyebrow) { max-width: 50ch; margin: 22px 0; color: var(--muted); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--accent-ink); font-size: 14px; font-weight: 650; text-underline-offset: 4px; }
.text-link:hover { color: var(--fg); }
.policy-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--crown); border-left: 1px solid var(--border); background: var(--surface); }
.policy-grid a { min-height: 100px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 20px; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; transition: background 160ms ease, color 160ms ease; }
.policy-grid a:hover { background: var(--surface-soft); color: var(--accent-ink); }
.policy-grid span { font-size: 14px; font-weight: 650; }
.policy-grid small { color: var(--muted); font-size: 11px; }

.faq-section { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(500px, 1.35fr); gap: clamp(48px, 9vw, 126px); align-items: start; }
.faq-cta { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border); }
.faq-cta p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 68px; padding: 18px 42px 18px 0; display: flex; align-items: center; position: relative; cursor: pointer; list-style: none; font-size: 17px; font-weight: 650; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--accent-deep); font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 64ch; margin: 0 0 22px; color: var(--muted); font-size: 14px; }

.site-footer { border-top: 1px solid var(--border); background: var(--fg); color: var(--surface); padding: 48px 0 24px; }
.footer-main, .footer-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; }
.site-footer .brand { color: var(--surface); }
.footer-about { max-width: 40ch; }
.footer-about p { margin: 14px 0 8px; color: rgb(255 255 255 / .68); font-size: 13px; }
.footer-about > a:not(.brand) { color: var(--surface); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px 22px; }
.footer-links a { min-height: 42px; display: inline-flex; align-items: center; color: rgb(255 255 255 / .7); font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: var(--surface); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / .15); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: rgb(255 255 255 / .58); font-size: 11px; }

/* Download and policy pages */
.download-hero { padding: clamp(74px, 9vw, 116px) 0; background: var(--bg); border-bottom: 1px solid var(--border); }
.download-grid { display: grid; grid-template-columns: 1fr minmax(340px, .7fr); gap: clamp(48px, 9vw, 120px); align-items: center; }
.download-lede { max-width: 56ch; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.availability-card { border: 1px solid var(--border); background: var(--surface); padding: clamp(26px, 4vw, 38px); box-shadow: var(--shadow); }
.availability-logo { width: 82px; height: 82px; border-radius: 20%; object-fit: contain; }
.status-chip { width: fit-content; margin: 24px 0 15px; border: 1px solid var(--border); border-radius: 6px; background: var(--surface-soft); padding: 6px 9px; color: var(--accent-ink); font-family: var(--font-mono); font-size: 10px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.availability-card h2 { margin-bottom: 0; font-size: clamp(26px, 3vw, 34px); line-height: 1.15; letter-spacing: -.025em; }
.availability-card p { color: var(--muted); font-size: 14px; }
.availability-card .button { margin-top: 6px; }
.download-notes { border-top: 1px solid var(--border); }
.note-row { display: grid; grid-template-columns: 180px 1fr; gap: 32px; padding: 23px 0; border-bottom: 1px solid var(--border); }
.note-row strong { font-size: 14px; }.note-row p { margin: 0; color: var(--muted); font-size: 14px; }
.download-hero + .product-section, .download-hero + .trust-section, .download-hero + .faq-section, main > .section { padding: clamp(64px, 7vw, 88px) 0; }

.policy-hero { padding: 64px 0 40px; border-bottom: 1px solid var(--border); background: var(--bg); }
.policy-hero .container { max-width: 900px; }
.policy-kicker { margin: 0 0 12px; color: var(--accent-deep); font-family: var(--font-mono); font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.policy-meta { margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 7px 18px; color: var(--muted); font-size: 12px; }
.policy-wrap { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 52px 0 92px; }
.policy-content { font-size: 16px; line-height: 1.75; }
.policy-content > p:first-child { font-size: 18px; color: var(--fg); }
.policy-content h1 { margin: 30px 0 12px; font-size: 38px; letter-spacing: -.03em; }
.policy-content h2 { margin: 39px 0 12px; font-size: 23px; line-height: 1.28; letter-spacing: -.015em; }
.policy-content h3 { margin: 29px 0 11px; font-size: 18px; }
.policy-content p { margin: 0 0 17px; color: #31514e; color: oklch(39% .035 185); }
.policy-content ul, .policy-content ol { margin: 0 0 21px 23px; padding: 0; }
.policy-content li { margin-bottom: 9px; padding-left: 5px; color: #31514e; color: oklch(39% .035 185); }
.policy-content a { color: var(--fg); text-decoration-color: var(--accent-deep); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.policy-content a:hover { color: var(--accent-deep); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-menu { position: fixed; inset: 0; z-index: 90; background: var(--surface); padding: 114px 20px 32px; flex-direction: column; gap: 3px; }
  .mobile-menu.is-open { display: flex; }
  .mobile-menu .nav-link, .mobile-menu .lang-button { width: 100%; min-height: 52px; margin: 0; justify-content: flex-start; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; font-size: 16px; }
  .mobile-menu .nav-download { margin-top: 13px; border-radius: 7px; justify-content: center; }
  .hero-grid, .product-grid, .trust-grid, .faq-grid, .download-grid { grid-template-columns: 1fr; }
  .future-preview { width: min(100%, 470px); justify-self: start; }
  .section-heading-row { grid-template-columns: 1fr; gap: 18px; }
  .product-grid, .trust-grid, .faq-grid { gap: 42px; }
  .capability-list { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--border); }
  .capability { grid-template-columns: 1fr; border-right: 1px solid var(--border); padding: 22px; }
  .footer-main, .footer-top { grid-template-columns: 1fr 1.35fr; }
}

@media (max-width: 680px) {
  .nav-shell, .container { width: min(var(--max), calc(100% - 32px)); }
  .nav-shell { min-height: 64px; }
  .hero { padding: 62px 0 68px; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); line-height: 1.04; }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .availability-note { width: 100%; justify-content: center; }
  .future-preview { width: min(100%, 344px); min-height: 470px; }
  .preview-phone { width: 164px; border-radius: 21px; }
  .preview-phone-home { right: 0; }
  .preview-phone-login { left: 8px; top: 32px; }
  .preview-orbit { inset: 44px 12px 62px 28px; }
  .future-preview figcaption { width: min(248px, 82%); }
  .product-section, .trust-section, .faq-section { padding: 68px 0; }
  .section-heading-row h2, .trust-copy h2, .faq-grid h2, .policy-hero h1, .download-hero h1 { font-size: clamp(34px, 10vw, 44px); line-height: 1.1; }
  .room-preview { padding: 20px 16px; }
  .seats { grid-template-columns: repeat(2, 1fr); }
  .seat { min-height: 116px; }
  .room-controls { flex-direction: column; align-items: stretch; }
  .mute-button { width: 100%; }
  .room-status { text-align: center; }
  .capability-list { grid-template-columns: 1fr; border-left: 0; }
  .capability { grid-template-columns: 36px 1fr; border-right: 0; }
  .policy-grid { grid-template-columns: 1fr; }
  .policy-grid a { min-height: 86px; }
  .faq-cta { margin-bottom: 4px; }
  .footer-main, .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .download-hero { padding: 64px 0; }
  .availability-card { padding: 24px; }
  .note-row { grid-template-columns: 1fr; gap: 6px; }
  .policy-wrap { width: min(100% - 32px, 760px); padding-top: 42px; }
  .policy-content > p:first-child { font-size: 17px; }
  .policy-content h2 { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Keep the product name in its official capitalization. */
[data-i18n="download.eyebrow"] { text-transform: none; }

/* Original Figma portraits keep the speaking ring and seat interaction. */
.seat-portrait { width: 48px; height: 48px; background: transparent; }
.seat-portrait img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
