:root{
  --bg:#f5f3ef;
  --panel:#faf8f4;
  --line:#dfd2c3;
  --ink:#131722;
  --text:#23282d;
  --muted:#363c40;
  --green:#17351e;
  --green-soft:#2a4630;
  --accent:#cb643d;
  --circle:#e8e0d7;
  --about:#ece4d8;
  --shadow:0 18px 40px rgba(18,24,40,.06);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.wrap{width:min(calc(100% - 48px),var(--max));margin:0 auto}
.accent-stroke{stroke:var(--accent)}

.site-header{padding:26px 0 10px}
.nav{display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:flex-start;gap:18px;min-width:0}
.brand img{width:150px;flex:0 0 auto}
.brand-title{font-family:"Cormorant Garamond",serif;font-size:61px;letter-spacing:-.045em;line-height:.84;color:var(--ink);white-space:nowrap;margin-top:-2px}
.brand-sub{margin-top:10px;font-size:16px;letter-spacing:.42em;text-transform:uppercase;color:var(--green-soft)}
.nav-links{display:flex;align-items:center;gap:52px;margin-left:auto}
.nav-links a{font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#222}
.nav-cta,.btn,.learn-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:14px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.nav-cta{padding:16px 30px;background:var(--green);color:#fff;box-shadow:var(--shadow)}

.hero{padding:20px 0 28px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:28px;align-items:center;min-height:560px}
.hero-kicker{display:flex;align-items:center;gap:10px;color:var(--accent);margin:18px 0 22px}
.hero-kicker::before{content:"";display:block;width:54px;height:2px;background:currentColor}
.hero-kicker .dot{width:11px;height:11px;border-radius:50%;background:currentColor;display:inline-block}
h1{margin:0;font-family:"Cormorant Garamond",serif;font-size:82px;line-height:.94;letter-spacing:-.055em;color:var(--ink);font-weight:500}
h1 em{font-style:italic;color:var(--green-soft);font-weight:500}
.hero-divider{width:54px;height:2px;background:#53544d;margin:28px 0 24px}
.hero-copy{font-size:18px;line-height:1.6;color:#2f3438;max-width:480px;margin:0 0 30px}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.btn{height:56px;padding:0 34px}
.btn-primary{background:var(--green);color:#fff}
.btn-outline{color:var(--accent);border:1.5px solid var(--accent);background:transparent}

.hero-art{position:relative;height:470px;display:flex;align-items:center;justify-content:center}
.hero-circle{position:absolute;width:470px;height:470px;border-radius:50%;background:var(--circle);left:50%;top:50%;transform:translate(-45%,-50%)}
.hero-dog{position:relative;z-index:2;width:560px;max-width:100%;filter:drop-shadow(0 14px 24px rgba(0,0,0,.06));margin-left:6px}

.feature-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0;background:rgba(255,255,255,.18)}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.feature{display:flex;align-items:center;gap:18px;padding:24px 22px;min-height:102px}
.feature:not(:last-child){border-right:1px solid var(--line)}
.feature svg{width:38px;height:38px;stroke:var(--green-soft);stroke-width:1.8;flex:0 0 auto}
.feature b{display:block;font-size:15px;line-height:1.35;font-weight:500;color:#1f2529}

.solutions{padding:48px 0 18px}
.section-kicker{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--accent);font-size:13px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.section-kicker::before,.section-kicker::after{content:"";display:block;width:66px;height:2px;background:currentColor}
.section-title{margin:16px 0 26px;text-align:center;font-family:"Cormorant Garamond",serif;font-size:68px;line-height:.95;letter-spacing:-.05em;color:var(--ink);font-weight:500}
.title-underline{width:70px;height:3px;background:var(--accent);margin:0 auto 30px;border-radius:99px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.card{background:var(--panel);border:1px solid var(--line);border-radius:4px;min-height:264px;padding:18px 22px 20px}
.num{font-size:13px;color:var(--accent);font-weight:800;letter-spacing:.08em;margin-bottom:10px}
.icon{height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.icon svg{width:54px;height:54px;stroke:var(--green-soft);stroke-width:1.8}
.card h3{margin:0 0 10px;text-align:center;font-size:18px;line-height:1.25;font-weight:600;color:#1f2427}
.card p{margin:0;font-size:15px;line-height:1.6;color:#394043}

.about-band{margin-top:18px;background:var(--about);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:center;padding:34px 0 36px}
.portrait-wrap{width:184px;height:184px;border-radius:50%;overflow:hidden;background:#20344d;box-shadow:var(--shadow);justify-self:center}
.portrait-wrap img{width:100%;height:100%;object-fit:cover}
.about-kicker{display:flex;align-items:center;gap:12px;color:var(--accent);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.about-kicker::before{content:"";display:block;width:52px;height:2px;background:currentColor}
.about h2{margin:10px 0 14px;font-family:"Cormorant Garamond",serif;font-size:64px;line-height:.94;letter-spacing:-.05em;color:var(--ink);font-weight:500}
.about p{margin:0 0 10px;font-size:17px;line-height:1.6;color:#394043;max-width:760px}
.learn-btn{margin-top:12px;height:54px;padding:0 28px;background:var(--green);color:#fff}

footer{background:linear-gradient(90deg,#0d2b18 0%,#1d4327 100%);color:#fff}
.footer{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:0;align-items:center;min-height:92px}
.footer>*{padding:0 18px;min-height:92px;display:flex;align-items:center}
.footer>*:not(:last-child){border-right:1px solid rgba(255,255,255,.22)}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-brand img{width:88px}
.t1{font-family:"Cormorant Garamond",serif;font-size:38px;line-height:.82;letter-spacing:-.04em}.t2{font-size:11px;letter-spacing:.32em;text-transform:uppercase;opacity:.92;margin-top:5px}
.footer-item{font-size:18px;gap:12px;justify-content:center;white-space:nowrap}
.footer-item svg{width:22px;height:22px;stroke:#fff;stroke-width:1.8;flex:0 0 auto}

@media (max-width:1100px){
  .wrap{width:min(calc(100% - 36px),var(--max))}
  .brand-title{font-size:48px}.brand img{width:128px}.nav-links{gap:26px}
  .hero-grid,.about{grid-template-columns:1fr}.hero-art{order:-1;height:380px}.hero-circle{width:360px;height:360px;transform:translate(-50%,-50%)}.hero-dog{width:470px;margin-left:0}
  .hero-copy{max-width:620px}.cards{grid-template-columns:repeat(2,1fr)}.footer{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .wrap{width:min(calc(100% - 24px),var(--max))}
  .site-header{padding-top:18px}.nav{align-items:flex-start;gap:18px}.brand img{width:96px}.brand-title{font-size:32px;white-space:normal}.brand-sub{font-size:11px;letter-spacing:.25em}.nav-links{display:none}.nav-cta{padding:12px 18px;font-size:12px}
  .hero{padding-top:6px}.hero-art{height:260px}.hero-circle{width:250px;height:250px}.hero-dog{width:320px}h1{font-size:56px}
  .feature-grid,.cards,.footer{grid-template-columns:1fr}.feature:not(:last-child),.footer>*:not(:last-child){border-right:0}.feature{border-bottom:1px solid var(--line)}
  .section-title,.about h2{font-size:44px}.about{gap:20px;padding:26px 0 30px}.footer>*{justify-content:flex-start;min-height:72px}.t1{font-size:28px}.footer-brand img{width:72px}
}
