@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');
:root{--primary:#1559b7;--primary-dark:#0d438e;--primary-soft:#edf5ff;--accent:#ffe500;--text:#172033;--muted:#687386;--line:#e2e8f0;--surface:#fff;--background:#f5f7fa;--radius:14px;--container:1380px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font-family:'Noto Sans KR',sans-serif;font-size:16px;line-height:1.55}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.container{width:min(var(--container),calc(100% - 48px));margin:auto}.skip{position:fixed;left:16px;top:-80px;z-index:1000;background:var(--primary);color:#fff;padding:12px 18px;border-radius:8px}.skip:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.header{position:sticky;top:0;z-index:50;height:74px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand,.footer-brand{display:block;position:relative;overflow:hidden;width:156px;aspect-ratio:1940/493}.brand img,.footer-brand img{position:absolute;display:block;width:105.567%;max-width:none;height:auto;left:-3.351%;top:-151.318%}.header-contact{display:flex;align-items:center;gap:14px}.header-phone{display:flex;align-items:baseline;gap:10px}.header-phone span{font-size:13px;color:var(--muted)}.header-phone strong{font-size:21px;color:var(--primary);letter-spacing:-.02em}
.hero{overflow:hidden;background:linear-gradient(110deg,#edf5ff 0%,#f9fbff 70%,#fff 100%);border-bottom:1px solid #e5edf8}.hero-inner{min-height:480px;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:48px}.hero-copy{position:relative;z-index:2;padding:72px 0}.eyebrow,.section-kicker{margin:0 0 13px;color:var(--primary);font-size:13px;font-weight:800;letter-spacing:.13em}.hero h1{margin:0;font-size:clamp(40px,4vw,60px);line-height:1.22;letter-spacing:-.055em}.hero h1 strong{color:var(--primary)}.hero-description{margin:22px 0 30px;color:var(--muted);font-size:19px}.primary-link{display:inline-flex;align-items:center;gap:26px;min-height:52px;padding:0 24px;background:var(--primary);color:#fff;border-radius:7px;font-weight:700}.primary-link:hover{background:var(--primary-dark)}.hero-visual{position:relative;align-self:stretch;display:flex;align-items:center;justify-content:center}.hero-word{position:absolute;top:74px;right:-6px;color:#dceafa;font-size:74px;font-weight:800;letter-spacing:-.04em;white-space:nowrap}.hero-visual:after{content:'';position:absolute;width:510px;height:260px;border-radius:260px 260px 0 0;background:#dbeafe;bottom:54px;right:38px}.hero-visual img{position:relative;z-index:2;width:min(760px,105%);height:340px;object-fit:contain;transform:translateY(20px)}
.vehicles-section{padding:76px 0 86px;background:var(--background)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:30px}.section-heading h2,.benefits-section h2{margin:0;font-size:34px;line-height:1.25;letter-spacing:-.045em}.section-heading>div>p:last-child{margin:10px 0 0;color:var(--muted)}.result-summary{margin:0;color:var(--muted);white-space:nowrap}.result-summary strong{color:var(--primary);font-size:24px}.catalog-layout{display:grid;grid-template-columns:232px minmax(0,1fr);gap:22px;align-items:start}.filter-panel{position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px 18px;box-shadow:0 4px 18px rgba(16,35,68,.04)}.filter-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--line)}.filter-header h3{margin:0;font-size:19px}.filter-header button{border:0;background:none;color:var(--primary);font-size:13px;font-weight:700;cursor:pointer}.filter-panel fieldset{margin:22px 0 0;padding:0;border:0}.filter-panel legend{margin-bottom:12px;font-weight:700}.category-filter{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.category-filter button,.mobile-category-button{min-height:38px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#596579;font-size:14px;cursor:pointer}.category-filter button:hover,.category-filter button.active,.mobile-category-button.active{border-color:var(--primary);background:var(--primary);color:#fff;font-weight:700}.price-values{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-bottom:13px;color:var(--primary);font-size:13px}.price-filter label{display:block;height:24px}.price-filter input{width:100%;accent-color:var(--primary);cursor:pointer}.price-filter p{margin:10px 0 0;color:#8992a2;font-size:12px;line-height:1.5}.mobile-category-filter{display:none}.vehicle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.vehicle-card{min-width:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:11px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.vehicle-card:hover{transform:translateY(-3px);border-color:#bfd3ef;box-shadow:0 10px 24px rgba(30,73,128,.08)}.vehicle-image{position:relative;height:142px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-bottom:1px solid #edf0f4}.vehicle-image img{display:block;width:92%;height:122px;object-fit:contain}.category-badge{position:absolute;z-index:2;top:10px;left:10px;padding:4px 8px;border-radius:4px;background:var(--primary-soft);color:var(--primary);font-size:11px;font-weight:700}.image-pending{width:100%;height:100%;display:grid;place-content:center;text-align:center;color:#a0a9b7}.image-pending span{font-weight:800;letter-spacing:.12em;color:#c4ccd6}.image-pending small{margin-top:5px;font-size:11px}.vehicle-info{padding:15px 15px 17px}.vehicle-name{display:flex;align-items:center;justify-content:space-between;gap:8px}.vehicle-name h3{min-width:0;margin:0;font-size:18px;letter-spacing:-.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vehicle-name span{flex:none;color:#8a94a4;font-size:11px}.deposit{margin:8px 0 15px;color:var(--muted);font-size:12px}.deposit b{color:#405069}.monthly-price{display:flex;align-items:baseline;gap:7px;color:var(--primary)}.monthly-price>span{font-size:12px;font-weight:700}.monthly-price strong{font-size:21px;line-height:1;letter-spacing:-.04em}.monthly-price small{margin-left:2px;font-size:12px}.monthly-price .inquiry-price{font-size:16px}.empty-state{padding:80px 20px;text-align:center;border:1px dashed #cbd5e1;border-radius:12px;background:#fff;color:var(--muted)}.disclaimer{margin:24px 0 0;padding-left:254px;color:#7c8797;font-size:13px}
.benefits-section{padding:78px 0 88px;background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.benefit-grid article{position:relative;padding:26px 24px;border:1px solid var(--line);border-radius:12px}.benefit-grid article>strong{position:absolute;right:20px;top:18px;color:#d2e2f6;font-size:22px}.benefit-grid h3{margin:16px 0 6px;font-size:18px}.benefit-grid p{margin:0;color:var(--muted);font-size:14px}
footer{padding:38px 0;background:#101827;color:#c8d0db}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand img{filter:brightness(0) invert(1);opacity:.9}.legal-links{display:flex;gap:18px}.legal-links button{padding:0;border:0;background:none;color:#d7dee8;cursor:pointer}.company-info{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:24px;color:#aab5c4;font-size:13px}.copyright{margin:18px 0 0;color:#7e8998;font-size:12px}.rolling-copy{height:24px;overflow:hidden}.rolling-copy>span{height:24px;display:flex;align-items:center;animation:roll-copy 4s infinite}@keyframes roll-copy{0%,40%{transform:translateY(0)}50%,90%{transform:translateY(-24px)}100%{transform:translateY(0)}}.mobile-contact-bar{display:none}dialog{width:min(480px,calc(100% - 32px));padding:32px;border:0;border-radius:14px;box-shadow:0 20px 70px rgba(0,0,0,.24)}dialog::backdrop{background:rgba(9,18,32,.58)}dialog h2{margin:0 0 14px}.dialog-close{position:absolute;top:12px;right:14px;border:0;background:none;font-size:28px;cursor:pointer}
@media(max-width:1180px){.vehicle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-inner{grid-template-columns:.9fr 1.1fr}.hero-word{font-size:58px}.hero-visual:after{width:420px}.hero-visual img{width:110%}}
@media(max-width:900px){.container{width:min(100% - 36px,var(--container))}.hero-inner{min-height:430px;grid-template-columns:1fr 1fr;gap:12px}.hero h1{font-size:40px}.catalog-layout{grid-template-columns:1fr}.filter-panel{position:static;display:grid;grid-template-columns:1fr 1fr;gap:20px}.filter-header{grid-column:1/-1}.filter-panel fieldset{margin:0}.category-filter{grid-template-columns:repeat(5,1fr)}.disclaimer{padding-left:0}.benefit-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:690px){body{padding-bottom:66px}.container{width:calc(100% - 32px)}.header{height:66px}.brand{width:128px}.header-phone span{display:none}.header-phone strong{font-size:16px}.header .hero-inner{display:flex;min-height:auto;flex-direction:column;padding-top:40px}.hero-copy{width:100%;padding:20px 0 0}.hero h1{font-size:34px}.hero-description{margin:16px 0 22px;font-size:16px}.hero-visual{width:100%;height:250px}.hero-word{top:22px;right:0;font-size:42px}.hero-visual:after{width:88%;height:160px;bottom:18px;right:6%}.hero-visual img{width:108%;height:220px;transform:translateY(14px)}.vehicles-section{padding:54px 0 62px}.section-heading{align-items:flex-start;margin-bottom:22px}.section-heading h2,.benefits-section h2{font-size:28px}.section-heading>div>p:last-child{font-size:14px}.result-summary{padding-top:28px;font-size:13px}.filter-panel{display:block;padding:18px}.filter-panel fieldset:first-of-type{display:none}.price-filter{margin-top:18px!important}.mobile-category-filter{display:flex;gap:7px;overflow-x:auto;margin:0 0 14px;padding-bottom:5px;scrollbar-width:none}.mobile-category-filter::-webkit-scrollbar{display:none}.mobile-category-button{flex:0 0 auto;padding:0 14px}.vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.vehicle-image{height:112px}.vehicle-image img{height:96px}.vehicle-info{padding:13px 12px 15px}.vehicle-name{display:block}.vehicle-name h3{font-size:17px}.vehicle-name span{display:block;margin-top:2px}.deposit{margin:7px 0 12px}.monthly-price strong{font-size:18px}.monthly-price .inquiry-price{font-size:14px}.benefits-section{padding:58px 0 68px}.benefit-grid{grid-template-columns:1fr 1fr;gap:10px}.benefit-grid article{padding:20px 16px}.benefit-grid article>strong{right:14px;font-size:18px}.footer-top{align-items:flex-start;gap:20px}.footer-brand{width:120px}.legal-links{flex-direction:column;gap:7px;align-items:flex-end}.company-info{display:grid;gap:5px}.mobile-contact-bar{position:fixed;z-index:60;left:0;right:0;bottom:0;height:66px;display:grid;grid-template-columns:minmax(0,1fr);background:var(--primary);border-top:1px solid var(--primary)}.mobile-contact-bar a{display:flex;align-items:center;justify-content:center;gap:7px;font-weight:700}.mobile-contact-bar span{font-size:13px}.mobile-contact-bar strong{font-size:15px}}
@media(max-width:390px){.header-phone{display:none}.vehicle-grid{grid-template-columns:1fr}.vehicle-image{height:148px}.vehicle-image img{height:130px}.result-summary{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.vehicle-card,.rolling-copy>span{transition:none;animation:none}}
@media(min-width:1261px){.vehicle-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}}
@media(min-width:1051px) and (max-width:1260px){.vehicle-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:691px){.vehicle-image{height:132px}.vehicle-image img{width:94%;height:114px}.vehicle-info{padding:14px 13px 16px}.vehicle-name h3{font-size:17px}.monthly-price strong{font-size:19px}}

/* Allow grid children and native fieldsets to shrink to the viewport. */
@media(max-width:690px){
  .header-inner{gap:12px}
  .header .brand{flex-shrink:0}
  .header-contact{min-width:0;margin-left:auto}
  .header-phone{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:0;min-height:44px;white-space:nowrap;line-height:1.4}
  .header-phone span{display:block;font-size:12px}
  .header-phone strong{font-size:18px}
}
.catalog-layout > *, .filter-panel fieldset, .price-entry, .price-entry-box{min-width:0}
.catalog-content{width:100%;max-width:100%}
.monthly-price{flex-wrap:wrap;row-gap:6px}
.monthly-price strong{white-space:nowrap;font-variant-numeric:tabular-nums}
@media(max-width:900px){
  .catalog-layout{grid-template-columns:minmax(0,1fr)}
  .filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:690px){
  body{padding-bottom:calc(66px + env(safe-area-inset-bottom,0px))}
  .mobile-contact-bar{right:auto;width:100%;max-width:100vw;height:auto;min-height:66px;grid-template-columns:minmax(0,1fr);padding-bottom:env(safe-area-inset-bottom,0px);background:var(--primary)}
  .mobile-contact-bar a{min-width:0;min-height:66px;flex-wrap:wrap;align-content:center;column-gap:6px;row-gap:0;padding:8px 6px;text-align:center}
  .mobile-contact-bar strong{white-space:nowrap}
  .price-entry{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-visual img{max-width:100%;width:100%}
}

/* 한 줄 히어로 문구와 하나의 트랙을 공유하는 월 렌트료 구간 슬라이더 */
.hero-main-line{display:block;width:max-content;max-width:100%;font-size:.72em;white-space:nowrap}
.dual-range{position:relative;height:28px}
.dual-range .range-track{position:absolute;left:0;right:0;top:12px;height:5px;border-radius:5px;background:#dce3ed}
.dual-range .range-track span{position:absolute;top:0;bottom:0;border-radius:5px;background:var(--primary)}
.price-filter .dual-range label{position:absolute;inset:0;display:block;height:auto;pointer-events:none}
.price-filter .dual-range input{position:absolute;left:0;top:3px;width:100%;height:22px;margin:0;background:transparent;appearance:none;-webkit-appearance:none;pointer-events:none}
.price-filter .dual-range input::-webkit-slider-runnable-track{height:5px;background:transparent}
.price-filter .dual-range input::-moz-range-track{height:5px;background:transparent}
.price-filter .dual-range input::-webkit-slider-thumb{position:relative;width:18px;height:18px;margin-top:-6.5px;border:3px solid #fff;border-radius:50%;background:var(--primary);box-shadow:0 0 0 1px var(--primary),0 2px 5px rgba(15,40,77,.22);appearance:none;-webkit-appearance:none;pointer-events:auto;cursor:grab}
.price-filter .dual-range input::-moz-range-thumb{width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:var(--primary);box-shadow:0 0 0 1px var(--primary),0 2px 5px rgba(15,40,77,.22);pointer-events:auto;cursor:grab}
.price-filter .dual-range input:focus-visible::-webkit-slider-thumb{outline:3px solid rgba(21,89,183,.28);outline-offset:3px}
.price-filter .dual-range input:focus-visible::-moz-range-thumb{outline:3px solid rgba(21,89,183,.28);outline-offset:3px}
@media(max-width:690px){.hero-main-line{font-size:clamp(22px,6.3vw,31px)}}

/* 긴 약관도 제목과 닫기 버튼을 유지하며 본문만 스크롤합니다. */
.company-info{display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:1.8;overflow-wrap:anywhere}
.company-name{font-size:17px;color:#e5eaf1}
.company-details{display:flex;flex-wrap:wrap;gap:6px 20px}
.company-details a{text-decoration:underline;text-underline-offset:3px}
.floating-phone{position:fixed;z-index:45;right:24px;bottom:28px;width:142px;height:52px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;background:var(--primary);color:#fff;box-shadow:0 8px 22px rgba(25,31,44,.2);font-weight:800}
.phone-mark{font-size:22px;line-height:1}
@media(max-width:690px){.company-details{flex-direction:column;gap:4px}.company-address{word-break:keep-all}}
.price-entry{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}
.price-filter .price-entry label{display:block;height:auto;min-width:0;font-size:14px;color:var(--muted)}
.price-entry-box{display:flex;align-items:center;gap:3px;margin-top:5px;padding:0 7px;border:1px solid var(--line);border-radius:6px;background:#fff}
.price-entry-box:focus-within{border-color:var(--primary);outline:2px solid var(--primary-soft)}
.price-filter .price-entry input{min-width:0;width:100%;height:44px;border:0;outline:0;background:transparent;color:var(--text);font-size:16px;cursor:text;appearance:textfield;-moz-appearance:textfield}
.price-entry input::-webkit-inner-spin-button,.price-entry input::-webkit-outer-spin-button{appearance:none;margin:0}
.price-entry-box>span{flex:none;font-size:14px}
#price-entry-status:empty{display:none}
#price-entry-status{color:#b42318}
#info-dialog{width:min(820px,calc(100% - 32px));max-height:85vh;max-height:85dvh;padding:0;overflow:hidden}
#info-dialog[open]{display:flex;flex-direction:column}
.legal-dialog-header{position:relative;flex:none;padding:24px 64px 20px 28px;border-bottom:1px solid var(--line)}
.legal-dialog-header h2{margin:0;font-size:24px}
.legal-dialog-header .dialog-close{top:14px;right:14px;width:44px;height:44px}
.legal-document{overflow-y:auto;overscroll-behavior:contain;padding:8px 28px 28px;font-size:16px;line-height:1.85;word-break:keep-all;overflow-wrap:anywhere}
.legal-document h3{margin:28px 0 12px;font-size:19px;color:var(--primary)}
.legal-document p{margin:12px 0;white-space:pre-wrap}
@media(max-width:690px){.floating-phone{display:none}.legal-dialog-header{padding-left:20px}.legal-dialog-header h2{font-size:20px}.legal-document{padding:4px 20px 24px}}

/* 전화상담 단독 운영: 모바일 하단 전체 너비 버튼 */
@media(max-width:690px){.mobile-contact-bar{grid-template-columns:minmax(0,1fr)}.mobile-contact-bar a{width:100%;color:#fff;background:var(--primary)}}


/* v11: Desktop header benefit and independently flowing mobile benefit */
.header-inner{position:relative}
.header-benefit{position:absolute;left:50%;transform:translateX(-50%);max-width:calc(100% - 390px);padding:7px 15px;border-radius:999px;background:#edf5ff;color:var(--primary-dark);font-size:14px;line-height:1.4;font-weight:800;white-space:nowrap;text-align:center}
.mobile-benefit{display:none}
/* Keep the car, backdrop and title within the same visual coordinate system. */
@media(min-width:691px){
 .hero-visual{min-width:0;isolation:isolate}
 .hero-word{top:23%;right:1%;font-size:clamp(44px,4.1vw,74px);line-height:1}
 .hero-visual:after{width:72%;height:43%;right:7%;bottom:15%}
 .hero-visual img{width:108%;max-width:none;height:auto;max-height:340px;object-fit:contain;transform:translate(0,8%)}
}
@media(max-width:1050px) and (min-width:691px){
 .header-benefit{font-size:12px;max-width:calc(100% - 320px);padding:6px 10px}
}
@media(max-width:850px) and (min-width:691px){
 .header-benefit{position:static;transform:none;max-width:none;white-space:normal;line-height:1.2;flex:1}
 .header-inner{gap:10px}
 .header-phone{white-space:nowrap}
}
@media(max-width:690px){
 .header-benefit{display:none}
 .mobile-benefit{display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 12px;border-bottom:1px solid #d7e7ff;background:#eaf3ff;color:var(--primary-dark);font-size:clamp(11px,3.15vw,14px);font-weight:800;line-height:1.4;text-align:center;word-break:keep-all}
 .mobile-benefit span{flex:none;font-size:14px}
 /* The original selector was '.header .hero-inner', which never matches the hero. */
 .hero-inner{display:flex;flex-direction:column;align-items:stretch;gap:0;min-height:0;padding-top:32px;padding-bottom:27px}
 .hero-copy{width:100%;padding:0;order:0}
 .eyebrow{margin-bottom:12px;font-size:12px;letter-spacing:.06em}
 .hero h1{font-size:clamp(25px,7.4vw,34px);line-height:1.33;letter-spacing:-.065em;word-break:keep-all}
 .hero-main-line{display:block;width:auto;max-width:100%;font-size:clamp(21px,6.2vw,29px);white-space:normal;word-break:keep-all}
 .hero-description{margin:14px 0 18px;font-size:15px;word-break:keep-all}
 .primary-link{display:inline-flex;max-width:100%;min-height:48px;gap:15px;padding:0 17px;font-size:14px;white-space:nowrap}
 .primary-link span{flex:none}
 .hero-visual{order:1;align-self:center;width:100%;height:235px;min-height:0;margin-top:12px;overflow:hidden;isolation:isolate}
 .hero-word{top:4px;left:0;right:0;font-size:clamp(32px,9vw,56px);line-height:1.1;text-align:center;letter-spacing:-.055em}
 .hero-visual:after{width:78%;height:63%;right:9%;bottom:14px;border-radius:160px 160px 0 0}
 .hero-visual img{position:absolute;z-index:2;left:0;right:0;bottom:3px;width:100%;max-width:100%;height:auto;max-height:190px;object-fit:contain;transform:none}
}
@media(max-width:390px){
 .header-phone{display:flex}
 .header .brand{width:112px}
 .header-phone strong{font-size:16px}
 .header-phone span{font-size:11px}
 .hero-visual{height:205px}
 .hero-visual img{max-height:175px}
}


/* v16: Hero composition. The separate hero artwork has transparent canvas cropped;
   every visual layer uses the SAME bottom edge of the visual area. */
.hero-visual{position:relative;min-width:0;isolation:isolate;overflow:visible}
.hero-visual img{position:absolute;display:block;z-index:2;left:0;right:auto;top:auto;bottom:0;width:100%;height:auto;max-height:none;max-width:100%;object-fit:contain;transform:none}
.hero-visual::after{z-index:0;left:auto;right:2%;top:auto;bottom:0;width:82%;height:49%;border-radius:999px 999px 0 0}
.hero-word{z-index:1;left:1%;right:auto;top:auto;bottom:44%;font-size:clamp(36px,4.25vw,72px);line-height:1;letter-spacing:-.045em;white-space:nowrap}
@media(min-width:901px){
  .hero-inner{align-items:stretch}
  .hero-visual{align-self:stretch}
  .hero-visual img{width:100%}
}
@media(min-width:691px) and (max-width:900px){
  .hero-visual{align-self:stretch}
  .hero-visual img{width:100%;bottom:8%}
  .hero-visual::after{bottom:8%}
  .hero-word{bottom:48%;font-size:clamp(28px,4.4vw,44px)}
}
@media(max-width:690px){
  .hero-inner{display:flex;flex-direction:column;align-items:stretch;gap:0;min-height:0;padding-top:28px;padding-bottom:0}
  .hero-copy{order:0;width:100%;padding:0}
  .hero h1{font-size:clamp(26px,7vw,34px);line-height:1.28;letter-spacing:-.055em;word-break:keep-all}
  .hero-main-line{display:block;width:auto;max-width:100%;font-size:clamp(22px,6.1vw,29px);white-space:normal;word-break:keep-all}
  .hero-description{font-size:clamp(13px,3.8vw,16px);margin:14px 0 18px;word-break:keep-all}
  .primary-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;max-width:100%;padding:0 16px;font-size:14px;white-space:nowrap}
  .hero-visual{order:1;align-self:stretch;width:100%;height:clamp(185px,53vw,280px);margin-top:18px;overflow:hidden}
  .hero-visual img{left:0;right:0;bottom:0;width:100%;max-width:100%;height:auto;max-height:none;transform:none}
  .hero-visual::after{width:78%;height:65%;right:7%;bottom:0;border-radius:180px 180px 0 0}
  .hero-word{left:0;right:0;top:2%;bottom:auto;text-align:center;font-size:clamp(28px,8.2vw,54px);line-height:1;letter-spacing:-.06em}
}
@media(max-width:390px){
  .hero-visual{height:clamp(172px,53vw,207px)}
  .hero-visual img{bottom:0;max-height:none}
}
