/* ==========================================================================
   AXONLOGIC — THE PLOTTED MIND · product.css
   Product dossier pages. Loaded AFTER home.css; only adds what the
   homepage sheet vocabulary doesn't already provide.
   ========================================================================== */

/* ==========================================================================
   PRODUCT HERO — a smaller poster with a dossier header
   ========================================================================== */
.phero {
    min-height: 72svh;
    padding-top: clamp(6rem, 13vh, 8.5rem);
    display: flex; flex-direction: column; justify-content: space-between;
}
.phero-annotations {
    display: flex; justify-content: space-between; gap: 1rem;
    font-size: 0.6875rem; opacity: 0.6; margin-bottom: clamp(1.5rem, 4vh, 3rem);
}
.phero-grid {
    display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
    flex: 1;
}
.phero-kicker {
    color: var(--blue-deep); font-size: 0.75rem; margin-bottom: 1rem; display: block;
}
.phero-title {
    font-family: var(--font-display);
    font-weight: 750; font-stretch: 125%;
    text-transform: uppercase;
    line-height: 0.94; letter-spacing: -0.025em;
    /* Sized so a 9-char product name ("ANALYTICS", "SOLMIRROR") fits
       inside the 7fr hero text column at 1440px without spilling over
       the sibling figure plate. */
    font-size: clamp(2.2rem, 6.4vw, 6rem);
    display: flex; flex-direction: column;
    max-width: 100%;
}
/* Narrow viewports: below ~600px the 7fr/5fr grid collapses and the
   title has the full viewport. Shrink it further so the longest name
   ("SOLMIRROR" in Archivo 125% wide) stays inside the paper margin. */
@media (max-width: 600px) {
    /* Archivo at font-stretch: 125% is wide; a 9-char product name
       like "SOLMIRROR" still measures ≈ 12–13vw per character worth
       of pixels. Shrink further and allow breaking inside the word
       so the title never pushes the page into horizontal overflow. */
    .phero-title { font-size: 6vw; word-break: break-word; }
    /* Same reason for the sheet-section .display-l headings: their
       clamp() floor of 2.5rem × 125% stretch can exceed 375px on a
       long line (e.g. "A high-performance execution stack..." on the
       solmirror overview). Cap the mobile size and let overlong words
       break rather than pushing horizontal scroll. */
    .display-l { font-size: clamp(1.7rem, 6vw, 2.4rem); overflow-wrap: break-word; }
}

/* Headings inside a .case-grid live in the narrow 5fr column, not full width.
   The base .display-l ceiling (5rem @ 125% stretch) is sized for full-width
   sheets; a single long word like "ARCHITECTURE" is ~260px wider than the
   column and spills over the paired image. Cap the size for this column and
   let overlong single words break rather than overflow. */
.case-copy .display-l {
    font-size: clamp(1.9rem, 3.4vw, 3rem);
    overflow-wrap: break-word;
    word-break: break-word;
}
.phero-title .t-ink { color: var(--ink); font-style: normal; }
.phero-title .t-blue { color: var(--blue); }
.phero-title .t-orange { color: var(--orange); }
.phero-title i { font-style: normal; }
.phero-title .t-outline {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--ink);
    text-stroke: 1.5px var(--ink);
}
.phero-title > span { display: block; clip-path: inset(-10% 100% -10% 0); animation: inkfill 0.55s ease forwards; }
.phero-title > span:nth-child(1) { animation-delay: 0.15s; }
.phero-title > span:nth-child(2) { animation-delay: 0.40s; }
.phero-sub {
    margin-top: clamp(1.25rem, 3vh, 2rem);
    font-size: clamp(1.05rem, 1.3vw, 1.25rem);
    max-width: 54ch; line-height: 1.55;
}
.phero-ctas {
    display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
    margin-top: clamp(1.5rem, 3.5vh, 2.5rem);
}
.phero-baseline {
    border-top: 1px solid var(--ink);
    padding-top: 0.6rem;
    margin-top: clamp(2rem, 4vh, 3rem);
    font-size: 0.6875rem; opacity: 0.6;
}

/* hero figure — first screenshot as a plate */
.phero-fig { position: relative; }
.phero-fig .fig-cap { font-size: 0.6875rem; opacity: 0.6; margin-bottom: 0.75rem; display: block; }

/* ==========================================================================
   PLATE — framed media (image / video / terminal), workplate generalized
   ========================================================================== */
.plate {
    background: var(--plate);
    border: 1px solid var(--ink);
    position: relative;
    /* No overflow:hidden here — it would clip the ::after offset frame.
       Wide children (pre/terminal blocks) carry their own overflow-x:auto. */
    max-width: 100%;
}
.plate::after {
    content: ''; position: absolute; inset: 0;
    transform: translate(6px, 6px);
    border: 1px solid var(--hairline);
    z-index: -1; pointer-events: none;
}
.plate-chrome {
    display: flex; align-items: center; gap: 6px;
    border-bottom: 1px solid var(--ink);
    padding: 0.55rem 0.8rem;
    font-size: 0.6875rem;
}
.plate-chrome i { width: 8px; height: 8px; border: 1px solid var(--ink); border-radius: 50%; flex: none; }
.plate-chrome span { margin-left: 0.75rem; opacity: 0.7; }
.plate img, .plate video {
    width: 100%; height: auto; display: block;
    background: var(--plate);
}
.plate.is-cover img { aspect-ratio: 4 / 3; object-fit: cover; object-position: top left; }

/* a row of plates */
.plate-row {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
    margin-top: clamp(2rem, 4vh, 3rem);
}

/* full-width single plate */
.plate-solo { margin-top: clamp(2rem, 4vh, 3rem); }

/* ==========================================================================
   CELL GRID — bordered feature cells (ledger-style, content cells)
   ========================================================================== */
.cellgrid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--ink);
    margin-top: clamp(2rem, 4vh, 3rem);
    /* clips the last row's border-bottom (pulled down by the -1px cell
       margin) so the bottom edge is the container's 1px, not 2px */
    overflow: hidden;
}
.cellgrid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cellgrid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.cell {
    padding: clamp(1.5rem, 2.5vw, 2.25rem) clamp(1.25rem, 2vw, 1.75rem);
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    margin-bottom: -1px;
    display: flex; flex-direction: column; gap: 0.5rem;
}
/* column cleanup: last column loses its border-right; a partial last row
   (e.g. 11 cells in 3 cols) keeps the divider against the empty track */
.cellgrid > .cell:nth-child(3n) { border-right: none; }
.cellgrid.cols-2 > .cell:nth-child(odd) { border-right: 1px solid var(--ink); }
.cellgrid.cols-2 > .cell:nth-child(2n) { border-right: none; }
.cellgrid.cols-4 > .cell { border-right: 1px solid var(--ink); }
.cellgrid.cols-4 > .cell:nth-child(4n) { border-right: none; }
.cell-fig { color: var(--blue); font-size: 0.6875rem; }
.cell:hover .cell-fig { color: var(--orange-deep); }
.cell h3 {
    font-family: var(--font-display); font-weight: 650; font-size: 1.3rem;
    letter-spacing: -0.01em; line-height: 1.2;
}
.cell p { font-size: 0.95rem; opacity: 0.75; }
.cell ul { list-style: none; margin-top: 0.25rem; }
.cell ul li {
    font-size: 0.9rem; opacity: 0.75; padding: 0.35rem 0 0.35rem 1.1rem;
    position: relative; border-bottom: 1px solid var(--hairline);
}
.cell ul li:last-child { border-bottom: none; }
.cell ul li::before {
    content: ''; position: absolute; left: 0; top: 0.85em;
    width: 6px; height: 7px;
    background: var(--blue);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

/* ==========================================================================
   SPEC LIST — index-sheet rows (pindex vocabulary, for capability lists)
   ========================================================================== */
.speclist { border-top: 1px solid var(--ink); margin-top: clamp(2rem, 4vh, 3rem); }
.specrow {
    display: grid; grid-template-columns: 64px 1fr;
    align-items: baseline; gap: 1.25rem;
    padding: 0.85rem 0.5rem;
    border-bottom: 1px solid var(--hairline);
    color: var(--ink);
    transition: background 0.12s ease;
}
.specrow:hover { background: rgba(1, 109, 181, 0.045); }
.specrow .mono { color: var(--blue); font-size: 0.75rem; }
.specrow p { font-size: 1rem; }
.speclist.two-col {
    display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(2rem, 4vw, 4rem);
}

/* ==========================================================================
   STEPS — numbered roadmap (outlined numerals on a rail)
   ========================================================================== */
.steps { margin-top: clamp(2rem, 4vh, 3rem); border-top: 1px solid var(--ink); }
.step {
    display: grid; grid-template-columns: 120px 1fr;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
    padding: clamp(1.25rem, 2.5vh, 2rem) 0.5rem;
    border-bottom: 1px solid var(--hairline);
}
.step-num {
    font-family: var(--font-display); font-weight: 750; font-stretch: 125%;
    font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--ink);
}
.step:hover .step-num { -webkit-text-stroke-color: var(--orange); }
.step h3 {
    font-family: var(--font-display); font-weight: 650; font-size: 1.3rem; line-height: 1.25;
}
.step p { font-size: 0.95rem; opacity: 0.75; margin-top: 0.35rem; }

/* ==========================================================================
   ARCH FLOW — mono system diagram: node → node → node
   ========================================================================== */
.archflow {
    display: flex; flex-wrap: wrap; align-items: stretch; gap: 0.75rem;
    margin-top: clamp(2rem, 4vh, 3rem);
}
.archnode {
    flex: 1 1 160px;
    border: 1px solid var(--ink);
    background: var(--plate);
    padding: 1rem 1.1rem;
    display: flex; flex-direction: column; gap: 0.3rem;
}
.archnode-title { font-family: var(--font-display); font-weight: 650; font-size: 1.05rem; }
.archnode-sub { font-family: var(--font-mono); font-size: 0.625rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.6; }
.archnode.is-core { border-width: 1.5px; box-shadow: 4px 4px 0 0 var(--ink); }
.archnode.is-core .archnode-title { color: var(--blue); }
.archarrow {
    align-self: center; color: var(--orange);
    font-size: 1.1rem; flex: none;
}

/* ==========================================================================
   CHIPSET — mono chips (venues, integrations, tech)
   ========================================================================== */
.chipset { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: clamp(1.5rem, 3vh, 2.5rem); }
.chip {
    font-family: var(--font-mono); font-size: 0.75rem; font-weight: 500;
    letter-spacing: 0.08em; text-transform: uppercase;
    border: 1px solid var(--ink);
    padding: 0.45rem 0.9rem;
    display: inline-flex; align-items: center; gap: 0.5rem;
    transition: background 0.12s ease, color 0.12s ease;
}
.chip::before {
    content: ''; width: 7px; height: 8px; flex: none;
    background: var(--blue);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.chip:hover { background: var(--ink); color: var(--paper); }
.chip:hover::before { background: var(--orange); }

/* ==========================================================================
   PROBLEM / SOLUTION table band — reuse .case-table, add wide variant
   ========================================================================== */
.dossier-table { border-collapse: collapse; margin-top: clamp(2rem, 4vh, 3rem); width: 100%; }
.dossier-table th, .dossier-table td {
    text-align: left; padding: 0.85rem 1.25rem 0.85rem 0;
    border-bottom: 1px solid var(--hairline);
    vertical-align: top;
}
.dossier-table th {
    color: var(--blue-deep); font-family: var(--font-mono); font-weight: 500;
    width: 160px; font-size: 0.6875rem; letter-spacing: 0.09em; text-transform: uppercase;
    white-space: nowrap;
}
.dossier-table td { font-size: 1rem; }

/* ==========================================================================
   STAT BAND — ledger with flexible column counts (home.css owns the look)
   ========================================================================== */
.ledger-row.cols-3 { grid-template-columns: repeat(3, 1fr); }
.ledger-row.cols-4 { grid-template-columns: repeat(4, 1fr); }
.ledger-num .pref { font-style: normal; font-size: 0.6em; color: var(--blue); }

/* ==========================================================================
   PRODUCT CROSS-REFERENCE FOOTER BAND — prev / next dossier
   ========================================================================== */
.xref {
    display: grid; grid-template-columns: 1fr 1fr;
    border: 1px solid var(--ink);
    margin-top: clamp(2.5rem, 5vh, 4rem);
}
.xref a {
    padding: clamp(1.25rem, 2.5vw, 2rem);
    text-decoration: none; color: var(--ink);
    display: flex; flex-direction: column; gap: 0.4rem;
    transition: background 0.12s ease, color 0.12s ease;
}
.xref a:first-child { border-right: 1px solid var(--ink); }
.xref a:hover { background: var(--ink); color: var(--paper); }
.xref .mono { font-size: 0.6875rem; color: var(--blue); }
.xref a:hover .mono { color: var(--orange); }
.xref-name { font-family: var(--font-display); font-weight: 650; font-size: 1.35rem; }
.xref a:last-child { text-align: right; align-items: flex-end; }

/* ==========================================================================
   COMPANY / SERVICES SHEETS — additions for about.html + services.html
   ========================================================================== */

/* long translated headline (services hero) — smaller than a product name poster */
.phero-title.is-long {
    font-size: clamp(1.9rem, 4.2vw, 3.9rem);
    line-height: 1.04;
}

/* hero with two stacked paragraphs (subtitle + description) */
.phero-sub + .phero-sub {
    margin-top: 0.9rem;
    font-size: 1rem;
    opacity: 0.85;
}

/* crew — team photo plates */
.crew {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    margin-top: clamp(2rem, 4vh, 3rem);
}
.plate.is-square img { aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; }
.crew-meta {
    padding: 0.85rem 1rem 1.05rem;
    border-top: 1px solid var(--ink);
    display: flex; flex-direction: column; gap: 0.2rem;
}
.crew-name { font-family: var(--font-display); font-weight: 650; font-size: 1.1rem; line-height: 1.2; }
.crew-role {
    font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 500;
    letter-spacing: 0.09em; text-transform: uppercase;
    color: var(--blue);
}

/* field reports — testimonial cells */
.cell .quote { font-size: 0.98rem; line-height: 1.6; opacity: 0.85; flex: 1; }
.quote-name { font-family: var(--font-display); font-weight: 650; font-size: 1.05rem; margin-top: 0.75rem; }
.quote-role {
    font-family: var(--font-mono); font-size: 0.625rem; font-weight: 500;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--blue-deep);
}

/* step feature bullets (services full-cycle) — mirrors .cell ul */
.step ul { list-style: none; margin-top: 0.6rem; }
.step ul li {
    font-size: 0.9rem; opacity: 0.75; padding: 0.3rem 0 0.3rem 1.1rem;
    position: relative;
}
.step ul li::before {
    content: ''; position: absolute; left: 0; top: 0.8em;
    width: 6px; height: 7px;
    background: var(--blue);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

/* parenthetical English term inside a specrow */
.spec-en { opacity: 0.55; }

/* ==========================================================================
   CONTACT SHEET — channels, transmission form, location plate
   Additions for contact.html. Two-ink, sharp-edged, plate-framed.
   ========================================================================== */

/* channels — bordered cells: a phone line and an email line */
.channels {
    display: grid; grid-template-columns: repeat(2, 1fr);
    border: 1px solid var(--ink);
    margin-top: clamp(2rem, 4vh, 3rem);
}
.channel {
    padding: clamp(1.75rem, 3vw, 2.75rem) clamp(1.5rem, 2.5vw, 2.25rem);
    border-right: 1px solid var(--ink);
    display: flex; flex-direction: column; gap: 0.6rem;
    text-decoration: none; color: var(--ink);
    transition: background 0.12s ease;
}
.channel:last-child { border-right: none; }
.channel:hover { background: rgba(1, 109, 181, 0.045); }
.channel-fig { color: var(--blue); font-size: 0.6875rem; }
.channel-type {
    font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 500;
    letter-spacing: 0.09em; text-transform: uppercase; color: var(--blue-deep);
}
.channel-value {
    font-family: var(--font-display); font-weight: 700; font-stretch: 110%;
    font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.05;
    letter-spacing: -0.01em; color: var(--ink);
    transition: color 0.12s ease;
}
.channel:hover .channel-value { color: var(--blue-deep); }
.channel-note {
    font-family: var(--font-mono); font-size: 0.625rem; letter-spacing: 0.08em;
    text-transform: uppercase; opacity: 0.55; margin-top: 0.1rem;
}

/* contact grid — transmission form beside the location plate */
.contact-grid {
    display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    gap: clamp(2rem, 4vw, 4rem);
    margin-top: clamp(2rem, 4vh, 3rem);
    align-items: start;
}
.contact-col-head {
    font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 500;
    letter-spacing: 0.09em; text-transform: uppercase; color: var(--blue-deep);
    border-bottom: 1px solid var(--ink); padding-bottom: 0.6rem; margin-bottom: 1.5rem;
}

/* transmission form — sharp-edged fields on the paper */
.contactform { display: flex; flex-direction: column; gap: 1.25rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field label {
    font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 500;
    letter-spacing: 0.09em; text-transform: uppercase; color: var(--blue-deep);
}
.field input, .field textarea {
    font-family: var(--font-body); font-size: 1rem; color: var(--ink);
    background: var(--plate);
    border: 1px solid var(--ink);
    padding: 0.85rem 1rem;
    width: 100%;
    border-radius: 0;
    transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.field textarea { resize: vertical; min-height: 140px; line-height: 1.55; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink); opacity: 0.35; }
.field input:focus, .field textarea:focus {
    outline: none; border-color: var(--blue);
    box-shadow: 3px 3px 0 0 var(--blue);
}
.contactform .cta-stamp { border: none; align-self: flex-start; cursor: pointer; margin-top: 0.5rem; }

/* location plate — map framed like every other plate */
.map-plate { margin-top: 0; }
.map-plate iframe { width: 100%; height: clamp(320px, 42vh, 460px); display: block; border: 0; }
.map-note { margin-top: 1rem; font-size: 0.6875rem; }
.map-note a {
    color: var(--blue-deep); text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;
}
.map-note a:hover { border-color: var(--blue-deep); }

/* ==========================================================================
   LIGHTBOX — click a plate image to inspect it full-size
   A dossier overlay: ink wash behind, the screenshot enlarged in a plate,
   a mono chrome bar carrying the plate's label and a close control.
   ========================================================================== */
.plate img { cursor: zoom-in; }

.lightbox {
    position: fixed; inset: 0; z-index: 300;
    display: flex; align-items: center; justify-content: center;
    padding: clamp(1rem, 4vw, 3rem);
    background: rgba(20, 20, 25, 0.92);
    opacity: 0; visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.lightbox.open { opacity: 1; visibility: visible; }

.lightbox-frame {
    position: relative;
    background: var(--plate);
    border: 1px solid var(--paper);
    max-width: min(1240px, 100%); max-height: 100%;
    display: flex; flex-direction: column;
    transform: translateY(8px); transition: transform 0.2s ease;
}
.lightbox.open .lightbox-frame { transform: translateY(0); }

.lightbox-chrome {
    display: flex; align-items: center; gap: 6px;
    border-bottom: 1px solid var(--ink);
    padding: 0.55rem 0.8rem; flex: none;
    font-size: 0.6875rem;
}
.lightbox-chrome i { width: 8px; height: 8px; border: 1px solid var(--ink); border-radius: 50%; flex: none; }
.lightbox-cap {
    margin-left: 0.75rem; opacity: 0.7;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    flex: 1; min-width: 0;
}
.lightbox-close {
    flex: none; margin-left: 0.75rem;
    font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 500;
    letter-spacing: 0.09em; text-transform: uppercase;
    color: var(--ink); background: none;
    border: 1px solid var(--ink); border-radius: 0;
    padding: 0.25rem 0.6rem; cursor: pointer;
    display: inline-flex; align-items: center; gap: 0.4rem;
    transition: background 0.12s ease, color 0.12s ease;
}
.lightbox-close:hover { background: var(--ink); color: var(--paper); }

.lightbox-stage {
    flex: 1; min-height: 0;
    display: flex; align-items: center; justify-content: center;
    overflow: auto; background: var(--plate);
}
.lightbox-stage img {
    display: block; margin: auto;
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    object-fit: contain;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
    .crew { grid-template-columns: 1fr 1fr; }
    .phero-grid { grid-template-columns: 1fr; }
    .phero-fig { max-width: 560px; }
    .cellgrid, .cellgrid.cols-4 { grid-template-columns: 1fr 1fr; }
    .cellgrid > .cell { border-right: 1px solid var(--ink); }
    /* (0,3,0) tie with the base 3n rule so the re-add above actually wins */
    .cellgrid > .cell:nth-child(3n) { border-right: 1px solid var(--ink); }
    .cellgrid > .cell:nth-child(2n), .cellgrid.cols-4 > .cell:nth-child(2n) { border-right: none; }
    .speclist.two-col { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .crew { grid-template-columns: 1fr; }
    .phero-title { font-size: clamp(2.6rem, 13vw, 4rem); }
    .phero-title.is-long { font-size: clamp(1.5rem, 6.4vw, 2.2rem); }
    .cellgrid, .cellgrid.cols-2, .cellgrid.cols-4 { grid-template-columns: 1fr; }
    .cellgrid > .cell, .cellgrid.cols-2 > .cell, .cellgrid.cols-4 > .cell { border-right: none !important; }
    .ledger-row.cols-3, .ledger-row.cols-4 { grid-template-columns: 1fr; }
    .ledger-row.cols-3 .ledger-cell, .ledger-row.cols-4 .ledger-cell { border-right: none; border-bottom: 1px solid var(--ink); }
    .ledger-row.cols-3 .ledger-cell:last-child, .ledger-row.cols-4 .ledger-cell:last-child { border-bottom: none; }
    .step { grid-template-columns: 72px 1fr; }
    .xref { grid-template-columns: 1fr; }
    .xref a:first-child { border-right: none; border-bottom: 1px solid var(--ink); }
    .archflow { flex-direction: column; }
    .archarrow { transform: rotate(90deg); }
    .phero-annotations span:nth-child(2) { display: none; }
    .channels { grid-template-columns: 1fr; }
    .channel { border-right: none; border-bottom: 1px solid var(--ink); }
    .channel:last-child { border-bottom: none; }
    .contact-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .phero-title > span { clip-path: inset(0 0 0 0) !important; }
}
