:root {
  --paper: #f2f0eb;
  --ink: #111;
  --muted: #65635e;
  --line: #d4d0c8;
  --max: 1320px;
  --gutter: clamp(56px, 4.6875vw, 64px);
  --text-body: 1.0625rem;
  --text-section: 1.625rem;
  --text-motto: 2.25rem;
  --copy-columns: minmax(0, 1fr) minmax(0, 1fr);
  --copy-gap: clamp(32px, 4vw, 56px);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: var(--text-body); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { width: 100%; height: 100%; display: block; object-fit: cover; }
figure { margin: 0; }

.topbar {
  position: sticky; top: 0; z-index: 30;
  display: flex; justify-content: space-between; align-items: center;
  min-height: 68px;
  padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2));
  padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2));
  background: rgba(242,240,235,.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(17,17,17,.07);
}
.brand { display: flex; align-items: baseline; gap: 10px; }
.brand span { font-size: var(--text-body); font-weight: 700; letter-spacing: normal; }
.brand small { font-size: var(--text-body); color: inherit; }
.menu-toggle { width: 25px; height: 22px; padding: 0; border: 0; background: transparent; display: grid; align-content: center; gap: 4px; cursor: pointer; }
.menu-toggle span { height: 1px; width: 100%; background: var(--ink); transition: .22s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.menu-panel { position: fixed; z-index: 25; inset: 68px 0 auto 0; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-110%); transition: transform .28s ease; }
.menu-panel.open { transform: translateY(0); }
.menu-inner { width: min(var(--max), calc(100% - (2 * var(--gutter)))); margin: 0 auto; padding: 26px 0 34px; display: grid; gap: 14px; font-size: var(--text-body); }

main { width: min(var(--max), calc(100% - (2 * var(--gutter)))); margin: 0 auto; }
.footer { padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2)); padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2)); }

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(46px, 5vw, 82px);
  align-items: center;
  padding-block: clamp(58px, 5vw, 84px);
}
.hero-copy { max-width: 500px; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  max-width: 500px;
  font-size: var(--text-motto);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: normal;
}
.hero-note { max-width: 410px; margin: 0; font-size: var(--text-body); line-height: 1.55; color: inherit; }
.hero-photo { height: min(66vh, 680px); min-height: 500px; width: 100%; max-width: 760px; justify-self: end; overflow: hidden; }
.hero-photo img { object-position: center 42%; filter: grayscale(1); }

.intro { display: grid; grid-template-columns: var(--copy-columns); gap: var(--copy-gap); align-items: start; padding-block: clamp(84px, 9vw, 132px); border-top: 1px solid var(--line); }
.intro-text { margin: 0; max-width: none; font-size: var(--text-body); line-height: 1.5; letter-spacing: normal; }

.work, .services, .price, .about { padding-block: clamp(84px, 9vw, 132px); border-top: 1px solid var(--line); }
 .intro h2, .section-heading h2, .work-head h2, .price h2, .about h2, .footer h2 { margin: 0; font-size: var(--text-section); line-height: 1.25; font-weight: 400; letter-spacing: normal; }
.section-heading--split { display: grid; grid-template-columns: var(--copy-columns); gap: var(--copy-gap); align-items: start; }
.section-heading--split > p { margin: 0; max-width: none; justify-self: stretch; font-size: var(--text-body); line-height: 1.55; }

.work { padding-top: clamp(70px, 7vw, 104px); padding-bottom: clamp(78px, 8vw, 116px); }
.work-head {
  display: grid;
  grid-template-columns: var(--copy-columns);
  gap: var(--copy-gap);
  align-items: start;
}
.work-note {
  margin: 0;
  max-width: none;
  justify-self: stretch;
  font-size: var(--text-body);
  line-height: 1.55;
}
.work-strip {
  margin-top: clamp(34px, 4vw, 54px);
  display: grid;
  grid-template-columns: 1.05fr .82fr .96fr;
  gap: clamp(20px, 2.2vw, 32px);
  align-items: end;
}
.work-card { margin: 0; }
.work-card img {
  filter: grayscale(1);
  width: 100%;
  height: auto;
  max-height: 470px;
  object-fit: contain;
}
.work-card--b { margin-bottom: 34px; }
.work-card--c { margin-bottom: 8px; }

.service-list { margin-top: 40px; border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: var(--copy-columns); gap: var(--copy-gap); align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.service h3 { margin: 0; font-size: var(--text-body); line-height: 1.55; font-weight: 700; letter-spacing: normal; }
.service p { margin: 0; max-width: none; justify-self: stretch; font-size: var(--text-body); line-height: 1.55; }

.price { display: grid; grid-template-columns: var(--copy-columns); gap: var(--copy-gap); align-items: start; }
.price-copy { align-self: start; max-width: none; min-width: 0; }
.price-main { margin-bottom: 16px; font-size: var(--text-body); line-height: 1.4; letter-spacing: normal; }
.price-copy > p:last-child { margin-bottom: 0; color: inherit; line-height: 1.55; font-size: var(--text-body); }

.about { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: clamp(50px, 7vw, 100px); align-items: center; }
.about-copy { max-width: 500px; }
.about-copy h2 { margin-bottom: 24px; }
.about-copy > p { font-size: var(--text-body); line-height: 1.65; max-width: 480px; }
.about-photo { aspect-ratio: 4 / 5; max-height: 620px; overflow: hidden; }
.about-photo img { filter: grayscale(1); object-position: center 42%; }

.footer { margin-top: 0; background: #111; color: var(--paper); padding-top: 62px; padding-bottom: 28px; }
.footer-main { width: min(var(--max), calc(100vw - (2 * var(--gutter)))); margin: 0 auto; display: grid; grid-template-columns: 1fr minmax(280px, .6fr); gap: 50px; align-items: end; padding-bottom: 80px; }
.footer-meta { width: min(var(--max), calc(100vw - (2 * var(--gutter)))); margin-left: auto; margin-right: auto; }
.footer-links { display: grid; gap: 10px; justify-self: end; font-size: var(--text-body); }
.footer-links a { border-bottom: 1px solid rgba(242,240,235,.45); padding-bottom: 3px; width: fit-content; }
.footer-meta { padding-top: 18px; border-top: 1px solid #333; display: flex; justify-content: space-between; color: inherit; font-size: var(--text-body); }

@media (max-width: 900px) {
  :root { --copy-columns: minmax(0, 1fr); --copy-gap: 20px; }
  .topbar { padding-inline: var(--gutter); }
  .brand small { display: none; }
  main { width: calc(100% - (2 * var(--gutter))); }
  .footer { padding-inline: var(--gutter); }
  .hero { grid-template-columns: 1fr; min-height: auto; align-items: start; }
  .hero-photo { order: -1; width: 100%; min-height: 0; height: auto; aspect-ratio: 4 / 5; max-width: none; }
  h1 { font-size: var(--text-motto); }
  .intro { grid-template-columns: 1fr; gap: 20px; }
  .section-heading--split, .price, .about, .footer-main { grid-template-columns: 1fr; }
  .section-heading--split > p, .service p, .footer-links { justify-self: start; }
  .work-head { grid-template-columns: 1fr; gap: 18px; }
  .work-note { justify-self: start; max-width: 520px; }
  .work-strip { grid-template-columns: 1fr 1fr; gap: 18px; align-items: end; }
  .work-card--b { margin-bottom: 28px; }
  .work-card--c { grid-column: 1 / -1; width: 72%; margin: 34px auto 0; }
  .about-photo { width: 82%; justify-self: end; }
  .footer-main, .footer-meta { width: 100%; }
}

@media (max-width: 640px) {
  :root { --gutter: 18px; }
  .topbar { min-height: 64px; }
  .menu-panel { inset: 64px 0 auto 0; }
  .hero { padding-top: 18px; gap: 26px; }
  .hero-copy { padding-bottom: 50px; }
  h1 { font-size: var(--text-motto); }
  .hero-note { font-size: var(--text-body); }
  .intro-text { font-size: var(--text-body); }
  .work-strip { grid-template-columns: 1fr; gap: 28px; }
  .work-card--a, .work-card--b, .work-card--c { width: 100%; margin: 0; }
  .work-card img { max-height: none; }
  .service { grid-template-columns: 1fr; gap: 12px; padding: 26px 0; }
  .service p { justify-self: start; }
  .price { gap: var(--copy-gap); }
  .about { gap: 44px; }
  .about-photo { width: 100%; }
  .footer-meta { gap: 20px; }
}

.practical {
  display: grid;
  grid-template-columns: var(--copy-columns);
  gap: var(--copy-gap);
  align-items: start;
  padding-block: clamp(84px, 9vw, 132px);
  border-top: 1px solid var(--line);
}
.practical h2 {
  margin: 0;
  font-size: var(--text-section);
  line-height: 1.25;
  font-weight: 400;
}
.practical-copy {
  display: grid;
}
.practical-item {
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.practical-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.practical-item h3 {
  margin: 0 0 8px;
  font-size: var(--text-body);
  line-height: 1.55;
}
.practical-item p {
  margin: 0;
  font-size: var(--text-body);
  line-height: 1.55;
}
.footer-contact a {
  display: inline-block;
}

@media (max-width: 900px) {
  .practical { grid-template-columns: 1fr; }
}
