/* HIROSHI Design — 色・書体・余白の基本設定 */
:root {
  --bg: #101010;
  --panel: #181818;
  --text: #f5f4ef;
  --muted: #aaa9a3;
  --gold: #d1bb8c;
  --line: #343432;
  --paper: #f1f0ea;
  --ink: #20211f;
  --gutter: clamp(24px, 5.2vw, 88px);
  --font: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.9 var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
button, input, textarea { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
::selection { color: var(--bg); background: var(--gold); }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 12px 18px; background: var(--gold); color: var(--bg); z-index: 100; }
.skip-link:focus { top: 16px; }
/* Wordmark and navigation */
.header { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 0 var(--gutter); padding: 25px 0; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: baseline; }
.wordmark { font-size: 29px; font-weight: 700; letter-spacing: -1.7px; line-height: 1.15; }
.wordmark-design { font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; letter-spacing: -1.6px; margin-left: 5px; }
.brand-dot { color: var(--gold); }
.header nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.header nav a { padding: 9px 0; }
.header nav a:hover { color: var(--gold); }
.header nav .nav-contact { padding: 9px 16px; border: 1px solid #5d5c55; }
.nav-contact span { margin-left: 24px; }
.eyebrow, .small-label { font-size: 12px; font-weight: 500; letter-spacing: .13em; color: var(--gold); }
/* Hero: editorial typography paired with a single lightweight image */
.hero { padding: 25px var(--gutter) 0; }
.hero-top, .hero-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.remote { color: var(--muted); font-size: 12px; letter-spacing: .07em; }
.remote span { color: var(--gold); font-size: 8px; margin-right: 7px; }
.hero-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 12px; margin-top: 44px; align-items: stretch; }
.hero-copy { position: relative; z-index: 1; padding: 15px 0 46px; }
.hero-lead { font-size: clamp(34px, 4.65vw, 75px); font-weight: 600; line-height: 1.43; letter-spacing: -.055em; }
.hero-lead>span { color: var(--gold); }
.hero-description { font-size: 14px; color: var(--muted); line-height: 2; margin-top: 22px; }
.hero h1 { display: flex; flex-wrap: wrap; align-items: baseline; line-height: 1; margin-top: 35px; }
.hero-label { width: 100%; font-size: 13px; font-weight: 400; letter-spacing: .14em; margin-bottom: 8px; }
.hero-number { font-size: clamp(92px, 10.5vw, 160px); line-height: 1; font-weight: 500; letter-spacing: -.065em; }
.plus { font-weight: 300; font-size: .58em; vertical-align: 24%; margin-left: 7px; color: var(--gold); }
.hero-unit { font-size: 14px; font-weight: 400; margin-left: 14px; }
.actions { display: flex; align-items: center; gap: 30px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; padding: 17px 23px; border: 1px solid transparent; min-height: 58px; font-size: 14px; font-weight: 500; transition: background .2s, color .2s; }
.gold { background: var(--gold); color: var(--ink); }
.gold:hover { background: #e7d3ab; }
.button span, .text-link span { font-size: 21px; line-height: 1; }
.text-link { font-size: 14px; padding: 12px 0; border-bottom: 1px solid #696458; }
.text-link span { display: inline-block; margin-left: 16px; }
.hero-art { position: relative; min-height: 555px; margin-bottom: 30px; isolation: isolate; background: #080808; overflow: hidden; }
.hero-image { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #000a, transparent 55%); z-index: -1; }
.hero-image { z-index: -2; }
.art-index { position: absolute; left: 27px; top: 28px; right: 20px; font-size: 10px; letter-spacing: .12em; color: #c3bdae; }
.art-type { position: absolute; bottom: 38px; left: 30px; font-size: clamp(40px, 5.5vw, 83px); letter-spacing: -.05em; font-weight: 400; line-height: .98; }
.art-type em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.art-caption { position: absolute; right: 22px; bottom: 14px; font-size: 9px; letter-spacing: .1em; color: #bcb8af; }
.frame-corner { position: absolute; width: 16px; height: 16px; border-color: #baab8b; border-style: solid; }
.corner-tl { top: 12px; left: 12px; border-width: 1px 0 0 1px; }
.corner-br { bottom: 12px; right: 12px; border-width: 0 1px 1px 0; }
.hero-foot { padding: 21px 0; border-top: 1px solid var(--line); color: #a6a49d; font-size: 10px; letter-spacing: .15em; }
.hero-foot i { padding: 0 15px; font-style: normal; color: #605e56; }
.hero-foot a span { display: inline-block; margin-left: 18px; color: var(--gold); }
/* Section structure */
.section { padding: 108px var(--gutter); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin-bottom: 55px; }
.section h2 { font-size: clamp(30px, 3.2vw, 48px); font-weight: 500; letter-spacing: -.04em; line-height: 1.55; margin-top: 20px; }
.section-heading>p { color: var(--muted); font-size: 14px; line-height: 2; }
.strengths { border-top: 1px solid var(--line); }
.strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.strength-grid article { position: relative; padding: 23px 0 0; border-top: 1px solid #676152; }
.strength-number { float: right; font-family: Georgia, serif; font-size: 17px; color: #9b927e; }
.strength-grid h3 { font-size: 51px; letter-spacing: -.035em; font-weight: 400; margin: 24px 0 13px; line-height: 1.15; }
.strength-grid h3 span { font-size: 16px; letter-spacing: 0; margin-left: 10px; }
.strength-grid .jp-heading { font-size: clamp(19px, 1.65vw, 26px); margin: 34px 0 25px; letter-spacing: -.035em; }
.strength-grid p { color: var(--muted); font-size: 14px; line-height: 2; }
/* Light pages balance the dark opening */
.services { background: var(--paper); color: var(--ink); }
.services .eyebrow { color: #6f5a33; }
.services .section-heading>p { color: #62615b; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 40px; }
.service-grid>div { display: flex; align-items: baseline; gap: 18px; padding: 23px 0; border-bottom: 1px solid #cccac1; }
.service-grid span { font-size: 12px; color: #706c61; }
.service-grid h3 { font-size: 16px; font-weight: 500; }
.service-grid span:last-child { margin-left: auto; }
/* External portfolio: a dedicated editorial link, no placeholder gallery */
.works-section { background: var(--paper); color: var(--ink); padding-top: 36px; padding-bottom: 110px; display: grid; grid-template-columns: 1fr 2fr; column-gap: 50px; }
.works-intro { border-top: 1px solid #bbb8af; padding-top: 34px; }
.works-section .eyebrow { color: #6f5a33; }
.works-kicker { margin-top: 14px; font-size: 19px; }
.works-content { border-top: 1px solid #bbb8af; padding-top: 25px; min-width: 0; }
.works-section .display-heading { font-size: clamp(85px, 11.5vw, 175px); line-height: .89; font-weight: 400; letter-spacing: -.07em; margin-top: 12px; }
.display-heading em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.works-bottom { margin-top: 55px; }
.works-bottom>p { color: #64635b; font-size: 15px; line-height: 2; }
.works-link { margin-top: 27px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #bcb8ad; border-bottom: 1px solid #bcb8ad; padding: 22px 0; font-size: 17px; }
.works-link small { display: block; color: #6b675d; font-size: 12px; margin-top: 4px; }
.circle-arrow { width: 68px; height: 68px; flex-shrink: 0; border: 1px solid #aaa18e; display: grid; place-items: center; border-radius: 50%; font-size: 35px; transition: color .2s, background .2s; }
.works-link:hover .circle-arrow { color: var(--paper); background: var(--ink); }
/* Process has a quieter, list-based pace */
#process { display: grid; grid-template-columns: 1fr 1.3fr; gap: 75px; }
#process .section-heading { display: block; }
#process .section-heading>p { margin-top: 28px; }
.heading-caption { font-size: 14px; color: var(--gold); margin-top: 20px; }
.process-grid { list-style: none; padding: 0; margin: 0; }
.process-grid li { display: grid; grid-template-columns: 44px 1fr; column-gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process-grid li:first-child { padding-top: 0; }
.process-grid li>span { grid-row: span 2; color: var(--gold); font-size: 27px; font-family: Georgia, serif; line-height: 1.6; }
.process-grid h3 { font-size: 18px; font-weight: 500; }
.process-grid p { font-size: 14px; color: var(--muted); margin-top: 8px; line-height: 1.85; }
.about { background: #191919; display: grid; grid-template-columns: 1fr 1.3fr; gap: 75px; }
.about-sign { font-size: 145px; letter-spacing: -.095em; font-weight: 500; line-height: 1; margin-top: 48px; color: #747064; }
.about-sign span { font-family: Georgia, serif; font-style: italic; font-weight: 400; color: var(--gold); }
.bio { padding-top: 4px; }
.bio>p { color: var(--muted); font-size: 16px; margin-bottom: 23px; line-height: 2.1; }
.bio .profile-name { color: var(--text); font-size: 31px; letter-spacing: -.045em; margin-bottom: 28px; line-height: 1.5; }
.profile-name small { display: block; font-size: 13px; color: var(--gold); letter-spacing: .03em; margin-top: 8px; }
.bio .tool-label { color: var(--gold); font-size: 11px; margin: 30px 0 11px; letter-spacing: .16em; }
.tools { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.tools li { font-size: 12px; padding: 5px 12px; border: 1px solid #514e45; }
/* Contact is the final visual anchor */
.contact { display: grid; grid-template-columns: 1fr 1.05fr; gap: 75px; background: var(--gold); color: var(--ink); }
.contact .eyebrow { color: #4d432f; }
.contact .contact-display { font-size: clamp(57px, 6.5vw, 100px); letter-spacing: -.065em; line-height: .98; margin-top: 38px; max-width: 490px; }
.contact-display span { display: block; font-size: 100px; font-weight: 300; margin-top: 7px; }
.contact h2 { font-size: 26px; margin: 25px 0 22px; }
.contact p { font-size: 14px; color: #4b4539; }
.contact .contact-detail { font-size: 12px; margin-top: 29px; }
.contact form { padding-top: 4px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
label { display: block; font-size: 13px; margin-bottom: 25px; }
label>span { font-size: 10px; color: #5d4e32; margin-left: 7px; }
input, textarea { display: block; width: 100%; min-width: 0; background: #ffffff0c; color: var(--ink); font-size: 16px; padding: 12px 0; margin-top: 6px; border: 0; border-bottom: 1px solid #8c7d5f; border-radius: 0; }
input::placeholder, textarea::placeholder { color: #6a5d46; font-size: 13px; opacity: 1; }
textarea { resize: vertical; min-height: 120px; }
form .gold { width: 100%; background: var(--ink); color: var(--text); }
form .gold:hover { background: #393a35; }
.contact .form-note { font-size: 12px; margin-top: 13px; line-height: 1.85; }
#contact-status { font-weight: 500; }
footer { padding: 35px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand { font-size: 24px; font-weight: 600; letter-spacing: -1.3px; }
.footer-brand span { font-family: Georgia, serif; font-weight: 400; margin-left: 4px; }
footer p, footer>a:last-child { font-size: 10px; letter-spacing: .09em; color: var(--muted); }
/* Notionから移行した強み・制作経験・連絡先 */
.response-tag { display: inline-flex; gap: 12px; align-items: center; color: var(--gold); font-size: 16px; letter-spacing: .17em; padding-bottom: 12px; margin-bottom: 19px; border-bottom: 1px solid #62583f; }
.response-tag span { color: #898170; font-weight: 300; }
.experience-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin: 52px 0 0; padding: 29px 0 0; border-top: 1px solid var(--line); }
.experience-strip dt { font-size: 13px; color: var(--muted); }
.experience-strip dd { font-size: clamp(35px, 4vw, 59px); letter-spacing: -.045em; margin: 5px 0 0; line-height: 1.35; }
.experience-strip dd span { font-size: 13px; margin-left: 12px; letter-spacing: .02em; color: var(--gold); }
.service-details { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; margin-top: 36px; }
.service-details h3 { font-size: 18px; font-weight: 500; }
.service-details p { font-size: 14px; line-height: 2; color: #62615b; margin-top: 12px; }
.estimate-note { display: flex; flex-wrap: wrap; align-items: baseline; gap: 15px 28px; margin-top: 38px; border-top: 1px solid #bcb8ad; padding-top: 25px; }
.estimate-note>p { font-size: 18px; font-weight: 500; }
.estimate-note>span { font-size: 14px; color: #62615b; }
.estimate-note>a { font-size: 14px; border-bottom: 1px solid #8f8265; padding-bottom: 5px; }
.estimate-note>a span { margin-left: 10px; }
.works-bottom .confidential-note { margin-top: 18px; font-size: 13px; }
.profile-link { display: inline-block; margin-top: 30px; font-size: 14px; border-bottom: 1px solid #696458; padding-bottom: 9px; }
.profile-link>span { color: var(--gold); padding-left: 16px; }
.profile-link small { font-size: 11px; color: var(--muted); margin-left: 10px; }
.contact-methods { margin-top: 27px; border-top: 1px solid #ac9871; padding-top: 19px; }
.contact-methods a { font-size: 17px; overflow-wrap: anywhere; }
.contact-methods a:hover { text-decoration: underline; }
.contact-methods p { font-size: 13px; margin-top: 7px; }
.business-address { font-size: 12px; color: #4b4539; font-style: normal; line-height: 1.85; margin-top: 24px; }

/* Tablet */
@media (min-width: 1800px) { .header, main, footer { max-width: 1800px; margin-left: auto; margin-right: auto; } .header { padding-left: var(--gutter); padding-right: var(--gutter); } }
@media (max-width: 1050px) {
  .header nav { gap: 20px; }
  .hero-layout { gap: 20px; }
  .hero-art { min-height: 510px; }
  .hero-lead { font-size: 4.7vw; }
  .hero-number { font-size: 10.5vw; }
  .actions { gap: 20px; }
  .button { gap: 22px; padding: 15px 17px; }
  .strength-grid { gap: 24px; }
  .strength-grid p br { display: none; }
  .service-grid { gap: 0 25px; }
  .service-grid>div { gap: 10px; }
  .service-grid h3 { font-size: 14px; }
  #process, .about, .contact { gap: 45px; }
}
/* Mobile: keep the proof and both calls to action ahead of the artwork */
@media (max-width: 760px) {
  .header { padding: 21px 0; }
  .wordmark { font-size: 25px; }
  .wordmark-design { font-size: 26px; }
  .header nav a:not(.nav-contact) { display: none; }
  .header nav .nav-contact { border: 0; padding: 8px 0; font-size: 12px; }
  .nav-contact span { margin-left: 8px; }
  .hero { padding-top: 23px; }
  .hero-top { align-items: flex-start; }
  .hero-top .eyebrow { font-size: 10px; }
  .remote { display: none; }
  .hero-layout { grid-template-columns: 1fr; margin-top: 26px; gap: 26px; }
  .hero-copy { padding: 0; }
  .hero-lead { font-size: clamp(40px, 8.7vw, 63px); line-height: 1.37; letter-spacing: -.065em; }
  .hero-description { font-size: 13px; margin-top: 20px; }
  .hero h1 { margin-top: 26px; }
  .hero-label { font-size: 12px; margin-bottom: 6px; }
  .hero-number { font-size: clamp(90px, 20vw, 137px); }
  .hero-unit { font-size: 13px; }
  .actions { gap: 27px; margin-top: 24px; }
  .actions .button { padding: 14px 20px; font-size: 13px; min-height: 54px; gap: 30px; }
  .text-link { font-size: 13px; }
  .text-link span { margin-left: 10px; }
  .hero-art { min-height: 0; aspect-ratio: 1.45; margin-bottom: 0; }
  .hero-image { object-position: 65% 45%; }
  .art-type { font-size: 55px; left: 24px; bottom: 32px; }
  .art-index { top: 22px; left: 24px; font-size: 8px; }
  .art-caption { font-size: 8px; }
  .hero-foot { margin-top: 24px; padding: 20px 0; font-size: 8px; letter-spacing: .07em; }
  .hero-foot i { padding: 0 5px; }
  .hero-foot a span { margin-left: 6px; }
  .section { padding: 66px var(--gutter); }
  .section-heading { display: block; margin-bottom: 34px; }
  .section h2 { font-size: 31px; line-height: 1.5; margin-top: 16px; }
  .section-heading>p { margin-top: 21px; font-size: 14px; }
  .eyebrow { font-size: 11px; }
  .strength-grid { grid-template-columns: 1fr; gap: 32px; }
  .strength-grid h3 { margin-top: 18px; }
  .strength-grid .jp-heading { font-size: 24px; margin: 23px 0 16px; }
  .strength-grid p { font-size: 14px; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .service-grid>div { padding: 18px 0; }
  .service-grid h3 { font-size: 14px; }
  .service-grid span:last-child { display: none; }
  .works-section { grid-template-columns: 1fr; gap: 30px; padding-top: 14px; }
  .works-intro { padding-top: 26px; display: flex; align-items: baseline; justify-content: space-between; }
  .works-kicker { margin: 0; font-size: 14px; }
  .works-content { border-top: 0; padding-top: 0; }
  .works-section .display-heading { font-size: clamp(91px, 23vw, 145px); line-height: .91; margin-top: 0; }
  .works-bottom { margin-top: 30px; }
  .works-bottom>p { font-size: 14px; }
  .works-link { font-size: 15px; margin-top: 22px; padding: 19px 0; }
  .circle-arrow { height: 55px; width: 55px; font-size: 28px; }
  #process, .about, .contact { grid-template-columns: 1fr; gap: 32px; }
  #process .section-heading { margin-bottom: 0; }
  #process .section-heading>p { margin-top: 19px; }
  .process-grid li { grid-template-columns: 35px 1fr; column-gap: 16px; }
  .process-grid h3 { font-size: 17px; }
  .about-sign { display: none; }
  .bio .profile-name { font-size: 30px; }
  .bio>p { font-size: 15px; }
  .contact .contact-display { font-size: 65px; margin-top: 27px; display: flex; align-items: baseline; gap: 15px; }
  .contact-display span { font-size: 60px; margin-top: 0; }
  .contact h2 { font-size: 26px; margin: 23px 0 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { flex-wrap: wrap; gap: 17px; padding-top: 28px; padding-bottom: 28px; }
  footer .brand { width: 100%; }
  footer>a:last-child { margin-left: auto; }
}
@media (max-width: 370px) {
  .wordmark { font-size: 22px; }
  .wordmark-design { font-size: 23px; }
  .header nav .nav-contact { font-size: 11px; }
  .hero-lead { font-size: 36px; }
  .actions { gap: 18px; }
  .actions .button { padding: 14px 15px; gap: 15px; }
  .text-link { font-size: 12px; }
  .service-grid { grid-template-columns: 1fr; }
  .contact .contact-display { font-size: 55px; }
  .contact-display span { font-size: 43px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

@media (max-width: 760px) {
  .response-tag { font-size: 14px; padding-bottom: 9px; margin-bottom: 19px; }
  .experience-strip { gap: 15px; margin-top: 35px; padding-top: 22px; }
  .experience-strip dt { font-size: 11px; }
  .experience-strip dd { font-size: clamp(29px, 7vw, 45px); margin-top: 9px; }
  .experience-strip dd span { display: block; margin: 3px 0 0; font-size: 11px; }
  .service-details { grid-template-columns: 1fr; gap: 26px; }
  .contact-methods a { font-size: 16px; }
}

/* 斜めの写真枠。本人とMacは元画像、追加背景は左右の余白に使用。 */
.profile-portrait { width: min(100%, 460px); margin: 38px 0 0; }
.portrait-composition { position: relative; padding: 12px 10px 14px 0; }
.portrait-composition::before { content: ""; position: absolute; inset: 0 0 5px 8px; background: var(--gold); clip-path: polygon(10% 0,100% 0,90% 100%,0 100%); }
.portrait-window { position: relative; width: 100%; aspect-ratio: 6 / 5; overflow: hidden; background: #292c26; clip-path: polygon(10% 0,100% 0,90% 100%,0 100%); isolation: isolate; }
.profile-portrait .portrait-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(10px) saturate(.65) brightness(.88); transform: scale(1.06); }
.profile-portrait .portrait-original { position: absolute; top: 0; left: 8.333333%; width: 83.333333%; height: 100%; object-fit: contain; filter: saturate(.72) brightness(.97) contrast(.96); mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent); }
.portrait-slash { position: absolute; right: 5px; bottom: 0; width: 48px; height: 48px; background: var(--gold); color: var(--ink); display: grid; place-items: center; font-size: 30px; line-height: 1; }
.profile-portrait figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px 12px; padding-top: 10px; color: var(--gold); font-size: 11px; letter-spacing: .08em; }
@media (max-width: 760px) { .profile-portrait { width: min(100%, 430px); margin-top: 29px; } .portrait-slash { width: 39px; height: 39px; font-size: 25px; } }

/* 代表者名のローマ字表記 */
.bio .profile-name { font-size: clamp(23px, 2.8vw, 38px); letter-spacing: .035em; font-weight: 500; }

/* 即レス・即対応をトップの主役として大きく表示 */
.response-tag { display: flex; align-items: center; gap: clamp(10px, 1.1vw, 18px); width: fit-content; max-width: 100%; font-size: clamp(36px, 4.2vw, 64px); line-height: 1.3; letter-spacing: -.035em; font-weight: 700; padding-bottom: 18px; margin-bottom: 23px; border-bottom-color: var(--gold); }
.response-tag .response-word { color: var(--gold); font-weight: 700; white-space: nowrap; }
.response-tag .response-cross { font-size: .6em; font-weight: 300; color: var(--gold); }
.hero-lead { font-size: clamp(28px, 2.8vw, 42px); line-height: 1.5; }
@media (max-width: 760px) {
  .response-tag { font-size: clamp(32px, 9vw, 52px); gap: 11px; padding-bottom: 15px; margin-bottom: 21px; }
  .hero-lead { font-size: 29px; }
}
