/* SHOO IN interior pages: layout atoms on top of style.css */

.page-hero { padding: clamp(2.6rem, 6vw, 4.6rem) 0 clamp(1.8rem, 4vw, 2.8rem); }
.ph-kicker { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--azure-deep); }
.ph-title { font-weight: 500; font-size: clamp(2rem, 4.6vw, 3.4rem); letter-spacing: -0.03em; line-height: 1.06; max-width: 22ch; margin-top: 0.5rem; }
.ph-title b { font-weight: 800; color: var(--azure); }
.ph-lede { margin-top: 1.1rem; max-width: 62ch; color: var(--grey); font-size: 1.07rem; }
.ph-cta { margin-top: 1.6rem; }

.page-photo { width: 100%; max-height: 430px; object-fit: cover; border-radius: 18px; display: block; box-shadow: 0 22px 44px -24px rgba(22, 33, 30, 0.35); }

.prose-col { max-width: 70ch; }
.prose-col h2 { font-weight: 800; font-size: 1.35rem; letter-spacing: -0.02em; margin: 1.9rem 0 0.6rem; }
.prose-col h2:first-child { margin-top: 0; }
.prose-col p { color: var(--grey); margin-bottom: 0.9rem; }
.prose-col a { color: var(--azure-deep); font-weight: 600; }
.prose-col b { color: var(--ink); }

.svc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.svc-tile { display: flex; flex-direction: column; gap: 0.5rem; text-decoration: none; background: var(--tint-2); border: 1px solid var(--line); border-radius: 18px; padding: 1.6rem 1.5rem; transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s; }
.svc-tile:hover { transform: translateY(-4px); border-color: var(--azure); box-shadow: 0 16px 32px -20px rgba(12, 147, 132, 0.35); }
.svc-tile h3 { font-size: 1.08rem; font-weight: 800; }
.svc-tile p { font-size: 0.92rem; color: var(--grey); flex: 1; }
.svc-tile span { font-size: 0.8rem; font-weight: 700; color: var(--azure-deep); }

.tick-list { list-style: none; max-width: 70ch; display: grid; gap: 0.55rem; }
.tick-list li { padding-left: 1.7rem; position: relative; color: var(--ink); font-weight: 500; }
.tick-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--azure); font-weight: 800; }

.vet-note { max-width: 70ch; background: var(--tint); border: 1px solid var(--line); border-radius: 12px; padding: 0.9rem 1.1rem; font-size: 0.95rem; color: var(--grey); }
.vet-note a { color: var(--azure-deep); font-weight: 700; }
.vet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.vet-card { background: var(--tint-2); border: 1px solid var(--line); border-radius: 18px; padding: 1.5rem 1.4rem; }
.vet-card h3 { font-weight: 800; font-size: 1.05rem; margin-bottom: 0.5rem; }
.vet-card p { font-size: 0.93rem; color: var(--grey); }
.vet-banner { margin-top: 1.6rem; background: var(--navy); color: #d9efe9; border-radius: 14px; padding: 1.1rem 1.4rem; font-size: 0.97rem; }
.vet-banner b { color: #ffffff; }
.vet-banner a { color: var(--sky); font-weight: 700; }

.addons { margin-top: 1.8rem; border: 1px solid var(--line); border-radius: 14px; padding: 1.2rem 1.4rem; background: var(--tint-2); }
.addons h3 { font-weight: 800; font-size: 1rem; margin-bottom: 0.3rem; }
.addons p { color: var(--grey); font-size: 0.95rem; }

.translator { max-width: 720px; border: 1px solid var(--line); border-radius: 18px; padding: 1.6rem; background: var(--tint-2); }
.tr-controls { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.tr-controls label { font-size: 0.8rem; font-weight: 700; color: var(--grey); display: grid; gap: 0.35rem; }
.tr-controls select { font-family: var(--sans); font-size: 1rem; font-weight: 600; padding: 0.6rem 0.9rem; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); min-width: 220px; }
.tr-row { display: grid; gap: 0.15rem; padding: 0.85rem 0; border-top: 1px solid var(--line); }
.tr-row span { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey-soft); }
.tr-row b { font-size: 1.02rem; color: var(--ink); }
.tr-row.trap b { color: var(--azure-deep); }
.tr-note { margin-top: 0.9rem; font-size: 0.85rem; color: var(--grey-soft); }

.tf-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.tf-card { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--white); }
.tf-before { padding: 1.1rem 1.3rem; color: var(--grey-soft); text-decoration: line-through; text-decoration-color: rgba(12, 147, 132, 0.5); background: var(--tint-2); font-size: 0.95rem; }
.tf-after { padding: 1.1rem 1.3rem; color: var(--ink); font-weight: 600; font-size: 0.98rem; border-top: 1px solid var(--line); }

.demo-note { font-size: 0.85rem; color: var(--grey-soft); max-width: 70ch; }
.demo-note a, .demo-note b { color: var(--azure-deep); }
.legal-note { font-size: 0.85rem; font-style: italic; color: var(--grey-soft); border-top: 1px solid var(--line); padding-top: 0.9rem; margin-top: 1.4rem; }
.byline { font-size: 0.85rem; color: var(--grey-soft); border-top: 1px solid var(--line); padding-top: 0.9rem; }

.foot-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 1.6rem; }
.foot-cols a { display: block; font-size: 0.88rem; color: #a7c0b8; text-decoration: none; padding: 0.22rem 0; }
.foot-cols a:hover { color: var(--sky); }
.foot-h { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #ffffff; margin-bottom: 0.5rem; }
.foot-blurb { font-size: 0.88rem; color: #a7c0b8; margin-top: 0.8rem; max-width: 30ch; }

@media (max-width: 960px) {
  .svc-cards { grid-template-columns: 1fr; }
  .vet-grid { grid-template-columns: 1fr; }
  .tf-grid { grid-template-columns: 1fr; }
  .foot-cols { grid-template-columns: 1fr 1fr; }
  .price-grid[style] { grid-template-columns: 1fr !important; }
}

@media print {
  .nav, footer, .closing, .pill, .ph-cta { display: none !important; }
  body { font-size: 12pt; }
  .page-hero { padding: 0 0 1rem; }
}

.ph-art { position: absolute; right: clamp(1rem, 4vw, 4rem); top: 2.4rem; width: 300px; height: 206px; transform: rotate(var(--rot, 0deg)); opacity: 0.9; pointer-events: none; }
.page-hero { position: relative; overflow: hidden; }
.page-hero .wrap { position: relative; }
@media (max-width: 1100px) { .ph-art { display: none; } }

.cmp { margin-top: 2rem; border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem 1.6rem; background: var(--white); }
.cmp h3 { font-weight: 800; font-size: 1.15rem; }
.cmp-sub { color: var(--grey); font-size: 0.92rem; margin: 0.4rem 0 1rem; max-width: 72ch; }
.cmp-table { width: 100%; border-collapse: collapse; }
.cmp-table th { text-align: left; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey-soft); padding: 0.5rem 0.4rem; border-bottom: 1px solid var(--line); }
.cmp-table td { padding: 0.7rem 0.4rem; border-bottom: 1px solid var(--line); font-size: 0.98rem; }
.cmp-table td:last-child { font-weight: 700; }
.blur-name { display: inline-block; height: 14px; max-width: 60vw; border-radius: 7px; background: linear-gradient(90deg, #c7d9d4, #e3edea 60%, #d3e4df); filter: blur(4px); }
.cmp-avg td { color: var(--grey); font-style: italic; }
.cmp-us td { background: var(--tint); font-weight: 800; color: var(--azure-deep); }
.cmp-us td:first-child { border-radius: 8px 0 0 8px; }
.cmp-us td:last-child { border-radius: 0 8px 8px 0; }
.cmp-note { margin-top: 0.9rem; font-size: 0.82rem; color: var(--grey-soft); max-width: 72ch; }

.cap-banner { background: #123f38; color: #d9efe9; text-align: center; font-size: 0.9rem; font-weight: 600; padding: 0.7rem 1.2rem; }
.paused-tag { font-style: normal; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #b0682a; background: #fdf1e3; border-radius: 99px; padding: 0.15rem 0.55rem; vertical-align: middle; margin-left: 0.4rem; }

.cv-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.cv-gallery img { width: 100%; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 14px 30px -18px rgba(22,33,30,0.35); }
@media (max-width: 960px) { .cv-gallery { grid-template-columns: 1fr; } }
.hero-fan { position: absolute; left: -178px; bottom: -30px; width: 320px; height: 240px; z-index: -1; pointer-events: none; }
.hero-fan img { position: absolute; width: 148px; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 36px -16px rgba(22,33,30,0.4); background: #fff; }
.hero-fan img:nth-child(1) { left: 0; bottom: 26px; transform: rotate(-8deg); }
.hero-fan img:nth-child(2) { left: 62px; bottom: 12px; transform: rotate(-1deg); }
.hero-fan img:nth-child(3) { left: 124px; bottom: 0; transform: rotate(7deg); }

@media (max-width: 1100px) { .hero-fan { display: none; } }
