:root {
  --font-sans: "Segoe UI", Arial, sans-serif;
  --ink: #3f2c2e;
  --muted: #7d6665;
  --cream: #fff8f2;
  --paper: #fffdf9;
  --rose: #c97487;
  --rose-dark: #9c4f63;
  --rose-light: #f5dfe2;
  --sage: #a5ae98;
  --gold: #c49a4a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
}
.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 14px clamp(22px, 5vw, 78px);
  background: rgba(255, 253, 249, .93);
  border-bottom: 1px solid rgba(138, 98, 93, .13);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(156, 79, 99, .28);
  border-radius: 50%;
  background: var(--cream);
}
.brand-mark svg { width: 20px; fill: var(--rose); }
.brand strong { display: block; font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.brand small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; margin-top: 2px; }
nav { display: flex; gap: 31px; font-size: 14px; color: #6e5555; }
nav a { padding: 9px 0; border-bottom: 1px solid transparent; transition: .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--rose-dark); border-color: var(--rose); outline: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 999px;
  background: var(--rose-dark);
  color: white;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .02em;
  box-shadow: 0 12px 28px rgba(156, 79, 99, .18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #873c50; box-shadow: 0 15px 34px rgba(135, 60, 80, .26); outline: none; }
.button-small { min-height: 42px; padding-inline: 20px; font-size: 13px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(410px, .98fr);
  align-items: center;
  gap: clamp(28px, 5vw, 88px);
  padding: 64px clamp(22px, 7vw, 108px) 76px;
  background:
    radial-gradient(circle at 6% 12%, rgba(245, 223, 226, .82), transparent 31%),
    linear-gradient(116deg, #fffaf5 0%, #fbede9 56%, #f1ddd8 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(#9c4f63 0.65px, transparent 0.65px);
  background-size: 16px 16px;
  mask-image: linear-gradient(to right, black, transparent 48%);
}
.hero-content { position: relative; z-index: 2; max-width: 675px; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--rose-dark);
  text-transform: uppercase;
  letter-spacing: .19em;
  font-size: 12px;
  font-weight: 700;
}
h1, h2, h3 { margin: 0; }
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 6vw, 83px);
  line-height: .99;
  letter-spacing: -.045em;
  font-weight: 500;
}
h1 em { color: var(--rose-dark); font-weight: 400; }
.hero-copy { max-width: 590px; margin: 27px 0 0; color: #70595a; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 32px; }
.text-link { font-size: 14px; font-weight: 650; color: var(--rose-dark); }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.hero-note { display: flex; align-items: center; gap: 14px; color: #836f6a; font-size: 12px; margin-top: 37px; }
.mini-hearts { color: var(--gold); letter-spacing: .14em; font-size: 17px; }
.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 510px;
  border-radius: 220px 220px 34px 34px;
  overflow: visible;
  box-shadow: 0 34px 78px rgba(89, 49, 46, .19);
  background: linear-gradient(160deg, #dfb9b4, #9c6970);
}
.hero-visual > img { width: 100%; height: 510px; object-fit: cover; border-radius: inherit; position: relative; z-index: 2; }
.hero-visual-placeholder { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; color: rgba(255,255,255,.92); border-radius: inherit; overflow: hidden; }
.hero-visual-placeholder::before, .hero-visual-placeholder::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.hero-visual-placeholder::before { width: 310px; height: 310px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.hero-visual-placeholder::after { width: 230px; height: 230px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.placeholder-crown { font-size: 62px; font-family: Georgia, serif; line-height: 1; }
.placeholder-title { font-family: Georgia, serif; font-size: 28px; margin-top: 16px; }
.placeholder-subtitle { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; margin-top: 8px; }
.floating-tag {
  position: absolute;
  z-index: 4;
  left: -43px;
  bottom: 35px;
  width: 190px;
  padding: 18px 18px 17px;
  border-radius: 18px;
  background: rgba(255, 253, 249, .94);
  box-shadow: 0 15px 40px rgba(71, 41, 39, .18);
  backdrop-filter: blur(8px);
}
.floating-tag > span { color: var(--gold); float: left; margin-right: 10px; }
.floating-tag strong { display: block; font-family: Georgia, serif; font-size: 17px; font-weight: 500; }
.floating-tag small { display: block; color: var(--muted); font-size: 10px; line-height: 1.4; margin: 5px 0 0 22px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 180px; height: 180px; right: 2%; top: 4%; border: 1px solid rgba(196,154,74,.32); }
.hero-glow-two { width: 75px; height: 75px; right: 43%; bottom: 3%; background: rgba(255,255,255,.45); }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1260px;
  margin: -1px auto 0;
  background: #fff;
  border: 1px solid #f1e7df;
  border-top: 0;
  box-shadow: 0 18px 50px rgba(83, 55, 51, .06);
}
.trust-strip > div { display: flex; align-items: center; gap: 18px; padding: 25px 32px; }
.trust-strip > div + div { border-left: 1px solid #efe3dc; }
.trust-strip span { color: var(--gold); font-family: Georgia, serif; font-size: 22px; }
.trust-strip p { margin: 0; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { font-size: 13px; }
.trust-strip small { color: var(--muted); font-size: 11px; margin-top: 5px; }

.section { padding: 105px clamp(22px, 7vw, 108px); }
.catalog { max-width: 1470px; margin: 0 auto; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p { max-width: 460px; color: var(--muted); line-height: 1.75; font-size: 15px; margin: 0 0 4px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; background: white; border: 1px solid #eee1da; border-radius: 24px; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(80, 51, 49, .11); }
.product-image { height: 370px; position: relative; overflow: hidden; }
.product-image > img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image > img { transform: scale(1.025); }
.product-image-1 { background: linear-gradient(150deg, #efd9d3, #c99094); }
.product-image-2 { background: linear-gradient(150deg, #e7dbc1, #b58d68); }
.product-image-3 { background: linear-gradient(150deg, #dfe2d7, #9da78f); }
.product-fallback { position: absolute; inset: 0; display: grid; place-items: center; font-family: Georgia, serif; font-size: 34px; color: rgba(255,255,255,.86); letter-spacing: .04em; }
.product-number { position: absolute; z-index: 4; right: 17px; top: 17px; width: 42px; height: 42px; display: grid; place-items: center; background: rgba(255,255,255,.86); border-radius: 50%; color: var(--rose-dark); font-family: Georgia, serif; font-size: 13px; backdrop-filter: blur(5px); }
.product-info { min-height: 235px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 27px 24px; }
.product-info h3 { font-family: Georgia, serif; font-weight: 500; font-size: 25px; }
.product-info p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 12px 0 24px; }
.product-bottom { display: flex; justify-content: space-between; gap: 16px; align-items: center; border-top: 1px solid #f1e7e1; padding-top: 18px; }
.product-bottom span { font-weight: 750; font-size: 14px; }
.product-bottom a { color: var(--rose-dark); font-size: 12px; font-weight: 650; }
.price-note { margin: 20px 3px 0; color: #927b79; font-size: 11px; }

.gallery-section {
  max-width: 1470px;
  margin: 0 auto;
  padding-top: 35px;
}
.gallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  padding: 52px clamp(26px, 5vw, 76px);
  margin-bottom: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.7), transparent 24%),
    linear-gradient(120deg, #f5e3e3, #f9eee8 56%, #e7e6db);
}
.gallery-heading h2 {
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.gallery-heading > p {
  max-width: 460px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
  margin: 0 0 4px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.gallery-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eee1da;
  border-radius: 22px;
  background: white;
  box-shadow: 0 12px 32px rgba(80, 51, 49, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(80, 51, 49, .13);
}
.gallery-image {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f8eee8;
}
.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.gallery-card:hover .gallery-image img { transform: scale(1.025); }
.gallery-caption { padding: 17px 18px 19px; }
.gallery-caption span {
  display: block;
  color: var(--rose-dark);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.gallery-caption h3 {
  margin-top: 7px;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
.gallery-meta { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-top: 12px; padding-top: 12px; border-top: 1px solid #f1e7e1; }
.gallery-meta strong { font-size: 12px; color: var(--ink); }
.gallery-meta small { color: var(--sage); font-size: 10px; font-weight: 700; text-align: right; }
.gallery-no-image { width: 100%; height: 100%; display: grid; place-items: center; color: var(--muted); font-size: 12px; }
.gallery-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 23px 27px;
  border: 1px solid #eee1da;
  border-radius: 22px;
  background: #fffaf5;
}
.gallery-action p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.gallery-action .button { min-height: 44px; flex: 0 0 auto; }

.order-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(55px, 8vw, 130px);
  align-items: center;
  padding: 105px clamp(22px, 7vw, 108px);
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.12), transparent 23%),
    #553f40;
  color: #fffaf4;
}
.order-intro { max-width: 600px; }
.order-section .eyebrow { color: #e3bd87; }
.order-intro h2, .about-copy h2, .contact-copy h2 {
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: clamp(39px, 4.5vw, 62px);
  line-height: 1.06;
  letter-spacing: -.04em;
}
.order-intro h2 em { color: #efc7ce; font-weight: 400; }
.order-intro > p:not(.eyebrow) { max-width: 560px; margin: 27px 0 31px; color: #dfd0ca; font-size: 15px; line-height: 1.8; }
.order-section .button { background: #f4dce1; color: #6d3947; box-shadow: none; }
.order-section .button:hover { background: #fff0f2; }
.steps { border-top: 1px solid rgba(255,255,255,.16); }
.steps article { display: grid; grid-template-columns: 66px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps article > span { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(227,189,135,.65); border-radius: 50%; color: #e3bd87; font-family: Georgia, serif; font-size: 18px; }
.steps h3 { font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.steps p { max-width: 540px; margin: 8px 0 0; color: #d9c8c2; font-size: 13px; line-height: 1.7; }

.about-section {
  max-width: 1370px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
}
.about-art {
  min-height: 500px;
  position: relative;
  display: grid;
  place-content: center;
  overflow: hidden;
  border-radius: 34px 180px 34px 180px;
  background:
    radial-gradient(circle at 65% 40%, rgba(255,255,255,.5), transparent 28%),
    linear-gradient(145deg, #f0d3d7, #c9969d);
  color: #fffaf7;
  text-align: center;
}
.about-art::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.about-art::after { content: ""; position: absolute; inset: 21px; border: 1px solid rgba(255,255,255,.24); border-radius: inherit; }
.thread-circle { position: relative; z-index: 2; width: 128px; height: 128px; display: grid; place-items: center; margin: 0 auto; background: rgba(255,251,245,.88); color: var(--rose-dark); border-radius: 50%; box-shadow: 0 18px 50px rgba(89,43,52,.15); }
.thread-circle span { font-family: Georgia, serif; font-style: italic; font-size: 59px; }
.about-art p { position: relative; z-index: 2; font-family: Georgia, serif; font-size: 22px; line-height: 1.4; margin: 23px 0 0; }
.stitch { position: absolute; z-index: 3; color: rgba(255,255,255,.74); font-size: 28px; }
.stitch-one { left: 19%; top: 20%; }
.stitch-two { right: 19%; bottom: 20%; }
.about-copy { max-width: 650px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.85; margin: 23px 0 0; }
.about-copy blockquote { margin: 30px 0 0; padding-left: 24px; border-left: 2px solid var(--gold); color: var(--rose-dark); font-family: Georgia, serif; font-size: 20px; font-style: italic; line-height: 1.5; }

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: clamp(60px, 10vw, 150px);
  padding: 100px clamp(22px, 7vw, 108px);
  background:
    linear-gradient(105deg, rgba(255,255,255,.94), rgba(255,255,255,.7)),
    radial-gradient(circle at 90% 25%, #cbd0c2 0%, #dfe2d7 35%, #f6efe7 100%);
}
.contact-copy { max-width: 640px; }
.contact-copy > p:not(.eyebrow) { max-width: 580px; margin: 25px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.contact-card { max-width: 690px; width: 100%; justify-self: end; background: rgba(255,253,249,.88); border: 1px solid rgba(115,91,87,.14); border-radius: 28px; padding: 8px 32px 32px; box-shadow: 0 25px 65px rgba(66,49,45,.1); backdrop-filter: blur(12px); }
.contact-row { display: grid; grid-template-columns: 105px 1fr; gap: 25px; padding: 23px 0; border-bottom: 1px solid #ede2db; }
.contact-row > span { color: var(--rose-dark); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; padding-top: 3px; }
.contact-row strong { font-family: Georgia, serif; font-size: 18px; line-height: 1.45; font-weight: 500; }
.contact-row small { color: var(--muted); font-family: var(--font-sans), Arial, sans-serif; font-size: 12px; font-weight: 400; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; padding-top: 28px; }
.map-link { color: var(--rose-dark); font-size: 13px; font-weight: 650; }

footer { min-height: 142px; display: flex; align-items: center; gap: 36px; padding: 30px clamp(22px, 5vw, 78px); background: #3f2f30; color: #fff7f0; }
.footer-brand { margin-right: 0; }
.footer-brand .brand-mark { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.footer-brand .brand-mark svg { fill: #e8b8c2; }
.footer-brand small { color: #cdbdbc; }
footer > p { margin: 0 auto; color: #c9b9b5; font-size: 12px; }
footer > a:last-child { color: #e1bd84; font-size: 12px; }

.single-product-page, .content-page { min-height: 70vh; padding: 90px clamp(22px, 7vw, 108px); background: linear-gradient(135deg, #fffaf5, #f9ece7); }
.single-product-layout { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); gap: clamp(45px, 8vw, 110px); align-items: center; }
.single-product-image { overflow: hidden; border-radius: 32px; background: #f4e5df; box-shadow: 0 28px 65px rgba(80, 51, 49, .14); }
.single-product-image img { width: 100%; max-height: 780px; object-fit: cover; }
.single-product-copy h1, .content-card h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6vw, 72px); line-height: 1.02; font-weight: 500; }
.single-product-status { display: flex; align-items: center; gap: 18px; margin: 27px 0; }
.single-product-status strong { font-size: 21px; color: var(--rose-dark); }
.single-product-status span { padding: 8px 13px; border-radius: 999px; background: var(--rose-light); color: var(--rose-dark); font-size: 11px; font-weight: 700; }
.entry-content { color: var(--muted); font-size: 16px; line-height: 1.8; }
.entry-content p { margin: 0 0 18px; }
.single-product-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 32px; }
.content-page { background: var(--paper); }
.content-card { max-width: 900px; margin: 0 auto 36px; }
.content-card h1 { font-size: clamp(38px, 5vw, 58px); margin-bottom: 24px; }

@media (max-width: 1040px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 410px; padding-inline: 36px; }
  .trust-strip { margin-inline: 24px; }
  .trust-strip > div { padding-inline: 20px; }
  .product-image { height: 300px; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .order-section { gap: 55px; }
  .contact-section { gap: 55px; grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 820px) {
	.admin-bar .site-header { top: 46px; }
  .site-header { padding-inline: 18px; gap: 12px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .button-small { padding-inline: 14px; }
  .hero { grid-template-columns: 1fr; padding: 56px 22px 80px; }
  .hero-content { max-width: 680px; }
  .hero-visual { min-height: 480px; max-width: 560px; width: 100%; justify-self: center; }
  .hero-visual > img { height: 480px; }
  .floating-tag { left: 16px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div + div { border-left: 0; border-top: 1px solid #efe3dc; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .product-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .product-image { height: 460px; }
  .gallery-heading { align-items: start; flex-direction: column; gap: 20px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order-section, .about-section, .contact-section, .single-product-layout { grid-template-columns: 1fr; }
  .order-section { padding: 80px 28px; }
  .about-art { min-height: 430px; width: 100%; max-width: 580px; }
  .contact-card { max-width: none; justify-self: stretch; }
  footer { align-items: flex-start; flex-direction: column; gap: 22px; }
  footer > p { margin: 0; }
}

@media (max-width: 520px) {
  .site-header { min-height: 72px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: 14px; }
  .button-small { min-height: 38px; font-size: 11px; }
  h1 { font-size: 46px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-visual, .hero-visual > img { min-height: 405px; height: 405px; }
  .hero-note { align-items: flex-start; }
  .trust-strip { margin-inline: 14px; }
  .section { padding: 78px 18px; }
  .section-heading h2 { font-size: 39px; }
  .product-image { height: 355px; }
  .gallery-section { padding-top: 10px; }
  .gallery-heading { padding: 36px 24px; border-radius: 24px; }
  .gallery-heading h2 { font-size: 38px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .gallery-card { display: grid; grid-template-columns: 46% 54%; min-height: 230px; }
  .gallery-image { aspect-ratio: auto; height: 100%; min-height: 230px; }
  .gallery-caption { align-self: center; padding: 20px; }
  .gallery-caption h3 { font-size: 20px; }
  .gallery-action { align-items: flex-start; flex-direction: column; }
  .order-section { padding: 72px 20px; }
  .steps article { grid-template-columns: 51px 1fr; gap: 15px; }
  .about-art { min-height: 380px; border-radius: 28px 120px 28px 120px; }
  .contact-section { padding: 76px 18px; }
  .contact-card { padding: 6px 21px 25px; }
  .contact-row { grid-template-columns: 1fr; gap: 8px; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  footer { padding: 38px 20px; }
}

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