:root {
  --espresso: #211714;
  --ink: #281c17;
  --coffee: #6e4738;
  --clay: #af8168;
  --cream: #f6f0e8;
  --paper: #fffdfa;
  --line: #d9c9bb;
  --muted: #8b776b;
  --serif: Georgia, "Songti SC", "STSong", serif;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 16px/1.55 var(--sans); }
a { color: inherit; }
a:focus-visible { outline: 2px solid #e2a54d; outline-offset: 5px; }

.site-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 26px clamp(24px, 5vw, 76px);
  color: #f9f3eb;
}
.wordmark { display: inline-flex; width: max-content; flex-direction: column; color: inherit; text-decoration: none; }
.wordmark span { font: 700 clamp(20px, 2.2vw, 31px)/.98 var(--serif); letter-spacing: .065em; }
.wordmark small { margin-top: 7px; color: #cdbeb0; font: 11px/1 var(--sans); letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 46px); }
.site-nav a, .header-cta { color: #e6d8cd; font-size: 13px; letter-spacing: .06em; text-decoration: none; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: #fff; }
.header-cta { justify-self: end; padding: 10px 14px; border: 1px solid #795a4b; border-radius: 999px; }
.header-cta span { margin-left: 6px; font-size: 16px; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 360px); gap: clamp(38px, 8vw, 136px); min-height: 780px; overflow: hidden; padding: 170px clamp(24px, 9vw, 150px) 78px; color: #f9f3eb; background: var(--espresso); }
.hero-copy { position: relative; z-index: 1; align-self: center; max-width: 680px; }
.hero-index, .section-index, .qr-kicker { margin: 0; color: #cdbeb0; font: 11px/1.2 var(--sans); letter-spacing: .2em; }
.hero h1 { margin: 23px 0 25px; font: 700 clamp(48px, 7vw, 96px)/.99 var(--serif); letter-spacing: -.055em; }
.hero h1 em { color: #d1a482; font-style: normal; }
.hero-lede { max-width: 510px; margin: 0; color: #d7c9bd; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.75; }
.hero-link, .text-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 36px; color: #f3c28f; font-size: 14px; letter-spacing: .08em; text-decoration: none; }
.hero-link span, .text-link span { font-size: 22px; line-height: 1; transition: transform .2s ease; }
.hero-link:hover span, .text-link:hover span { transform: translateX(4px); }
.hero-mark { position: absolute; right: 26%; bottom: -150px; width: clamp(360px, 46vw, 650px); height: clamp(360px, 46vw, 650px); border: 1px solid rgba(218,190,169,.28); border-radius: 50%; transform: rotate(-17deg); }
.mark-ring { position: absolute; display: block; border: 1px solid rgba(218,190,169,.22); border-radius: 50%; }
.mark-ring-one { width: 65%; height: 65%; top: 12%; left: 12%; }
.mark-ring-two { width: 35%; height: 35%; top: 38%; left: 38%; border-color: rgba(241,204,170,.55); }
.mark-bean { position: absolute; top: 40%; left: 43%; width: 16%; height: 28%; border-radius: 70% 42% 65% 38%; background: #9a6d55; transform: rotate(26deg); }
.mark-bean::after { position: absolute; top: 8%; left: 40%; width: 18%; height: 84%; border-radius: 50%; background: rgba(245,231,213,.65); content: ""; transform: rotate(18deg); }
.mark-caption { position: absolute; right: 17%; bottom: 22%; color: rgba(245,231,213,.7); font: 700 10px/1.4 var(--serif); letter-spacing: .12em; text-align: right; }
.hero-line { position: absolute; height: 1px; background: rgba(232,213,198,.25); }
.hero-line-top { top: 122px; left: 9vw; width: 37%; }
.hero-line-bottom { right: 9vw; bottom: 78px; width: 25%; }

.qr-card { position: relative; z-index: 1; align-self: center; padding: 26px; color: var(--ink); background: var(--paper); box-shadow: 16px 16px 0 rgba(127,77,53,.22); }
.qr-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.qr-kicker { color: var(--coffee); }
.qr-number { color: var(--coffee); font: 700 20px/1 var(--serif); }
.qr-image-wrap { display: grid; place-items: center; padding: 24px 0 18px; }
.qr-image-wrap img { display: block; width: min(100%, 280px); height: auto; }
.qr-card h2 { margin: 8px 0 5px; font: 700 24px/1.2 var(--serif); letter-spacing: -.035em; }
.qr-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.qr-button { display: flex; align-items: center; justify-content: space-between; margin-top: 21px; padding: 13px 16px; color: #fffaf3; background: var(--coffee); font-size: 13px; text-decoration: none; }
.qr-button span { font-size: 20px; }

.services, .about { max-width: 1320px; margin: 0 auto; padding: 118px clamp(24px, 7vw, 105px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.section-heading h2, .about h2 { max-width: 700px; margin: 16px 0 0; font: 700 clamp(30px, 4vw, 54px)/1.08 var(--serif); letter-spacing: -.045em; }
.section-heading > p { max-width: 250px; margin: 0; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-item { position: relative; min-height: 214px; padding: 24px 20px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,250,.35); text-decoration: none; transition: background .25s ease, transform .25s ease; }
.service-item:hover { background: var(--paper); transform: translateY(-3px); }
.service-item img { display: block; width: 100px; height: 92px; object-fit: contain; object-position: center; }
.service-item span { display: block; margin-top: 13px; font: 700 20px/1.2 var(--serif); }
.service-item small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.service-item b { position: absolute; top: 26px; right: 20px; color: var(--coffee); font: 20px/1 var(--serif); font-weight: 400; }

.about { display: grid; grid-template-columns: minmax(170px, .55fr) 1.45fr; gap: 9vw; padding-top: 110px; padding-bottom: 132px; }
.about-stamp { display: grid; place-items: center; align-self: start; width: min(220px, 100%); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; color: var(--coffee); text-align: center; transform: rotate(-12deg); }
.about-stamp span { display: block; font: 700 clamp(46px, 6vw, 74px)/.9 var(--serif); }
.about-stamp small { display: block; margin-top: 12px; font-size: 10px; letter-spacing: .18em; }
.about-copy { max-width: 760px; }
.about-copy > p:not(.section-index) { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.85; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 35px; padding: 34px clamp(24px, 7vw, 105px) 40px; color: #f1e7dd; background: var(--espresso); }
.footer-brand strong { display: block; font: 700 24px/1 var(--serif); letter-spacing: .08em; }
.footer-brand span { display: block; margin-top: 9px; color: #bea99a; font-size: 12px; }
.footer-note { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; color: #bea99a; font-size: 12px; }
.footer-note a { color: #e5b27e; text-decoration: none; }
.footer-mark { color: #cdbeb0; font: 700 12px/1 var(--serif); letter-spacing: .18em; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { grid-column: 1/-1; grid-row: 2; justify-content: center; padding-top: 6px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 190px; }
  .hero-copy { max-width: 680px; }
  .qr-card { width: min(100%, 410px); justify-self: center; margin-top: 16px; }
  .hero-mark { right: -15%; bottom: 190px; opacity: .7; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .site-header { position: absolute; gap: 16px; padding: 20px 20px; }
  .wordmark span { font-size: 21px; }
  .wordmark small { font-size: 9px; }
  .site-nav { justify-content: flex-start; gap: 17px; overflow-x: auto; }
  .site-nav a { flex: 0 0 auto; font-size: 12px; }
  .header-cta { padding: 8px 10px; font-size: 11px; }
  .hero { gap: 22px; padding: 154px 20px 54px; }
  .hero h1 { margin-top: 18px; font-size: clamp(44px, 14vw, 68px); }
  .hero-lede { font-size: 15px; }
  .hero-line-top { top: 121px; left: 20px; width: 45%; }
  .hero-mark { right: -37%; bottom: 235px; width: 390px; height: 390px; }
  .qr-card { padding: 20px; }
  .qr-image-wrap { padding: 18px 0 13px; }
  .qr-image-wrap img { width: min(100%, 248px); }
  .services, .about { padding: 76px 20px; }
  .section-heading { display: block; }
  .section-heading h2, .about h2 { margin-top: 13px; font-size: 34px; }
  .section-heading > p { margin-top: 19px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); margin-top: 22px; }
  .service-item { min-height: 170px; padding: 16px 13px; }
  .service-item img { width: 76px; height: 68px; }
  .service-item span { margin-top: 9px; font-size: 17px; }
  .service-item small { font-size: 9px; }
  .service-item b { top: 16px; right: 13px; font-size: 16px; }
  .about { display: block; }
  .about-stamp { width: 125px; margin-bottom: 42px; }
  .about-copy > p:not(.section-index) { margin-top: 22px; font-size: 15px; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; padding: 28px 20px 34px; }
  .footer-mark { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
