* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body {
  font-family: 'Times New Roman', Times, serif;
  background: #F7F3F0;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px 24px; padding: 22px 30px; }
.wordmark { font-size: 15px; letter-spacing: 0.08em; text-decoration: none; }
.top nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.top nav a { font-size: 14px; letter-spacing: 0.06em; text-decoration: none; color: #55565A; transition: color 0.25s; }
.top nav a:hover { color: #1A1A1A; }
.top nav a.btn { color: #1A1A1A; }
.top nav a.btn:hover { color: #F7F3F0; }
.btn {
  margin-top: 44px;
  display: inline-block;
  font: inherit;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  background: none;
  border: 1px solid #1A1A1A;
  padding: 13px 36px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.btn:hover { background: #1A1A1A; color: #F7F3F0; }
.btn:disabled { opacity: 0.5; cursor: default; }
.btn.sm { margin: 0; font-size: 14px; letter-spacing: 0.06em; padding: 8px 18px; white-space: nowrap; }
#apply, #done {
  min-height: calc(100svh - 68px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px 64px;
}
.stage { max-width: 600px; width: 100%; text-align: center; }
h1 {
  font-size: clamp(27px, 4.5vw, 42px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.sub {
  margin-top: 16px;
  font-size: clamp(16px, 2vw, 19px);
  font-style: italic;
  color: #55565A;
  line-height: 1.45;
  text-wrap: balance;
}
form { max-width: 460px; margin: 20px auto 0; text-align: left; }
.row { display: flex; gap: 28px; }
.row > input { flex: 1; min-width: 0; }
input, textarea {
  width: 100%;
  font: inherit;
  font-size: 17px;
  line-height: 1.4;
  color: #1A1A1A;
  background: none;
  border: 0;
  border-bottom: 1px solid #C9C2BC;
  border-radius: 0;
  padding: 12px 2px;
  margin-top: 20px;
}
textarea { resize: none; margin-top: 20px; display: block; overflow: hidden; }
input:focus, textarea:focus { outline: none; border-bottom-color: #1A1A1A; }
::placeholder { color: #8A8B8F; opacity: 1; }
form .btn { display: block; margin: 40px auto 0; }
.hp { position: absolute; left: -9999px; top: -9999px; }
.err { margin-top: 20px; font-style: italic; font-size: 15px; color: #55565A; text-align: center; }

#products { max-width: 600px; margin: 0 auto; padding: 24px 24px 60px; scroll-margin-top: 24px; }
#products h2, .eyebrow, .kind {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #55565A;
}
#products h2 { font-size: 13px; text-align: center; margin-bottom: 14px; }
.box {
  border: 1px solid #C9C2BC;
  border-radius: 16px;
  margin-top: 14px;
  transition: border-color 0.25s;
}
.box:hover, .box[open] { border-color: #1A1A1A; }
.box summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
}
.box summary::-webkit-details-marker { display: none; }
.what { display: block; font-size: clamp(20px, 2.6vw, 23px); line-height: 1.25; margin-top: 5px; }
.plus { flex: none; width: 15px; height: 15px; position: relative; transition: transform 0.3s; }
.plus::before, .plus::after { content: ''; position: absolute; background: #1A1A1A; }
.plus::before { left: 0; right: 0; top: 7px; height: 1px; }
.plus::after { top: 0; bottom: 0; left: 7px; width: 1px; }
.box[open] .plus { transform: rotate(45deg); }
.more { padding: 0 24px 28px; font-size: 16px; line-height: 1.5; }
.more h3 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #55565A;
  margin: 20px 0 6px;
}
.more h3:first-child { margin-top: 2px; }
.more ul { list-style: none; }
.more li { position: relative; padding-left: 16px; margin-top: 6px; }
.more li::before { content: ''; position: absolute; left: 1px; top: 10px; width: 4px; height: 4px; border-radius: 50%; background: #1A1A1A; }
.inq {
  display: inline-block;
  margin-top: 24px;
  font-style: italic;
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1px solid #C9C2BC;
  transition: border-color 0.25s;
}
.inq:hover { border-bottom-color: #1A1A1A; }
.links { display: flex; flex-wrap: wrap; gap: 6px 26px; margin-top: 24px; }
.links .inq { margin-top: 0; }
.else { margin-top: 44px; text-align: center; font-size: 17px; line-height: 1.5; }
.else .inq { margin-top: 6px; font: inherit; font-style: italic; background: none; border: 0; border-bottom: 1px solid #C9C2BC; cursor: pointer; padding: 0; }
dialog {
  width: min(92vw, 520px);
  border: 1px solid #1A1A1A;
  border-radius: 16px;
  background: #F7F3F0;
  color: #1A1A1A;
  padding: 0;
  margin: auto;
}
dialog::backdrop { background: rgba(26, 26, 26, 0.35); }
dialog .in { padding: 44px 36px 36px; text-align: center; }
dialog h2 { font-size: clamp(22px, 3vw, 27px); font-weight: 400; line-height: 1.3; text-wrap: balance; }
dialog form { margin-top: 4px; }
dialog .sub { margin-top: 12px; }
.x { position: absolute; top: 18px; right: 18px; width: 15px; height: 15px; background: none; border: 0; cursor: pointer; padding: 0; }
.x::before, .x::after { content: ''; position: absolute; left: 0; right: 0; top: 7px; height: 1px; background: #1A1A1A; }
.x::before { transform: rotate(45deg); }
.x::after { transform: rotate(-45deg); }

.page { max-width: 640px; margin: 0 auto; padding: 24px 24px 80px; }
.crumbs { font-size: 13px; letter-spacing: 0.04em; color: #55565A; margin-bottom: 30px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs span { margin: 0 8px; }
.page h1 { font-size: clamp(30px, 5vw, 44px); line-height: 1.2; margin-top: 8px; }
.lead { margin-top: 18px; font-size: clamp(17px, 2.2vw, 20px); font-style: italic; color: #55565A; line-height: 1.5; }
.date { margin-top: 12px; font-size: 14px; letter-spacing: 0.06em; color: #55565A; }
.prose { margin-top: 28px; font-size: 17px; line-height: 1.6; }
.prose h2 { font-size: 23px; font-weight: 400; line-height: 1.3; margin: 36px 0 8px; }
.prose p { margin-top: 14px; }
.prose ul { list-style: none; margin-top: 10px; }
.prose li { position: relative; padding-left: 16px; margin-top: 8px; }
.prose li::before { content: ''; position: absolute; left: 1px; top: 12px; width: 4px; height: 4px; border-radius: 50%; background: #1A1A1A; }
.prose a { text-decoration: none; border-bottom: 1px solid #C9C2BC; transition: border-color 0.25s; }
.prose a:hover { border-bottom-color: #1A1A1A; }
.sources { margin-top: 40px; font-size: 14px; line-height: 1.5; color: #55565A; }
.sources ol { list-style: none; margin-top: 8px; }
.sources li { margin-top: 8px; }
.sources a { color: inherit; text-decoration: none; border-bottom: 1px solid #C9C2BC; overflow-wrap: anywhere; }
.sources a:hover { border-bottom-color: #1A1A1A; }
.tiles { margin-top: 28px; }
.tile { display: block; border: 1px solid #C9C2BC; border-radius: 16px; padding: 20px 24px; margin-top: 14px; text-decoration: none; transition: border-color 0.25s; }
.tile:hover { border-color: #1A1A1A; }
.tile p { margin-top: 8px; font-size: 15px; color: #55565A; line-height: 1.5; }
.cta { margin-top: 56px; border: 1px solid #C9C2BC; border-radius: 16px; padding: 32px 28px 30px; text-align: center; }
.cta h2 { font-size: clamp(22px, 3vw, 28px); font-weight: 400; line-height: 1.3; text-wrap: balance; }
.cta p { margin-top: 10px; font-style: italic; color: #55565A; line-height: 1.45; }
.cta .btn { margin-top: 24px; }
.cta .inq { margin-top: 18px; }

footer { border-top: 1px solid #C9C2BC; margin-top: 40px; padding: 44px 30px 110px; font-size: 14px; color: #55565A; }
.foot { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 2fr 1fr; gap: 32px; }
.foot h3 { font-size: 12px; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 12px; }
.foot ul { list-style: none; }
.foot li { margin-top: 6px; }
.foot a { text-decoration: none; transition: color 0.25s; }
.foot a:hover { color: #1A1A1A; }
.foot .two { columns: 2; column-gap: 28px; }
.foot p { line-height: 1.55; }
.foot .wordmark { color: #1A1A1A; display: inline-block; margin-bottom: 10px; }
.mail {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #1A1A1A;
  background: #F7F3F0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: background 0.25s;
}
.mail svg { width: 22px; height: 22px; stroke: #1A1A1A; fill: none; stroke-width: 1.3; stroke-linejoin: round; transition: stroke 0.25s; }
.mail:hover { background: #1A1A1A; }
.mail:hover svg { stroke: #F7F3F0; }
@media (max-width: 720px) {
  .foot { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 480px) {
  .top { padding: 18px 20px; }
  .top nav { gap: 16px; }
  .row { flex-direction: column; gap: 0; }
  .box summary { padding: 20px 20px; }
  .more { padding: 0 20px 24px; }
  dialog .in { padding: 40px 22px 28px; }
  .foot .two { columns: 1; }
}
