:root {
  --navy: #101d2a;
  --navy-soft: #213246;
  --orange: #ed6b24;
  --cream: #f4f1e9;
  --paper: #faf9f5;
  --ink: #17212a;
  --muted: #68727a;
  --green: #526b59;
  --green-dark: #344b3b;
  --white: #fff;
  --line: rgba(16, 29, 42, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif; line-height: 1.8; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 8px 14px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 82px; padding: 12px clamp(22px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--white); border-bottom: 1px solid var(--line); }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: clamp(225px, 20vw, 291px); height: auto; }
.primary-nav { min-height: 52px; padding-inline: clamp(22px, 4vw, 72px); display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.6vw, 42px); color: #d8e0e6; background: var(--navy); font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.primary-nav a { padding-block: 7px; border-bottom: 1px solid transparent; }
.primary-nav a:hover { color: var(--white); border-color: var(--orange); }
.utility-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(17px, 2vw, 28px); color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.utility-nav a:hover { color: var(--orange); }
.utility-nav__login { padding-left: clamp(17px, 2vw, 28px); border-left: 1px solid var(--line); }
.utility-nav__flower { color: var(--green); font-family: Georgia, serif; font-size: 14px; }
.mobile-menu { display: none; position: relative; }

.split-hero { min-height: 670px; display: grid; grid-template-columns: minmax(0, 55fr) minmax(0, 45fr); }
.split-hero article { position: relative; min-width: 0; overflow: hidden; }
.split-hero img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.split-hero__installation img { object-position: center center; }
.split-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,18,29,.9) 0%, rgba(9,20,31,.66) 38%, rgba(9,20,31,.06) 76%); }
.split-hero__copy { position: relative; z-index: 1; width: min(640px, 92%); padding: clamp(82px, 10vw, 150px) 0 64px clamp(28px, 5vw, 82px); color: var(--white); }
.eyebrow { margin: 0 0 18px; font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.split-hero__copy .eyebrow { color: #f1ae7c; }
.split-hero h1 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(46px, 4.8vw, 72px); font-weight: 500; line-height: 1.22; letter-spacing: .04em; }
.split-hero h1 span { display: block; white-space: nowrap; }
.split-hero__lead { margin: 24px 0 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(17px, 1.65vw, 25px); letter-spacing: .08em; }
.split-hero__text { width: min(440px, 100%); margin: 12px 0 0; color: #d8dfe5; font-size: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; margin-top: 28px; padding: 11px 25px; border: 1px solid currentColor; font-size: 13px; font-weight: 700; letter-spacing: .04em; transition: color .2s ease, background .2s ease; }
.button--light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: transparent; }
.split-hero__flower img { object-position: 52% center; }
.split-hero__flower::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,249,245,.82) 0%, rgba(250,249,245,.5) 42%, rgba(250,249,245,.1) 76%, transparent 100%), linear-gradient(180deg, rgba(255,255,255,.48) 0%, rgba(255,255,255,.06) 55%, rgba(22,34,28,.3) 100%); }
.split-hero__flower-copy { position: absolute; z-index: 1; inset: 0; padding: 52px clamp(28px, 4vw, 62px); color: var(--green-dark); }
.flower-brand { margin: 0 0 15px; font-family: Georgia, "Yu Mincho", serif; font-size: 29px; letter-spacing: .07em; }
.split-hero__flower .eyebrow { margin-bottom: 14px; }
.split-hero__flower h2 { margin: 0 0 30px; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(28px, 3.2vw, 48px); font-weight: 500; line-height: 1.5; }
.flower-hero-actions { width: min(250px, 100%); display: flex; align-items: stretch; flex-direction: column; gap: 10px; }
.flower-hero-action { width: 100%; min-height: 50px; padding: 11px 20px; display: inline-flex; align-items: center; justify-content: space-between; border: 1px solid var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .03em; box-shadow: 0 9px 24px rgba(16,29,42,.16); transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.flower-hero-action::after { content: "→"; margin-left: 11px; transition: transform .2s ease; }
.flower-hero-action--primary { color: var(--white); background: var(--green-dark); }
.flower-hero-action--secondary { color: var(--green-dark); background: rgba(255,255,255,.92); }
.flower-hero-action:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(16,29,42,.25); }
.flower-hero-action:hover::after { transform: translateX(4px); }
.flower-hero-action--primary:hover { color: var(--green-dark); background: var(--white); }
.flower-hero-action--secondary:hover { color: var(--white); background: var(--green-dark); }
.text-link, .underlined-link { display: table; margin-top: 12px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.text-link:hover, .underlined-link:hover { opacity: .65; }
.image-disclaimer { margin: 0; padding: 6px clamp(22px, 4vw, 72px); color: var(--muted); background: var(--white); text-align: right; font-size: 9px; }

.statement { padding: 118px 24px 125px; text-align: center; }
.eyebrow--blue { color: #50677c; }
.eyebrow--green { color: var(--green); }
.statement h2, .service-feature h2, .rental h2, .gateway h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-weight: 500; line-height: 1.45; letter-spacing: .04em; }
.statement h2 { font-size: clamp(34px, 4.4vw, 60px); }
.statement > p:last-child { width: min(690px, 100%); margin: 30px auto 0; color: var(--muted); font-size: 14px; }
.mobile-only { display: none; }

.service-feature { width: min(1240px, calc(100% - 48px)); margin: 0 auto 130px; padding: 80px clamp(30px, 6vw, 86px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .75fr); gap: clamp(30px, 6vw, 90px); align-items: center; color: var(--white); background: var(--navy); }
.service-feature h2, .rental h2 { font-size: clamp(32px, 3.8vw, 53px); }
.service-feature__body > p:not(.eyebrow) { max-width: 590px; color: #c7d0d7; font-size: 14px; }
.service-feature__links { margin-top: 6px; display: flex; align-items: stretch; gap: 14px; flex-wrap: wrap; }
.service-feature__links > .button, .service-feature__links > .action-link { margin-top: 22px; }
.action-link { min-height: 50px; padding: 11px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .03em; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.action-link::after { content: "→"; margin-left: 12px; transition: transform .2s ease; }
.action-link:hover { transform: translateY(-2px); }
.action-link:hover::after { transform: translateX(4px); }
.button--navy { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-feature .button--navy { color: var(--navy); background: var(--white); border-color: var(--white); }
.service-feature .button--navy:hover { color: var(--white); background: transparent; }
.service-feature .action-link { color: var(--white); border-color: rgba(255,255,255,.72); }
.service-feature .action-link:hover { color: var(--navy); background: var(--white); border-color: var(--white); }
.quick-wiring { position: relative; min-height: 330px; padding: 38px 32px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; overflow: hidden; color: var(--white); background-color: #36a7ea; background-image: linear-gradient(90deg, rgba(7,27,43,0) 35%, rgba(7,27,43,.42) 64%, rgba(7,27,43,.72) 100%), url("../images/easy-wiring-product-generated-v2.jpg"); background-position: center; background-size: cover; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); }
.quick-wiring > * { position: relative; z-index: 1; width: 48%; }
.quick-wiring__label { margin: 0; color: #ffd1ad; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.quick-wiring h3 { width: auto; margin: 9px 0 12px; font-family: "Yu Mincho", YuMincho, serif; font-size: clamp(23px, 2vw, 29px); font-weight: 500; white-space: nowrap; }
.quick-wiring p { color: #e0e9ef; font-size: 12px; }
.quick-wiring a { align-self: auto; width: auto; max-width: 100%; min-height: 42px; margin-top: 9px; padding: 9px 13px; display: inline-flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.82); background: rgba(9,34,52,.68); box-shadow: 0 8px 20px rgba(9,22,34,.18); font-size: 11px; font-weight: 800; white-space: nowrap; transition: color .2s ease, background .2s ease, transform .2s ease; }
.quick-wiring a::after { content: "→"; margin-left: 9px; transition: transform .2s ease; }
.quick-wiring a:hover { color: var(--navy); background: var(--white); transform: translateY(-2px); }
.quick-wiring a:hover::after { transform: translateX(3px); }

.rental { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); min-height: 720px; background: #e8ede8; }
.rental__image { min-height: 720px; }
.rental__image img { height: 100%; object-fit: cover; object-position: center 35%; }
.rental__body { align-self: center; padding: 80px clamp(36px, 8vw, 130px); }
.rental__body > p:not(.flower-brand, .eyebrow) { max-width: 610px; color: #5f6a62; font-size: 14px; }
.rental-scenes { margin: 28px 0; padding-block: 12px; display: grid; border-block: 1px solid rgba(52,75,59,.18); }
.rental-scenes a { min-height: 49px; padding: 9px 4px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 22px; align-items: center; gap: 8px; border-bottom: 1px solid rgba(52,75,59,.13); font-size: 12px; font-weight: 700; transition: color .2s ease, padding .2s ease; }
.rental-scenes a:last-child { border-bottom: 0; }
.rental-scenes a::after { content: "→"; justify-self: end; color: var(--green); }
.rental-scenes a:hover { padding-inline: 10px; color: var(--green-dark); background: rgba(255,255,255,.42); }
.rental-scenes span { color: var(--green); font-family: Georgia, serif; font-size: 10px; letter-spacing: .12em; }
.button--green { color: var(--white); background: var(--green-dark); border-color: var(--green-dark); }
.button--green:hover, .button--navy:hover { color: var(--green-dark); background: transparent; }
.action-link--green { color: var(--green-dark); }
.action-link--green:hover { color: var(--white); background: var(--green-dark); }

.gateway { width: min(1120px, calc(100% - 48px)); margin: 120px auto; padding: 58px 0; display: flex; justify-content: space-between; align-items: center; gap: 50px; border-block: 1px solid var(--line); }
.gateway h2 { font-size: clamp(28px, 3vw, 42px); }
.gateway p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.gateway__actions { min-width: 230px; }
.gateway__actions .button { width: 100%; margin-top: 0; }

.page-hero { padding: clamp(58px, 6vw, 84px) 24px; text-align: center; background: #f0f1ee; }
.page-hero--navy { color: var(--white); background: var(--navy); }
.page-hero--blue { color: var(--white); background: linear-gradient(120deg, #147fc1, #102f4b); }
.page-hero > .eyebrow { margin-bottom: 15px; }
.page-hero h1 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(40px, 5vw, 68px); font-weight: 500; line-height: 1.35; letter-spacing: .05em; }
.page-hero > p:last-child { margin: 22px auto 0; color: var(--muted); font-size: 14px; }
.page-hero--navy > p:last-child, .page-hero--blue > p:last-child { color: #d8e0e6; }

.business-grid { width: min(1400px, calc(100% - 48px)); margin: 100px auto 130px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.business-card { min-width: 0; display: grid; grid-template-rows: 250px 1fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.business-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(16,29,42,.1); }
.business-card--featured { grid-column: span 2; grid-template-rows: 380px 1fr; }
.business-card__image { min-width: 0; overflow: hidden; background: #e9ebe8; }
.business-card__image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.business-card:hover .business-card__image img { transform: scale(1.02); }
.business-card__image--blue { background: #37a7e9; }
.business-card__image--contain img { padding: 32px; object-fit: contain; background: var(--white); }
.business-card__body { position: relative; padding: 28px clamp(20px, 2vw, 32px) 34px; }
.business-card .eyebrow { color: #60758a; }
.business-card h2 { margin: 0 0 14px; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(22px, 1.8vw, 30px); font-weight: 500; line-height: 1.4; }
.business-card--featured h2 { font-size: clamp(28px, 2.6vw, 40px); }
.business-card__body > p:not(.eyebrow) { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.business-card__body > span { align-self: flex-start; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }

.service-page { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 105px 0 125px; }
.service-page h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(28px, 3.2vw, 44px); font-weight: 500; line-height: 1.45; }
.service-intro, .product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); gap: clamp(45px, 7vw, 95px); align-items: center; }
.service-intro__copy > p:last-child, .product-detail__body > p { color: var(--muted); font-size: 14px; }
.service-intro__image, .product-detail__image { min-height: 480px; overflow: hidden; background: #edf0ee; }
.service-intro__image img, .product-detail__image img { height: 100%; object-fit: cover; }
.product-detail__image--contain img { padding: 38px; object-fit: contain; background: var(--white); }
.service-gallery-section { margin-top: 110px; }
.section-heading { max-width: 700px; margin-bottom: 34px; }
.section-heading > p:last-child { color: var(--muted); font-size: 14px; }
.service-gallery { display: grid; grid-template-columns: 1fr; gap: 18px; }
.service-gallery--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-gallery--detail { width: min(600px, 100%); }
.service-gallery a { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.service-gallery img { height: 100%; max-height: 560px; object-fit: cover; }
.spec-list { margin: 28px 0 0; border-top: 1px solid var(--line); }
.spec-list div { padding: 14px 0; display: grid; grid-template-columns: 140px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.spec-list dt { font-size: 12px; font-weight: 700; }
.spec-list dd { margin: 0; color: var(--muted); font-size: 13px; }
.service-note { color: var(--muted); font-size: 11px; }
.notice-panel { margin-top: 85px; padding: clamp(30px, 5vw, 58px); background: #f0f1ee; }
.notice-panel h2 { font-size: clamp(24px, 2.7vw, 34px); }
.notice-panel ul, .feature-list { margin: 24px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; color: var(--muted); font-size: 13px; }
.notice-panel li, .feature-list li { position: relative; padding-left: 20px; }
.notice-panel li::before, .feature-list li::before { content: "—"; position: absolute; left: 0; color: var(--orange); }
.service-chapter { padding: 70px 0; display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(45px, 7vw, 90px); align-items: center; border-bottom: 1px solid var(--line); }
.service-chapter:first-child { padding-top: 0; }
.service-chapter--reverse .service-chapter__copy { order: 2; }
.service-chapter__copy > p:last-child { color: var(--muted); font-size: 14px; }
.service-heading--nowrap { white-space: nowrap; }
.easy-wiring-summary { padding: clamp(35px, 6vw, 70px); display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: 25px 70px; background: #edf5fa; }
.easy-wiring-summary .button { grid-column: 2; justify-self: start; }
.wiring-products { margin-top: 95px; }
.product-image-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-image-grid figure { margin: 0; min-width: 0; background: var(--white); border: 1px solid var(--line); }
.product-image-grid a { display: block; aspect-ratio: 1; overflow: hidden; }
.product-image-grid img { height: 100%; padding: 12px; object-fit: contain; transition: transform .25s ease; }
.product-image-grid a:hover img { transform: scale(1.025); }
.product-image-grid figcaption { min-height: 48px; padding: 12px 15px; display: flex; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.business-local-nav { margin-top: 110px; padding: 30px 0; display: flex; flex-wrap: wrap; gap: 11px 25px; border-block: 1px solid var(--line); }
.business-local-nav a { padding-bottom: 2px; border-bottom: 1px solid transparent; color: var(--muted); font-size: 11px; font-weight: 600; }
.business-local-nav a:hover { color: var(--orange); border-color: currentColor; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.wiring-page { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 125px; }
.wiring-filter { padding: 30px 36px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--navy); color: var(--white); }
.wiring-filter .eyebrow { margin-bottom: 4px; }
.wiring-filter h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: 26px; font-weight: 500; }
.wiring-filter form { display: flex; gap: 10px; }
.wiring-filter select, .wiring-filter button { min-height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 0; font: inherit; }
.wiring-filter select { min-width: 180px; padding: 8px 35px 8px 14px; color: var(--ink); background: var(--white); }
.wiring-filter button { padding: 8px 20px; color: var(--white); background: transparent; cursor: pointer; font-weight: 700; }
.wiring-filter button:hover { color: var(--navy); background: var(--white); }
.wiring-updates { margin-top: 74px; }
.wiring-updates__heading { padding-bottom: 27px; display: flex; align-items: end; gap: 25px; border-bottom: 1px solid var(--line); }
.wiring-updates__heading .eyebrow { align-self: center; margin: 0 auto 0 0; }
.wiring-updates__heading h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(30px, 3vw, 42px); font-weight: 500; }
.wiring-updates__heading > p:last-child { margin: 0 0 8px; color: var(--muted); font-size: 11px; }
.wiring-update { padding: 38px 10px; display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 35px; border-bottom: 1px solid var(--line); }
.wiring-update time { padding-top: 2px; color: #50677c; font-family: Georgia, serif; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.wiring-update p { margin: 0; white-space: pre-line; overflow-wrap: anywhere; color: #343e46; font-family: "Yu Mincho", YuMincho, serif; font-size: 14px; line-height: 2; }
.empty-state { color: var(--muted); }
.empty-state--large { padding: 80px 24px; text-align: center; background: #f0f1ee; }
.empty-state--large h2 { margin: 0; font-family: "Yu Mincho", YuMincho, serif; font-size: 30px; font-weight: 500; }
.wiring-login-guide { margin-top: 90px; padding: 42px 48px; display: flex; align-items: center; justify-content: space-between; gap: 45px; background: #edf1f3; }
.wiring-login-guide h2 { margin: 0; font-family: "Yu Mincho", YuMincho, serif; font-size: clamp(25px, 2.8vw, 38px); font-weight: 500; }
.wiring-login-guide p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.wiring-login-guide > div:last-child { min-width: 210px; }
.wiring-login-guide .button { width: 100%; margin-top: 0; }

.recruit-page { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 125px; }
.recruit-message { max-width: 880px; margin: 0 auto 85px; text-align: center; }
.recruit-message h2, .recruit-opening h2, .recruit-contact h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(30px, 3.5vw, 48px); font-weight: 500; line-height: 1.5; }
.recruit-message__line { display: block; }
.recruit-message__line > span + span::before { content: " "; }
.recruit-message > p:last-child { margin: 27px auto 0; color: var(--muted); font-size: 14px; text-align: left; }
.recruit-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.recruit-features article { overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.recruit-features img { aspect-ratio: 1 / 1; height: auto; object-fit: cover; background: #f5f2ed; transform: scale(1.02); transform-origin: center; }
.recruit-features article > div { position: static; padding: 27px 27px 32px; color: var(--ink); background: var(--white); }
.recruit-features h2 { margin: 0 0 12px; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: 25px; font-weight: 500; line-height: 1.45; }
.recruit-feature-title { white-space: nowrap; }
.recruit-feature-title span { display: inline; }
.recruit-features article > div > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.recruit-opening { margin-top: 100px; display: grid; grid-template-columns: minmax(350px, .7fr) minmax(0, 1.3fr); gap: clamp(35px, 5vw, 70px); align-items: start; }
.recruit-opening__heading { position: sticky; top: 25px; }
.recruit-opening__heading h2 { white-space: nowrap; font-size: clamp(30px, 2.8vw, 42px); }
.recruit-conditions { margin: 0; border-top: 1px solid var(--line); }
.recruit-conditions div { padding: 22px 5px; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 25px; border-bottom: 1px solid var(--line); }
.recruit-conditions dt { font-size: 12px; font-weight: 700; }
.recruit-conditions dd { margin: 0; color: #4d5860; font-size: 13px; }
.recruit-contact { margin-top: 110px; padding: clamp(38px, 6vw, 72px); color: var(--white); background: var(--navy); }
.recruit-contact__intro { max-width: 780px; }
.recruit-contact__intro > p:not(.eyebrow, .recruit-contact__note) { color: #d1d8de; font-size: 14px; }
.recruit-contact__note { color: #9eabb5; font-size: 11px; }
.recruit-offices { margin-top: 38px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.recruit-offices article { padding: 28px; display: grid; gap: 5px; background: var(--navy); }
.recruit-offices p, .recruit-offices h3 { margin: 0; }
.recruit-offices p { color: #9eabb5; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.recruit-offices h3 { min-height: 48px; font-size: 14px; font-weight: 500; }
.recruit-offices a { margin-top: 8px; color: var(--white); font-size: 16px; font-weight: 700; letter-spacing: .01em; }
.recruit-offices a:hover { color: #f1ae7c; }
.recruit-offices span { color: #c7d0d7; font-size: 11px; }
.recruit-contact > .button { margin-top: 35px; }

.company-page { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 125px; }
.company-profile { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(45px, 7vw, 95px); align-items: start; }
.company-profile__heading { position: sticky; top: 25px; }
.company-profile h2, .company-access h2, .partner-links h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(30px, 3.5vw, 48px); font-weight: 500; line-height: 1.45; }
.company-profile__heading img { margin-top: 34px; aspect-ratio: 1; object-fit: cover; }
.company-facts { margin: 0; border-top: 1px solid var(--line); }
.company-facts div { padding: 21px 5px; display: grid; grid-template-columns: 135px minmax(0, 1fr); gap: 25px; border-bottom: 1px solid var(--line); }
.company-facts dt { font-size: 12px; font-weight: 700; }
.company-facts dd { margin: 0; color: #4d5860; font-size: 13px; }
.company-facts a { padding-bottom: 2px; border-bottom: 1px solid currentColor; }
.company-access, .partner-links { margin-top: 110px; }
.company-access .section-heading, .partner-links .section-heading { margin-bottom: 34px; }
.company-map { height: 480px; overflow: hidden; background: #e8ebe9; }
.company-map iframe { width: 100%; height: 100%; border: 0; }
.partner-links { padding-top: 95px; border-top: 1px solid var(--line); }
.partner-link-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.partner-link-grid li { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-link-grid a { min-height: 62px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--white); font-size: 12px; font-weight: 600; transition: color .2s ease, background .2s ease; }
.partner-link-grid a:hover { color: var(--white); background: var(--navy); }

.cooperate-page { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 125px; }
.cooperate-intro { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(0, .9fr); gap: clamp(45px, 7vw, 95px); align-items: center; }
.cooperate-intro__image { min-height: 470px; overflow: hidden; background: #e8ebe9; }
.cooperate-intro__image img { height: 100%; object-fit: cover; }
.cooperate-intro h2, .cooperate-needs h2, .cooperate-contact h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(30px, 3.5vw, 48px); font-weight: 500; line-height: 1.5; }
.cooperate-intro__copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.cooperate-needs { margin-top: 110px; }
.cooperate-needs .section-heading { margin-bottom: 34px; }
.cooperate-needs__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.cooperate-needs article { padding: clamp(30px, 4vw, 52px); background: var(--white); border: 1px solid var(--line); }
.cooperate-needs article .eyebrow { color: #60758a; }
.cooperate-needs h3 { margin: 0 0 16px; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(25px, 2.5vw, 34px); font-weight: 500; }
.cooperate-needs article > p:not(.eyebrow) { min-height: 76px; color: var(--muted); font-size: 13px; }
.cooperate-needs dl { margin: 25px 0 0; border-top: 1px solid var(--line); }
.cooperate-needs dl div { padding: 13px 0; display: grid; grid-template-columns: 90px 1fr; gap: 15px; border-bottom: 1px solid var(--line); font-size: 12px; }
.cooperate-needs dt { font-weight: 700; }
.cooperate-needs dd { margin: 0; color: var(--muted); }
.cooperate-contact { margin-top: 110px; padding: clamp(38px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(35px, 6vw, 80px); color: var(--white); background: var(--navy); }
.cooperate-contact > div:first-child > p:last-child { color: #c7d0d7; font-size: 14px; }
.cooperate-contact h2 span { display: block; white-space: nowrap; }
.cooperate-contact__details { align-self: center; padding-left: clamp(20px, 4vw, 55px); border-left: 1px solid rgba(255,255,255,.2); }
.cooperate-contact__details p { margin: 4px 0; color: #c7d0d7; font-size: 12px; }
.cooperate-contact__details > a:not(.button) { display: table; margin: 10px 0 3px; padding-bottom: 2px; border-bottom: 1px solid currentColor; font-size: 18px; font-weight: 700; }
.cooperate-contact__details .button { margin-top: 24px; }

.contact-page { width: min(1060px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 125px; }
.contact-intro { max-width: 780px; margin: 0 auto 65px; text-align: center; }
.contact-intro h2, .contact-methods h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(28px, 3.2vw, 44px); font-weight: 500; line-height: 1.45; }
.contact-intro > p:last-child { margin: 25px auto 0; color: var(--muted); font-size: 14px; text-align: left; }
.contact-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.contact-methods article { padding: clamp(32px, 5vw, 58px); background: var(--white); border: 1px solid var(--line); }
.contact-number { display: table; margin: 14px 0 26px; color: var(--navy); font-family: inherit; font-size: 18px; font-weight: 700; letter-spacing: .01em; }
a.contact-number:hover { color: var(--orange); }
.contact-methods dl { margin: 0; border-top: 1px solid var(--line); }
.contact-methods dl div { padding: 13px 0; display: grid; grid-template-columns: 80px 1fr; gap: 15px; border-bottom: 1px solid var(--line); font-size: 12px; }
.contact-methods dt { font-weight: 700; }
.contact-methods dd { margin: 0; color: var(--muted); }
.contact-methods .button { margin-top: 28px; }
.contact-form-section { margin-top: 95px; padding-top: 85px; border-top: 1px solid var(--line); }
.contact-intro + .contact-form-section { margin-top: 0; padding-top: 0; border-top: 0; }
.contact-methods--secondary { margin-top: 95px; padding-top: 85px; border-top: 1px solid var(--line); }
.contact-form-section .section-heading h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(30px, 3.5vw, 48px); font-weight: 500; }
.required-mark { color: #bd4b27; font-size: 10px; font-weight: 700; }
.form-alert, .field-error { color: #a63821; }
.form-alert { padding: 14px 18px; background: #fff0eb; border: 1px solid #e8b6a8; font-size: 13px; }
.contact-form { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 28px; }
.contact-form__trap { position: absolute; width: 1px; height: 1px; overflow: hidden; left: -10000px; }
.form-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-field--wide { grid-column: 1 / -1; }
.form-field > label, .form-field legend { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field select, .form-field textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid #bcc4c9; border-radius: 0; font: inherit; font-size: 14px; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid #547590; outline-offset: 2px; }
.form-options { min-height: 51px; padding: 12px 14px; display: flex; align-items: center; gap: 25px; background: var(--white); border: 1px solid #bcc4c9; font-size: 13px; }
.field-error { margin: 5px 0 0; font-size: 11px; }
.form-consent { padding: 18px 20px; background: #edf1f3; }
.form-consent > label { margin: 0; font-weight: 500; }
.contact-form button { margin-top: 0; cursor: pointer; }
.contact-confirm-page { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 85px 0 115px; }
.contact-confirm-list { margin: 0; border-top: 1px solid var(--line); }
.contact-confirm-list div { padding: 20px 5px; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 25px; border-bottom: 1px solid var(--line); }
.contact-confirm-list dt { font-size: 12px; font-weight: 700; }
.contact-confirm-list dd { margin: 0; overflow-wrap: anywhere; color: #4d5860; font-size: 13px; }
.contact-confirm-list__message { white-space: pre-wrap; }
.contact-confirm-actions { margin-top: 38px; display: flex; gap: 15px; flex-wrap: wrap; }
.contact-confirm-actions .button { margin-top: 0; cursor: pointer; }
.form-result-page { width: min(760px, calc(100% - 48px)); min-height: 560px; margin: 0 auto; padding: 130px 0; text-align: center; }
.form-result-page h1 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(32px, 4vw, 50px); font-weight: 500; }
.form-result-page > p:not(.eyebrow) { margin: 25px auto 0; color: var(--muted); font-size: 14px; }

.member-auth-page, .member-home-page { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 85px 0 120px; }
.member-signup-page { width: min(980px, calc(100% - 48px)); margin: 0 auto; padding: 85px 0 120px; }
.member-signup-page .section-heading h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(30px, 3.5vw, 48px); font-weight: 500; }
.member-signup-page .section-heading > p:last-child { color: var(--muted); font-size: 13px; }
.member-signup-form { margin-top: 38px; }
.member-signup-form input[type="password"] { width: 100%; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid #bcc4c9; border-radius: 0; font: inherit; font-size: 14px; }
.member-signup-form input[type="password"]:focus { outline: 2px solid #547590; outline-offset: 2px; }
.form-hint { margin: 5px 0 0; color: var(--muted); font-size: 10px; }
.member-auth-card { padding: clamp(30px, 6vw, 62px); background: var(--white); border: 1px solid var(--line); }
.member-auth-error { margin: 0 0 25px; padding: 14px 18px; color: #a63821; background: #fff0eb; border: 1px solid #e8b6a8; font-size: 13px; }
.member-login-form { display: grid; gap: 24px; }
.member-login-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; }
.member-login-form input { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid #bcc4c9; border-radius: 0; font: inherit; font-size: 16px; }
.member-login-form input:focus { outline: 2px solid #547590; outline-offset: 2px; }
.member-login-form .button { justify-self: start; margin-top: 4px; cursor: pointer; }
.member-auth-help { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.member-auth-help p { margin: 0 0 15px; color: var(--muted); font-size: 12px; }
.member-auth-help .underlined-link { display: inline-block; margin: 8px 22px 0 0; }
.member-home-card { padding: clamp(32px, 6vw, 62px); display: flex; align-items: center; justify-content: space-between; gap: 40px; color: var(--white); background: var(--navy); }
.member-home-card h2 { margin: 0; font-family: "Yu Mincho", YuMincho, Georgia, serif; font-size: clamp(28px, 3.4vw, 42px); font-weight: 500; }
.member-home-card p:not(.eyebrow) { max-width: 470px; margin-bottom: 0; color: #c7d0d7; font-size: 13px; }
.member-home-card .button { flex: 0 0 auto; margin-top: 0; color: var(--navy); background: var(--white); border-color: var(--white); }
.member-logout-form { margin-top: 30px; text-align: right; }
.underlined-button { padding: 0 0 3px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid currentColor; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.underlined-button:hover { color: var(--orange); }

.site-footer { padding: 62px clamp(22px, 6vw, 108px) 28px; color: var(--navy); background: #f3f3f1; border-top: 1px solid var(--line); font-size: 11px; }
.site-footer__main { width: min(1400px, 100%); margin-inline: auto; display: grid; grid-template-columns: minmax(300px, .9fr) minmax(430px, 1.1fr); align-items: center; gap: 55px clamp(70px, 9vw, 150px); }
.site-footer__company { display: grid; gap: 24px; justify-items: start; }
.site-footer__logo { width: clamp(238px, 21vw, 291px); height: auto; }
.site-footer address { margin: 0; font-style: normal; font-size: 13px; font-weight: 500; letter-spacing: .02em; }
.site-footer__phone { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.site-footer__navigation .eyebrow { margin-bottom: 14px; color: var(--muted); }
.site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 38px; font-weight: 600; }
.site-footer nav a { padding: 10px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.site-footer nav a::after { content: "→"; color: var(--muted); transition: transform .2s ease; }
.site-footer nav a:hover { color: var(--orange); }
.site-footer nav a:hover::after { color: currentColor; transform: translateX(4px); }
.site-footer small { width: min(1400px, 100%); margin: 48px auto 0; padding-top: 25px; display: block; border-top: 1px solid var(--line); color: var(--muted); text-align: center; }

.pdf-library-page { width: min(1180px, calc(100% - 48px)); margin-inline: auto; padding-block: 80px 110px; }
.pdf-search-form { padding: 30px; display: grid; grid-template-columns: minmax(190px, .75fr) minmax(280px, 1.25fr) auto; align-items: end; gap: 18px; background: #edf1f3; }
.pdf-search-form label { display: grid; gap: 9px; color: var(--navy); font-weight: 700; }
.pdf-search-form select, .pdf-search-form input { width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font: inherit; }
.pdf-search-form .button { min-height: 54px; }
.pdf-search-form > .underlined-button { grid-column: 1 / -1; justify-self: start; }
.pdf-results-heading { margin-top: 58px; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line); }
.pdf-results-heading h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 42px); font-family: "Yu Mincho", YuMincho, Georgia, serif; font-weight: 500; }
.pdf-table-wrap { overflow-x: auto; }
.pdf-table { width: 100%; border-collapse: collapse; }
.pdf-table th, .pdf-table td { padding: 19px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.pdf-table th { background: #edf1f3; font-size: 13px; }
.pdf-table th:first-child { width: 28%; }
.pdf-table th:last-child { width: 130px; }
.pdf-no-results { padding: 50px 20px; border-bottom: 1px solid var(--line); text-align: center; color: var(--muted); }
.pdf-pagination { margin-top: 35px; display: flex; justify-content: center; align-items: center; gap: 28px; }
.pdf-pagination a { border-bottom: 1px solid currentColor; font-weight: 700; }

@media (max-width: 980px) {
  .primary-nav, .utility-nav { display: none; }
  .site-header { min-height: 72px; }
  .mobile-menu { display: block; }
  .mobile-menu summary { cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .14em; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; z-index: 20; top: 43px; right: -10px; width: min(280px, calc(100vw - 28px)); padding: 14px 22px; display: grid; color: var(--white); background: var(--navy); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
  .mobile-menu nav a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-hero { min-height: 630px; grid-template-columns: minmax(0, 55fr) minmax(0, 45fr); }
  .split-hero__copy { width: 87%; padding-left: 42px; }
  .service-feature { grid-template-columns: 1fr; }
  .quick-wiring { grid-column: auto; }
  .business-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .business-card--featured { grid-column: auto; grid-template-rows: 320px 1fr; }
  .service-intro, .product-detail { grid-template-columns: 1fr 1fr; gap: 40px; }
  .product-image-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .brand img { width: min(220px, 68vw); }
  .split-hero { grid-template-columns: 1fr; }
  .split-hero__installation { min-height: 600px; }
  .split-hero__installation img { object-position: 58% center; }
  .split-hero__shade { background: linear-gradient(90deg, rgba(7,18,29,.88), rgba(9,20,31,.27)); }
  .split-hero__copy { width: 93%; padding: 90px 26px 52px; }
  .split-hero h1 { font-size: clamp(38px, 12vw, 52px); letter-spacing: .02em; }
  .split-hero__flower { min-height: 520px; }
  .split-hero__flower-copy { padding: 42px 27px; }
  .flower-hero-actions { width: min(250px, 100%); }
  .image-disclaimer { text-align: left; }
  .statement { padding: 88px 24px 92px; }
  .mobile-only { display: initial; }
  .mission-break { display: none; }
  .service-feature { width: calc(100% - 28px); margin-bottom: 88px; padding: 52px 26px; grid-template-columns: 1fr; gap: 20px; }
  .service-feature__number { margin-bottom: 5px; }
  .quick-wiring { grid-column: auto; margin-top: 18px; }
  .quick-wiring > * { width: 52%; }
  .rental { grid-template-columns: 1fr; }
  .rental__image { min-height: 540px; }
  .rental__body { padding: 66px 25px 72px; }
  .gateway { margin-block: 82px; padding: 48px 0; align-items: flex-start; flex-direction: column; }
  .gateway__actions { width: 100%; }
  .page-hero { padding-block: 58px; }
  .business-grid { width: calc(100% - 28px); margin-block: 70px 90px; grid-template-columns: 1fr; gap: 22px; }
  .business-card, .business-card--featured { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 280px auto; }
  .service-page { width: calc(100% - 32px); padding-block: 75px 90px; }
  .service-intro, .product-detail, .service-chapter, .easy-wiring-summary { grid-template-columns: 1fr; }
  .service-intro__image, .product-detail__image { min-height: 360px; }
  .service-gallery--two { grid-template-columns: 1fr; }
  .service-chapter--reverse .service-chapter__copy { order: initial; }
  .easy-wiring-summary { padding: 32px 24px; }
  .easy-wiring-summary .button { grid-column: auto; justify-self: stretch; }
  .product-image-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .business-local-nav { margin-top: 75px; display: grid; grid-template-columns: 1fr 1fr; }
  .wiring-page { width: calc(100% - 28px); padding-block: 65px 90px; }
  .wiring-filter, .wiring-login-guide { padding: 28px 24px; align-items: stretch; flex-direction: column; }
  .wiring-filter form { width: 100%; }
  .wiring-filter select { min-width: 0; flex: 1; }
  .wiring-updates { margin-top: 55px; }
  .wiring-updates__heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .wiring-updates__heading .eyebrow { margin: 0; }
  .wiring-updates__heading > p:last-child { margin-bottom: 0; }
  .wiring-update { padding: 28px 2px; grid-template-columns: 1fr; gap: 9px; }
  .wiring-login-guide > div:last-child { width: 100%; min-width: 0; }
  .recruit-page { width: calc(100% - 28px); padding-block: 70px 90px; }
  .recruit-message { margin-bottom: 58px; }
  .recruit-features { grid-template-columns: 1fr; }
  .recruit-features article { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(0, 1.3fr); }
  .recruit-features img { height: auto; min-height: 0; align-self: start; }
  .recruit-feature-title { white-space: normal; }
  .recruit-feature-title span:not(.recruit-feature-title__separator) { display: block; }
  .recruit-feature-title__separator { display: none; }
  .recruit-opening { margin-top: 72px; grid-template-columns: 1fr; gap: 28px; }
  .recruit-opening__heading { position: static; }
  .recruit-opening__heading h2 { white-space: normal; }
  .recruit-conditions div { grid-template-columns: 110px minmax(0, 1fr); gap: 18px; }
  .recruit-contact { margin-top: 75px; padding: 38px 24px; }
  .recruit-offices { grid-template-columns: 1fr; }
  .company-page { width: calc(100% - 28px); padding-block: 70px 90px; }
  .company-profile { grid-template-columns: 1fr; gap: 36px; }
  .company-profile__heading { position: static; }
  .company-profile__heading img { max-height: 420px; }
  .company-access, .partner-links { margin-top: 75px; }
  .company-map { height: 390px; }
  .partner-links { padding-top: 65px; }
  .partner-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cooperate-page { width: calc(100% - 28px); padding-block: 70px 90px; }
  .cooperate-intro { grid-template-columns: 1fr; gap: 38px; }
  .cooperate-intro__image { min-height: 360px; }
  .cooperate-needs { margin-top: 75px; }
  .cooperate-needs__grid { grid-template-columns: 1fr; }
  .cooperate-needs article > p:not(.eyebrow) { min-height: 0; }
  .cooperate-contact { margin-top: 75px; padding: 38px 24px; grid-template-columns: 1fr; }
  .cooperate-contact__details { padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .contact-page { width: calc(100% - 28px); padding-block: 70px 90px; }
  .contact-methods { grid-template-columns: 1fr; }
  .contact-form-section { margin-top: 70px; padding-top: 60px; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .contact-confirm-page { width: calc(100% - 28px); padding-block: 65px 90px; }
  .contact-confirm-list div { grid-template-columns: 1fr; gap: 5px; }
  .member-auth-page, .member-home-page, .member-signup-page { width: calc(100% - 28px); padding-block: 65px 90px; }
  .member-auth-card { padding: 30px 24px; }
  .member-login-form .button { width: 100%; }
  .member-home-card { align-items: stretch; flex-direction: column; }
  .member-home-card .button { width: 100%; }
  .pdf-library-page { width: calc(100% - 28px); padding-block: 65px 90px; }
  .pdf-search-form { padding: 24px; grid-template-columns: 1fr; }
  .pdf-search-form > .underlined-button { grid-column: auto; }
  .pdf-search-form .button { width: 100%; }
  .pdf-table th, .pdf-table td { padding: 16px 12px; }
  .site-footer { padding: 52px 24px 24px; }
  .site-footer__main { grid-template-columns: 1fr; gap: 48px; }
  .site-footer nav { grid-template-columns: 1fr 1fr; }
  .site-footer small { margin-top: 42px; }
}

@media (max-width: 480px) {
  .flower-hero-actions { width: min(300px, 78vw); }
  .recruit-message__line > span { display: block; }
  .recruit-message__line > span + span::before { content: none; }
  .recruit-features article { grid-template-columns: 1fr; }
  .recruit-features img { height: auto; min-height: 0; }
  .recruit-conditions div { grid-template-columns: 1fr; gap: 6px; }
  .company-facts div { grid-template-columns: 1fr; gap: 6px; }
  .partner-link-grid { grid-template-columns: 1fr; }
  .site-footer nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
