:root {
    --hs-bg: #f4f2ed;
    --hs-paper: #fbfaf7;
    --hs-ink: #141414;
    --hs-muted: #6f6c66;
    --hs-line: rgba(20, 20, 20, .14);
    --hs-accent: #9a8050;
    --hs-dark: #111315;
    --hs-header-height: 86px;
    --hs-gutter: clamp(22px, 4.2vw, 72px);
    --hs-max: 1440px;
    --hs-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    --hs-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--hs-bg);
    color: var(--hs-ink);
    font-family: var(--hs-sans);
    font-size: 16px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.hs-site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    color: #fff;
    transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
    border-bottom: 1px solid transparent;
}
.admin-bar .hs-site-header { top: 32px; }
.hs-site-header.is-scrolled,
body:not(.home) .hs-site-header {
    background: rgba(251, 250, 247, .94);
    color: var(--hs-ink);
    border-color: var(--hs-line);
    backdrop-filter: blur(18px);
}
.hs-header-inner {
    min-height: var(--hs-header-height);
    max-width: var(--hs-max);
    margin: auto;
    padding: 0 var(--hs-gutter);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.hs-logo { display: block; line-height: 1; min-width: 205px; }
.hs-logo-text { display: inline-flex; flex-direction: column; gap: 7px; }
.hs-logo .custom-logo-link { display: block; }
.hs-logo .custom-logo { width: auto; max-height: 48px; }
.hs-logo-name { font-size: 13px; letter-spacing: .16em; font-weight: 700; }
.hs-logo-role { font-size: 9px; letter-spacing: .28em; opacity: .65; }
.hs-primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); }
.hs-primary-nav > a,
.hs-menu > li > a { font-size: 11px; letter-spacing: .16em; font-weight: 700; position: relative; }
.hs-primary-nav > a:not(.hs-portal-link)::after,
.hs-menu > li > a::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .25s ease;
}
.hs-primary-nav > a:hover::after,
.hs-menu > li > a:hover::after { right: 0; }
.hs-menu { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); padding: 0; margin: 0; list-style: none; }
.hs-portal-link {
    border: 1px solid currentColor;
    padding: 11px 17px;
    letter-spacing: .12em !important;
    transition: background .2s ease, color .2s ease;
}
.hs-portal-link:hover { background: currentColor; color: var(--hs-paper); }
.home .hs-site-header:not(.is-scrolled) .hs-portal-link:hover { color: var(--hs-dark); }
.hs-menu-toggle { display: none; color: inherit; border: 0; background: none; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.hs-menu-toggle span:not(.screen-reader-text) { display: block; width: 23px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hs-hero {
    min-height: 100svh;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #17191b;
    color: #fff;
}
.hs-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hs-hero-shade {
    position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(4,5,6,.72) 0%, rgba(4,5,6,.36) 46%, rgba(4,5,6,.12) 100%),
        linear-gradient(0deg, rgba(4,5,6,.68) 0%, transparent 45%);
}
.hs-hero-content {
    position: relative; z-index: 2;
    width: min(1160px, 100%);
    padding: calc(var(--hs-header-height) + 70px) var(--hs-gutter) clamp(90px, 11vh, 130px);
    margin-left: max(0px, calc((100vw - var(--hs-max)) / 2));
}
.hs-eyebrow, .hs-section-label {
    margin: 0 0 22px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .28em;
    font-weight: 700;
    color: var(--hs-accent);
}
.hs-hero .hs-eyebrow { color: #e0d5c0; }
.hs-hero h1 {
    margin: 0;
    max-width: 980px;
    font-family: var(--hs-serif);
    font-size: clamp(48px, 6.2vw, 88px);
    line-height: 1.14;
    letter-spacing: .02em;
    font-weight: 500;
}
.hs-hero-copy { max-width: 590px; margin: 28px 0 36px; font-size: clamp(14px, 1.4vw, 18px); color: rgba(255,255,255,.82); }
.hs-button {
    display: inline-flex; align-items: center; justify-content: space-between; gap: 30px;
    min-width: 220px; padding: 17px 22px;
    border: 1px solid currentColor; font-size: 12px; letter-spacing: .12em; font-weight: 700;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.hs-button:hover { transform: translateY(-2px); }
.hs-button-light { color: #fff; }
.hs-button-light:hover { background: #fff; color: var(--hs-ink); }
.hs-button-dark { background: var(--hs-dark); color: #fff; border-color: var(--hs-dark); }
.hs-button-dark:hover { background: transparent; color: var(--hs-dark); }
.hs-scroll {
    position: absolute; right: var(--hs-gutter); bottom: 42px; z-index: 2;
    display: flex; align-items: center; gap: 14px; font-size: 9px; letter-spacing: .22em;
    writing-mode: vertical-rl;
}
.hs-scroll i { display: block; height: 58px; width: 1px; background: rgba(255,255,255,.5); position: relative; overflow: hidden; }
.hs-scroll i::after { content: ""; position: absolute; inset: -100% 0 auto; height: 100%; background: #fff; animation: scrollline 2.1s infinite ease-in-out; }
@keyframes scrollline { 0% { transform: translateY(0); } 100% { transform: translateY(200%); } }

.hs-section {
    max-width: var(--hs-max);
    margin: 0 auto;
    padding: clamp(100px, 12vw, 180px) var(--hs-gutter);
    position: relative;
}
.hs-section-index {
    position: absolute; top: clamp(105px, 12vw, 184px); left: var(--hs-gutter);
    font-size: 10px; letter-spacing: .18em; color: var(--hs-muted);
}
.hs-section-index::after { content: ""; display: inline-block; vertical-align: middle; width: 44px; height: 1px; background: var(--hs-line); margin-left: 12px; }
.hs-intro { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(0, 4fr); }
.hs-intro-copy { grid-column: 2; max-width: 1040px; }
.hs-intro h2,
.hs-profile h2,
.hs-section-head h2,
.hs-contact h2,
.hs-page-hero h1 {
    font-family: var(--hs-serif);
    font-weight: 500;
    letter-spacing: .01em;
}
.hs-intro h2 { font-size: clamp(38px, 5.2vw, 76px); line-height: 1.35; margin: 0 0 34px; }
.hs-intro-copy > p:last-child { max-width: 740px; font-size: 17px; color: var(--hs-muted); }

.hs-profile { border-top: 1px solid var(--hs-line); }
.hs-profile-grid { margin-left: min(14vw, 180px); display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.3fr); gap: clamp(50px, 7vw, 110px); align-items: center; }
.hs-profile-visual { aspect-ratio: 4 / 5; background: #dedbd3; overflow: hidden; }
.hs-profile-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(18%); }
.hs-profile-placeholder { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(145deg, #242629, #858077); color: rgba(255,255,255,.8); }
.hs-profile-placeholder span { font-family: var(--hs-serif); font-size: clamp(70px, 10vw, 150px); letter-spacing: -.08em; }
.hs-profile-placeholder small { letter-spacing: .28em; font-size: 9px; }
.hs-profile h2 { font-size: clamp(36px, 4.5vw, 64px); line-height: 1.2; margin: 0 0 30px; }
.hs-profile h3 { font-family: var(--hs-serif); font-size: clamp(22px, 2.3vw, 34px); font-weight: 500; line-height: 1.7; margin: 0 0 30px; }
.hs-profile-text { color: var(--hs-muted); }
.hs-profile-text p { margin: 0 0 1.2em; }
.hs-profile-titles { margin: 34px 0 0; border-top: 1px solid var(--hs-line); }
.hs-profile-titles > div { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--hs-line); }
.hs-profile-titles dt { font-size: 9px; letter-spacing: .18em; color: var(--hs-muted); }
.hs-profile-titles dd { margin: 0; font-size: 13px; }
.hs-stats { margin: clamp(70px, 8vw, 110px) 0 0 min(14vw, 180px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--hs-line); border-bottom: 1px solid var(--hs-line); }
.hs-stats > div { padding: 32px 20px 30px 0; border-right: 1px solid var(--hs-line); }
.hs-stats > div + div { padding-left: 34px; }
.hs-stats > div:last-child { border-right: 0; }
.hs-stats strong { display: block; font-family: var(--hs-serif); font-weight: 500; font-size: clamp(34px, 4vw, 58px); line-height: 1.1; }
.hs-stats span { display: block; margin-top: 10px; font-size: 11px; letter-spacing: .1em; color: var(--hs-muted); }

.hs-services { border-top: 1px solid var(--hs-line); }
.hs-section-head { margin-left: min(14vw, 180px); display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 54px; }
.hs-section-head h2 { margin: 0; font-size: clamp(38px, 4.6vw, 66px); line-height: 1.2; }
.hs-section-head > p { max-width: 420px; color: var(--hs-muted); margin: 0 0 8px; }
.hs-text-link { align-self: flex-end; margin-bottom: 7px; font-size: 12px; letter-spacing: .1em; border-bottom: 1px solid currentColor; }
.hs-service-list { margin-left: min(14vw, 180px); border-top: 1px solid var(--hs-ink); }
.hs-service-item { display: grid; grid-template-columns: 70px minmax(230px, .8fr) minmax(300px, 1.2fr) 90px; align-items: center; gap: 24px; padding: 31px 0; border-bottom: 1px solid var(--hs-line); }
.hs-service-item > span { color: var(--hs-muted); font-size: 11px; letter-spacing: .16em; }
.hs-service-item h3 { margin: 0; font-family: var(--hs-serif); font-size: clamp(20px, 2vw, 28px); font-weight: 500; }
.hs-service-item div { color: var(--hs-muted); font-size: 14px; }
.hs-service-item div p { margin: 0; }
.hs-service-item > a { text-align: right; font-size: 11px; letter-spacing: .1em; }

.hs-works { background: var(--hs-paper); max-width: none; padding-left: max(var(--hs-gutter), calc((100vw - var(--hs-max)) / 2 + var(--hs-gutter))); padding-right: max(var(--hs-gutter), calc((100vw - var(--hs-max)) / 2 + var(--hs-gutter))); }
.hs-works .hs-section-index { left: max(var(--hs-gutter), calc((100vw - var(--hs-max)) / 2 + var(--hs-gutter))); }
.hs-work-list { margin-left: min(14vw, 180px); border-top: 1px solid var(--hs-ink); }
.hs-work-item { display: grid; grid-template-columns: 110px 130px minmax(260px, 1fr) minmax(220px, .8fr) 30px; gap: 20px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--hs-line); transition: opacity .2s ease, padding .2s ease; }
.hs-work-item:hover { padding-left: 8px; opacity: .7; }
.hs-work-year, .hs-work-category { font-size: 10px; letter-spacing: .14em; color: var(--hs-muted); }
.hs-work-item strong { font-family: var(--hs-serif); font-size: clamp(19px, 1.8vw, 25px); font-weight: 500; }
.hs-work-role { font-size: 13px; color: var(--hs-muted); }
.hs-work-item i { font-style: normal; font-size: 18px; }

.hs-statement { background: var(--hs-dark); color: #fff; padding: clamp(110px, 14vw, 200px) var(--hs-gutter); }
.hs-statement-inner { max-width: 1100px; margin: auto; text-align: center; }
.hs-statement p { color: #c9b895; letter-spacing: .3em; font-size: 10px; }
.hs-statement blockquote { margin: 28px 0 34px; font-family: var(--hs-serif); font-size: clamp(36px, 5.5vw, 76px); line-height: 1.45; font-weight: 500; }
.hs-statement span { display: block; max-width: 660px; margin: auto; color: rgba(255,255,255,.66); font-size: 14px; }

.hs-blog { border-top: 1px solid var(--hs-line); }
.hs-post-grid { margin-left: min(14vw, 180px); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 46px); }
.hs-post-thumb { aspect-ratio: 4 / 3; background: #dad7d0; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hs-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hs-post-card:hover .hs-post-thumb img { transform: scale(1.035); }
.hs-post-thumb > span { font-family: var(--hs-serif); letter-spacing: .2em; font-size: 12px; color: var(--hs-muted); }
.hs-post-meta { display: flex; gap: 18px; margin: 18px 0 9px; color: var(--hs-muted); font-size: 9px; letter-spacing: .14em; }
.hs-post-card h3, .hs-post-card h2 { margin: 0; font-family: var(--hs-serif); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; font-weight: 500; }
.hs-post-card > p { color: var(--hs-muted); font-size: 13px; }

.hs-contact { border-top: 1px solid var(--hs-line); }
.hs-contact-grid { margin-left: min(14vw, 180px); display: grid; grid-template-columns: minmax(300px, .8fr) minmax(500px, 1.2fr); gap: clamp(50px, 8vw, 120px); }
.hs-contact h2 { margin: 0 0 32px; font-size: clamp(36px, 4.3vw, 62px); line-height: 1.38; }
.hs-contact-copy > p { color: var(--hs-muted); }
.hs-contact-categories { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hs-contact-categories span { border: 1px solid var(--hs-line); border-radius: 999px; padding: 6px 12px; font-size: 9px; letter-spacing: .12em; color: var(--hs-muted); }
.hs-contact-form { border-top: 1px solid var(--hs-ink); padding-top: 4px; }
.hs-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hs-contact-form label:not(.hs-consent):not(.hs-honeypot) { display: block; padding: 22px 0 12px; border-bottom: 1px solid var(--hs-line); font-size: 10px; letter-spacing: .1em; color: var(--hs-muted); }
.hs-contact-form em { color: var(--hs-accent); font-style: normal; margin-left: 6px; }
.hs-contact-form input:not([type="checkbox"]),
.hs-contact-form select,
.hs-contact-form textarea { width: 100%; border: 0; background: transparent; color: var(--hs-ink); padding: 8px 0 0; outline: none; font-size: 15px; letter-spacing: 0; }
.hs-contact-form textarea { resize: vertical; line-height: 1.7; }
.hs-contact-form select { appearance: none; background: linear-gradient(45deg, transparent 50%, var(--hs-muted) 50%) calc(100% - 12px) 55% / 5px 5px no-repeat, linear-gradient(135deg, var(--hs-muted) 50%, transparent 50%) calc(100% - 7px) 55% / 5px 5px no-repeat; }
.hs-contact-form ::placeholder { color: #aaa69e; }
.hs-consent { display: flex; align-items: flex-start; gap: 9px; margin: 24px 0; font-size: 11px; color: var(--hs-muted); }
.hs-consent input { margin-top: 7px; }
.hs-honeypot { position: absolute !important; left: -9999px !important; }
.hs-form-notice { margin: 14px 0; padding: 12px 14px; font-size: 13px; border: 1px solid; }
.hs-form-notice.is-success { border-color: #71916e; color: #4d704a; background: #eff5ed; }
.hs-form-notice.is-error { border-color: #b16c6c; color: #8c4848; background: #f8eded; }

.hs-site-footer { background: #0c0e10; color: #fff; padding: 70px var(--hs-gutter) 28px; }
.hs-footer-top, .hs-footer-bottom { max-width: var(--hs-max); margin: auto; display: flex; justify-content: space-between; gap: 30px; }
.hs-footer-name { margin: 0 0 8px; font-family: var(--hs-serif); font-size: 26px; letter-spacing: .08em; }
.hs-footer-top > div > p:last-child { color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .12em; }
.hs-footer-links { display: flex; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.hs-footer-links a { font-size: 10px; letter-spacing: .14em; color: rgba(255,255,255,.65); }
.hs-footer-bottom { margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .1em; }

.hs-page-hero, .hs-single-header { min-height: 58vh; padding: calc(var(--hs-header-height) + 90px) var(--hs-gutter) 80px; display: flex; align-items: flex-end; background: var(--hs-paper); }
.hs-page-hero > div, .hs-single-header > div { width: min(1120px, 100%); max-width: var(--hs-max); margin: 0 auto; }
.hs-page-hero h1, .hs-single-header h1 { margin: 0 0 18px; font-family: var(--hs-serif); font-size: clamp(48px, 7vw, 96px); line-height: 1.2; font-weight: 500; }
.hs-page-hero p:last-child, .hs-single-header p { color: var(--hs-muted); max-width: 640px; }
.hs-archive .hs-post-grid { margin-left: 0; }
.hs-archive .hs-work-list { margin-left: 0; }
.hs-entry-card { padding: 38px 0; border-bottom: 1px solid var(--hs-line); }
.hs-entry-card time { font-size: 10px; color: var(--hs-muted); }
.hs-entry-card h2 { font-family: var(--hs-serif); font-weight: 500; font-size: 30px; }
.hs-entry-content { max-width: 850px; }
.hs-entry-content > * { max-width: 100%; }
.hs-entry-content h2, .hs-entry-content h3 { font-family: var(--hs-serif); font-weight: 500; margin-top: 2em; }
.hs-entry-content p { margin: 0 0 1.6em; }
.hs-entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.hs-single-image { max-width: 1280px; margin: -30px auto 0; padding: 0 var(--hs-gutter); }
.hs-single-image img { width: 100%; max-height: 760px; object-fit: cover; }
.hs-single-header time, .hs-single-header span { display: block; color: var(--hs-muted); font-size: 11px; letter-spacing: .14em; margin-bottom: 12px; }
.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 42px; height: 42px; border: 1px solid var(--hs-line); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
.page-numbers.current { background: var(--hs-dark); color: #fff; }
.hs-404 { min-height: 100vh; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
    :root { --hs-header-height: 74px; }
    .admin-bar .hs-site-header { top: 32px; }
    .hs-menu-toggle { display: block; position: relative; z-index: 3; }
    .hs-primary-nav {
        position: fixed; inset: 0; background: var(--hs-paper); color: var(--hs-ink);
        display: flex; flex-direction: column; align-items: stretch; justify-content: center;
        padding: 100px var(--hs-gutter) 50px; transform: translateX(100%); transition: transform .35s ease;
    }
    .hs-primary-nav.is-open { transform: none; }
    .hs-primary-nav > a, .hs-menu > li > a { font-family: var(--hs-serif); font-size: clamp(24px, 5vw, 44px); letter-spacing: .03em; font-weight: 500; }
    .hs-menu { flex-direction: column; align-items: stretch; gap: 16px; }
    .hs-portal-link { margin-top: 20px; text-align: center; font-family: var(--hs-sans) !important; font-size: 12px !important; }
    .hs-menu-toggle.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .hs-menu-toggle.is-active span:nth-child(2) { opacity: 0; }
    .hs-menu-toggle.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .hs-profile-grid, .hs-contact-grid { grid-template-columns: 1fr; }
    .hs-profile-visual { max-width: 570px; }
    .hs-service-item { grid-template-columns: 54px minmax(230px, .8fr) minmax(260px, 1.2fr); }
    .hs-service-item > a { display: none; }
    .hs-work-item { grid-template-columns: 85px 100px minmax(220px, 1fr) 24px; }
    .hs-work-role { display: none; }
}

@media (max-width: 782px) {
    .admin-bar .hs-site-header { top: 46px; }
}

@media (max-width: 720px) {
    :root { --hs-gutter: 20px; }
    .hs-logo { min-width: 0; }
    .hs-logo-name { font-size: 11px; }
    .hs-logo-role { font-size: 8px; }
    .hs-hero-content { padding-bottom: 78px; }
    .hs-hero h1 { font-size: clamp(43px, 13vw, 68px); }
    .hs-hero-copy { margin: 20px 0 28px; font-size: 14px; }
    .hs-scroll { display: none; }
    .hs-section { padding-top: 95px; padding-bottom: 95px; }
    .hs-section-index { position: static; margin-bottom: 28px; }
    .hs-intro { display: block; }
    .hs-intro-copy, .hs-profile-grid, .hs-stats, .hs-section-head, .hs-service-list, .hs-work-list, .hs-post-grid, .hs-contact-grid { margin-left: 0; }
    .hs-intro h2 { font-size: 38px; }
    .hs-profile-grid { gap: 42px; }
    .hs-profile-visual { max-width: 100%; }
    .hs-profile h2 { font-size: 34px; }
    .hs-profile h3 { font-size: 22px; }
    .hs-stats { grid-template-columns: 1fr; margin-top: 54px; }
    .hs-stats > div, .hs-stats > div + div { border-right: 0; border-bottom: 1px solid var(--hs-line); padding: 24px 0; }
    .hs-stats > div:last-child { border-bottom: 0; }
    .hs-section-head { display: block; }
    .hs-section-head h2 { font-size: 38px; }
    .hs-section-head > p, .hs-text-link { margin-top: 20px; display: inline-block; }
    .hs-service-item { grid-template-columns: 42px 1fr; gap: 8px 14px; padding: 24px 0; }
    .hs-service-item div { grid-column: 2; }
    .hs-work-item { grid-template-columns: 68px 1fr 20px; gap: 12px; }
    .hs-work-category { grid-column: 2; grid-row: 1; }
    .hs-work-item strong { grid-column: 2; grid-row: 2; }
    .hs-work-year { grid-row: 1 / span 2; }
    .hs-work-item i { grid-column: 3; grid-row: 1 / span 2; }
    .hs-post-grid { grid-template-columns: 1fr; gap: 45px; }
    .hs-contact-grid { gap: 55px; }
    .hs-contact h2 { font-size: 36px; }
    .hs-form-row { grid-template-columns: 1fr; gap: 0; }
    .hs-contact-form .hs-button { width: 100%; }
    .hs-footer-top, .hs-footer-bottom { flex-direction: column; }
    .hs-footer-bottom { margin-top: 45px; }
    .hs-page-hero, .hs-single-header { min-height: 55vh; padding-top: calc(var(--hs-header-height) + 70px); }
    .hs-page-hero h1, .hs-single-header h1 { font-size: 48px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}
