
:root {
  --hob-primary: #6E7B68;
  --hob-primary-dark: #4E5D49;
  --hob-accent: #C8957D;
  --hob-accent-soft: #E8CFC2;
  --hob-cream: #F6F1E8;
  --hob-paper: #FEFCF8;
  --hob-ink: #2F332D;
  --hob-muted: #6B6F68;
  --hob-line: rgba(47, 51, 45, .13);
  --hob-white: #fff;
  --hob-shadow: 0 28px 75px rgba(47, 51, 45, .11);
  --hob-radius-lg: 34px;
  --hob-radius-md: 22px;
  --hob-radius-sm: 14px;
  --hob-container: min(1180px, calc(100vw - 40px));
  --hob-serif: Georgia, 'Times New Roman', serif;
  --hob-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--hob-paper); color: var(--hob-ink); font-family: var(--hob-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.hob-menu-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
img { max-width: 100%; height: auto; }
svg { display: block; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--hob-accent-soft); color: var(--hob-ink); }
.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; }
.hob-skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; background: #fff; border-radius: 8px; }
.hob-skip-link:focus { transform: translateY(0); }
.hob-container { width: var(--hob-container); margin-inline: auto; }

h1,h2,h3,h4 { font-family: var(--hob-serif); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; margin: 0 0 .55em; }
h1 { font-size: clamp(3rem, 6vw, 6.1rem); }
h2 { font-size: clamp(2.35rem, 4vw, 4.3rem); }
h3 { font-size: clamp(1.6rem, 2.5vw, 2.25rem); }
h4 { font-size: 1.55rem; }
p { margin: 0 0 1.35em; }
.hob-eyebrow { margin: 0 0 1rem; font-size: .76rem; line-height: 1.3; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--hob-primary-dark); }
.hob-lead { max-width: 720px; font-size: clamp(1.08rem, 1.8vw, 1.33rem); line-height: 1.72; color: var(--hob-muted); }
.hob-lead--small { font-size: clamp(1.03rem, 1.5vw, 1.19rem); }
.hob-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid var(--hob-primary); border-radius: 999px; background: var(--hob-primary); color: #fff; text-decoration: none; font-weight: 600; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; box-shadow: 0 10px 25px rgba(78,93,73,.16); }
.hob-button:hover { transform: translateY(-2px); background: var(--hob-primary-dark); box-shadow: 0 14px 32px rgba(78,93,73,.24); }
.hob-button:focus-visible, .hob-text-link:focus-visible, .hob-nav a:focus-visible { outline: 3px solid rgba(200,149,125,.45); outline-offset: 4px; }
.hob-button--small { min-height: 44px; padding-inline: 20px; font-size: .92rem; }
.hob-button--light { background: var(--hob-paper); color: var(--hob-ink); border-color: var(--hob-paper); box-shadow: none; }
.hob-button--light:hover { background: #fff; }
.hob-text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 600; color: var(--hob-ink); text-decoration: none; border-bottom: 1px solid rgba(47,51,45,.35); padding-bottom: 3px; }
.hob-text-link span { transition: transform .2s ease; }
.hob-text-link:hover span { transform: translateX(4px); }

.hob-announcement { background: var(--hob-ink); color: #f7f3ea; font-size: .83rem; }
.hob-announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 20px; }
.hob-announcement a { color: inherit; text-decoration: none; font-weight: 600; }
.hob-header { position: sticky; top: 0; z-index: 100; background: rgba(254,252,248,.86); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: box-shadow .2s ease, border-color .2s ease; }
.hob-header.is-scrolled { border-color: var(--hob-line); box-shadow: 0 10px 30px rgba(47,51,45,.05); }
.hob-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.hob-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.hob-brand__mark { width: 39px; height: 45px; display: grid; place-items: center; color: var(--hob-primary); }
.hob-brand__mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hob-brand__text { display: flex; flex-direction: column; line-height: 1.02; }
.hob-brand__text strong { font-family: var(--hob-serif); font-size: 1.32rem; font-weight: 600; letter-spacing: -.02em; }
.hob-brand__text small { margin-top: 4px; color: var(--hob-muted); font-size: .68rem; letter-spacing: .21em; text-transform: uppercase; }
.hob-brand__logo img { display: block; width: auto; max-width: 240px; max-height: 58px; }
.hob-nav { display: flex; align-items: center; gap: 24px; }
.hob-nav__list { list-style: none; display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); margin: 0; padding: 0; }
.hob-nav__list a { font-size: .92rem; font-weight: 500; text-decoration: none; color: var(--hob-ink); }
.hob-nav__list a:hover { color: var(--hob-primary-dark); }
.hob-menu-toggle { display: none; width: 45px; height: 45px; border: 0; border-radius: 50%; background: var(--hob-cream); padding: 12px; }
.hob-menu-toggle > span:not(.screen-reader-text) { display: block; height: 1.5px; background: var(--hob-ink); margin: 5px 0; transition: .2s ease; }

.hob-hero { position: relative; overflow: hidden; min-height: 760px; display: flex; align-items: center; padding: 82px 0 92px; background: linear-gradient(135deg, #fbf8f2 0%, #f6f1e8 60%, #efe7db 100%); }
.hob-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: clamp(40px, 6vw, 92px); align-items: center; }
.hob-hero__content h1 { max-width: 760px; }
.hob-hero__content .hob-lead { max-width: 650px; }
.hob-hero__actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-top: 34px; }
.hob-hero__trust { display: flex; flex-wrap: wrap; gap: 15px 24px; margin-top: 42px; color: var(--hob-muted); font-size: .87rem; }
.hob-hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hob-hero__trust i { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(110,123,104,.12); color: var(--hob-primary-dark); font-style: normal; font-size: .7rem; }
.hob-hero__visual { min-width: 0; }
.hob-hero__art, .hob-hero__photo { position: relative; margin: 0; min-height: 620px; border-radius: 48% 48% 22% 22% / 35% 35% 20% 20%; overflow: hidden; background: #e2d7c8; box-shadow: var(--hob-shadow); }
.hob-hero__photo img { width: 100%; height: 620px; object-fit: cover; }
.hob-hero__art svg { position: absolute; inset: 8% 0 0; width: 100%; height: 92%; }
.hob-hero__art .shape-a { fill: #9ba590; }
.hob-hero__art .shape-b { fill: #d7ad96; }
.hob-hero__art .shape-c { fill: #f4e9dc; }
.hob-hero__art .shape-d { fill: #8c9582; }
.hob-hero__art .shape-e { fill: #c68970; }
.hob-hero__art-sun { position: absolute; width: 170px; height: 170px; border-radius: 50%; top: 70px; right: 55px; background: #f6e8d3; opacity: .9; }
.hob-hero__note { position: absolute; left: 26px; right: 26px; bottom: 25px; padding: 19px 22px; border-radius: 18px; background: rgba(254,252,248,.86); backdrop-filter: blur(9px); display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.hob-hero__note span { color: var(--hob-muted); font-size: .78rem; letter-spacing: .05em; }
.hob-hero__note strong { font-family: var(--hob-serif); font-size: 1rem; font-weight: 500; }
.hob-hero__orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .4; }
.hob-hero__orb--one { width: 470px; height: 470px; background: #d9c5b8; right: -210px; top: 30px; }
.hob-hero__orb--two { width: 310px; height: 310px; background: #cfd7ca; left: -170px; bottom: -70px; }

.hob-manifesto { background: var(--hob-ink); color: #f8f4ec; }
.hob-manifesto__inner { min-height: 285px; display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 30px; }
.hob-manifesto__mark { font-family: var(--hob-serif); font-size: 8rem; line-height: .7; color: var(--hob-accent); opacity: .8; }
.hob-manifesto blockquote { max-width: 960px; margin: 0; font-family: var(--hob-serif); font-size: clamp(2rem, 3.7vw, 4rem); line-height: 1.18; font-weight: 500; }

.hob-section { padding: clamp(78px, 9vw, 132px) 0; }
.hob-section--soft { background: var(--hob-cream); }
.hob-section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 62px; }
.hob-section-heading h2 { max-width: 740px; }
.hob-section-heading > p { margin-bottom: 18px; color: var(--hob-muted); max-width: 450px; }
.hob-section-heading--compact { grid-template-columns: 1fr; margin-bottom: 46px; }
.hob-service-group { display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 40px; padding: 42px 0 62px; border-top: 1px solid var(--hob-line); }
.hob-service-group__intro h3 { font-size: 1.65rem; }
.hob-service-group__intro p { color: var(--hob-muted); font-size: .92rem; }
.hob-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.hob-service-card { background: #fff; border-radius: var(--hob-radius-md); overflow: hidden; border: 1px solid rgba(47,51,45,.08); transition: transform .28s ease, box-shadow .28s ease; }
.hob-service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(47,51,45,.10); }
.hob-service-card__media { position: relative; display: block; min-height: 220px; aspect-ratio: 1.25 / 1; overflow: hidden; background: #e8e0d4; }
.hob-service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hob-service-card:hover .hob-service-card__media img { transform: scale(1.025); }
.hob-service-card__placeholder { position: absolute; inset: 0; display: block; overflow: hidden; background: linear-gradient(145deg, #e9dfd1, #d8c9b9); }
.hob-service-card__placeholder i { position: absolute; display: block; border-radius: 50%; }
.hob-service-card__placeholder i:nth-child(1){ width: 55%; height: 70%; left: -6%; bottom: -20%; background: #a9b1a1; transform: rotate(-15deg); border-radius: 50% 50% 45% 55%; }
.hob-service-card__placeholder i:nth-child(2){ width: 58%; height: 72%; right: -18%; top: 4%; background: #d0a68f; transform: rotate(16deg); border-radius: 55% 45% 50% 50%; }
.hob-service-card__placeholder i:nth-child(3){ width: 30%; height: 40%; left: 37%; top: 29%; background: #f6eee3; }
.hob-service-card__badge { position: absolute; top: 15px; left: 15px; padding: 7px 11px; background: rgba(255,255,255,.9); border-radius: 999px; color: var(--hob-ink); font-size: .72rem; font-weight: 600; }
.hob-service-card__body { padding: 24px 23px 27px; }
.hob-service-card__meta { display: flex; flex-wrap: wrap; gap: 8px 14px; min-height: 18px; margin-bottom: 9px; color: var(--hob-primary-dark); font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.hob-service-card__body h2, .hob-service-card__body h4 { font-size: 1.55rem; margin-bottom: 9px; }
.hob-service-card__body h2 a, .hob-service-card__body h4 a { text-decoration: none; }
.hob-service-card__body p { min-height: 66px; color: var(--hob-muted); font-size: .92rem; line-height: 1.6; }
.hob-service-card__body .hob-text-link { font-size: .85rem; }

.hob-split { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.hob-organic-card { position: relative; min-height: 630px; border-radius: 48% 48% 26% 26% / 34% 34% 19% 19%; overflow: hidden; background: linear-gradient(160deg, #89947f, #66735f); box-shadow: var(--hob-shadow); }
.hob-organic-card__ring { position: absolute; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; left: 50%; top: 40%; transform: translate(-50%,-50%); box-shadow: 0 0 0 35px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.025); }
.hob-organic-card__leaf { position: absolute; display: block; width: 170px; height: 330px; background: #d4b19c; border-radius: 100% 0 100% 0; opacity: .85; }
.hob-organic-card__leaf--1 { left: -20px; bottom: 35px; transform: rotate(-15deg); }
.hob-organic-card__leaf--2 { right: -15px; top: 70px; transform: scale(.78) rotate(38deg); background: #efe4d4; opacity: .45; }
.hob-organic-card__copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; }
.hob-organic-card__copy small { text-transform: uppercase; letter-spacing: .19em; font-size: .72rem; }
.hob-organic-card__copy strong { font-family: var(--hob-serif); font-size: 3rem; font-weight: 500; }
.hob-organic-card__copy span { margin-top: 5px; letter-spacing: .14em; text-transform: uppercase; font-size: .68rem; }
.hob-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin: 38px 0 34px; }
.hob-values > div { border-top: 1px solid rgba(47,51,45,.18); padding-top: 18px; }
.hob-values span { display: block; color: var(--hob-accent); font-size: .75rem; margin-bottom: 8px; }
.hob-values strong { display: block; margin-bottom: 7px; }
.hob-values p { margin: 0; color: var(--hob-muted); font-size: .86rem; line-height: 1.55; }

.hob-package-section { background: #fff; }
.hob-package { overflow: hidden; display: grid; grid-template-columns: 1.35fr .65fr; border-radius: var(--hob-radius-lg); background: var(--hob-primary-dark); color: #f8f5ef; box-shadow: var(--hob-shadow); }
.hob-package__copy { padding: clamp(46px, 6vw, 82px); }
.hob-package__copy .hob-eyebrow { color: #d7e0d3; }
.hob-package__copy h2 { max-width: 710px; }
.hob-package__copy > p { max-width: 720px; color: rgba(255,255,255,.78); }
.hob-checklist { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 28px; list-style: none; margin: 34px 0 38px; padding: 0; }
.hob-checklist li { position: relative; padding-left: 26px; font-size: .95rem; }
.hob-checklist li::before { content: '✓'; position: absolute; left: 0; color: #e2c0ad; }
.hob-package__aside { position: relative; min-height: 100%; padding: 42px 36px; background: #d4a48a; color: var(--hob-ink); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hob-package__aside > span { position: relative; z-index: 1; text-transform: uppercase; letter-spacing: .17em; font-size: .68rem; margin: 4px 0; }
.hob-package__symbol { font-family: var(--hob-serif); font-size: 8rem; line-height: 1; color: rgba(255,255,255,.42); margin: 14px 0; }
.hob-package__aside p { position: relative; z-index: 1; margin: 0; font-size: .76rem; line-height: 1.65; opacity: .78; }

.hob-steps-section { background: var(--hob-paper); }
.hob-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.hob-step { padding: 32px; min-height: 250px; border-radius: var(--hob-radius-md); background: var(--hob-cream); }
.hob-step > span { width: 42px; height: 42px; display: inline-grid; place-items: center; margin-bottom: 38px; border-radius: 50%; background: #fff; color: var(--hob-primary-dark); font-size: .85rem; font-weight: 600; }
.hob-step h3 { font-size: 1.65rem; }
.hob-step p { margin: 0; color: var(--hob-muted); font-size: .92rem; }

.hob-cta { padding: 70px 0; background: #eadfd3; }
.hob-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.hob-cta h2 { max-width: 780px; margin-bottom: 0; font-size: clamp(2.2rem,3.8vw,4rem); }
.hob-cta__actions { display: flex; min-width: 210px; flex-direction: column; align-items: flex-start; gap: 18px; }

.hob-page-hero { background: var(--hob-cream); padding: clamp(80px,10vw,150px) 0 90px; }
.hob-page-hero--small { padding: 80px 0 62px; }
.hob-page-hero__inner { max-width: 950px; }
.hob-page-hero__inner h1 { font-size: clamp(3rem,6vw,6rem); }
.hob-service-hero { padding: 60px 0 84px; background: var(--hob-cream); }
.hob-service-hero__grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.hob-back-link { display: inline-block; margin-bottom: 38px; color: var(--hob-muted); font-size: .88rem; text-decoration: none; }
.hob-service-hero__meta { display: flex; gap: 40px; margin: 35px 0; }
.hob-service-hero__meta span { display: flex; flex-direction: column; }
.hob-service-hero__meta small { color: var(--hob-muted); text-transform: uppercase; letter-spacing: .09em; font-size: .67rem; }
.hob-service-hero__meta strong { font-size: 1rem; }
.hob-service-hero__visual { min-height: 520px; }
.hob-service-hero__visual img, .hob-service-hero__placeholder { width: 100%; height: 540px; object-fit: cover; border-radius: 48% 48% 20% 20% / 34% 34% 17% 17%; box-shadow: var(--hob-shadow); }
.hob-service-hero__placeholder { position: relative; overflow: hidden; background: linear-gradient(150deg,#d9cabc,#aeb7a7); }
.hob-service-hero__placeholder span { position: absolute; display: block; border-radius: 50%; }
.hob-service-hero__placeholder span:nth-child(1){ width: 280px; height: 280px; background:#efe3d5; left:50%; top:42%; transform:translate(-50%,-50%); }
.hob-service-hero__placeholder span:nth-child(2){ width: 260px; height: 440px; background:#c39179; right:-80px; bottom:-100px; border-radius:55% 45% 40% 60%; }
.hob-service-hero__placeholder span:nth-child(3){ width: 220px; height: 400px; background:#788570; left:-70px; bottom:-140px; border-radius:45% 55% 60% 40%; }
.hob-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 80px; align-items: start; }
.hob-prose { max-width: 780px; font-size: 1.04rem; }
.hob-prose--page { margin-inline: auto; }
.hob-prose h2 { margin-top: 1.3em; font-size: clamp(2rem,3vw,3.1rem); }
.hob-prose h3 { margin-top: 1.4em; font-size: 1.8rem; }
.hob-prose p, .hob-prose li { color: #50564d; }
.hob-prose a { color: var(--hob-primary-dark); }
.hob-prose blockquote { margin: 40px 0; padding: 26px 30px; border-left: 3px solid var(--hob-accent); background: var(--hob-cream); font-family: var(--hob-serif); font-size: 1.45rem; }
.hob-side-card { position: sticky; top: 130px; padding: 30px; border-radius: var(--hob-radius-md); background: var(--hob-cream); }
.hob-side-card h2 { font-size: 2rem; }
.hob-side-card p { color: var(--hob-muted); font-size: .9rem; }

.hob-footer { padding: 76px 0 28px; background: #252a24; color: #f5f1e8; }
.hob-footer__top { display: grid; grid-template-columns: 1.5fr .65fr .65fr; gap: 80px; padding-bottom: 60px; }
.hob-brand--footer { color: #fff; }
.hob-brand--footer .hob-brand__mark { color: #c8d2c1; }
.hob-brand--footer .hob-brand__text small { color: rgba(255,255,255,.58); }
.hob-footer__brand > p { max-width: 460px; margin: 24px 0 0; color: rgba(255,255,255,.63); font-family: var(--hob-serif); font-size: 1.22rem; }
.hob-footer__column h2 { font-family: var(--hob-sans); font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,.52); margin-bottom: 19px; }
.hob-footer__column p, .hob-footer__column a { display: block; color: rgba(255,255,255,.75); font-size: .89rem; text-decoration: none; margin-bottom: 8px; }
.hob-footer__column a:hover { color: #fff; }
.hob-footer__menu { list-style:none; padding:0; margin:0 0 8px; }
.hob-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.45); font-size: .75rem; }
.hob-footer__credit strong { color: rgba(255,255,255,.75); }
.hob-footer__credit span { color: #d6a28a; }

.hob-woo ul.products { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.hob-woo ul.products li.product { width:auto!important; margin:0!important; padding:20px; background:#fff; border:1px solid var(--hob-line); border-radius:var(--hob-radius-md); }
.hob-woo ul.products li.product img { border-radius:14px; }
.hob-woo .button, .hob-woo button.button, .hob-woo input.button { border-radius:999px!important; background:var(--hob-primary)!important; color:#fff!important; }

.hob-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.hob-reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1020px) {
  .hob-menu-toggle { display: block; margin-left: auto; }
  .hob-nav { position: fixed; inset: 122px 18px auto; max-height: calc(100vh - 140px); overflow:auto; padding: 26px; border-radius: 22px; background:#fff; box-shadow:var(--hob-shadow); flex-direction:column; align-items:stretch; transform:translateY(-15px); opacity:0; pointer-events:none; transition:.2s ease; }
  .hob-nav.is-open { opacity:1; transform:translateY(0); pointer-events:auto; }
  .hob-nav__list { flex-direction:column; align-items:stretch; gap:0; }
  .hob-nav__list li { border-bottom:1px solid var(--hob-line); }
  .hob-nav__list a { display:block; padding:14px 2px; font-size:1.05rem; }
  .hob-nav__cta { margin-top:12px; }
  .hob-hero__grid { grid-template-columns: 1fr 420px; gap:40px; }
  .hob-hero__art, .hob-hero__photo { min-height:540px; }
  .hob-card-grid { grid-template-columns: repeat(2,1fr); }
  .hob-service-group { grid-template-columns: 1fr; gap:18px; }
  .hob-service-group__intro { max-width:520px; }
  .hob-split { grid-template-columns: .8fr 1.2fr; gap:45px; }
  .hob-organic-card { min-height:520px; }
  .hob-values { grid-template-columns:1fr; }
  .hob-package { grid-template-columns:1fr; }
  .hob-package__aside { min-height:320px; }
  .hob-service-hero__grid { gap:40px; }
  .hob-content-grid { grid-template-columns:1fr 300px; gap:45px; }
}

@media (max-width: 760px) {
  :root { --hob-container: min(100% - 28px, 680px); }
  .hob-announcement__inner { min-height:40px; justify-content:space-between; gap:8px; }
  .hob-announcement__inner span { max-width:75%; }
  .hob-header__inner { min-height:75px; }
  .hob-brand__text strong { font-size:1.12rem; }
  .hob-brand__text small { font-size:.58rem; }
  .hob-nav { inset:115px 14px auto; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.6rem); }
  h2 { font-size: clamp(2.15rem, 9vw, 3.4rem); }
  .hob-hero { min-height:auto; padding:64px 0 70px; }
  .hob-hero__grid { grid-template-columns:1fr; }
  .hob-hero__visual { order:-1; }
  .hob-hero__art, .hob-hero__photo { min-height:410px; height:410px; max-width:480px; margin-inline:auto; border-radius:46% 46% 20% 20% / 32% 32% 18% 18%; }
  .hob-hero__photo img { height:410px; }
  .hob-hero__note { left:14px; right:14px; bottom:14px; padding:14px; }
  .hob-hero__note span { display:none; }
  .hob-hero__actions { align-items:flex-start; flex-direction:column; gap:18px; }
  .hob-hero__trust { gap:12px 17px; margin-top:34px; }
  .hob-manifesto__inner { min-height:300px; grid-template-columns:1fr; gap:0; padding-block:55px; }
  .hob-manifesto__mark { font-size:5rem; }
  .hob-section { padding:75px 0; }
  .hob-section-heading { grid-template-columns:1fr; gap:15px; margin-bottom:42px; }
  .hob-card-grid { grid-template-columns:1fr; }
  .hob-service-card__body p { min-height:0; }
  .hob-split { grid-template-columns:1fr; }
  .hob-split__visual { max-width:500px; width:100%; margin-inline:auto; }
  .hob-organic-card { min-height:470px; }
  .hob-values { margin-bottom:30px; }
  .hob-checklist { grid-template-columns:1fr; }
  .hob-package__copy { padding:38px 26px; }
  .hob-package__aside { padding:36px 24px; }
  .hob-steps { grid-template-columns:1fr; }
  .hob-step { min-height:0; }
  .hob-step > span { margin-bottom:24px; }
  .hob-cta__inner { align-items:flex-start; flex-direction:column; gap:32px; }
  .hob-page-hero { padding:70px 0 65px; }
  .hob-service-hero__grid { grid-template-columns:1fr; }
  .hob-service-hero__visual { order:-1; min-height:380px; }
  .hob-service-hero__visual img, .hob-service-hero__placeholder { height:400px; }
  .hob-back-link { margin-bottom:25px; }
  .hob-content-grid { grid-template-columns:1fr; }
  .hob-side-card { position:static; }
  .hob-footer__top { grid-template-columns:1fr; gap:38px; }
  .hob-footer__bottom { flex-direction:column; gap:8px; }
  .hob-woo ul.products { grid-template-columns:1fr; }
}

@media (max-width: 430px) {
  .hob-brand__mark { width:31px; height:37px; }
  .hob-brand__text strong { font-size:1rem; }
  .hob-hero__art, .hob-hero__photo { height:350px; min-height:350px; }
  .hob-hero__photo img { height:350px; }
  .hob-hero__trust { font-size:.78rem; }
  .hob-service-hero__meta { gap:22px; }
}
