:root {
  --green: #b0c91b;
  --green-dark: #96ad11;
  --ink: #22282b;
  --paper: #eef1f1;
  --white: #ffffff;
  --line: #cbd2d4;
  --muted: #647075;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 220px; height: auto; }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
nav a { opacity: .82; transition: opacity .2s ease; }
nav a:hover, nav a:focus-visible { opacity: 1; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.35); padding: 11px 16px; opacity: 1; }

.hero { min-height: 760px; background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(90deg, #000, transparent 75%); mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero-inner { min-height: 700px; padding-top: 150px; display: grid; grid-template-columns: 1fr .94fr; align-items: center; gap: 50px; position: relative; z-index: 1; }
.kicker { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.kicker span { display: block; width: 28px; height: 3px; background: var(--green); }
.kicker.dark { color: var(--muted); }
.hero h1 { margin: 0; font-size: clamp(50px, 5.3vw, 78px); line-height: .99; letter-spacing: -.065em; font-weight: 750; }
.hero h1 em { font-style: normal; color: var(--green); }
.hero-lead { margin: 28px 0 0; max-width: 570px; color: rgba(255,255,255,.7); line-height: 1.75; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: var(--green); color: var(--ink); padding: 16px 22px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.primary-button:hover, .primary-button:focus-visible { transform: translateY(-2px); background: var(--green-dark); }
.experience { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.experience strong { color: var(--white); font-size: 28px; letter-spacing: -.05em; }
.hero-visual { min-height: 490px; position: relative; }
.hero-image-frame { position: absolute; inset: 10px 0 54px 30px; overflow: hidden; clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.8) contrast(1.02); }
.hero-image-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(176,201,27,.1), transparent 55%); }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(176,201,27,.5); pointer-events: none; }
.orbit-one { width: 145px; height: 145px; right: -60px; top: -50px; }
.orbit-two { width: 76px; height: 76px; right: -25px; top: -16px; border-color: rgba(151,166,171,.75); }
.quality-card { position: absolute; left: 0; bottom: 18px; background: var(--white); color: var(--ink); padding: 16px 20px; display: flex; align-items: center; gap: 13px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.quality-icon { width: 34px; height: 34px; display: grid; place-items: center; background: var(--green); border-radius: 50%; font-weight: 900; }
.quality-card > span:last-child { display: flex; flex-direction: column; gap: 3px; font-size: 11px; color: var(--muted); }
.quality-card strong { color: var(--ink); font-size: 13px; }
.hero-label { position: absolute; right: -12px; bottom: 150px; padding: 9px 12px; background: var(--green); color: var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; transform: rotate(-90deg); transform-origin: right bottom; }
.trust-strip { position: absolute; inset: auto 0 0; background: #1a1f21; border-top: 1px solid rgba(255,255,255,.12); }
.trust-inner { min-height: 60px; display: flex; align-items: center; gap: 17px; color: rgba(255,255,255,.75); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.trust-inner b { color: var(--green); }
.trust-note { margin-left: auto; margin-right: 118px; color: var(--green); font-weight: 750; }

.shops-section { padding: 112px 0 122px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .expertise-copy h2, .contact-section h2 { margin: 0; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.03; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.7; font-size: 15px; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.shop-card { min-height: 470px; display: flex; flex-direction: column; background: var(--white); padding: 30px; border-top: 5px solid var(--green); box-shadow: 0 18px 55px rgba(34,40,43,.055); transition: transform .25s ease, box-shadow .25s ease; }
.shop-card.gray { border-color: #92a0a5; }
.shop-card:hover { transform: translateY(-6px); box-shadow: 0 26px 70px rgba(34,40,43,.11); }
.shop-card-top { display: flex; justify-content: space-between; color: var(--green-dark); margin-bottom: 48px; font-size: 24px; }
.shop-card.gray .shop-card-top { color: #748187; }
.shop-number { color: #899499; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.shop-eyebrow { margin: 0 0 10px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.shop-card h3 { margin: 0; font-size: clamp(24px, 2.4vw, 32px); letter-spacing: -.045em; }
.shop-description { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 20px 0; }
.shop-card ul { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0 0 25px; }
.shop-card li { padding: 7px 9px; background: var(--paper); color: #566166; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.shop-card > a { margin-top: auto; border-top: 1px solid var(--line); padding-top: 20px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 750; }
.shop-card > a span { color: var(--green-dark); font-size: 18px; }
.shop-card.gray > a span { color: #748187; }

.expertise-section { padding: 110px 0; background: var(--white); }
.expertise-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 86px; align-items: center; }
.expertise-visual { position: relative; min-height: 565px; overflow: visible; }
.expertise-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.experience-badge { position: absolute; right: -26px; bottom: 34px; background: var(--green); padding: 22px 25px; display: flex; align-items: center; gap: 13px; box-shadow: 0 16px 40px rgba(34,40,43,.18); }
.experience-badge strong { font-size: 42px; line-height: 1; letter-spacing: -.06em; }
.experience-badge span { font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; line-height: 1.4; }
.expertise-copy .intro { color: var(--muted); line-height: 1.75; margin: 25px 0 32px; }
.service-list { display: grid; gap: 4px; }
.service-item { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
.service-item > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--paper); color: var(--green-dark); }
.service-item h3 { margin: 1px 0 6px; font-size: 15px; }
.service-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.contact-section { position: relative; overflow: hidden; background: var(--ink); color: var(--white); padding: 100px 0; }
.contact-shape { position: absolute; width: 520px; height: 520px; border: 90px solid rgba(176,201,27,.08); border-radius: 50%; right: -170px; top: -210px; }
.contact-inner { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.contact-card { margin: 0; background: var(--green); color: var(--ink); padding: 34px; display: flex; flex-direction: column; align-items: flex-start; font-style: normal; }
.contact-card p { margin: 0 0 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; opacity: .72; }
.contact-card h3 { margin: 0 0 22px; font-size: 30px; letter-spacing: -.04em; }
.contact-card a { font-size: 15px; font-weight: 700; margin: 3px 0; border-bottom: 1px solid rgba(34,40,43,.35); }
.contact-card > span { margin-top: 20px; font-size: 12px; opacity: .75; }

footer { background: #171b1d; color: var(--white); }
.footer-inner { min-height: 132px; display: grid; grid-template-columns: 1fr 1.1fr 1fr; align-items: center; gap: 30px; }
.footer-inner > p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; text-align: center; }
.footer-inner > div { display: flex; justify-content: flex-end; gap: 18px; color: rgba(255,255,255,.45); font-size: 11px; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { background: var(--ink); padding: 22px 0; }
.legal-content { max-width: 780px; padding-top: 80px; padding-bottom: 100px; }
.legal-content h1 { margin: 0 0 45px; font-size: clamp(44px, 6vw, 72px); letter-spacing: -.06em; }
.legal-content section { border-top: 1px solid var(--line); padding: 28px 0; }
.legal-content h2 { margin: 0 0 18px; font-size: 22px; }
.legal-content p { color: var(--muted); line-height: 1.75; }
.legal-content p a { color: var(--ink); font-weight: 700; border-bottom: 1px solid var(--green-dark); }
.legal-content .primary-button { margin-top: 24px; }

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 680px); }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; }
  .hero-inner { padding-top: 132px; padding-bottom: 110px; grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .hero-image-frame { inset: 0 0 35px; }
  .trust-strip { position: relative; }
  .trust-note { display: none; }
  .section-heading, .expertise-grid, .contact-inner { grid-template-columns: 1fr; gap: 38px; }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-card { min-height: 410px; }
  .expertise-visual { min-height: 480px; order: 2; }
  .experience-badge { right: 18px; }
  .footer-inner { grid-template-columns: 1fr; padding: 42px 0; text-align: center; }
  .footer-inner .brand, .footer-inner > div { justify-content: center; }
}

@media (max-width: 560px) {
  .header-inner { height: 76px; }
  .brand img { width: 176px; }
  .nav-cta { padding: 9px 11px; font-size: 12px; }
  .hero h1 { font-size: 46px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 330px; }
  .quality-card { max-width: 92%; padding: 13px; }
  .hero-label { display: none; }
  .trust-inner { justify-content: center; gap: 9px; font-size: 9px; }
  .shops-section, .expertise-section { padding: 78px 0; }
  .shop-card { padding: 24px; }
  .contact-section { padding: 76px 0; }
  .contact-card { padding: 27px; }
}

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