.biz-page { padding-top:38px; padding-bottom:96px; background:linear-gradient(180deg,#f7f3ea,#fff 44%); }
.biz-page>.container,.biz-profile,.biz-layout,.biz-main,.biz-side,.biz-section { min-width:0; }
.biz-crumbs { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 18px; color:var(--ink-faint); font-size:.78rem; }
.biz-crumbs a { color:var(--ink-soft); }
.biz-profile { overflow:hidden; border:1px solid color-mix(in srgb,var(--accent) 18%,var(--line)); border-radius:28px; background:#fff; box-shadow:0 28px 70px rgba(15,59,37,.14); }
.biz-profile__cover { position:relative; min-height:440px; overflow:hidden; display:flex; align-items:flex-end; isolation:isolate; color:#fff; background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 42%,#0b3522),#082b1a); }
.biz-profile__cover.is-pattern::before { content:''; position:absolute; inset:0; z-index:-2; opacity:.22; background-image:var(--orn-jali-gold); background-size:116px; }
.biz-profile__cover.is-pattern::after { content:''; position:absolute; inset:0; z-index:-2; background:radial-gradient(circle at 78% 28%,color-mix(in srgb,var(--accent) 44%,transparent),transparent 34%),linear-gradient(130deg,transparent 42%,rgba(255,255,255,.08)); }
.biz-profile__cover-img { position:absolute; z-index:-3; inset:0; width:100%; height:100%; object-fit:cover; margin:0; }
.biz-profile__wash { position:absolute; z-index:-1; inset:0; background:linear-gradient(0deg,rgba(4,29,17,.94),rgba(4,29,17,.18) 72%),linear-gradient(90deg,rgba(4,29,17,.48),transparent 70%); }
.biz-profile__identity { width:100%; display:grid; grid-template-columns:112px minmax(0,1fr) auto; align-items:end; gap:24px; padding:38px; }
.biz-profile__logo { width:112px; height:112px; display:grid; place-items:center; overflow:hidden; border:6px solid rgba(255,255,255,.94); border-radius:24px; color:#fff; background:var(--accent); box-shadow:0 18px 38px rgba(0,0,0,.24); }
.biz-profile__logo img { width:100%; height:100%; object-fit:cover; }
.biz-profile__logo.is-monogram { font:600 2.2rem/1 var(--font-display); }
.biz-profile__eyebrow { margin-bottom:6px; color:var(--gold-bright); font-size:.72rem; font-weight:750; letter-spacing:.14em; text-transform:uppercase; }
.biz-profile h1 { margin:0; color:#fff; font-size:clamp(2.6rem,5vw,5.2rem); font-weight:520; line-height:.92; letter-spacing:-.05em; overflow-wrap:anywhere; }
.biz-profile__meta { display:flex; flex-wrap:wrap; gap:8px 16px; margin-top:13px; color:rgba(255,255,255,.7); font-size:.82rem; }
.biz-profile__badge { align-self:start; padding:7px 12px; border:1px solid rgba(255,255,255,.28); border-radius:999px; color:#fff; background:rgba(8,43,26,.5); font-size:.72rem; font-weight:700; backdrop-filter:blur(10px); }
.biz-profile__badge.is-women { color:#8e1746; border-color:#f3b6cd; background:#fce4ec; }
.biz-profile__dock { display:grid; grid-template-columns:minmax(180px,.6fr) minmax(0,1.4fr); align-items:center; gap:24px; padding:20px 26px; border-top:1px solid var(--line); background:#fff; }
.biz-profile__dock-copy { display:grid; }
.biz-profile__dock-copy strong { color:var(--ink); font-size:.86rem; }
.biz-profile__dock-copy small { color:var(--ink-faint); font-size:.72rem; }
.biz-profile__actions { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:8px; }
.biz-action { min-height:42px; display:inline-flex; align-items:center; gap:8px; padding:8px 14px; border:1px solid var(--line); border-radius:999px; color:var(--ink); background:#fff; font-size:.78rem; font-weight:700; cursor:pointer; font-family:inherit; }
.biz-action:hover { color:var(--emerald-deep); border-color:var(--accent); background:color-mix(in srgb,var(--accent) 7%,#fff); }
.biz-action.is-primary { color:#fff; border-color:var(--accent); background:var(--accent); }
.biz-action__arrow { color:var(--accent); }
.biz-layout { display:grid; grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr); gap:24px; margin-top:28px; align-items:start; }
.biz-section { margin-bottom:24px; padding:32px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:0 10px 30px rgba(15,59,37,.055); }
.biz-section__kicker { display:block; margin-bottom:5px; color:var(--accent); font-size:.7rem; font-weight:760; letter-spacing:.14em; text-transform:uppercase; }
.biz-section h2 { margin:0 0 18px; color:var(--ink); font-size:1.65rem; }
.biz-about { margin:0; color:var(--ink-soft); line-height:1.85; white-space:pre-line; }
.biz-gentle-empty { padding:24px; border:1px dashed var(--line); border-radius:16px; color:var(--ink-soft); background:var(--surface-warm); }
.biz-gentle-empty h3 { margin:0 0 5px; font-size:1rem; }
.biz-gentle-empty p { margin:0; font-size:.82rem; }
.biz-keywords { display:flex; flex-wrap:wrap; gap:7px; margin-top:22px; }
.biz-keywords span { padding:4px 11px; border-radius:999px; color:var(--ink-soft); background:color-mix(in srgb,var(--accent) 8%,#f5f1e8); font-size:.72rem; }
.biz-gallery { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); grid-auto-rows:150px; gap:10px; }
.biz-shot { position:relative; overflow:hidden; margin:0; border-radius:14px; background:var(--surface-warm); }
.biz-shot:first-child:nth-last-child(n+4) { grid-column:span 2; grid-row:span 2; }
.biz-shot a,.biz-shot img { width:100%; height:100%; display:block; }
.biz-shot img { object-fit:cover; transition:transform .6s var(--ease-out); }
.biz-shot:hover img { transform:scale(1.045); }
.biz-shot figcaption { position:absolute; left:9px; right:9px; bottom:9px; padding:6px 9px; border-radius:8px; color:#fff; background:rgba(5,35,20,.72); font-size:.7rem; backdrop-filter:blur(8px); }
.biz-side { position:sticky; top:100px; }
.biz-facts { display:grid; gap:0; }
.biz-fact { display:grid; gap:3px; padding:13px 0; border-bottom:1px solid var(--line); }
.biz-fact:last-child { border-bottom:0; }
.biz-fact small { color:var(--ink-faint); font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; }
.biz-fact strong,.biz-fact a { color:var(--ink); font-size:.86rem; overflow-wrap:anywhere; }
.biz-fact a:hover { color:var(--accent); }
.biz-partners { list-style:none; display:grid; gap:10px; margin:0; padding:0; }
.biz-partners li { display:grid; gap:2px; padding:12px 14px; border-radius:12px; background:var(--surface-warm); }
.biz-partners b { color:var(--ink); font-size:.86rem; }
.biz-partners span { color:var(--ink-faint); font-size:.72rem; }
.biz-member-note { margin:0; color:var(--ink-soft); font-size:.8rem; }
.biz-related { margin-top:42px; }
.biz-related__head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:18px; }
.biz-related__head h2 { margin:4px 0 0; font-size:1.75rem; }
.biz-related__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.biz-related__item { display:grid; grid-template-columns:48px minmax(0,1fr) auto; align-items:center; gap:12px; padding:12px; border:1px solid var(--line); border-left:3px solid var(--card-accent); border-radius:14px; color:var(--ink); background:#fff; }
.biz-related__item:hover { color:var(--ink); transform:translateY(-2px); box-shadow:var(--shadow-2); }
.biz-related__logo { width:48px; height:48px; display:grid; place-items:center; overflow:hidden; border-radius:11px; color:#fff; background:var(--card-accent); font:600 1rem/1 var(--font-display); }
.biz-related__logo img { width:100%; height:100%; object-fit:cover; }
.biz-related__copy { display:grid; min-width:0; }
.biz-related__copy b { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.biz-related__copy small { overflow:hidden; color:var(--ink-faint); font-size:.7rem; text-overflow:ellipsis; white-space:nowrap; }
.biz-related__arrow { color:var(--card-accent); }
@media(max-width:900px){.biz-profile__identity{grid-template-columns:96px minmax(0,1fr)}.biz-profile__logo{width:96px;height:96px}.biz-profile__badge{grid-column:2}.biz-profile__dock{grid-template-columns:minmax(0,1fr)}.biz-profile__actions{justify-content:flex-start}.biz-layout{grid-template-columns:minmax(0,1fr)}.biz-side{position:static}.biz-related__grid{grid-template-columns:minmax(0,1fr)}}
@media(max-width:600px){.biz-page{padding-top:22px}.biz-profile__cover{min-height:500px}.biz-profile__identity{grid-template-columns:1fr;align-items:start;padding:24px}.biz-profile__logo{width:88px;height:88px}.biz-profile__badge{grid-column:1}.biz-profile h1{font-size:clamp(2.7rem,14vw,4rem)}.biz-profile__dock{padding:18px}.biz-profile__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.biz-action{justify-content:center}.biz-section{padding:24px 20px}.biz-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:130px}.biz-shot:first-child:nth-last-child(n+4){grid-column:span 2}.biz-related__head{align-items:start;flex-direction:column}.biz-related__head .btn{width:100%}}

/* 2026-08-22 public-profile refinement: short facts, direct contact band and
   a progressive gallery whose full-screen viewer is loaded only when used. */
.biz-owner-strip { display:flex; align-items:center; justify-content:space-between; gap:18px; margin:0 0 16px; padding:12px 16px; border:1px solid color-mix(in srgb,var(--accent) 26%,var(--line)); border-radius:14px; background:color-mix(in srgb,var(--accent) 6%,#fff); }
.biz-owner-strip>div { display:flex; align-items:center; gap:10px; min-width:0; }
.biz-owner-strip>div>span { color:var(--accent); }
.biz-owner-strip p { margin:0; color:var(--ink-soft); font-size:.8rem; }
.biz-owner-strip strong { color:var(--ink); }
.biz-owner-strip>a { flex:none; color:var(--accent); font-size:.78rem; font-weight:750; }
.biz-section__head { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:20px; }
.biz-section__head h2 { margin-bottom:0; }
.biz-section__head>p { max-width:31ch; margin:0; color:var(--ink-faint); font-size:.76rem; text-align:right; }
.biz-contact-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.biz-contact-card { position:relative; min-height:80px; display:grid; align-content:center; gap:2px; padding:12px 44px 12px 16px; overflow:hidden; border:1px solid var(--line); border-radius:14px; color:var(--ink); background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--accent) 4%,#fff)); transition:transform var(--t-fast),border-color var(--t-fast),box-shadow var(--t-fast); }
.biz-contact-card:hover { color:var(--ink); border-color:color-mix(in srgb,var(--accent) 48%,var(--line)); box-shadow:var(--shadow-2); transform:translateY(-2px); }
.biz-contact-card span { color:var(--accent); font-size:.65rem; font-weight:760; letter-spacing:.11em; text-transform:uppercase; }
.biz-contact-card strong { overflow-wrap:anywhere; font-size:.83rem; }
.biz-contact-card i { position:absolute; right:17px; top:50%; color:var(--accent); font-style:normal; transform:translateY(-50%); }
.biz-section--contact .biz-member-note { margin:18px 0 0; }
.biz-gallery { grid-template-columns:1.45fr repeat(2,minmax(0,.78fr)); grid-template-rows:repeat(2,154px); }
.biz-shot { display:block; height:100%; border-radius:15px; }
.biz-shot.is-featured { grid-column:1; grid-row:1 / 3; }
.biz-shot:not(.is-featured):nth-child(n+6) { display:none; }
.biz-shot img { aspect-ratio:auto; }
.biz-shot__caption { position:absolute; left:10px; right:10px; bottom:10px; padding:7px 9px; overflow:hidden; border-radius:9px; color:#fff; background:rgba(5,35,20,.74); font-size:.69rem; text-overflow:ellipsis; white-space:nowrap; backdrop-filter:blur(8px); }
.biz-shot__view { position:absolute; right:13px; top:13px; display:flex; align-items:center; gap:8px; padding:8px 10px; border:1px solid rgba(255,255,255,.34); border-radius:999px; color:#fff; background:rgba(4,29,17,.64); font-size:.68rem; font-weight:700; backdrop-filter:blur(9px); }
.biz-shot__view b { width:22px; height:22px; display:grid; place-items:center; border-radius:50%; color:var(--emerald-deep); background:#fff; }
.biz-lightbox { width:min(1180px,calc(100% - 28px)); max-width:none; height:min(820px,calc(100dvh - 28px)); max-height:none; margin:auto; padding:0; overflow:hidden; border:1px solid rgba(255,255,255,.16); border-radius:20px; color:#fff; background:#071b11; box-shadow:0 40px 110px rgba(0,0,0,.55); }
.biz-lightbox::backdrop { background:rgba(2,14,8,.86); backdrop-filter:blur(9px); }
.biz-lightbox[open] { display:grid; grid-template-rows:auto minmax(0,1fr) auto; }
.biz-lightbox__top,.biz-lightbox__foot { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:10px 18px; color:rgba(255,255,255,.7); font-size:.76rem; }
.biz-lightbox__top button { width:38px; height:38px; border:1px solid rgba(255,255,255,.2); border-radius:50%; color:#fff; background:rgba(255,255,255,.07); cursor:pointer; font-size:1.5rem; }
.biz-lightbox__stage { min-height:0; display:grid; grid-template-columns:60px minmax(0,1fr) 60px; align-items:center; }
.biz-lightbox__stage figure { min-width:0; height:100%; display:grid; grid-template-rows:minmax(0,1fr) auto; margin:0; }
.biz-lightbox__stage img { width:100%; height:100%; max-height:calc(100dvh - 170px); object-fit:contain; }
.biz-lightbox__stage figcaption { min-height:34px; padding:8px 18px 0; color:rgba(255,255,255,.82); text-align:center; font-size:.8rem; }
.biz-lightbox__nav { width:44px; height:44px; justify-self:center; border:1px solid rgba(255,255,255,.2); border-radius:50%; color:#fff; background:rgba(255,255,255,.07); cursor:pointer; }

/* Owner/admin editor — long work stays a real, shareable URL, while sections
   remain compact enough to scan and save in one pass. */
.biz-editor { padding:38px 0 100px; background:linear-gradient(180deg,#f6f1e7,#fff 36%); }
.biz-editor__header { display:grid; gap:12px; margin:0 0 28px; }
.biz-editor__header-title { min-width:0; width:100%; }
.biz-editor__header-meta { display:flex; align-items:center; justify-content:space-between; gap:28px; }
.biz-editor__header-meta .btn { flex:none; }
.biz-editor__header h1 { margin:8px 0 12px; color:var(--emerald-deep); font-size:clamp(2.5rem,5vw,4.8rem); font-weight:510; line-height:.98; letter-spacing:-.05em; }
.biz-editor__header p { max-width:65ch; margin:0; color:var(--ink-soft); }
.biz-editor__notice,.biz-editor__errors { display:grid; grid-template-columns:100px 1fr; gap:14px; margin:0 0 20px; padding:16px 18px; border-radius:14px; font-size:.82rem; }
.biz-editor__notice { color:#155633; border:1px solid rgba(27,94,59,.2); background:#edf7f1; }
.biz-editor__errors { color:#8b2435; border:1px solid rgba(159,43,61,.2); background:#fff0f2; }
.biz-editor__errors ul { margin:0; padding-left:18px; }
.biz-editor__layout { display:grid; grid-template-columns:300px minmax(0,1fr); gap:24px; align-items:start; }
.biz-editor__guide { position:sticky; top:96px; display:grid; gap:14px; }
.biz-editor__preview { overflow:hidden; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:var(--shadow-2); }
.biz-editor__preview-art { height:140px; overflow:hidden; background:linear-gradient(135deg,var(--accent),#082b1a); }
.biz-editor__preview-art.is-pattern { background-image:var(--orn-jali-gold),linear-gradient(135deg,var(--accent),#082b1a); background-size:90px,auto; }
.biz-editor__preview-art img { width:100%; height:100%; object-fit:cover; }
.biz-editor__preview-body { display:grid; grid-template-columns:58px minmax(0,1fr); align-items:center; gap:12px; padding:0 15px 16px; }
.biz-editor__preview-logo { width:58px; height:58px; display:grid; place-items:center; margin-top:-20px; overflow:hidden; border:4px solid #fff; border-radius:14px; color:#fff; background:var(--accent); font:650 1rem/1 var(--font-display); box-shadow:var(--shadow-2); }
.biz-editor__preview-logo img { width:100%; height:100%; object-fit:cover; }
.biz-editor__preview-body b,.biz-editor__preview-body small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.biz-editor__preview-body small { color:var(--ink-faint); font-size:.68rem; }
.biz-editor__strength,.biz-editor__review-note,.biz-editor__checklist { margin:0; padding:16px; border:1px solid var(--line); border-radius:16px; background:#fff; }
.biz-editor__strength { display:grid; grid-template-columns:62px 1fr; align-items:center; gap:12px; }
.biz-editor__strength-ring { width:62px; height:62px; display:grid; place-items:center; border-radius:50%; background:conic-gradient(var(--accent) var(--progress),#ece8df 0); }
.biz-editor__strength-ring::before { content:''; grid-area:1/1; width:46px; height:46px; border-radius:50%; background:#fff; }
.biz-editor__strength-ring b { z-index:1; grid-area:1/1; font-size:.72rem; }
.biz-editor__strength small,.biz-editor__review-note p { display:block; margin:3px 0 0; color:var(--ink-faint); font-size:.68rem; line-height:1.5; }
.biz-editor__checklist { list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:7px 10px; }
.biz-editor__checklist li { color:var(--ink-faint); font-size:.7rem; }
.biz-editor__checklist li span { display:inline-block; width:16px; color:var(--gold-deep); }
.biz-editor__checklist li.is-done { color:var(--ink-soft); }
.biz-editor__checklist li.is-done span { color:var(--emerald); }
.biz-editor__form { display:grid; gap:16px; }
.biz-edit-card { padding:26px; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:0 8px 26px rgba(15,59,37,.045); }
.biz-edit-card>header { display:grid; grid-template-columns:34px 1fr; gap:12px; margin-bottom:22px; }
.biz-edit-card>header>span { width:30px; height:30px; display:grid; place-items:center; border-radius:9px; color:var(--accent); background:color-mix(in srgb,var(--accent) 9%,#fff); font-size:.68rem; font-weight:800; }
.biz-edit-card h2 { margin:0; font-size:1.35rem; }
.biz-edit-card header p,.biz-photo-editor__head p { margin:3px 0 0; color:var(--ink-faint); font-size:.73rem; }
.biz-edit-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:17px; }
.biz-field { display:grid; gap:7px; }
.biz-field--wide { grid-column:1/-1; }
.biz-field>span { display:flex; justify-content:space-between; gap:10px; color:var(--ink-soft); font-size:.73rem; font-weight:700; }
.biz-field em { color:var(--ink-faint); font-size:.64rem; font-style:normal; font-weight:500; }
.biz-field input,.biz-field textarea,.biz-social-row input,.biz-social-row select { width:100%; border:1px solid #d8d1c3; border-radius:11px; color:var(--ink); background:#fff; font:500 .87rem/1.4 var(--font-body); }
.biz-field input,.biz-social-row input,.biz-social-row select { height:48px; padding:0 13px; }
.biz-field textarea { min-height:100px; padding:13px; resize:vertical; }
.biz-field input:focus,.biz-field textarea:focus,.biz-social-row input:focus,.biz-social-row select:focus { outline:0; border-color:var(--accent); box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 10%,transparent); }
.biz-switch { grid-column:1/-1; display:flex; align-items:center; gap:12px; padding:15px; border:1px solid var(--line); border-radius:13px; background:var(--surface-warm); cursor:pointer; }
.biz-switch input { width:19px; height:19px; accent-color:var(--accent); }
.biz-switch span { display:grid; }
.biz-switch small { color:var(--ink-faint); font-size:.68rem; }
.biz-social-editor { display:grid; gap:9px; }
.biz-social-row { display:grid; grid-template-columns:150px minmax(0,1fr) 42px; gap:8px; }
.biz-social-row button { border:1px solid var(--line); border-radius:10px; color:var(--ink-soft); background:#fff; cursor:pointer; font-size:1.25rem; }
.biz-add-row { margin-top:10px; padding:0; border:0; color:var(--accent); background:none; cursor:pointer; font:700 .75rem/1 var(--font-body); }
.biz-media-editor { display:grid; grid-template-columns:1fr 1.5fr; gap:12px; }
.biz-media-upload { display:grid; gap:10px; padding:13px; border:1px solid var(--line); border-radius:15px; background:var(--surface-warm); }
.biz-media-upload__preview { height:130px; display:grid; place-items:center; overflow:hidden; border-radius:10px; color:var(--ink-faint); background:#e9e5dc; }
.biz-media-upload__preview.is-logo { aspect-ratio:1; width:130px; justify-self:center; color:#fff; background:var(--accent); }
.biz-media-upload__preview img { width:100%; height:100%; object-fit:cover; }
.biz-media-upload label>span { display:block; font-size:.75rem; font-weight:700; }
.biz-media-upload input[type=file] { max-width:100%; margin-top:5px; font-size:.7rem; }
.biz-media-upload small { display:block; margin-top:3px; color:var(--ink-faint); font-size:.63rem; }
.biz-remove { color:#8b2435; font-size:.68rem; }
.biz-photo-editor { margin-top:18px; }
.biz-photo-editor__head { display:flex; align-items:center; justify-content:space-between; gap:18px; }
.biz-photo-editor__head h3 { margin:0; font-size:1rem; }
.biz-file-button { flex:none; padding:9px 13px; border:1px solid var(--accent); border-radius:999px; color:var(--accent); cursor:pointer; font-size:.7rem; font-weight:750; }
.biz-file-button input { position:absolute; width:1px; height:1px; overflow:hidden; opacity:0; }
.biz-photo-editor__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin-top:13px; }
.biz-photo-edit { display:grid; gap:7px; padding:8px; border:1px solid var(--line); border-radius:12px; }
.biz-photo-edit img { width:100%; aspect-ratio:1.2; object-fit:cover; border-radius:8px; }
.biz-photo-edit input[type=text] { min-width:0; height:35px; padding:0 8px; border:1px solid var(--line); border-radius:7px; font-size:.68rem; }
.biz-photo-edit label { color:#8b2435; font-size:.65rem; }
.biz-media-empty { margin-top:13px; padding:24px; border:1px dashed var(--line); border-radius:12px; color:var(--ink-faint); text-align:center; font-size:.75rem; }
.biz-selected-files { margin:8px 0 0; color:var(--accent); font-size:.68rem; }
.biz-editor__submit { display:flex; align-items:center; justify-content:flex-end; gap:20px; padding-top:4px; }
.biz-editor__submit>a { color:var(--ink-soft); font-size:.8rem; }
@media(max-width:900px){.biz-editor__layout{grid-template-columns:1fr}.biz-editor__guide{position:static;grid-template-columns:1fr 1fr}.biz-editor__preview,.biz-editor__review-note{grid-row:span 2}.biz-contact-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.biz-owner-strip,.biz-section__head,.biz-photo-editor__head{align-items:flex-start;flex-direction:column}.biz-owner-strip{display:grid}.biz-section__head>p{text-align:left}.biz-contact-grid{grid-template-columns:1fr}.biz-gallery{grid-template-columns:repeat(2,1fr);grid-template-rows:220px 130px}.biz-shot.is-featured{grid-column:1/-1;grid-row:1}.biz-lightbox__stage{grid-template-columns:42px minmax(0,1fr) 42px}.biz-lightbox__nav{width:34px;height:34px}.biz-editor{padding-top:22px}.biz-editor__header-meta{align-items:flex-start;flex-direction:column}.biz-editor__header-meta .btn{width:100%}.biz-editor__guide{grid-template-columns:1fr}.biz-edit-card{padding:21px 17px}.biz-edit-grid,.biz-media-editor{grid-template-columns:1fr}.biz-field--wide{grid-column:auto}.biz-social-row{grid-template-columns:110px minmax(0,1fr) 38px}.biz-photo-editor__grid{grid-template-columns:repeat(2,1fr)}.biz-editor__submit{justify-content:space-between}}
@media(prefers-reduced-motion:reduce){.biz-contact-card,.biz-shot img{transition:none}}
