:root {
  --paper: #fdf9f7;
  --paper-warm: #f8efec;
  --blush: #f1ddda;
  --rose: #c98289;
  --rose-deep: #9d6069;
  --ink: #463a38;
  --muted: #786966;
  --rule: #e4c8c6;
  --shadow: 0 14px 40px rgba(116, 76, 72, .09);
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --script: "Sacramento", cursive;
  --latin: "Italiana", serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, .94), transparent 31%),
    linear-gradient(145deg, var(--paper) 0%, var(--paper-warm) 58%, var(--blush) 100%);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.95;
  letter-spacing: .055em;
}
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 4px; }
.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 100;
  padding: 7px 14px;
  background: white;
}
.skip-link:focus { top: 1rem; }

.policy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(213, 177, 175, .34);
  background: rgba(253, 249, 247, .9);
  backdrop-filter: blur(10px);
}
.policy-brand { min-width: 145px; text-align: center; }
.policy-brand span { display: block; font: .63rem/1 var(--latin); letter-spacing: .24em; }
.policy-brand small {
  display: block;
  margin-top: 4px;
  font: 1.25rem/.8 var(--script);
  letter-spacing: .02em;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--rose-deep);
  font: .72rem var(--latin);
  letter-spacing: .12em;
}

main {
  position: relative;
  max-width: 780px;
  padding: 48px 17px 56px;
  margin: auto;
}
main::before,
main::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 150px;
  height: 220px;
  background: url("../assets/images/botanical-corner-clean.webp") center/contain no-repeat;
  opacity: .14;
  pointer-events: none;
}
main::before { top: 85px; right: 0; transform: scaleX(-1); }
main::after { bottom: 60px; left: 0; }
.policy-intro { max-width: 620px; margin: 0 auto 28px; text-align: center; }
.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0;
  color: var(--rose);
  font: 2rem/1 var(--script);
}
.eyebrow::before,
.eyebrow::after { content: ""; width: 44px; height: 1px; background: var(--rose); }
h1 {
  margin: 18px 0 16px;
  font-size: clamp(1.35rem, 6vw, 1.8rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .12em;
}
.policy-intro > p:last-child { margin: 0; font-size: .72rem; }

.policy-card {
  position: relative;
  padding: 30px 24px;
  border: 1px solid var(--rule);
  background: rgba(255, 253, 251, .94) url("../assets/images/letter-paper-texture.webp") repeat;
  background-size: 440px auto;
  box-shadow: var(--shadow);
}
.policy-card section { padding: 22px 0; border-bottom: 1px dashed var(--rule); }
.policy-card section:first-of-type { padding-top: 7px; }
.policy-card h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: var(--rose-deep);
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .09em;
}
.policy-card h2 span {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--blush);
  color: var(--rose-deep);
  font: .58rem var(--latin);
}
.policy-card p { margin: 0; font-size: .7rem; }
.policy-card ul { display: grid; gap: 5px; padding: 0; margin: 0; list-style: none; font-size: .7rem; }
.policy-card li { position: relative; padding-left: 17px; }
.policy-card li::before {
  content: "";
  position: absolute;
  top: .76em;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}
.contact-section { border-bottom: 0 !important; }
.contact-section a {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  border: 1px solid var(--rose);
  border-radius: 999px;
  background: linear-gradient(100deg, #d7a0a2, #c78389);
  color: white;
  box-shadow: 0 5px 12px rgba(150, 95, 100, .15);
  font-size: .72rem;
}
.contact-section a span { position: absolute; right: 42px; font-size: 1.1rem; }
.established { margin-top: 18px !important; color: var(--muted); text-align: right; font-size: .6rem !important; }
.home-button {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 28px auto 0;
  color: var(--rose-deep);
  font-size: .72rem;
}
footer {
  padding: 21px 16px 34px;
  border-top: 1px solid rgba(214, 181, 178, .45);
  background: rgba(255, 251, 249, .72);
  color: var(--muted);
  text-align: center;
  font: .55rem var(--latin);
  letter-spacing: .1em;
}

@media (min-width: 600px) {
  body { font-size: 15px; }
  .policy-header { min-height: 78px; padding-inline: 5vw; }
  main { padding: 68px 28px 78px; }
  .policy-card { padding: 42px 58px; }
  .policy-card h2 { font-size: 1rem; }
  .policy-card p, .policy-card ul { font-size: .79rem; }
  .contact-section a span { right: 70px; }
}

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