/* Design tokens */
:root {
  --ink: #1c2126;
  --ink2: #2a3037;
  --charcoal: #3a424b;
  --mid: #5b6570;
  --muted: #8c95a0;
  --rule: #e2e5e9;
  --rule2: #eef0f3;
  --bg: #ffffff;
  --bg2: #f7f8f9;
  --bg3: #edeff2;
  --accent: #0f4c6b;
  --accent2: #093a54;
  --amber: #b18240;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --shadow-sm: 0 1px 2px rgba(20,25,30,.04), 0 2px 6px rgba(20,25,30,.04);
  --shadow-md: 0 4px 20px rgba(20,25,30,.05), 0 1px 3px rgba(20,25,30,.03);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  font-size: 16px; line-height: 1.6;
  color: var(--ink); background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; transition: color .15s; }
img { max-width: 100%; display: block; height: auto; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--serif); font-weight: 500;
  letter-spacing: -.015em; line-height: 1.2;
  color: var(--ink);
}

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
@media (max-width: 520px) { .wrap { padding: 0 20px; } }

.micro {
  display: inline-block;
  font-size: 12px; font-weight: 500;
  color: var(--accent); letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.micro--dark { color: var(--charcoal); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 12px 22px; border-radius: 3px;
  font-size: 14px; font-weight: 600; line-height: 1;
  transition: background .15s, color .15s, border-color .15s;
  border: 1px solid transparent; white-space: nowrap;
}
.btn--primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn--primary:hover { background: var(--accent2); border-color: var(--accent2); }
.btn--outline-light { color: #fff; border-color: rgba(255,255,255,.5); }
.btn--outline-light:hover { background: #fff; color: var(--accent); border-color: #fff; }
.btn--link {
  padding: 12px 4px; font-weight: 500;
  color: var(--ink); background: none; border: 0;
}
.btn--link:hover { color: var(--accent); }
.btn--sm { padding: 10px 18px; font-size: 13.5px; }
.btn--lg { padding: 15px 28px; font-size: 15px; }
.btn--block { display: flex; width: 100%; }

/* Topbar */
.topbar {
  background: var(--ink);
  font-size: 12.5px;
  color: rgba(255,255,255,.7);
}
.topbar__inner {
  display: flex; gap: 20px; align-items: center;
  padding: 9px 28px;
  min-height: 36px;
}
.tb-item { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); }
.tb-item svg { opacity: .7; flex-shrink: 0; }
.tb-item[href]:hover { color: #fff; }
@media (max-width: 700px) {
  .tb-item--hide-sm { display: none; }
  .topbar__inner { justify-content: center; }
}

/* Header */
.header {
  position: sticky; top: 0; z-index: 60;
  background: #fff;
  border-bottom: 1px solid var(--rule2);
  transition: box-shadow .2s;
}
.header.scrolled { box-shadow: var(--shadow-sm); }
.header__inner {
  display: flex; align-items: center;
  height: 72px; gap: 32px;
}
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand__mono {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  background: var(--ink); color: #fff;
  font-family: var(--serif); font-weight: 600; font-size: 14px;
  letter-spacing: -.02em; border-radius: 3px;
  flex-shrink: 0;
}
.brand__mono span { color: var(--amber); font-weight: 400; margin: 0 1px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.brand__name {
  font-family: var(--serif); font-weight: 600; font-size: 17px;
  color: var(--ink); letter-spacing: -.01em;
}
.brand__name span { color: var(--amber); font-style: italic; margin: 0 1px; }
.brand__sub {
  font-family: var(--sans); font-size: 11px;
  color: var(--mid); font-weight: 500;
  letter-spacing: .05em; text-transform: uppercase;
}

.nav { display: flex; gap: 28px; margin-left: 12px; }
.nav a {
  font-size: 14px; font-weight: 500; color: var(--charcoal);
  padding: 6px 0; position: relative;
}
.nav a:hover { color: var(--accent); }
.header__cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }

.menu-btn {
  display: none; width: 40px; height: 40px;
  flex-direction: column; align-items: center; justify-content: center;
  gap: 5px;
}
.menu-btn span {
  display: block; width: 22px; height: 2px; background: var(--ink);
  transition: transform .2s, opacity .2s;
}
.menu-btn.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.active span:nth-child(2) { opacity: 0; }
.menu-btn.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mmenu {
  padding: 8px 28px 20px;
  border-top: 1px solid var(--rule2);
  background: #fff;
}
.mmenu[hidden] { display: none; }
.mmenu a {
  display: block; padding: 12px 0;
  font-size: 15px; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid var(--rule2);
}
.mmenu a:last-child { border-bottom: 0; }
.mmenu__phone { color: var(--accent) !important; font-weight: 600 !important; margin-top: 4px; }

@media (max-width: 900px) {
  .nav { display: none; }
  .header__cta .btn { display: none; }
  .menu-btn { display: flex; }
  .brand__sub { display: none; }
  .brand__name { font-size: 16px; }
  .header__inner { height: 64px; }
}

/* Hero */
.hero {
  background: linear-gradient(180deg, #fff 0%, var(--bg2) 100%);
  padding: 56px 0 80px;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.hero__copy h1 {
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.1;
  margin-bottom: 18px;
  max-width: 540px;
}
.hero__copy p {
  font-size: 16.5px;
  color: var(--mid);
  line-height: 1.65;
  max-width: 500px;
  margin-bottom: 28px;
}
.hero__cta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.hero__media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 4px;
  background: var(--bg3);
  box-shadow: var(--shadow-md);
}
.hero__media img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 900px) {
  .hero { padding: 40px 0 56px; }
  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero__media { aspect-ratio: 4/3; max-width: 540px; margin: 0 auto; }
}

/* Sections */
.section { padding: 88px 0; }
@media (max-width: 720px) { .section { padding: 56px 0; } }

.head { margin-bottom: 40px; max-width: 620px; }
.head h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.3rem);
  margin-bottom: 8px;
}
.head p { color: var(--mid); font-size: 16px; }

/* Services */
.services { background: var(--bg); }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-grid { grid-template-columns: 1fr; } }

.svc {
  display: block;
  background: #fff;
  border: 1px solid var(--rule2);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color .18s, transform .18s, box-shadow .18s;
  color: inherit;
}
.svc:hover {
  border-color: var(--rule);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.svc__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg3);
}
.svc__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.svc:hover .svc__img img { transform: scale(1.03); }
.svc__body { padding: 20px 22px 24px; }
.svc__body h3 {
  font-size: 19px; margin-bottom: 6px;
  font-weight: 600;
}
.svc__body p {
  font-size: 14.5px; color: var(--mid); line-height: 1.6;
}

/* Craftsmanship */
.craft { background: var(--bg2); }
.craft__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.craft__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 4px;
  background: var(--bg3);
}
.craft__media img { width: 100%; height: 100%; object-fit: cover; }
.craft__body h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.3rem);
  margin-bottom: 16px;
}
.craft__body > p {
  font-size: 16px; color: var(--mid);
  line-height: 1.7; margin-bottom: 20px;
  max-width: 540px;
}
.craft__pts {
  margin-top: 8px;
  border-top: 1px solid var(--rule);
}
.craft__pts li {
  padding: 12px 0 12px 26px;
  border-bottom: 1px solid var(--rule);
  font-size: 15px; color: var(--ink2);
  position: relative;
}
.craft__pts li::before {
  content: '';
  position: absolute; left: 0; top: 17px;
  width: 10px; height: 10px;
  background: var(--amber);
  border-radius: 2px;
}
@media (max-width: 800px) {
  .craft__grid { grid-template-columns: 1fr; gap: 32px; }
  .craft__media { aspect-ratio: 4/3; max-width: 540px; margin: 0 auto; }
}

/* Process */
.process { background: var(--bg); }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
}
.steps li {
  padding: 28px 26px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: #fff;
}
.steps__n {
  font-family: var(--serif); font-size: 15px;
  color: var(--amber); font-weight: 500;
  display: block; margin-bottom: 8px;
}
.steps h3 { font-size: 18px; margin-bottom: 8px; font-weight: 600; }
.steps p { font-size: 14.5px; color: var(--mid); line-height: 1.6; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

/* About */
.about { background: var(--bg2); }
.about__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  align-items: start;
}
.about h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.2rem);
  margin-bottom: 18px;
}
.about > .wrap > div p {
  font-size: 15.5px; color: var(--mid);
  line-height: 1.75; margin-bottom: 14px;
  max-width: 540px;
}
.about__facts {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
}
.about__facts > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--rule2);
  align-items: baseline;
}
.about__facts > div:last-child { border-bottom: 0; }
.about__facts dt {
  font-size: 11px; text-transform: uppercase; letter-spacing: .14em;
  color: var(--mid); font-weight: 600;
}
.about__facts dd {
  font-size: 14.5px; color: var(--ink); font-weight: 500; line-height: 1.5;
}
.about__facts dd a { color: var(--accent); }
.about__facts dd a:hover { text-decoration: underline; }
@media (max-width: 800px) {
  .about__grid { grid-template-columns: 1fr; gap: 32px; }
  .about__facts > div { grid-template-columns: 100px 1fr; padding: 12px 18px; }
}

/* CTA */
.cta {
  background: var(--accent);
  color: #fff;
  padding: 56px 0;
}
.cta__inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 32px; flex-wrap: wrap;
}
.cta h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  font-weight: 500;
}
.cta__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cta .btn--primary { background: #fff; color: var(--accent); border-color: #fff; }
.cta .btn--primary:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Contact */
.contact { background: var(--bg); }
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: start;
}
.contact__info h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.2rem);
  margin-bottom: 14px;
}
.contact__info > p {
  color: var(--mid); font-size: 15.5px;
  line-height: 1.7; margin-bottom: 28px;
  max-width: 460px;
}
.contact__list > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--rule);
}
.contact__list > div:last-child { border-bottom: 1px solid var(--rule); }
.contact__list dt {
  font-size: 11px; text-transform: uppercase; letter-spacing: .14em;
  color: var(--mid); font-weight: 600;
  padding-top: 2px;
}
.contact__list dd { font-size: 15px; color: var(--ink); font-weight: 500; line-height: 1.55; }
.contact__list dd a { color: var(--accent); }
.contact__list dd a:hover { text-decoration: underline; }
.contact__list dd span { color: var(--mid); font-weight: 400; font-size: 14px; }

.contact__form {
  background: var(--bg2);
  padding: 32px;
  border: 1px solid var(--rule2);
  border-radius: 4px;
}
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 500px) { .fg-row { grid-template-columns: 1fr; } }
.fg {
  display: flex; flex-direction: column; gap: 5px;
  margin-bottom: 12px;
}
.fg > span {
  font-size: 12px; font-weight: 600; color: var(--charcoal);
}
.fg input, .fg select, .fg textarea {
  padding: 11px 14px;
  font-size: 14.5px; font-family: var(--sans);
  color: var(--ink); background: #fff;
  border: 1px solid var(--rule); border-radius: 3px;
  transition: border-color .15s, box-shadow .15s;
  resize: vertical;
}
.fg input:focus, .fg select:focus, .fg textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(15,76,107,.08);
}
.fg input::placeholder, .fg textarea::placeholder { color: var(--muted); }

.form__note {
  font-size: 12.5px; color: var(--mid);
  margin-top: 12px; line-height: 1.5;
}
.form__sent {
  display: none; margin-top: 12px;
  padding: 12px 16px;
  background: #eaf3ec; border: 1px solid #c7dfcb;
  color: #295e33; border-radius: 3px;
  font-size: 14px; font-weight: 500;
}

@media (max-width: 800px) {
  .contact__grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Footer */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,.6);
  padding-top: 60px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 40px;
}
.footer .brand__mono {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  margin-bottom: 16px;
}
.footer__about { font-size: 14px; line-height: 1.65; }
.footer h4 {
  color: #fff;
  font-family: var(--sans);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 14px;
  font-weight: 600;
}
.footer ul li {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,.6);
}
.footer ul li a { color: rgba(255,255,255,.6); }
.footer ul li a:hover { color: #fff; }

.footer__bar {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 18px 0;
}
.footer__bar-inner {
  display: flex; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  font-size: 12.5px; color: rgba(255,255,255,.4);
}

@media (max-width: 800px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 28px; }
}
@media (max-width: 480px) {
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}
