:root {
  --paper: #f8f3e9;
  --paper-deep: #eee3d2;
  --cream: #fffaf1;
  --brown: #4c3024;
  --brown-deep: #241713;
  --rust: #9d3d2f;
  --gold: #775126;
  --ink: #27211e;
  --muted: #6d625c;
  --line: #d9ccbb;
  --shell: min(1120px, calc(100% - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 18%, rgb(157 61 47 / 3%), transparent 24rem),
    var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 4.4vw, 4.7rem);
  line-height: 1.02;
}

[id] {
  scroll-margin-top: 84px;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #000;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--brown-deep);
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  display: flex;
  width: 100%;
  min-height: 74px;
  padding-inline: max(32px, calc((100% - 1120px) / 2));
  border-bottom: 1px solid rgb(76 48 36 / 16%);
  background: rgb(255 250 241 / 94%);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  color: var(--brown-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  text-decoration: none;
}

.brand span {
  margin-left: 2px;
  color: var(--rust);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 27px;
}

.desktop-nav a {
  display: inline-flex;
  min-height: 44px;
  color: var(--muted);
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:hover {
  color: var(--rust);
}

.mobile-nav {
  display: none;
}

.status-bar {
  display: flex;
  min-height: 40px;
  padding-inline: max(32px, calc((100% - 1120px) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status-bar span:last-child {
  color: var(--rust);
}

.hero {
  display: grid;
  width: var(--shell);
  min-height: 720px;
  margin-inline: auto;
  padding-block: 70px 86px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 108px);
}

.eyebrow,
.section-label {
  margin-bottom: 20px;
  color: var(--rust);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 30px;
  font-size: clamp(3.75rem, 6.3vw, 7rem);
  line-height: 0.9;
}

.hero h1 em {
  color: var(--brown);
  font-weight: 400;
}

.hero-intro {
  max-width: 620px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid var(--brown-deep);
  background: var(--brown-deep);
  color: var(--cream);
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.button:hover {
  border-color: var(--rust);
  background: var(--rust);
}

.plain-link {
  color: var(--brown);
  font-size: 14px;
  font-weight: 700;
}

.hero-photo {
  position: relative;
  max-width: 430px;
  margin: 0;
  padding: 10px;
  background: #fffdf7;
  box-shadow: 0 14px 40px rgb(36 23 19 / 11%);
  justify-self: end;
  transform: rotate(0.7deg);
}

.hero-photo::before {
  position: absolute;
  z-index: -1;
  top: -18px;
  right: -18px;
  width: 75%;
  height: 55%;
  background: var(--paper-deep);
  content: "";
}

.hero-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 45%;
}

.hero-photo figcaption {
  padding: 10px 3px 2px;
  color: var(--muted);
  font-size: 12px;
}

.personal-quote {
  padding: 52px max(32px, calc((100% - 960px) / 2));
  background: var(--brown-deep);
  color: var(--cream);
}

.personal-quote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.35;
  text-align: center;
}

.about {
  display: grid;
  padding-block: 112px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  align-items: start;
  gap: clamp(56px, 9vw, 130px);
}

.about-title h2 {
  margin-bottom: 0;
}

.about-copy {
  padding-top: 34px;
  color: var(--muted);
  font-size: 1.04rem;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-copy a {
  color: var(--rust);
  font-weight: 700;
}

.services {
  padding-block: 110px;
  background: var(--paper);
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(54px, 8vw, 110px);
}

.craft-photo {
  position: sticky;
  top: 104px;
  margin: 0;
}

.craft-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 40%;
}

.services-copy {
  padding-top: 8px;
}

.section-intro {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-list article {
  display: grid;
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
  gap: 18px;
}

.service-list article > span {
  padding-top: 5px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.service-list h3 {
  margin-bottom: 6px;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.service-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.honest-note {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 4px solid var(--rust);
  background: var(--cream);
}

.honest-note strong {
  color: var(--brown);
}

.honest-note p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.process {
  padding-block: 96px;
  background: var(--brown-deep);
  color: var(--cream);
}

.process-heading {
  display: grid;
  margin-bottom: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.5fr);
  align-items: end;
  gap: 50px;
}

.process-heading h2 {
  max-width: 720px;
  margin: 0;
}

.process-heading .section-label {
  color: #ddb978;
}

.process-heading > p {
  margin: 0 0 8px;
  color: #cfc2b7;
}

.process-grid {
  display: grid;
  border-top: 1px solid rgb(255 255 255 / 18%);
  grid-template-columns: repeat(4, 1fr);
}

.process-grid article {
  padding: 30px 25px 5px 0;
  border-right: 1px solid rgb(255 255 255 / 18%);
}

.process-grid article:not(:first-child) {
  padding-left: 25px;
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 32px;
  border: 1px solid #d9af72;
  border-radius: 50%;
  color: #f1d39e;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}

.process-grid h3 {
  margin-bottom: 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.process-grid p {
  margin: 0;
  color: #cbbeb3;
  font-size: 14px;
}

.result {
  display: grid;
  padding-block: 120px;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(54px, 9vw, 125px);
}

.result-copy p:not(.section-label) {
  color: var(--muted);
}

.result-copy p:last-child {
  margin-bottom: 0;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.before-after figure {
  position: relative;
  margin: 0;
}

.before-after img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 53%;
}

.before-after figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 9px;
  background: rgb(36 23 19 / 88%);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shop-plan {
  padding-block: 110px;
  background: var(--paper-deep);
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(58px, 10vw, 140px);
}

.rain-photo {
  max-width: 420px;
  margin: 0;
}

.rain-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 38%;
}

.shop-lead {
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.45;
}

.shop-copy > p:not(.section-label):not(.shop-lead) {
  color: var(--muted);
}

.shop-points {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 9px;
}

.shop-points span {
  padding: 8px 11px;
  border: 1px solid #cdbcaa;
  background: rgb(255 250 241 / 65%);
  color: var(--brown);
  font-size: 12px;
  font-weight: 700;
}

.contact {
  padding: 80px 32px;
  background: var(--brown-deep);
  color: var(--cream);
}

.contact-inner {
  display: flex;
  width: min(780px, 100%);
  min-height: 390px;
  margin-inline: auto;
  padding: 50px clamp(24px, 6vw, 70px);
  border: 1px solid rgb(255 255 255 / 19%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact .section-label {
  color: #ddb978;
}

.contact h2 {
  max-width: 650px;
}

.contact-inner > p:not(.section-label) {
  max-width: 610px;
  color: #d6cbc1;
}

.contact-mail {
  margin: 8px 0 24px;
  color: #f1d39e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  text-decoration: none;
}

.button-light {
  border-color: #e7c993;
  background: transparent;
  color: #f5e6cb;
}

.button-light:hover {
  border-color: #e7c993;
  background: #e7c993;
  color: var(--brown-deep);
}

footer {
  display: grid;
  min-height: 126px;
  padding: 34px max(32px, calc((100% - 1120px) / 2));
  background: #1b1210;
  color: #aa9f96;
  grid-template-columns: 0.7fr 1.4fr 1fr;
  align-items: center;
  gap: 34px;
  font-size: 12px;
}

footer p {
  margin: 0;
}

footer > a:last-child {
  justify-self: end;
}

footer a {
  color: #d9c6b4;
}

.footer-brand {
  color: var(--cream);
}

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 40px, 760px);
  }

  .site-header,
  .status-bar {
    padding-inline: 20px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .mobile-nav summary {
    display: flex;
    min-height: 44px;
    padding: 8px 0;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav[open] nav {
    position: absolute;
    top: 44px;
    right: 0;
    display: grid;
    min-width: 230px;
    padding: 12px;
    border: 1px solid var(--line);
    background: var(--cream);
    box-shadow: 0 16px 30px rgb(36 23 19 / 12%);
  }

  .mobile-nav nav a {
    display: flex;
    min-height: 44px;
    padding: 10px 12px;
    align-items: center;
    text-decoration: none;
  }

  .hero {
    min-height: auto;
    padding-block: 62px 78px;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 8vw, 5.4rem);
  }

  .about,
  .services-layout,
  .result,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .about {
    gap: 24px;
  }

  .about-copy {
    max-width: 670px;
    padding-top: 0;
  }

  .services-layout {
    gap: 50px;
  }

  .craft-photo {
    position: static;
    max-width: 620px;
  }

  .services-copy {
    max-width: 700px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid article:nth-child(2) {
    border-right: 0;
  }

  .process-grid article:nth-child(n + 3) {
    border-top: 1px solid rgb(255 255 255 / 18%);
  }

  .result {
    gap: 46px;
  }

  .result-copy {
    max-width: 650px;
  }

  .before-after {
    max-width: 700px;
  }

  .shop-layout {
    gap: 48px;
  }

  .rain-photo {
    width: min(440px, 76%);
  }

  .shop-copy {
    max-width: 700px;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  footer > a:last-child {
    justify-self: start;
    grid-column: 1 / -1;
  }
}

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

  .hero-photo {
    width: min(430px, calc(100% - 20px));
    justify-self: start;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: calc(100% - 32px);
  }

  body {
    font-size: 16px;
  }

  h2 {
    font-size: clamp(2.25rem, 12vw, 3.55rem);
  }

  .site-header {
    min-height: 68px;
  }

  .brand {
    font-size: 24px;
  }

  .status-bar {
    min-height: 48px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .status-bar span:last-child {
    max-width: 150px;
    text-align: right;
  }

  .hero {
    padding-block: 44px 58px;
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-photo {
    width: calc(100% - 20px);
    max-width: 430px;
    justify-self: start;
  }

  .hero-photo::before {
    right: -14px;
  }

  .personal-quote {
    padding: 42px 24px;
  }

  .about,
  .result {
    padding-block: 78px;
  }

  .services,
  .shop-plan {
    padding-block: 78px;
  }

  .craft-photo img {
    aspect-ratio: 4 / 5;
  }

  .process {
    padding-block: 72px;
  }

  .process-heading {
    display: block;
  }

  .process-heading > p {
    margin-top: 24px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article,
  .process-grid article:not(:first-child) {
    padding: 24px 0;
    border-top: 1px solid rgb(255 255 255 / 18%);
    border-right: 0;
  }

  .process-grid article:first-child {
    border-top: 0;
  }

  .process-grid span {
    margin-bottom: 18px;
  }

  .before-after {
    gap: 8px;
  }

  .before-after figcaption {
    right: 7px;
    bottom: 7px;
    padding: 5px 7px;
    font-size: 10px;
  }

  .rain-photo {
    width: 82%;
  }

  .contact {
    padding: 52px 16px;
  }

  .contact-inner {
    min-height: 380px;
    padding: 44px 18px;
  }

  .contact-mail {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  footer {
    padding-block: 36px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  footer > a:last-child {
    grid-column: auto;
  }

  footer a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

.footer-brand span {
  color: #e4bd78;
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 3.7rem);
  }

  .before-after {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
