:root {
  --ink: #3d3730;
  --muted: #9b8f86;
  --paper: #fffdf9;
  --warm: #fbf5f1;
  --warm-deep: #f4e8e2;
  --pink: #dfaaa3;
  --pink-soft: #f3d9d4;
  --brown: #52473f;
  --shadow: 0 20px 55px rgba(108, 83, 70, .08);
  --max: 760px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 253, 249, .7), rgba(255, 253, 249, .7)),
    url("pattern-shippo.svg") 50% 0 / 168px 168px repeat,
    linear-gradient(var(--paper), var(--paper));
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  line-height: 2.15;
  letter-spacing: .08em;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  left: 1rem;
  top: 1rem;
  padding: .6rem .9rem;
  background: var(--brown);
  color: #fff;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: .8rem clamp(1.1rem, 5vw, 3rem);
  background: transparent;
  border-bottom: 0;
}

.brand {
  display: inline-flex;
  align-items: flex-start;
}

.brand-name,
.footer-brand {
  display: block;
  color: var(--brown);
  font-size: clamp(2rem, 6vw, 3.9rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .18em;
}

.brand-sub {
  display: block;
  margin-top: .7rem;
  color: var(--pink);
  font-size: clamp(.82rem, 2vw, 1rem);
  letter-spacing: .3em;
  line-height: 1.5;
}

.site-nav {
  position: fixed;
  left: 1rem;
  right: 1rem;
  top: 78px;
  display: grid;
  gap: .1rem;
  padding: .9rem;
  border: 1px solid var(--pink-soft);
  border-radius: 12px;
  background: rgba(255,253,249,.96);
  box-shadow: var(--shadow);
  color: var(--brown);
  font-size: .82rem;
  letter-spacing: .08em;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s ease;
}

.site-nav a {
  padding: .65rem .5rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--brown);
}

.nav-toggle {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid var(--pink-soft);
  border-radius: 0;
  background: rgba(255,255,255,.24);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 17px;
  height: 1px;
  margin: 5px auto;
  background: var(--brown);
}

.site-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero {
  display: grid;
  place-items: start center;
  min-height: 100vh;
  padding: clamp(9.5rem, 16vw, 12rem) 1.2rem 0;
  text-align: center;
}

.hero-inner {
  width: min(100%, 820px);
}

.eyebrow,
.section-title p {
  margin: 0;
  color: var(--pink);
  font-family: "Times New Roman", serif;
  font-size: .78rem;
  letter-spacing: .46em;
}

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

h1 {
  margin-bottom: 3rem;
  color: var(--brown);
  font-size: clamp(2.45rem, 7vw, 4.7rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .18em;
  text-wrap: balance;
}

.hero-concept {
  display: grid;
  gap: .3rem;
  justify-items: center;
}

.hero-concept span {
  display: block;
}

.concept-small {
  font-size: clamp(1.35rem, 3.8vw, 2.25rem);
  letter-spacing: .16em;
}

.concept-medium {
  font-size: clamp(2.05rem, 6vw, 3.7rem);
  letter-spacing: .18em;
}

.concept-line {
  font-size: clamp(1.9rem, 5.4vw, 3.35rem);
  letter-spacing: .14em;
  line-height: 1.55;
}

.concept-large {
  font-size: clamp(3.2rem, 10vw, 6.8rem);
  letter-spacing: .18em;
  line-height: 1.25;
}

.concept-particle {
  display: inline !important;
  margin-left: .16em;
  font-size: .42em;
  letter-spacing: .08em;
  vertical-align: .12em;
}

.hero-photo {
  width: min(100%, 720px);
  margin: -1rem auto 3rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(108, 83, 70, .08);
}

.hero-photo img {
  display: block;
  width: 100%;
  height: auto;
}

h2 {
  color: var(--brown);
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .2em;
  text-wrap: balance;
}

h3 {
  position: relative;
  margin: 3.4rem 0 1.4rem;
  padding-left: 1.55rem;
  color: var(--brown);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .1em;
  text-wrap: balance;
}

h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .56em;
  width: 5px;
  height: 1.7em;
  background: var(--pink);
}

.hero-lead {
  max-width: 650px;
  margin: 0 auto 3.2rem;
  color: var(--muted);
  font-size: clamp(1.12rem, 3vw, 1.45rem);
  line-height: 2.35;
}

.lead-emphasis {
  display: inline-block;
  margin: .3rem 0 .15rem;
  color: var(--brown);
  font-size: 1.2em;
  letter-spacing: .12em;
}

.text-tight {
  letter-spacing: .03em;
}

.phrase-strong {
  color: var(--brown);
  font-weight: 600;
  letter-spacing: .04em;
}

.hero-message {
  max-width: 850px;
  margin: 0 auto;
  padding: 3.1rem 0;
  border-block: 2px solid var(--pink-soft);
  color: #655b54;
  font-size: clamp(1.45rem, 3.9vw, 2.55rem);
  line-height: 2.15;
}

.hero-rule {
  width: min(100%, 920px);
  height: 1px;
  margin: 0 auto;
  background: var(--pink-soft);
}

.hero-logo {
  margin: clamp(4rem, 10vw, 6rem) auto 1.3rem;
  width: min(86vw, 620px);
  transform: rotate(-2deg);
}

.hero-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: contrast(1.04);
}

.profile-photo-slot {
  display: grid;
  place-items: center;
  width: clamp(190px, 38vw, 300px);
  height: clamp(190px, 38vw, 300px);
  margin: .2rem auto 2.8rem;
  padding: 8px;
  border: 1px solid rgba(223, 170, 163, .5);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255,255,255,.7), rgba(251,245,241,.78)),
    repeating-linear-gradient(45deg, rgba(223,170,163,.12), rgba(223,170,163,.12) 1px, transparent 1px, transparent 12px);
  box-shadow: 0 22px 58px rgba(108, 83, 70, .13);
  color: var(--pink);
  font-size: .82rem;
  letter-spacing: .18em;
  text-align: center;
  overflow: hidden;
}

.profile-photo-slot img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: 52% 36%;
  min-width: 0;
  min-height: 0;
}

.hero-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(100vw, 920px);
  margin: 0 auto;
  border-top: 1px solid var(--warm-deep);
  border-bottom: 1px solid var(--warm-deep);
  background: rgba(255,255,255,.74);
}

.hero-contact a {
  display: grid;
  place-items: center;
  gap: .25rem;
  min-height: 106px;
  color: var(--muted);
  border-right: 1px solid var(--warm-deep);
  font-size: 1.9rem;
}

.hero-contact a:last-child {
  border-right: 0;
}

.hero-contact small {
  font-size: .9rem;
  letter-spacing: .12em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .9rem;
  margin-top: 2.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .7rem 1.3rem;
  border: 1px solid var(--pink-soft);
  border-radius: 999px;
  font-size: .88rem;
  letter-spacing: .1em;
}

.button.primary {
  color: #fff;
  background: var(--pink);
  border-color: var(--pink);
}

.button.quiet {
  color: var(--brown);
  background: rgba(255, 255, 255, .62);
}

.section,
.section-soft {
  padding: clamp(4.8rem, 10vw, 8rem) 1.3rem;
}

.section-soft {
  background: linear-gradient(180deg, rgba(251, 245, 241, .78), rgba(255, 253, 249, .65));
}

.prose,
.story,
.lesson-inner,
.more,
.values-copy,
.contact-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.center {
  text-align: center;
}

.prose p,
.story-block p,
.lesson-inner p,
.more-list,
.values-copy p,
.contact-inner p {
  color: var(--muted);
  font-size: clamp(1.02rem, 2.5vw, 1.24rem);
}

.prose p,
.lesson-inner p,
.values-copy p,
.contact-inner p {
  margin-bottom: 1.55rem;
}

.story-block p {
  color: #5f5148;
}

.closing-line {
  margin-top: 3.6rem;
  padding-block: 2.2rem;
  border-block: 1px solid var(--pink-soft);
  color: var(--brown) !important;
  font-size: clamp(1.2rem, 3vw, 1.55rem) !important;
}

.page-index {
  width: min(100%, 620px);
  margin: clamp(4rem, 8vw, 6rem) auto 0;
  padding: clamp(1.6rem, 5vw, 2.5rem);
  border: 1px solid rgba(223, 170, 163, .55);
  border-radius: 8px;
  background: rgba(255,255,255,.7);
  box-shadow: var(--shadow);
  text-align: left;
}

.page-index-label {
  margin: 0 0 .2rem !important;
  color: var(--pink) !important;
  font-family: "Times New Roman", serif;
  font-size: .78rem !important;
  letter-spacing: .42em;
  text-align: center;
}

.page-index h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  text-align: center;
}

.page-index ol {
  display: grid;
  gap: .2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: page-index;
}

.page-index li {
  counter-increment: page-index;
  border-top: 1px solid rgba(243, 217, 212, .9);
}

.page-index li:last-child {
  border-bottom: 1px solid rgba(243, 217, 212, .9);
}

.page-index a {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: .35rem;
  align-items: center;
  padding: .58rem .2rem;
  color: #776d66;
  font-size: clamp(.92rem, 2.2vw, 1.08rem);
  line-height: 1.7;
}

.page-index a::before {
  content: counter(page-index, decimal-leading-zero);
  color: var(--pink);
  font-family: "Times New Roman", serif;
  font-size: .82rem;
  letter-spacing: .08em;
}

.section-title {
  margin-bottom: clamp(3.2rem, 8vw, 5.4rem);
  text-align: center;
}

.section-title h2 {
  margin-bottom: .35rem;
}

.story-block {
  margin-bottom: 2rem;
}

.story-block p {
  margin-bottom: 1.4rem;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin: 4rem 0;
}

.photo-slot,
.photo-grid div {
  display: grid;
  place-items: center;
  min-height: 220px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(223,170,163,.22), rgba(255,255,255,.55)),
    repeating-linear-gradient(45deg, rgba(155,143,134,.08), rgba(155,143,134,.08) 1px, transparent 1px, transparent 12px);
  color: var(--pink);
  font-size: .9rem;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(108, 83, 70, .08);
}

.photo-slot {
  width: min(100%, 620px);
  height: 300px;
  margin: 2rem auto 3rem;
}

.photo-slot.wide {
  width: min(100%, 760px);
  height: 380px;
  min-height: 280px;
  margin-top: 2.5rem;
}

.photo-slot.photo-full {
  display: block;
  height: auto;
  min-height: 0;
  background: transparent;
  box-shadow: none;
}

.photo-slot img,
.photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-grid div:nth-child(2) img {
  object-position: 50% 34%;
}

.photo-grid div:nth-child(3) img {
  object-fit: contain;
  object-position: 50% 18%;
}

.photo-grid .family-photo-full {
  background: rgba(255,255,255,.72);
}

.photo-grid .family-photo-full img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: 50% 50% !important;
}

.photo-grid div:nth-child(4) img {
  object-position: 50% 45%;
}

.family-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.family-grid div {
  background: transparent;
  box-shadow: none;
}

.family-grid .family-wide {
  grid-column: 1 / -1;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.family-grid .family-portrait {
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 4;
}

.family-grid .family-wide img,
.family-grid .family-portrait img {
  object-fit: contain;
  object-position: 50% 50%;
}

.photo-slot.photo-full img {
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(108, 83, 70, .08);
}

.values-photo {
  width: min(100%, 540px);
}

.photo-caption {
  margin: .6rem .15rem 0 auto !important;
  color: var(--muted) !important;
  font-size: .9rem !important;
  line-height: 1.7;
  letter-spacing: .08em;
  text-align: right;
}

.story-graduation-photo,
.story-refresh-photo,
.lesson-card .lesson-photo,
.service-photo,
.service-between-photo {
  height: auto;
  min-height: 0;
}

.story-graduation-photo,
.story-refresh-photo {
  display: block;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.story-graduation-photo img,
.story-refresh-photo img,
.lesson-card .lesson-photo img,
.service-photo img,
.service-between-photo img {
  object-fit: contain;
}

.story-graduation-photo img,
.story-refresh-photo img {
  height: auto;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(108, 83, 70, .08);
}

.photo-grid div {
  height: 260px;
}

.lesson-inner {
  text-align: left;
}

.lesson-inner h2 {
  max-width: 620px;
}

.lesson-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.2rem;
  margin-top: 3rem;
  padding: 1.3rem 1.5rem;
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow);
}

.lesson-card .lesson-photo {
  grid-column: 1 / -1;
  width: min(100%, 500px);
  aspect-ratio: 3 / 4;
  margin: .7rem 0 0;
  justify-self: center;
}

.lesson-icon {
  display: block;
  width: clamp(88px, 18vw, 132px);
  height: auto;
  align-self: start;
  filter: drop-shadow(0 10px 16px rgba(108, 83, 70, .08));
}

.lesson-card h3 {
  margin: 0 0 .6rem;
  padding: 0;
  font-size: 1.45rem;
}

.lesson-card h3::before {
  display: none;
}

.lesson-card p {
  margin-bottom: .8rem;
}

.lesson-card .price {
  color: var(--pink);
  font-size: 1.34rem;
  font-weight: 400;
}

.lesson-card .note {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.cards {
  width: min(100%, 980px);
  margin-inline: auto;
}

.service-list {
  display: grid;
  gap: 2rem;
}

.service-card {
  padding: clamp(2rem, 6vw, 4rem);
  border-radius: 10px;
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow);
  text-align: center;
}

.service-card h3 {
  margin: 0 0 1.1rem;
  padding: 0;
  font-size: 1.8rem;
}

.service-card h3::before {
  display: none;
}

.service-card p {
  color: var(--muted);
  font-size: clamp(1rem, 2.4vw, 1.18rem);
}

.service-card .price {
  margin: 1.4rem 0 .2rem;
  color: var(--pink);
  font-size: 1.16rem;
}

.service-card .note {
  margin: 0;
  font-size: .92rem;
}

.service-photo {
  width: min(100%, 500px);
  aspect-ratio: 3 / 4;
  margin: 2rem 0 0;
  margin-inline: auto;
}

.rental-photo img {
  object-position: 50% 46%;
}

.service-between-photo {
  width: min(100%, 500px);
  aspect-ratio: 1108 / 1477;
  margin: .3rem auto;
}

.service-between-photo img {
  object-position: 50% 42%;
}

.more-list {
  display: grid;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  color: #5f5148;
  list-style: none;
}

.more-list li {
  position: relative;
  padding-left: 2rem;
}

.more-list li::before {
  content: "○";
  position: absolute;
  left: 0;
  color: var(--pink);
}

.more-contact {
  margin: 2.3rem 0 0;
  color: var(--brown);
  font-size: clamp(1.18rem, 2.8vw, 1.42rem);
  text-align: center;
}

.more-photo {
  display: block;
  width: min(100%, 560px);
  height: auto;
  min-height: 0;
  margin: 3rem auto 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.more-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(108, 83, 70, .08);
}

.values-copy {
  text-align: center;
}

.values-copy p {
  color: #776d66;
  font-size: clamp(1.18rem, 3vw, 1.62rem);
  line-height: 2.25;
}

blockquote {
  margin: 3rem auto 2rem;
  padding: 2.3rem 1.3rem;
  border: 0;
  border-block: 1px solid var(--pink-soft);
  background: var(--warm);
  color: var(--brown);
  font-size: clamp(1.28rem, 3.2vw, 1.72rem);
  line-height: 2;
}

.voice-label {
  color: var(--muted) !important;
  font-size: .95rem !important;
}

.voices {
  display: grid;
  gap: 2rem;
}

.blog-preparing {
  display: grid;
  grid-template-columns: minmax(220px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.2rem, 4vw, 2.4rem);
  width: min(100%, 920px);
  margin-inline: auto;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  border: 1px solid rgba(243, 217, 212, .85);
  border-radius: 10px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}

.blog-preparing img {
  display: block;
  width: 100%;
  max-width: 380px;
  justify-self: center;
  border-radius: 8px;
}

.blog-date {
  margin-bottom: 1.1rem;
  color: var(--pink);
  font-family: "Times New Roman", serif;
  font-size: .82rem;
  letter-spacing: .2em;
}

.blog-preparing h3 {
  margin: 0 0 1rem;
  padding: 0;
  color: var(--brown);
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  line-height: 1.8;
}

.blog-preparing h3::before {
  display: none;
}

.blog-preparing p {
  color: var(--muted);
  font-size: clamp(1rem, 2.4vw, 1.16rem);
}

.blog-card {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: clamp(1.2rem, 4vw, 2.4rem);
  align-items: center;
  width: min(100%, 920px);
  margin-inline: auto;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  border: 1px solid rgba(243, 217, 212, .85);
  border-radius: 10px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}

.blog-card + .blog-card {
  margin-top: clamp(1rem, 3vw, 1.6rem);
}

.blog-card > a {
  display: block;
  width: min(100%, 260px);
  justify-self: center;
}

.blog-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(108, 83, 70, .08);
}

.blog-card h3 {
  margin: .4rem 0 .8rem;
  padding: 0;
  color: var(--brown);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  line-height: 1.75;
}

.blog-card h3::before {
  display: none;
}

.blog-card p {
  color: #5f5148;
  font-size: clamp(1rem, 2.4vw, 1.16rem);
}

.blog-category {
  display: inline-block;
  margin: 0 0 .6rem;
  padding: .25rem .7rem;
  border-radius: 999px;
  font-size: .86rem !important;
  line-height: 1.5;
  letter-spacing: .08em;
}

.blog-category-diary {
  background: rgba(48, 79, 122, .1);
  color: #304f7a !important;
}

.text-link {
  display: inline-block;
  margin-top: .7rem;
  color: var(--brown);
  border-bottom: 1px solid var(--pink);
  line-height: 1.8;
}

.blog-article {
  padding-top: clamp(9rem, 14vw, 11rem);
}

.blog-article-inner {
  width: min(100%, 760px);
  margin-inline: auto;
}

.blog-article h1 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.05rem, 6vw, 3.4rem);
  line-height: 1.65;
}

.blog-article h2 {
  margin: clamp(3.6rem, 8vw, 5rem) 0 1.2rem;
  padding-left: 1.4rem;
  border-left: 5px solid #304f7a;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  line-height: 1.7;
  letter-spacing: .12em;
}

.blog-article p {
  margin-bottom: 1.55rem;
  color: #5f5148;
  font-size: clamp(1.04rem, 2.6vw, 1.2rem);
  line-height: 2.15;
}

.blog-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  width: min(74%, 420px);
  margin: 2rem auto 3.4rem;
}

.blog-photo-thumbs {
  width: min(58%, 340px);
}

.blog-photo-single {
  width: min(54%, 320px);
  margin: 2rem auto 3.4rem;
}

.blog-photo-pair img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(108, 83, 70, .08);
}

.blog-photo-single img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(108, 83, 70, .08);
}

.blog-back-link {
  margin-top: 3.5rem;
  text-align: center;
}

.voice-card {
  width: min(100%, 760px);
  margin-inline: auto;
  padding: 2rem clamp(1.4rem, 5vw, 3rem);
  border-radius: 10px;
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow);
}

.voice-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.5vw, 1.22rem);
}

.voice-card p:first-child::before {
  content: "“";
  display: block;
  color: var(--pink-soft);
  font-size: 2.5rem;
  line-height: .6;
}

.contact {
  text-align: center;
}

.contact-inner h2 {
  margin-bottom: 1rem;
}

.instagram-box {
  margin: 2.5rem auto;
  padding: 1.6rem 1.4rem;
  border: 1px solid var(--pink-soft);
  border-radius: 10px;
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow);
}

.instagram-box p {
  margin-bottom: .8rem;
}

.instagram-label {
  color: var(--pink) !important;
  font-family: "Times New Roman", serif;
  font-size: .84rem !important;
  letter-spacing: .32em;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .9rem 1.4rem;
  margin-top: .6rem;
}

.contact-links a {
  display: inline-block;
  margin-top: .5rem;
  color: var(--pink);
  border-bottom: 1px solid var(--pink-soft);
  font-size: .95rem;
}

.site-footer {
  padding: 3rem 1rem;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid rgba(223, 170, 163, .22);
}

.site-footer p {
  margin-bottom: .35rem;
}

.small {
  font-size: .8rem;
}

@media (max-width: 760px) {
  body {
    background:
      linear-gradient(rgba(255, 253, 249, .72), rgba(255, 253, 249, .72)),
      url("pattern-shippo.svg") 50% 0 / 132px 132px repeat,
      linear-gradient(var(--paper), var(--paper));
    letter-spacing: .04em;
  }

  .hero {
    padding-top: 9rem;
  }

  h1 {
    font-size: 2.72rem;
    letter-spacing: .12em;
  }

  h2 {
    font-size: 2.25rem;
    letter-spacing: .12em;
  }

  h3 {
    letter-spacing: .06em;
  }

  .brand-name,
  .footer-brand {
    letter-spacing: .12em;
  }

  .concept-small {
    letter-spacing: .1em;
  }

  .concept-medium,
  .concept-large {
    letter-spacing: .12em;
  }

  .hero-lead,
  .hero-message,
  .prose p,
  .story-block p,
  .lesson-inner p,
  .more-list,
  .values-copy p,
  .contact-inner p,
  .voice-card p,
  .blog-preparing p,
  .blog-card p,
  .blog-article p {
    letter-spacing: .04em;
  }

  .hero-photo {
    margin: -1.2rem auto 2.4rem;
  }

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

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

  .photo-grid div {
    height: 220px;
    min-height: 180px;
  }

  .photo-slot {
    height: 250px;
  }

  .photo-slot.wide {
    height: 310px;
  }

  .photo-slot.photo-full {
    height: auto;
    min-height: 0;
  }

  .story-graduation-photo,
  .story-refresh-photo,
  .lesson-card .lesson-photo,
  .service-photo,
  .service-between-photo {
    height: auto;
  }

  .blog-preparing {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .blog-card {
    grid-template-columns: 1fr;
  }

  .blog-card > a {
    width: min(62vw, 220px);
  }

  .blog-preparing img {
    max-width: 280px;
  }

  .blog-card img {
    max-width: 220px;
    justify-self: center;
  }

  .blog-article {
    padding-top: 8.2rem;
  }

  .blog-article h1 {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
    letter-spacing: .08em;
    overflow-wrap: anywhere;
  }

  .blog-photo-pair {
    gap: .45rem;
    width: min(62vw, 240px);
  }

  .blog-photo-thumbs {
    width: min(48vw, 180px);
  }

  .blog-photo-single {
    width: min(52vw, 190px);
  }

  .hero-contact {
    width: calc(100vw - 1.2rem);
  }

  .hero-contact a {
    min-height: 88px;
    font-size: 1.55rem;
  }

  .hero-contact small {
    font-size: .74rem;
  }

  .lesson-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lesson-icon {
    margin-inline: auto;
  }
}
