:root {
  --ink: #482c19;
  --orange: #f47716;
  --orange-dark: #d75c08;
  --cream: #fffaf2;
  --beige: #fff2df;
  --line: #f1dcc1;
  --blue: #b9d9ee;
  --shadow: 0 14px 30px rgba(91, 54, 22, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif; line-height: 1.7; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; padding: 14px clamp(20px, 5vw, 70px); background: rgba(255, 250, 242, 0.92); border-bottom: 1px solid rgba(241, 220, 193, 0.8); backdrop-filter: blur(10px); }
.brand { display: block; line-height: 0; }
.brand img { width: min(210px, 42vw); height: auto; }

.section-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: clamp(72px, 10vw, 120px) 0; }
.eyebrow { margin: 0 0 8px; color: var(--orange); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; }
.hero { display: grid; grid-template-columns: 1fr 0.88fr; align-items: center; gap: clamp(24px, 7vw, 80px); min-height: 650px; }
.hero h1, .section-heading h2, .contact h2 { margin: 0; font-size: clamp(2.5rem, 5.3vw, 4.7rem); line-height: 1.28; letter-spacing: -0.06em; }
.hero h1 span { display: inline-block; white-space: nowrap; }
.hero h1 .hero-context, .hero h1 .hero-phrase { color: var(--ink); font-size: clamp(2rem, 3vw, 3.2rem); }
.hero h1 .hero-highlight { color: var(--orange); font-size: clamp(2.65rem, 5.5vw, 5.45rem); }
.hero-lead { margin: 25px 0; font-size: clamp(1rem, 1.7vw, 1.2rem); }
.helper-text { margin: 14px 0; color: #806650; font-size: 0.9rem; }
.button { display: inline-flex; align-items: center; gap: 12px; padding: 16px 23px; border-radius: 999px; font-size: 1.05rem; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 8px 0 var(--orange-dark), 0 12px 20px rgba(244, 119, 22, .22); }
.hero-visual { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.hero-visual img { width: 100%; }

.services { padding-top: 70px; border-top: 1px solid var(--line); }
.section-heading { max-width: 650px; margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(2.25rem, 4.5vw, 3.5rem); }
.section-heading p:last-child { margin: 14px 0 0; }
.services-image { display: block; width: min(100%, 640px); margin: 0 auto; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 8px 18px rgba(91, 54, 22, .05); }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; color: var(--orange); background: var(--beige); border-radius: 14px; font-size: 1.1rem; font-weight: 800; }
.service-card h3 { margin: 0 0 8px; font-size: 1.25rem; }
.service-card p { margin: 0; font-size: .94rem; }

.works { border-top: 1px solid var(--line); }
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.work-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 8px 18px rgba(91, 54, 22, .05); }
.work-image-link { display: block; background: var(--beige); }
.work-image-link img { width: 100%; aspect-ratio: 1 / 1.22; object-fit: cover; transition: transform .3s ease; }
.work-image-link:hover img { transform: scale(1.04); }
.work-meta { padding: 18px; }
.work-meta h3 { margin: 0 0 10px; font-size: 1rem; line-height: 1.5; }
.work-meta a { color: var(--orange-dark); font-size: .9rem; font-weight: 800; }
.work-card-wide { grid-column: span 3; display: grid; grid-template-columns: minmax(230px, 40%) 1fr; align-items: center; }
.work-card-wide .work-image-link { background: #fff; }
.work-card-wide .work-image-link img { height: auto; aspect-ratio: auto; object-fit: contain; }
.work-card-wide .work-meta { padding: 28px; }

.contact { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; border-top: 1px solid var(--line); }
.contact h2 { font-size: clamp(2.4rem, 4.5vw, 3.8rem); }
.contact-copy > p:not(.eyebrow) { margin: 20px 0 26px; }
.contact-image-link { display: grid; place-items: center; padding: clamp(22px, 4vw, 42px); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.contact-image-link img { width: min(100%, 460px); height: auto; object-fit: contain; }
.contact-details { grid-column: 1 / -1; padding: 24px; background: var(--beige); border-radius: 18px; }
.contact-details h3, .contact-details p { margin: 0; }
.contact-details p { margin-top: 8px; }
.final-contact { display: grid; place-items: center; padding-top: 0; }
.final-contact a { display: block; width: min(100%, 680px); overflow: hidden; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.final-contact img { width: 100%; height: auto; }
.site-footer { padding: 28px 20px; color: #7b5b3f; background: #fff3e2; text-align: center; font-size: .88rem; }

@media (max-width: 760px) {
  .hero, .contact { grid-template-columns: 1fr; min-height: 0; }
  .hero { padding-top: 55px; }
  .hero-visual { max-width: 520px; }
  .service-grid, .works-grid { grid-template-columns: 1fr; }
  .work-card-wide { grid-column: auto; display: block; }
  .section-shell { width: min(100% - 32px, 620px); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button, .work-image-link img { transition: none; } }
