:root {
  --ink: #182635;
  --muted: #617181;
  --paper: #fffdf8;
  --white: #fff;
  --line: #dce4e6;
  --soft: #f2f6f4;
  --navy: #173f5f;
  --civil: #27654f;
  --web: #bd5942;
  --app: #b38319;
  --yellow: #f0c95c;
  --shadow: 0 20px 54px rgba(24, 38, 53, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; line-height: 1.8; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
.eyebrow { margin-bottom: 12px; color: var(--civil); font-size: 0.76rem; font-weight: 900; text-transform: uppercase; }

.site-header { position: sticky; z-index: 30; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 78px; padding: 14px clamp(18px, 5vw, 72px); border-bottom: 1px solid rgba(220,228,230,.9); background: rgba(255,253,248,.95); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo-link { flex: none; }
.brand-logo { display: block; width: min(240px, 42vw); height: 50px; object-fit: contain; object-position: left center; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; flex: none; border-radius: 50%; color: #fff; background: var(--navy); font-weight: 900; }
.web-mark { background: var(--web); }
.brand strong, .brand small { display: block; line-height: 1.25; }
.brand small { color: var(--muted); font-size: .75rem; }
.main-nav { display: flex; gap: clamp(15px,3vw,34px); color: var(--muted); font-size: .88rem; font-weight: 800; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--navy); }
.page-return { margin: 0; padding: 14px clamp(20px,6vw,88px); border-bottom: 1px solid var(--line); background: var(--soft); color: var(--navy); font-size: .86rem; font-weight: 900; }

.portal-intro { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(260px,.5fr); align-items: end; gap: clamp(32px,7vw,100px); padding: clamp(48px,7vw,88px) clamp(20px,6vw,88px) clamp(38px,5vw,60px); }
.portal-intro-copy { max-width: 940px; }
.portal-intro h1 { margin-bottom: 24px; font-size: clamp(2.45rem,4.7vw,4.8rem); line-height: 1.13; }
.portal-intro-copy > p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.portal-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 20px; margin-top: 28px; }
.portal-actions span { color: var(--muted); font-size: .84rem; }
.button-consult { color: #fff; background: var(--navy); }
.portal-assurances { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.portal-assurances li { position: relative; padding: 13px 0 13px 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .88rem; font-weight: 800; }
.portal-assurances li::before { position: absolute; left: 0; content: "\2713"; color: var(--civil); font-weight: 900; }
.mobile-break { display: none; }
.portal-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; }
.portal-choice { position: relative; isolation: isolate; overflow: hidden; min-height: 660px; color: #fff; }
.portal-choice img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.portal-choice:hover img { transform: scale(1.02); }
.portal-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(10,20,28,.08),rgba(11,33,30,.88)); }
.portal-web .portal-overlay { background: linear-gradient(180deg,rgba(10,20,28,.08),rgba(55,25,20,.88)); }
.choice-content { position: absolute; right: clamp(24px,5vw,72px); bottom: clamp(28px,5vw,64px); left: clamp(24px,5vw,72px); display: flex; align-items: flex-start; flex-direction: column; }
.choice-number { color: rgba(255,255,255,.55); font-size: 2rem; font-weight: 900; }
.choice-label { margin: 6px 0 10px; color: var(--yellow); font-size: .82rem; font-weight: 900; }
.choice-content strong { font-size: clamp(1.7rem,3vw,3.1rem); line-height: 1.3; }
.choice-detail { margin-top: 12px; color: rgba(255,255,255,.82); }
.choice-audience { max-width: 620px; margin-top: 14px; padding-left: 14px; border-left: 3px solid var(--yellow); color: rgba(255,255,255,.86); font-size: .86rem; line-height: 1.7; }
.choice-link { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; min-height: 50px; margin-top: 24px; padding: 10px 20px; color: var(--ink); border: 0; border-radius: 6px; background: var(--yellow); box-shadow: 0 10px 28px rgba(0,0,0,.18); font-weight: 900; line-height: 1.45; }
.shared-consultation { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,7vw,100px); padding: clamp(70px,9vw,110px) clamp(20px,6vw,88px); }
.shared-consultation h2, .section-heading h2, .ai-section h2, .contact-section h2 { margin-bottom: 16px; font-size: clamp(2rem,3.8vw,4rem); line-height: 1.16; }
.shared-consultation > div:last-child p { color: var(--muted); font-size: 1.02rem; }
.shared-consultation .consultation-note { margin: 24px 0 0; padding: 15px 18px; border-left: 4px solid var(--app); background: var(--soft); font-size: .84rem; }
.text-link { display: inline-block; margin-top: 14px; padding-bottom: 3px; border-bottom: 2px solid var(--app); color: var(--navy); font-weight: 900; }

.detail-hero { position: relative; isolation: isolate; display: flex; align-items: end; min-height: 720px; overflow: hidden; padding: clamp(70px,9vw,120px) clamp(20px,6vw,88px); color: #fff; }
.detail-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(13,36,29,.94) 0%,rgba(13,36,29,.68) 52%,rgba(13,36,29,.1) 100%); }
.web-hero .detail-hero-overlay { background: linear-gradient(90deg,rgba(44,25,20,.94) 0%,rgba(44,25,20,.67) 54%,rgba(44,25,20,.08) 100%); }
.detail-hero-copy { max-width: 780px; }
.detail-hero .eyebrow { color: var(--yellow); }
.detail-hero h1 { margin-bottom: 20px; font-size: clamp(3.2rem,6.5vw,7rem); line-height: 1.04; }
.web-hero h1 { font-size: clamp(3rem,5.6vw,6.2rem); }
.detail-hero-copy > p:not(.eyebrow) { max-width: 690px; color: rgba(255,255,255,.86); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 6px; font-weight: 900; }
.button-light { color: var(--navy); background: #fff; }
.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.detail-facts { display: flex; gap: 34px; margin: 34px 0 0; }
.detail-facts div { min-width: 90px; }
.detail-facts dt { font-size: 1.5rem; font-weight: 900; }
.detail-facts dd { margin: 0; color: rgba(255,255,255,.72); font-size: .77rem; }

.right-hand-section, .website-section, .samples-section, .civil-web-section { padding: clamp(76px,9vw,120px) clamp(20px,6vw,88px); }
.section-heading { max-width: 830px; margin-bottom: 40px; }
.section-heading > p:last-child, .side-heading > p { color: var(--muted); font-size: 1.03rem; }
.side-heading { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,7vw,96px); align-items: end; max-width: none; }
.service-lines { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; border-top: 1px solid var(--line); }
.service-lines article { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-lines article > span { color: var(--web); font-size: 1.25rem; font-weight: 900; }
.service-lines h3 { margin-bottom: 8px; font-size: 1.18rem; }
.service-lines p { margin-bottom: 0; color: var(--muted); }
.three-lines { grid-template-columns: repeat(3,1fr); gap: 30px; }
.three-lines article { grid-template-columns: 44px 1fr; }
.responsibility-note { margin: 24px 0 0; padding: 16px 20px; border-left: 5px solid var(--app); background: var(--soft); color: var(--muted); font-size: .88rem; }

.price-section, .process-section { padding: clamp(76px,9vw,120px) clamp(20px,6vw,88px); background: var(--soft); }
.web-price { background: #fff; }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.price-grid article { padding: 26px; border-top: 5px solid var(--civil); background: #fff; box-shadow: 0 14px 38px rgba(24,38,53,.08); }
.web-price .price-grid article { border-top-color: var(--web); background: var(--soft); }
.price-category { margin-bottom: 10px; color: var(--muted); font-size: .78rem; font-weight: 900; }
.price-grid h3 { margin-bottom: 8px; font-size: 1.42rem; line-height: 1.35; }
.price-grid span { display: block; color: var(--muted); font-size: .84rem; }
.price-note { margin: 18px 0 0; color: var(--muted); font-size: .84rem; }

.app-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(46px,8vw,110px); align-items: center; padding: clamp(76px,9vw,120px) clamp(20px,9vw,140px); color: #fff; background: var(--navy); }
.app-feature .eyebrow { color: var(--yellow); }
.app-feature h2, .google-copy h2 { margin-bottom: 18px; font-size: clamp(2.2rem,4vw,4.4rem); line-height: 1.15; }
.app-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.check-list { margin: 24px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin-bottom: 8px; padding-left: 25px; }
.check-list li::before { position: absolute; top: 0; left: 0; content: "✓"; color: var(--yellow); font-weight: 900; }
.availability { padding: 16px 18px; border-left: 4px solid var(--yellow); background: rgba(255,255,255,.09); font-size: .88rem; }
.demo-callout { margin-top: 22px; padding: 20px; color: var(--ink); background: #fff; }
.demo-callout strong { display: block; margin-bottom: 6px; font-size: 1.08rem; }
.demo-callout p { margin-bottom: 12px; color: var(--muted); font-size: .88rem; }
.demo-callout a { display: inline-block; padding-bottom: 2px; border-bottom: 2px solid var(--yellow); color: var(--navy); font-weight: 900; }
.phone-frame { width: min(100%,360px); margin-inline: auto; padding: 14px; border: 10px solid #0c1823; border-radius: 34px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.phone-top { display: flex; justify-content: space-between; padding: 10px 8px 18px; border-bottom: 1px solid var(--line); font-size: .76rem; }
.phone-body { padding: 24px 10px 14px; }
.phone-body > p { color: var(--muted); font-size: .8rem; font-weight: 900; }
.phone-body div { display: flex; justify-content: space-between; margin-bottom: 10px; padding: 16px; border-left: 4px solid var(--civil); background: var(--soft); }
.phone-body div:nth-of-type(2) { border-left-color: var(--app); }
.phone-body div:nth-of-type(3) { border-left-color: var(--web); }
.phone-body b { color: var(--navy); font-size: .78rem; }
.phone-body small { display: block; margin-top: 20px; color: var(--muted); text-align: center; }

.civil-web-section { background: var(--soft); }
.two-services { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.two-services article { overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.two-services img { height: 280px; object-fit: cover; }
.two-services article > div { padding: 26px; }
.service-kicker { margin-bottom: 8px; color: var(--civil); font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.two-services h3 { margin-bottom: 10px; font-size: 1.38rem; }
.two-services p:not(.service-kicker) { color: var(--muted); }
.status-label { display: inline-block; margin-top: 14px; padding: 7px 12px; color: var(--muted); border: 1px solid var(--line); font-size: .8rem; font-weight: 900; }

.ai-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,7vw,100px); padding: clamp(76px,9vw,110px) clamp(20px,6vw,88px); }
.ai-section > div:last-child { padding-top: 12px; color: var(--muted); }
.contact-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px,7vw,96px); align-items: center; padding: clamp(76px,9vw,112px) clamp(20px,6vw,88px); color: #fff; background: var(--civil); }
.web-contact { background: var(--web); }
.contact-section .eyebrow { color: var(--yellow); }
.contact-section > div:first-child > p:last-child { color: rgba(255,255,255,.8); }
.contact-panel { padding: 28px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.contact-panel > p { font-weight: 900; }
.button-coconala { width: 100%; color: #fff; background: #d94a58; }
.contact-panel span { display: block; margin-top: 14px; color: var(--muted); font-size: .78rem; }

.samples-section { background: var(--soft); }
.sample-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.sample-card { overflow: hidden; background: #fff; box-shadow: 0 14px 40px rgba(24,38,53,.09); }
.sample-featured { grid-column: span 2; grid-row: span 2; }
.sample-card img { height: 170px; object-fit: cover; }
.sample-featured img { height: 360px; }
.sample-card div { padding: 20px; }
.sample-card div > p { margin-bottom: 5px; color: var(--web); font-size: .74rem; font-weight: 900; }
.sample-card h3 { margin-bottom: 8px; font-size: 1.08rem; }
.sample-card span { display: block; color: var(--muted); font-size: .86rem; }
.sample-card a { display: inline-block; margin-top: 12px; padding-bottom: 2px; border-bottom: 2px solid rgba(23,63,95,.25); color: var(--navy); font-weight: 900; }

.google-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(46px,8vw,110px); align-items: center; padding: clamp(76px,9vw,120px) clamp(20px,8vw,125px); }
.map-visual { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); background: #e8eee9; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(#c7d5ce 1px,transparent 1px),linear-gradient(90deg,#c7d5ce 1px,transparent 1px); background-size: 54px 54px; }
.map-road { position: absolute; display: block; height: 58px; background: #fff; border: 1px solid #d3ddd7; transform-origin: center; }
.road-one { width: 120%; top: 42%; left: -10%; transform: rotate(-18deg); }
.road-two { width: 95%; top: 35%; left: 18%; transform: rotate(65deg); }
.map-pin { position: absolute; top: 34%; left: 48%; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50% 50% 50% 0; background: var(--web); transform: rotate(-45deg); box-shadow: 0 12px 24px rgba(24,38,53,.2); }
.map-pin span { width: 22px; height: 22px; border-radius: 50%; background: #fff; }
.place-card { position: absolute; right: 26px; bottom: 26px; left: 26px; padding: 20px; background: #fff; box-shadow: var(--shadow); }
.place-card strong, .place-card span, .place-card small { display: block; }
.place-card span { color: var(--muted); }
.place-card small { margin-top: 9px; color: var(--web); font-weight: 900; }
.google-copy > p:not(.eyebrow) { color: var(--muted); }
.google-copy .check-list li::before { color: var(--web); }
.google-copy .availability { color: var(--muted); border-left-color: var(--web); background: var(--soft); }

.business-app-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px,7vw,96px); padding: clamp(76px,9vw,110px) clamp(20px,6vw,88px); color: #fff; background: var(--navy); }
.web-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding: 1px; background: var(--line); }
.web-pillars a { min-height: 180px; padding: 28px clamp(20px,4vw,52px); background: #fff; }
.web-pillars a:hover, .web-pillars a:focus-visible { background: var(--soft); }
.web-pillars span, .web-pillars strong, .web-pillars small { display: block; }
.web-pillars span { color: var(--web); font-size: .78rem; font-weight: 900; }
.web-pillars strong { margin: 10px 0 7px; font-size: clamp(1.15rem,1.8vw,1.5rem); }
.web-pillars small { color: var(--muted); font-size: .86rem; line-height: 1.6; }
.business-app-section .eyebrow { color: var(--yellow); }
.business-app-section h2 { font-size: clamp(2.2rem,4vw,4rem); }
.business-app-section > div:first-child > p:last-child { color: rgba(255,255,255,.75); }
.app-topics { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.18); }
.app-topics article { padding: 24px; background: rgba(255,255,255,.08); }
.app-topics span { color: var(--yellow); font-size: .75rem; font-weight: 900; }
.app-topics h3 { margin: 10px 0 0; font-size: 1.05rem; }

.process-section { background: #fff; }
.process-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding-top: 24px; border-top: 1px solid var(--line); }
.process-list li > span { color: var(--web); font-size: 1.2rem; font-weight: 900; }
.process-list h3 { margin-bottom: 7px; font-size: 1.08rem; }
.process-list p { margin-bottom: 0; color: var(--muted); }

.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 28px clamp(20px,6vw,88px); border-top: 1px solid var(--line); background: #fff; }
.site-footer a { font-weight: 900; }
.site-footer p { margin: 0; color: var(--muted); font-size: .8rem; }

@media (max-width: 1040px) {
  .three-lines { grid-template-columns: 1fr; }
  .sample-grid { grid-template-columns: repeat(2,1fr); }
  .price-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; gap: 12px; }
  .main-nav { width: 100%; flex-wrap: wrap; gap: 8px 20px; }
  .portal-intro { grid-template-columns: 1fr; align-items: flex-start; gap: 30px; }
  .mobile-break { display: block; }
  .portal-grid { grid-template-columns: 1fr; }
  .portal-choice { min-height: 570px; }
  .shared-consultation, .side-heading, .app-feature, .ai-section, .contact-section, .google-section, .business-app-section, .web-pillars { grid-template-columns: 1fr; }
  .detail-hero { min-height: 650px; }
  .detail-hero-overlay, .web-hero .detail-hero-overlay { background: linear-gradient(180deg,rgba(16,28,31,.24),rgba(20,31,35,.92)); }
  .detail-hero h1, .web-hero h1 { font-size: clamp(2.75rem,13vw,4.6rem); }
  .service-lines { grid-template-columns: 1fr; }
  .app-feature { padding-inline: 20px; }
  .two-services { grid-template-columns: 1fr; }
  .sample-featured img { height: 270px; }
  .map-visual { min-height: 420px; }
  .app-topics { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
  .brand-logo { width: min(230px, 66vw); }
}

@media (max-width: 520px) {
  .portal-intro h1 { font-size: 2.35rem; }
  .portal-actions { align-items: stretch; flex-direction: column; }
  .portal-choice { min-height: 560px; }
  .choice-content strong { font-size: 1.65rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .detail-facts { justify-content: space-between; gap: 12px; }
  .detail-facts div { min-width: 0; }
  .sample-grid { grid-template-columns: 1fr; }
  .sample-featured { grid-column: auto; grid-row: auto; }
  .sample-featured img, .sample-card img { height: 210px; }
  .price-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .portal-choice img { transition: none; }
}

/* Portal home v2 */
.portal-home-v2 .home-hero { grid-template-columns: minmax(0,1.5fr) minmax(300px,.5fr); align-items: center; }
.portal-home-v2 .home-hero h1 { max-width: 1200px; font-size: clamp(2.4rem,3.6vw,4rem); line-height: 1.18; }
.portal-home-v2 .home-hero h1 span { display: block; overflow-wrap: break-word; }
.portal-home-v2 .home-hero h1 span + span { margin-top: .12em; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button-line { color: #fff; background: #138b4e; }
.button-email { color: var(--navy); border: 1px solid var(--navy); background: transparent; }
.contact-pending { cursor: default; }
.instagram-link { display: inline-block; margin-top: 18px; padding-bottom: 3px; border-bottom: 2px solid var(--web); color: var(--navy); font-weight: 900; }
.contact-setup-note { margin: 10px 0 0; color: var(--muted); font-size: .75rem; }
.hero-side-copy > p { margin-bottom: 24px; color: var(--muted); font-size: 1rem; }
.portal-home-v2 .portal-choice { min-height: 630px; }
.portal-home-v2 .choice-content strong { max-width: 650px; font-size: clamp(1.8rem,2.6vw,2.8rem); }
.portal-works { padding: clamp(76px,9vw,120px) clamp(20px,6vw,88px); background: var(--soft); }
.home-sample-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.home-sample { overflow: hidden; background: #fff; box-shadow: 0 14px 40px rgba(24,38,53,.09); }
.home-sample img { height: 210px; object-fit: cover; transition: transform .25s ease; }
.home-sample:hover img { transform: scale(1.025); }
.home-sample span { display: block; padding: 18px; }
.home-sample small, .home-sample strong { display: block; }
.home-sample small { margin-bottom: 6px; color: var(--web); font-size: .72rem; font-weight: 900; }
.home-sample strong { font-size: .94rem; line-height: 1.5; }
.works-instagram { margin-top: 28px; text-align: right; }
.portal-contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,7vw,100px); padding: clamp(76px,9vw,110px) clamp(20px,6vw,88px); color: #fff; background: var(--navy); }
.portal-contact .eyebrow { color: var(--yellow); }
.portal-contact h2 { margin-bottom: 22px; font-size: clamp(2.2rem,4vw,4.2rem); line-height: 1.15; }
.portal-contact > div:first-child > p:last-child { max-width: 680px; color: rgba(255,255,255,.78); }
.contact-choice-panel { padding: 28px; color: var(--ink); background: #fff; }
.contact-method { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-method:first-child { padding-top: 0; }
.contact-method-number { color: var(--web); font-size: .85rem; font-weight: 900; }
.contact-method strong, .contact-method small { display: block; }
.contact-method strong { font-size: 1.02rem; }
.contact-method small { margin-top: 3px; color: var(--muted); }
.contact-choice-panel > p { margin: 22px 0 0; color: var(--muted); font-size: .84rem; }
.contact-choice-panel .contact-setup-note { margin-top: 8px; font-size: .74rem; }

@media (max-width: 1100px) {
  .home-sample-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 760px) {
  .portal-home-v2 .home-hero, .portal-contact { grid-template-columns: 1fr; }
  .portal-home-v2 .home-hero h1 { font-size: clamp(2.1rem,9vw,3.4rem); }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .portal-home-v2 .portal-choice { min-height: 570px; }
  .home-sample-grid { grid-template-columns: repeat(2,1fr); }
  .home-sample img { height: 190px; }
  .works-instagram { text-align: left; }
}

@media (max-width: 520px) {
  .portal-home-v2 .home-hero h1 { font-size: 2.15rem; }
  .portal-home-v2 .choice-content strong { font-size: 1.7rem; }
  .home-sample-grid { grid-template-columns: 1fr; }
  .home-sample img { height: 220px; }
  .portal-contact h2 { font-size: 2.5rem; }
}

.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-panel .contact-options .button { display: inline-flex; margin-top: 0; font-size: .9rem; }
.contact-panel .instagram-link { display: inline-block; margin-top: 18px; color: var(--navy); font-size: .9rem; }
.contact-panel .contact-pending-note { display: block; margin-top: 14px; color: var(--muted); font-size: .74rem; }

@media (max-width: 520px) {
  .contact-options { grid-template-columns: 1fr; }
}
