:root {
  --canvas: #faf8f1;
  --surface: #fffdf8;
  --ink: #17372b;
  --text: #33483d;
  --muted: #53665a;
  --primary: #315b43;
  --primary-hover: #264a36;
  --sage: #dde9d8;
  --leaf: #bfd6b5;
  --honey: #e8c97a;
  --honey-soft: #f6e7bd;
  --clay: #f1d9c8;
  --bark: #795e45;
  --line: #d5ded5;
  --focus: #005fcc;
  --shadow: 0 14px 38px rgba(23, 55, 43, .08);
  --content: 1120px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  color: var(--ink);
  background: var(--canvas);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
}

body { min-width: 280px; margin: 0; background: var(--surface); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .1em; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: .16em; }
a:focus, button:focus, summary:focus { outline: 3px solid var(--focus); outline-offset: 3px; }
h1, h2, h3, p, ul, ol, dl { margin-top: 0; }

h1, h2, h3 {
  font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif;
  line-height: 1.1;
  letter-spacing: -.03em;
}

h1 { margin-bottom: 24px; font-size: 48px; font-size: clamp(2.75rem, 6vw, 5.15rem); }
h2 { margin-bottom: 18px; font-size: 36px; font-size: clamp(2rem, 4.2vw, 3.45rem); }
h3 { margin-bottom: 12px; font-size: 24px; font-size: clamp(1.35rem, 2.3vw, 1.75rem); }
p { margin-bottom: 18px; }

.wrap { width: calc(100% - 40px); max-width: var(--content); margin-right: auto; margin-left: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 16px; color: #fff; background: var(--ink); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 14px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.site-header { border-top: 5px solid var(--honey); border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .98); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; padding-top: 10px; padding-bottom: 10px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif; font-size: 1.28rem; font-weight: 700; letter-spacing: -.035em; text-decoration: none; white-space: nowrap; }
.brand img { width: 42px; height: 42px; margin-right: 10px; }
.brand strong { color: var(--primary); }
.primary-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; margin: -4px; }
.primary-nav a { display: inline-flex; align-items: center; min-height: 44px; margin: 4px; padding: 8px 11px; color: var(--text); font-size: .93rem; font-weight: 700; text-decoration: none; border-radius: 12px; }
.primary-nav a:not(.nav-contact):hover { background: var(--sage); }
.primary-nav .nav-contact { margin-left: 10px; padding-right: 18px; padding-left: 18px; color: #fff; background: var(--primary); }
.primary-nav .nav-contact:hover { background: var(--primary-hover); transform: translateY(-1px); }

.hero { overflow: hidden; padding: 88px 0 0; background: var(--canvas); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 72px; align-items: center; }
.hero-copy { max-width: 700px; }
.hero-intro { max-width: 660px; margin-bottom: 28px; color: var(--text); font-size: 1.2rem; line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; margin: -6px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; margin: 6px; padding: 12px 21px; border: 0; border-radius: 14px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; }
.button-primary { color: #fff; background: var(--primary); box-shadow: 0 8px 20px rgba(49, 91, 67, .18); }
.button-primary:hover { background: var(--primary-hover); transform: translateY(-1px); }
.button-soft { color: var(--ink); background: var(--sage); }
.button-soft:hover { background: var(--leaf); }
.text-link { font-weight: 800; text-decoration-color: var(--honey); text-decoration-thickness: 4px; text-underline-offset: 5px; }
.hero-link { display: inline-flex; align-items: center; min-height: 50px; margin: 6px 12px; }
.quiet-note { margin: 19px 0 0; color: var(--muted); font-size: .9rem; }

.hero-visual { position: relative; min-height: 430px; }
.nature-blob { position: absolute; inset: 24px 0 20px 34px; background: var(--sage); border-radius: 45% 55% 48% 52% / 53% 43% 57% 47%; }
.wood-rings { position: relative; z-index: 1; width: 100%; height: auto; }
.wood-slice { fill: var(--honey-soft); stroke: var(--bark); stroke-width: 5; }
.ring, .grain, .stem { fill: none; stroke: var(--bark); stroke-width: 4; stroke-linecap: round; opacity: .7; }
.grain { stroke-width: 3; opacity: .45; }
.stem { stroke: var(--primary); stroke-width: 7; opacity: 1; }
.leaf { fill: var(--leaf); stroke: var(--primary); stroke-width: 4; }
.leaf-two { fill: var(--honey); }
.visual-label { position: absolute; right: 10px; bottom: 7px; z-index: 2; max-width: 250px; padding: 16px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px 18px 32px 18px; box-shadow: var(--shadow); }
.visual-label span { display: block; margin-bottom: 3px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.visual-label strong { font-family: ui-rounded, "Trebuchet MS", system-ui, sans-serif; }

.trust-grid { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; transform: translateY(34px); background: var(--surface); border: 1px solid var(--line); border-radius: 24px 24px 46px 24px; box-shadow: var(--shadow); }
.trust-grid div { display: flex; align-items: center; min-height: 92px; padding: 22px 26px; }
.trust-grid div + div { border-left: 1px solid var(--line); }
.trust-grid span { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 38px; height: 38px; margin-right: 13px; color: var(--ink); background: var(--honey); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.trust-grid strong { color: var(--text); font-size: .94rem; }

.section { padding: 104px 0; }
.compact-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 410px); gap: 54px; align-items: end; margin-bottom: 42px; }
.compact-heading h2, .compact-heading p { margin-bottom: 0; }
.compact-heading > p { color: var(--muted); font-size: 1.04rem; line-height: 1.65; }

.work-section { padding-top: 138px; background: var(--surface); }
.project-card { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); overflow: hidden; background: var(--canvas); border: 1px solid var(--line); border-radius: 26px 26px 54px 26px; box-shadow: var(--shadow); }
.project-preview { display: flex; align-items: center; justify-content: center; min-height: 330px; padding: 36px; background: var(--sage); }
.preview-sign { width: 100%; max-width: 360px; padding: 40px 30px; color: #fff; background: var(--primary); border-radius: 44% 56% 48% 52% / 52% 43% 57% 48%; text-align: center; }
.preview-sign span, .preview-sign small { display: block; }
.preview-sign span { margin-bottom: 10px; color: var(--honey); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.preview-sign strong { display: block; margin-bottom: 10px; font-family: ui-rounded, "Trebuchet MS", system-ui, sans-serif; font-size: 2.5rem; line-height: 1; }
.preview-sign small { color: #e5eee8; }
.project-copy { align-self: center; padding: 48px 54px; }
.project-type { margin-bottom: 10px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-copy > p:not(.project-type) { max-width: 600px; color: var(--text); font-size: 1.05rem; line-height: 1.65; }
.project-copy .button { margin-left: 0; }

.services-section { background: var(--canvas); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { min-height: 260px; padding: 32px; background: var(--surface); border: 1px solid var(--line); border-radius: 22px 22px 42px 22px; }
.service-card-honey { background: #fff8e9; }
.service-card-clay { background: #fff5ed; }
.service-mark { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 44px; color: var(--ink); background: var(--sage); border-radius: 50% 50% 42% 58%; font-size: .78rem; font-weight: 900; }
.service-card-honey .service-mark { background: var(--honey); }
.service-card-clay .service-mark { background: var(--clay); }
.service-card p { margin-bottom: 0; color: var(--muted); }

.process-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; align-items: center; margin-top: 60px; padding: 38px 42px; background: var(--sage); border-radius: 26px 54px 26px 26px; }
.process-card h2 { margin-bottom: 0; font-size: 2.05rem; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding: 8px 16px; }
.process-list li + li { border-left: 1px solid rgba(23, 55, 43, .18); }
.process-list li > span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: var(--surface); border-radius: 50%; font-weight: 900; }
.process-list strong, .process-list small { display: block; }
.process-list small { margin-top: 3px; color: var(--muted); line-height: 1.45; }

.about-section { background: var(--surface); }
.about-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; padding: 58px 64px; background: var(--sage); border-radius: 56px 24px 56px 24px; }
.about-card h2 { margin-bottom: 0; }
.about-copy { color: var(--text); font-size: 1.15rem; line-height: 1.7; }
.about-copy p:last-child { margin-bottom: 0; }

.contact-section { padding: 0 0 104px; background: var(--surface); }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; padding: 58px 64px; background: var(--honey-soft); border-radius: 24px 58px 24px 58px; }
.contact-card h2 { margin-bottom: 0; }
.contact-copy p { color: var(--text); font-size: 1.05rem; line-height: 1.65; }
.contact-copy .button { margin-left: 0; }
.contact-email { display: block; width: fit-content; max-width: 100%; margin-top: 14px; color: var(--text); font-weight: 700; overflow-wrap: anywhere; }

.site-footer { padding: 50px 0; color: var(--text); background: #e7efe3; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: end; }
.footer-brand img { width: 38px; height: 38px; }
.footer-grid p { margin-bottom: 6px; color: var(--muted); font-size: .86rem; }
.footer-details { text-align: right; }
.footer-details a { color: var(--ink); }

.legal-main { padding: 76px 0 96px; background: var(--canvas); }
.legal-article { max-width: 790px; padding: 54px; background: var(--surface); border: 1px solid var(--line); border-radius: 26px 26px 52px 26px; box-shadow: var(--shadow); }
.legal-article h1 { margin-bottom: 12px; font-size: 3.5rem; }
.legal-updated { margin-bottom: 38px; color: var(--muted); }
.legal-article h2 { margin-top: 38px; font-size: 1.55rem; letter-spacing: -.02em; }
.legal-article p { color: var(--text); line-height: 1.72; }

.not-found { display: flex; align-items: center; justify-content: center; min-height: 100vh; padding: 30px 20px; background: var(--canvas); }
.not-found-card { width: 100%; max-width: 680px; padding: 50px; background: var(--surface); border: 1px solid var(--line); border-radius: 28px 28px 58px 28px; box-shadow: var(--shadow); }
.not-found-card .brand { margin-bottom: 66px; }
.not-found-card h1 { font-size: 3.15rem; }
.not-found-card p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }

@media (max-width: 880px) {
  .hero-grid, .compact-heading, .process-card, .about-card, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .hero-visual { width: min(100%, 470px); margin: 0 auto; }
  .trust-grid { margin-top: 40px; }
  .compact-heading, .process-card, .about-card, .contact-card { gap: 30px; }
  .project-card { grid-template-columns: 1fr; }
  .project-preview { min-height: 280px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-mark { margin-bottom: 30px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { padding: 14px 0; }
  .process-list li + li { border-top: 1px solid rgba(23, 55, 43, .18); border-left: 0; }
}

@media (max-width: 680px) {
  .wrap { width: calc(100% - 28px); }
  .header-inner { display: block; }
  .primary-nav { justify-content: flex-start; margin-top: 4px; }
  .primary-nav a { padding-right: 8px; padding-left: 8px; }
  .primary-nav .nav-contact { margin-left: 4px; }
  .hero { padding-top: 62px; }
  .hero-intro { font-size: 1.06rem; }
  .hero-visual { min-height: 350px; }
  .visual-label { right: 0; bottom: 0; }
  .trust-grid { grid-template-columns: 1fr; transform: translateY(28px); }
  .trust-grid div { min-height: 78px; padding: 17px 20px; }
  .trust-grid div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .work-section { padding-top: 112px; }
  .project-preview, .project-copy { padding: 28px; }
  .preview-sign { padding: 34px 22px; }
  .project-copy { padding: 34px 26px; }
  .process-card, .about-card, .contact-card { padding: 36px 28px; }
  .about-card { border-radius: 38px 20px 38px 20px; }
  .contact-section { padding-bottom: 76px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-details { text-align: left; }
  .legal-main { padding: 52px 0 70px; }
  .legal-article, .not-found-card { padding: 32px 24px; }
  .legal-article h1, .not-found-card h1 { font-size: 2.5rem; }
}

@media (max-width: 430px) {
  .brand { font-size: 1.15rem; }
  .primary-nav a:not(.nav-contact) { font-size: .87rem; }
  .primary-nav .nav-contact { width: 100%; margin-top: 7px; margin-right: 4px; margin-left: 4px; justify-content: center; }
  .button-row .button { width: calc(100% - 12px); }
  .hero-link { justify-content: center; width: calc(100% - 24px); }
  .hero-visual { min-height: 300px; }
  .visual-label { max-width: 220px; padding: 13px 16px; }
  .preview-sign strong { font-size: 2rem; }
  .contact-copy .button { width: calc(100% - 12px); }
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .button, .nav-contact { transition: transform 120ms ease, background-color 120ms ease; }
}

@media print {
  .site-header, .button-row, .contact-section, .site-footer, .hero-visual { display: none; }
  body, .hero, .section, .legal-main { color: #000; background: #fff; }
}
