:root {
  --bg: #eee8df;
  --paper: #f7f2ea;
  --soft: #e3dacd;
  --soft-2: #d5c8b6;
  --yellow: #e8b92f;
  --gold: #c9962c;
  --gold-soft: #eadcae;
  --yellow-deep: #7a5a16;
  --ink: #2d2c2a;
  --muted: #625e58;
  --line: #cdbfa8;
  --shadow: 0 18px 50px rgba(45,44,42,.10);
  --radius: 16px;
  --container: 1280px;
  --serif: "Iowan Old Style","Baskerville","Times New Roman",Georgia,serif;
  --sans: "Avenir Next","Helvetica Neue",Arial,sans-serif;
  --hero-position: center top;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

section {
  padding: 92px 0;
}

.alt {
  background: linear-gradient(180deg, #eeeee7 0%, #eeeee7 100%);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yellow-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink);
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
}

h1 {
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 1.03;
  letter-spacing: -0.025em;
}

h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.015em;
}

h3 {
  font-size: 28px;
  line-height: 1.15;
}

p {
  margin: 0;
  color: var(--muted);
}

.lead {
  font-size: 18px;
  line-height: 1.7;
}

.small {
  font-size: 13px;
}

.center {
  text-align: center;
}

.section-head {
  max-width: 740px;
  margin: 0 0 46px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
}

.gold-line {
  width: 72px;
  height: 2px;
  background: var(--yellow);
  margin: 20px 0 0;
}

.center .gold-line {
  margin-left: auto;
  margin-right: auto;
}

/* Header and full-width studio portrait */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 15px 22px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  transition:
    transform 0.18s ease,
    background 0.18s ease;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: none;
}

.btn-primary:hover {
  background: #f3ca59;
}

.btn-outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.btn-outline:hover {
  background: var(--ink);
  color: var(--paper);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  background: var(--bg);
  border-bottom: 5px solid var(--yellow);
}

.hero-grid {
  position: static;
  display: flex;
  align-items: center;
  min-height: 740px;
  padding-top: 180px;
  padding-bottom: 92px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 55%;
  max-width: 650px;
}

.hero h1 {
  font-size: clamp(38px, 3.7vw, 58px);
  line-height: 1.07;
  letter-spacing: -0.025em;
  margin-bottom: 28px;
  max-width: 640px;
  text-wrap: balance;
}

.hero h1::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 25px;
  background: var(--yellow-deep);
}

.hero-promise {
  max-width: 560px;
  font-family: var(--serif);
  font-size: clamp(25px, 2.15vw, 33px);
  line-height: 1.25;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 18px;
  text-wrap: balance;
}

.hero .lead {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.75;
  color: #4e4e4c;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-media {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: 69%;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  background: #b5a18a;
}

.hero-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: var(--hero-position);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #e7e6e1 0%,
    rgba(231, 230, 225, 0.98) 10%,
    rgba(231, 230, 225, 0.87) 24%,
    rgba(231, 230, 225, 0.46) 43%,
    rgba(231, 230, 225, 0) 65%
  );
}

/* Needs */

.needs-section {
  background: var(--bg);
}

.needs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.need-card {
  position: relative;
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  overflow: hidden;
}

.need-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(215, 167, 25, 0.18);
  border-radius: 50%;
}

.need-card:hover {
  transform: translateY(-4px);
  border-color: #d7bd67;
  box-shadow: var(--shadow);
}

.need-card-featured {
  background: linear-gradient(145deg, #efc74e, #eeeee7);
}

.need-number {
  margin-bottom: 28px;
  color: var(--yellow-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.need-card h3 {
  max-width: 430px;
  margin-bottom: 12px;
  font-size: 31px;
}

.need-card p {
  max-width: 510px;
  font-size: 15px;
  flex: 1;
}

.need-link {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Signature Anti-Stress treatment */

.anti-stress-section {
  background: #2a2a28;
  color: #f4f2e8;
  overflow: hidden;
}

.anti-stress-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 70px;
  align-items: center;
}

.anti-stress-copy h2 {
  color: #f4f2e8;
  margin-bottom: 22px;
}

.anti-stress-copy .lead {
  color: #dddddb;
  margin-bottom: 18px;
}

.anti-stress-copy > p:not(.lead) {
  color: #c2c2c0;
}

.anti-stress-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.text-link {
  color: #f4f2e8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 211, 77, 0.65);
  padding-bottom: 4px;
}

.anti-stress-visual {
  position: relative;
  margin: 0;
  background: transparent;
}

.anti-stress-visual > img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  filter: none;
}

.anti-stress-visual::after {
  display: none;
}

.anti-stress-visual blockquote {
  position: static;
  margin: 24px 0 0;
  padding: 0 0 0 22px;
  max-width: none;
  border-left: 2px solid var(--yellow);
}

.anti-stress-visual blockquote p {
  color: #fff;
  font-family: var(--serif);
  font-size: 30px;
  font-style: italic;
  line-height: 1.25;
}

.anti-stress-visual blockquote cite {
  display: block;
  margin-top: 9px;
  color: var(--yellow);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* About */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.about-grid-text {
  display: block;
  max-width: 940px;
}

.about-copy-wide {
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.about-visual {
  position: relative;
}

.about-visual img {
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--shadow);
  aspect-ratio: 4/3;
  object-fit: cover;
}

.exp-badge {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--yellow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 16px 36px rgba(215, 167, 25, 0.2);
}

.exp-badge b {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
}

.exp-badge span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  max-width: 92px;
}

.about-copy h2 {
  margin-bottom: 20px;
}

.about-copy p + p {
  margin-top: 15px;
}

.about-note {
  margin-top: 25px;
  padding: 18px 20px;
  border-left: 3px solid var(--yellow);
  background: var(--soft);
  border-radius: 0 14px 14px 0;
}

.about-note strong {
  display: block;
  margin-bottom: 3px;
}

.story-milestones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0;
}

.story-milestones > div {
  min-width: 0;
  padding: 16px 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.story-milestones strong {
  display: block;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  color: var(--ink);
}

.story-milestones span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-actions {
  margin-top: 24px;
}

.signature {
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  color: var(--ink);
  margin-top: 22px;
}

/* Gift */

.gift-section {
  padding-top: 0;
  background: var(--bg);
}

.gift-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 48px;
  border-radius: 28px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.gift-card h2 {
  color: #eeeee7;
  margin-bottom: 16px;
}

.gift-card p {
  max-width: 800px;
  color: #dddddb;
}

.gift-card .btn {
  white-space: nowrap;
}

/* Story */

.story-page {
  overflow: hidden;
}

.story-hero {
  padding: 70px 0 74px;
  background: linear-gradient(135deg, #eeeee7 0%, #dcdcda 100%);
}

.story-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  align-items: center;
}

.story-hero h1 {
  font-size: clamp(48px, 5.8vw, 76px);
  margin-bottom: 24px;
}

.story-deck {
  max-width: 660px;
  color: #50504e;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.65;
}

.story-milestones-hero {
  margin-top: 30px;
  margin-bottom: 0;
}

.story-milestones-hero > div {
  background: rgba(255, 253, 248, 0.78);
  border-color: rgba(215, 167, 25, 0.28);
}

.story-hero-media {
  position: relative;
  margin: 0;
  border-radius: 34px 8px 34px 8px;
  overflow: hidden;
  background: var(--soft-2);
  box-shadow: var(--shadow);
}

.story-hero-media img {
  width: 100%;
  aspect-ratio: 1.5/1;
  object-fit: cover;
}

.story-hero-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 300px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 211, 77, 0.45);
  border-radius: 13px;
  background: rgba(255, 253, 248, 0.93);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.35;
}

.story-body {
  padding: 92px 0 110px;
  background: var(--paper);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 790px) minmax(240px, 1fr);
  gap: 68px;
  align-items: start;
}

.story-article {
  min-width: 0;
}

.story-article p {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.85;
  color: #555553;
}

.story-article p + p {
  margin-top: 18px;
}

.story-article .story-intro {
  margin-bottom: 46px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 23px;
  line-height: 1.7;
}

.story-article h2 {
  margin: 58px 0 20px;
  font-size: clamp(31px, 3.5vw, 43px);
}

.story-article h2:first-of-type {
  margin-top: 0;
}

.story-quote {
  position: relative;
  margin: 34px 0;
  padding: 28px 32px 28px 38px;
  border-left: 4px solid var(--yellow);
  border-radius: 0 18px 18px 0;
  background: var(--soft);
}

.story-quote p {
  color: var(--ink);
  font-size: clamp(25px, 3vw, 34px);
  font-style: italic;
  line-height: 1.35;
}

.story-quote cite {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.story-quote-soft {
  border-left-color: #d4cab0;
  background: #fbf8f0;
}

.story-closing {
  margin-top: 32px !important;
  color: var(--ink) !important;
  font-size: 24px !important;
  line-height: 1.5 !important;
}

.story-signature {
  margin-top: 26px !important;
  font-size: 23px !important;
  color: var(--ink) !important;
}

.story-aside {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 18px;
}

.story-aside-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--bg);
  box-shadow: 0 10px 32px rgba(45, 35, 15, 0.05);
}

.story-aside-card ol {
  position: relative;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.story-aside-card li {
  position: relative;
  padding: 0 0 23px 27px;
}

.story-aside-card li:last-child {
  padding-bottom: 0;
}

.story-aside-card li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 3px solid var(--yellow);
  border-radius: 50%;
  background: var(--bg);
}

.story-aside-card li::after {
  content: "";
  position: absolute;
  top: 19px;
  bottom: 0;
  left: 5px;
  width: 1px;
  background: var(--line);
}

.story-aside-card li:last-child::after {
  display: none;
}

.story-aside-card li strong,
.story-aside-card li span {
  display: block;
}

.story-aside-card li strong {
  margin-bottom: 3px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.story-aside-card li span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.story-aside-cta {
  background: linear-gradient(145deg, #e7d59b, #eeeee7);
}

.story-aside-cta h3 {
  margin: 2px 0 10px;
  font-size: 28px;
}

.story-aside-cta p {
  margin-bottom: 18px;
  font-size: 14px;
}

.story-aside-cta .btn {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.story-final-cta {
  padding: 72px 0;
  background: linear-gradient(135deg, #e9bc3b, #efce6a);
}

.story-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.story-final-inner > div:first-child {
  max-width: 720px;
}

.story-final-inner h2 {
  font-size: clamp(34px, 4vw, 50px);
  margin-bottom: 12px;
}

.story-final-inner p {
  font-size: 17px;
}

.story-final-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 230px;
}

/* Services */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 9px 28px rgba(45, 35, 15, 0.04);
  transition: 0.2s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-image {
  aspect-ratio: 3/2;
  background: #fbf5e9;
  overflow: hidden;
}

.service-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.35s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.025);
}

.service-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-kicker {
  font-size: 11px;
  color: var(--yellow-deep);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.service-body h3 {
  font-family: var(--serif);
  font-size: 25px;
  margin-bottom: 9px;
}

.service-body p {
  font-size: 14px;
  flex: 1;
}

.service-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #cdcdcb;
  margin-top: 18px;
  padding-top: 15px;
}

.service-price {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--ink);
}

.service-vat {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.service-time {
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}

.price-callout {
  margin-top: 32px;
  padding: 20px 24px;
  border-radius: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.price-callout p {
  font-size: 14px;
}

/* Good to know */

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.info-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 22px;
  text-align: center;
}

.info-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--soft);
  display: grid;
  place-items: center;
  color: var(--yellow-deep);
}

.info-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}

.info-card h3 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.info-card p {
  font-size: 14px;
}

/* Contact */

.contact-section {
  background: linear-gradient(180deg, #e7e6e1, #f1e5d3);
}

.contact-stack {
  display: grid;
  gap: 24px;
}

.contact-card,
.booking-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 8px 28px rgba(45, 35, 15, 0.04);
}

.contact-card {
  padding: 38px;
}

.contact-card > p {
  max-width: 720px;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.contact-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.contact-item .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--soft);
  display: grid;
  place-items: center;
  color: var(--yellow-deep);
}

.contact-item svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}

.contact-item strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.contact-item span,
.contact-item a {
  font-size: 15px;
  color: var(--muted);
}

.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.booking-card {
  padding: 38px;
}

.booking-card h2 {
  font-size: clamp(34px, 4vw, 48px);
  margin-bottom: 12px;
}

.form-intro {
  max-width: 720px;
  margin-bottom: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 18px;
}

.form-row-wide {
  grid-column: 1/-1;
}

.form-row {
  margin-bottom: 16px;
}

.form-row label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 7px;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #eeeee7;
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--ink);
  outline: none;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--yellow-deep);
  box-shadow: 0 0 0 3px rgba(255, 211, 77, 0.13);
}

.form-row textarea {
  min-height: 92px;
  resize: vertical;
}

.form-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}

.booking-card .btn {
  width: 100%;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 4px 0 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
  color: var(--muted);
  font-size: 13px;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--yellow-deep);
}

.cancellation-note {
  margin-top: 14px;
  font-size: 13px;
  color: var(--ink);
}

/* Price page */

.page-hero {
  padding: 64px 0 40px;
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(42px, 5vw, 62px);
  margin-bottom: 12px;
}

.price-shell {
  padding: 24px 0 96px;
}

.vat-note {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 22px;
  margin-bottom: 28px;
  font-size: 14px;
  color: var(--muted);
}

.price-category {
  margin-top: 44px;
}

.price-category h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

.price-actions {
  text-align: center;
  margin-top: 40px;
}

/* Legal */

.legal {
  padding: 64px 0 96px;
}

.legal .container {
  max-width: 820px;
}

.legal h1 {
  font-size: 48px;
  margin-bottom: 8px;
}

.legal .updated {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 38px;
}

.legal h2 {
  font-size: 28px;
  margin-top: 38px;
  margin-bottom: 12px;
}

.legal p,
.legal li {
  color: var(--muted);
  font-size: 15px;
}

.legal ul {
  padding-left: 22px;
}

/* Footer */

footer {
  background: #2a2a28;
  color: #f4f2e8;
  padding: 48px 0 24px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 18px 44px;
}

.footer-links a {
  font-size: 13px;
  color: #e0e0de;
}

.footer-links a:hover {
  color: var(--yellow);
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #bdbdbb;
}

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  background: #2a2a28;
  color: #fff;
  padding: 12px 17px;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.wa-float svg {
  width: 19px;
  height: 19px;
  fill: var(--yellow);
}

@media (max-width: 1050px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .anti-stress-grid {
    gap: 44px;
  }

  .story-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .story-aside {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-media {
    min-height: 400px;
    order: -1;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .anti-stress-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-visual {
    max-width: 680px;
  }

  .exp-badge {
    right: 12px;
    bottom: -22px;
  }

  .gift-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gift-card .btn {
    justify-self: start;
  }

  .contact-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-hero {
    padding-top: 42px;
  }

  .story-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .story-hero-media {
    order: -1;
  }

  .story-hero-media img {
    aspect-ratio: 1.7/1;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  section {
    padding: 68px 0;
  }

  h1 {
    font-size: 43px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-media {
    min-height: 315px;
    border-radius: 22px;
  }

  .hero-badge {
    left: 14px;
    bottom: 14px;
    padding: 12px 14px;
  }

  .hero-badge strong {
    font-size: 18px;
  }

  .needs-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .need-card {
    min-height: 230px;
    padding: 24px;
  }

  .need-card h3 {
    font-size: 28px;
  }

  .anti-stress-visual blockquote p {
    font-size: 25px;
  }

  .info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .comfort-section .info-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    padding: 21px 13px;
  }

  .price-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-copy-wide,
  .gift-card,
  .contact-card,
  .booking-card {
    padding: 24px;
  }

  .contact-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-row-wide {
    grid-column: auto;
  }

  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-actions .btn {
    width: 100%;
  }

  .story-milestones {
    gap: 7px;
  }

  .story-milestones > div {
    padding: 13px 7px;
  }

  .story-milestones strong {
    font-size: 29px;
  }

  .story-milestones span {
    font-size: 9px;
    letter-spacing: 0.05em;
  }

  .story-hero h1 {
    font-size: 43px;
  }

  .story-deck {
    font-size: 18px;
  }

  .story-hero-media {
    border-radius: 22px 6px 22px 6px;
  }

  .story-hero-media img {
    aspect-ratio: 1.3/1;
  }

  .story-hero-media figcaption {
    position: static;
    max-width: none;
    border: 0;
    border-radius: 0;
    background: #eeeee7;
    font-size: 14px;
  }

  .story-body {
    padding: 68px 0 78px;
  }

  .story-article p {
    font-size: 17px;
    line-height: 1.78;
  }

  .story-article .story-intro {
    font-size: 20px;
    margin-bottom: 38px;
    padding-bottom: 28px;
  }

  .story-article h2 {
    margin-top: 47px;
  }

  .story-quote {
    margin: 28px 0;
    padding: 23px 22px 23px 25px;
  }

  .story-quote p {
    font-size: 25px;
  }

  .story-aside {
    grid-template-columns: 1fr;
  }

  .story-final-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .story-final-actions {
    width: 100%;
    min-width: 0;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .wa-float {
    right: 14px;
    bottom: 14px;
    padding: 11px 14px;
  }
}

/* Grey, charcoal and warm yellow surfaces */

html {
  scroll-padding-top: 140px;
}

body {
  overflow-wrap: break-word;
}

section {
  scroll-margin-top: 110px;
}

.container {
  width: min(var(--container), calc(100% - 80px));
}

.alt {
  background: #d9d9d7;
}

.needs-section {
  background: #e0e0de;
}

.need-card {
  background: #ecece4;
  border-color: #c5c5c3;
  border-radius: 12px;
  box-shadow: none;
}

.need-card-featured {
  background: #ebc54f;
  border-color: #d0aa36;
}

.need-card-featured p,
.need-card-featured .need-number {
  color: #454543;
}

.need-card:nth-child(4) {
  background: #393937;
  border-color: #393937;
}

.need-card:nth-child(4) h3,
.need-card:nth-child(4) .need-link {
  color: #f1f0e6;
}

.need-card:nth-child(4) p {
  color: #d4d4d2;
}

.need-card:nth-child(4) .need-number {
  color: #e9bc3b;
}

.need-card::after {
  display: none;
}

.anti-stress-section {
  background: #2c2c2a;
}

.anti-stress-section .eyebrow {
  color: #edc84e;
}

.about-copy-wide {
  padding: 48px 56px;
  border-radius: 12px;
  background: #e7e7e5;
  box-shadow: none;
  border-color: #bfbfbd;
}

.story-milestones > div {
  border-radius: 6px;
  background: #d3d3d1;
  border-color: #bfbfbd;
}

.story-milestones strong {
  color: #484846;
}

.gift-section {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #e9bc3b;
}

.gift-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

.gift-card .eyebrow,
.gift-card h2 {
  color: #2a2a28;
}

.gift-card p {
  color: #464644;
}

.gift-card .btn-primary {
  background: #2a2a28;
  color: #f3e6b9;
}

.gift-card .btn-primary:hover {
  background: #444442;
}

.service-card {
  border-radius: 12px;
  border-color: #c5c5c3;
  box-shadow: none;
  background: #efefe7;
}

.service-image {
  aspect-ratio: 3/2;
}

.service-detail {
  font-size: 12px !important;
  line-height: 1.65;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #cdcdcb;
  flex: 0 !important;
}

.service-kicker {
  color: #745607;
}

.service-foot {
  border-color: #c9c9c7;
}

.service-price {
  font-size: 30px;
}

.price-callout {
  background: #d9d9d7;
  border-color: #c2c2c0;
  border-radius: 8px;
}

.comfort-section {
  background: #3a3a38;
}

.comfort-section .eyebrow {
  color: #edc84e;
}

.comfort-section h2 {
  color: #f1f0e6;
}

.comfort-section .lead {
  color: #d8d8d6;
}

.info-card {
  background: #484846;
  border-color: #5d5d5b;
  border-radius: 8px;
}

.info-card h3 {
  color: #f0eedf;
}

.info-card p {
  color: #d7d7d5;
}

.info-icon {
  background: #e9bc3b;
  color: #363634;
}

.contact-section {
  background: #dadad8;
}

.contact-stack {
  gap: 26px;
}

.contact-card {
  background: #e9bc3b;
  border: 0;
  border-radius: 12px;
  padding: 42px;
  box-shadow: none;
}

.contact-card p,
.contact-item span,
.contact-item a {
  color: #434341;
}

.contact-card .eyebrow {
  color: #555220;
}

.contact-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-color: rgba(40, 44, 41, 0.22);
  gap: 24px;
}

.contact-item {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
}

.contact-item .icon {
  background: rgba(40, 44, 41, 0.1);
  color: #363634;
}

.contact-card .btn-primary {
  background: #2a2a28;
  color: #f6edcc;
}

.contact-card .btn-primary:hover {
  background: #444442;
}

.booking-card {
  background: #e8e8e6;
  border-color: #bfbfbd;
  border-radius: 12px;
  padding: 42px;
  box-shadow: none;
}

.booking-card h2 {
  font-size: clamp(32px, 3.5vw, 46px);
}

.form-intro {
  margin-bottom: 18px;
  max-width: 780px;
}

.language-note {
  margin: 0 0 26px;
  max-width: 820px;
  padding: 15px 20px;
  border-left: 3px solid #ae8520;
  background: #dddddb;
  color: #464644;
  font-size: 14px;
  line-height: 1.65;
}

.form-row label {
  font-size: 12px;
  letter-spacing: 0.025em;
  text-transform: none;
  color: #464644;
}

.form-row label small {
  font-size: 11px;
  font-weight: 400;
}

.form-row input,
.form-row select,
.form-row textarea {
  background: #f4f4ed;
  border: 1px solid #b1b1af;
  border-radius: 5px;
  min-height: 48px;
  font-size: 16px;
}

.form-row textarea {
  min-height: 106px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #725714;
  box-shadow: 0 0 0 3px #e4c45466;
}

.consent {
  background: transparent;
  border: 0;
  padding: 4px 0;
  border-radius: 0;
  align-items: flex-start;
}

.consent input {
  flex: 0 0 19px;
  margin-top: 2px;
}

.booking-card .btn {
  width: auto;
  min-width: 300px;
}

.form-note {
  max-width: 840px;
}

.form-note a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-hero {
  background: #dfdfdd;
  border-bottom: 3px solid #e9bc3b;
}

.story-body {
  background: #eeeee7;
}

.story-hero {
  background: linear-gradient(120deg, #e7e6e1, #dadad8);
}

.story-aside-cta {
  background: #e5d49a;
}

.story-aside {
  top: 142px;
}

.story-final-cta {
  background: #e9bc3b;
}

.story-quote-soft {
  background: #e0e0de;
  border-left-color: #a0a09e;
}

footer {
  background: #2c2c2a;
}

.wa-float {
  background: #e9bc3b;
  color: #2a2a28;
  border: 1px solid #b8912c;
  border-radius: 6px;
}

.wa-float svg {
  fill: #2a2a28;
}

:focus-visible {
  outline: 3px solid #8d6911;
  outline-offset: 5px;
}

.footer-links a:focus-visible {
  outline-color: #edc84e;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  transform: translateY(-200%);
  z-index: 200;
  background: #2a2a28;
  color: #f4f2e8;
  padding: 12px 20px;
  border: 2px solid #e9bc3b;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

@media (min-width: 1600px) {
  .hero-media {
    width: 67%;
  }

  .hero-grid {
    min-height: 780px;
  }

  .hero-copy {
    width: 52%;
  }
}

@media (max-width: 1180px) {
  .hero-grid {
    min-height: 690px;
    padding-top: 165px;
    padding-bottom: 80px;
  }

  .hero-copy {
    width: 57%;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-promise {
    font-size: 28px;
  }

  .hero .lead {
    max-width: 420px;
  }

  .hero-media {
    width: 68%;
  }
}

@media (max-width: 1000px) {
  .container {
    width: min(var(--container), calc(100% - 48px));
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero-copy {
    width: 59%;
  }

  .hero-grid {
    min-height: 670px;
  }

  .contact-list {
    gap: 14px;
  }

  .contact-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gift-card {
    gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 110px;
  }

  section {
    scroll-margin-top: 100px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 44px;
    gap: 0;
  }

  .hero-copy {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    order: 2;
  }

  .hero-media {
    position: relative;
    inset: auto;
    width: calc(100% + 48px);
    margin-left: -24px;
    min-height: 0;
    height: 360px;
    order: 1;
    flex-shrink: 0;
    border-radius: 0;
    margin-bottom: -14px;
  }

  .hero-media::after {
    background: linear-gradient(
      180deg,
      rgba(231, 230, 225, 0) 57%,
      rgba(231, 230, 225, 0.55) 80%,
      #e7e6e1 100%
    );
  }

  .hero h1 {
    font-size: clamp(35px, 6.1vw, 46px);
    margin-bottom: 22px;
    max-width: 650px;
  }

  .hero h1::after {
    margin-top: 22px;
    width: 52px;
    height: 2px;
  }

  .hero-promise {
    font-size: 27px;
    max-width: 600px;
  }

  .hero .lead {
    max-width: 570px;
    font-size: 16px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    flex: 1;
    padding: 14px 16px;
    min-width: 190px;
  }

  .contact-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-card,
  .booking-card {
    padding: 28px;
  }

  .about-copy-wide {
    padding: 32px;
  }

  .gift-card {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100% - 36px);
  }

  section {
    padding: 60px 0;
  }

  .hero {
    padding: 0;
  }

  .hero-media {
    width: calc(100% + 36px);
    margin-left: -18px;
    height: 290px;
    margin-bottom: -7px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-promise {
    font-size: 26px;
  }

  .hero .lead {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .need-card {
    padding: 24px;
    min-height: 230px;
  }

  .need-card h3 {
    font-size: 29px;
  }

  .anti-stress-grid {
    gap: 30px;
  }

  .about-copy-wide {
    padding: 25px 22px;
  }

  .gift-section {
    padding: 38px 0;
  }

  .gift-card .btn {
    white-space: normal;
    width: 100%;
  }

  .contact-card,
  .booking-card {
    padding: 25px 22px;
  }

  .contact-actions {
    flex-direction: column;
  }

  .booking-card .btn {
    width: 100%;
    min-width: 0;
  }

  .language-note {
    padding: 13px 14px;
  }

  .info-card {
    padding: 24px;
  }

  .wa-float {
    right: 12px;
    bottom: 12px;
    font-size: 11px;
    padding: 10px 12px;
  }

  .footer-bottom {
    padding-bottom: 48px;
  }

  .story-milestones span {
    letter-spacing: 0;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 33px;
  }

  .hero-promise {
    font-size: 24px;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

/* Shared header: the same layout on FI / EN and every page. */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  position: relative;
  display: grid;
  grid-template-columns: clamp(240px, 22vw, 290px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 118px;
  padding-block: 12px;
}

.logo-link {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  line-height: 0;
}

.logo-link img {
  display: block;
  position: static;
  width: 100%;
  height: auto;
  max-height: 104px;
  object-fit: contain;
  transform: none;
  mix-blend-mode: multiply;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
}

.main-nav a {
  position: relative;
  display: block;
  padding: 14px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-actions .btn {
  display: inline-flex;
  white-space: nowrap;
  padding: 14px 20px;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.lang-switch a {
  padding: 10px 1px;
  color: var(--muted);
}

.lang-switch a.active {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--yellow-deep);
  text-underline-offset: 6px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 44px;
  border: 0;
  padding: 8px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  border-radius: 2px;
  background: var(--ink);
}

/* The header is now above the hero: no space reserved for an overlay. */

@media (min-width: 761px) {
  .hero-grid {
    min-height: 620px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (min-width: 1600px) {
  .hero-grid {
    min-height: 660px;
  }
}

/* Footer: contain the whole logo; blend its white into one light panel. */

.footer-top {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.footer-logo {
  width: 300px;
  max-width: 100%;
  padding: 14px;
  background: var(--bg);
  border-radius: 8px;
  isolation: isolate;
}

.footer-logo img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  transform: none;
  filter: none;
  mix-blend-mode: multiply;
}

/* Shared column widths for every price table, regardless of text length. */

.price-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--paper);
}

.price-table th,
.price-table td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
}

.price-table th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #d8d8d6;
}

.price-table td {
  font-size: 16px;
}

.price-table th:first-child,
.price-table td:first-child {
  width: 56%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
  width: 20%;
  text-align: right;
}

.price-table th:nth-child(3),
.price-table td:nth-child(3) {
  width: 24%;
  text-align: right;
}

.price-table th:nth-child(2),
.price-table th:nth-child(3) {
  white-space: normal;
  overflow-wrap: anywhere;
}

.price-table td:nth-child(2),
.price-table td:nth-child(3) {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.price-table td:nth-child(3) {
  font-weight: 800;
  color: var(--ink);
  background: #ebe2bb;
}

.price-table tbody tr:last-child td {
  border-bottom: 0;
}

.price-name {
  display: block;
  font-size: inherit;
  font-weight: 700;
}

.price-meta {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}

@media (max-width: 1180px) and (min-width: 1001px) {
  .header-inner {
    grid-template-columns: 240px minmax(0, 1fr) auto;
    gap: 18px;
    min-height: 108px;
  }

  .header-actions .btn {
    display: none;
  }
}

@media (max-width: 1000px) {
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto 42px;
    gap: 12px;
    min-height: 98px;
    padding-block: 10px;
  }

  .logo-link {
    grid-column: 1;
    grid-row: 1;
    width: 235px;
    max-width: 100%;
  }

  .logo-link img {
    max-height: 80px;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .header-actions .btn {
    display: none;
  }

  .menu-toggle {
    display: block;
    grid-column: 3;
    grid-row: 1;
  }

  .main-nav {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px;
    border: 1px solid var(--line);
    border-radius: 0 0 8px 8px;
    background: var(--bg);
    box-shadow: 0 16px 28px rgba(42, 42, 40, 0.12);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    min-height: 46px;
    padding: 14px 0;
    font-size: 12px;
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .footer-top {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}

@media (max-width: 620px) {
  .price-table th,
  .price-table td {
    padding: 14px 10px;
  }

  .price-table th {
    font-size: 10px;
    letter-spacing: 0;
  }

  .price-table td {
    font-size: 14px;
  }

  .price-table th:first-child,
  .price-table td:first-child {
    width: 46%;
  }

  .price-table th:nth-child(2),
  .price-table td:nth-child(2) {
    width: 24%;
  }

  .price-table th:nth-child(3),
  .price-table td:nth-child(3) {
    width: 30%;
  }

  .price-meta {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .header-inner {
    min-height: 84px;
    gap: 8px;
  }

  .logo-link {
    width: 205px;
  }

  .logo-link img {
    max-height: 68px;
  }

  .lang-switch {
    gap: 5px;
    font-size: 11px;
  }

  .price-table th,
  .price-table td {
    padding: 12px 8px;
  }

  .price-table td {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .price-table th,
  .price-table td {
    padding-inline: 6px;
  }

  .price-table td {
    font-size: 12px;
  }
}

/* Booking form and final consumer price list */
#bookingForm {
  scroll-margin-top: 130px;
}

.field-note {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.form-status {
  margin-top: 14px;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.form-status.success {
  color: #245b35;
  background: #e3f2e6;
  border: 1px solid #9bc7a5;
}

.form-status.error {
  color: #842b2b;
  background: #f8e3e3;
  border: 1px solid #dfa2a2;
}

.price-table th:first-child,
.price-table td:first-child {
  width: 58%;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
  width: 42%;
  text-align: right;
}

.price-table td:nth-child(2) {
  color: var(--ink);
  background: #ebe2bb;
  font-weight: 800;
  white-space: normal;
}

.price-current,
.price-regular {
  display: block;
}

.price-regular {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.service-card,
.service-body {
  min-width: 0;
}

.services-grid {
  align-items: stretch;
}

.service-card {
  height: 100%;
}

@media (min-width: 320px) and (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  *,
  *::before,
  *::after {
    min-width: 0;
  }

  .container {
    width: calc(100% - 36px);
    max-width: 100%;
    margin-inline: auto;
  }

  .hero-media {
    inset: auto;
    width: 100%;
    margin: 0 0 18px;
    border-radius: 12px;
  }

  .contact-card,
  .booking-card {
    width: 100%;
    padding: 24px 18px;
  }

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

  .form-row-wide {
    grid-column: auto;
  }

  .form-row input,
  .form-row select,
  .form-row textarea {
    max-width: 100%;
  }

  footer {
    padding-bottom: 92px;
    text-align: center;
  }

  .footer-top {
    justify-items: center;
    text-align: center;
  }

  .footer-logo {
    width: min(300px, 100%);
    margin-inline: auto;
  }

  .footer-links {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    text-align: center;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
    padding-bottom: 0;
  }

  .footer-bottom span {
    width: 100%;
  }

  .wa-float {
    right: 12px;
    bottom: 12px;
  }

  .price-shell {
    overflow: hidden;
  }

  .price-table {
    width: 100%;
    table-layout: fixed;
  }

  .price-table th,
  .price-table td {
    padding: 12px 9px;
    overflow-wrap: anywhere;
  }

  .price-table th:first-child,
  .price-table td:first-child {
    width: 52%;
  }

  .price-table th:nth-child(2),
  .price-table td:nth-child(2) {
    width: 48%;
  }
}

/* Compact service cards and three-column VAT price tables */
.services-grid {
  width: 100%;
  max-width: var(--container);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.service-card {
  height: 100%;
}

.service-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  overflow: hidden;
  background: #fbf5e9;
}

.service-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.service-card:hover .service-image img {
  transform: none;
}

.service-body {
  padding: 20px 21px 22px;
}

.service-body h3 {
  margin-bottom: 7px;
  font-size: 23px;
  line-height: 1.15;
}

.service-body p {
  line-height: 1.55;
}

.service-foot {
  margin-top: auto;
  padding-top: 12px;
}

.service-price {
  display: block;
  font-size: 21px;
  line-height: 1.25;
}

.service-regular {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.service-vat {
  margin-top: 4px;
  font-size: 10px;
}

.price-table-scroll {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.price-table-scroll .price-table th:first-child,
.price-table-scroll .price-table td:first-child {
  width: 44%;
}

.price-table-scroll .price-table th:nth-child(2),
.price-table-scroll .price-table td:nth-child(2) {
  width: 26%;
  text-align: right;
  background: var(--paper);
}

.price-table-scroll .price-table th:nth-child(3),
.price-table-scroll .price-table td:nth-child(3) {
  width: 30%;
  text-align: right;
}

.price-tier {
  display: block;
  white-space: normal;
}

.price-tier + .price-tier {
  margin-top: 7px;
}

@media (max-width: 1050px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-image {
    height: auto;
  }
}

@media (max-width: 620px) {
  .services-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-card {
    width: 100%;
    max-width: 100%;
  }

  .service-image {
    height: auto;
  }

  .price-table-scroll .price-table {
    min-width: 720px;
  }
}
/* =========================================================
   ELVIRA 2026 — FINAL WARM BEIGE + GOLD OVERRIDES
   Pääsivu + palvelukortit + hinnasto
   ========================================================= */

body {
  background: var(--bg);
}

/* Yleiset lämpimät taustat */
.alt {
  background: #f4ede3;
}

.needs-section {
  background: linear-gradient(180deg, #eee7dc 0%, #f4ede3 100%);
}

.need-card {
  background: #f7f1e8;
  border-color: #d8c8b1;
}

.need-card-featured {
  background: linear-gradient(145deg, #f0c950 0%, #f7f1e8 82%);
}

.need-card:hover {
  border-color: #d4aa39;
  box-shadow: 0 18px 46px rgba(83, 61, 24, 0.1);
}

/* Hero pysyy lämpimänä myös kuvan liukuvärissä */
.hero {
  background: #eee7dc;
}

.hero-media::after {
  background: linear-gradient(
    90deg,
    #eee7dc 0%,
    rgba(238, 231, 220, 0.98) 10%,
    rgba(238, 231, 220, 0.88) 24%,
    rgba(238, 231, 220, 0.48) 43%,
    rgba(238, 231, 220, 0) 65%
  );
}

/* =========================================================
   PALVELUT
   ========================================================= */

#palvelut {
  background: linear-gradient(180deg, #f2eadf 0%, #e9ddce 100%);
}

#palvelut .section-head .eyebrow,
.service-kicker {
  color: var(--yellow-deep);
}

.service-card {
  background: #f7f1e8;
  border-color: #d6c5aa;
  box-shadow: 0 10px 30px rgba(76, 56, 24, 0.06);
}

.service-card:hover {
  border-color: #cfad58;
  box-shadow: 0 18px 46px rgba(76, 56, 24, 0.12);
}

.service-image {
  background: #fff5e5;
}

.service-body {
  background: linear-gradient(180deg, #f2eadf 0%, #e9dfd2 100%);
}

.service-body h3 {
  color: var(--ink);
}

.service-body p {
  color: var(--muted);
}

.service-foot {
  border-top-color: rgba(120, 88, 0, 0.22);
}

/* Syyskuun kampanjan pieni kultainen merkki */
.service-promo-label {
  display: inline-block;
  margin-bottom: 7px;
  padding: 4px 9px;
  border: 1px solid rgba(120, 88, 0, 0.14);
  border-radius: 999px;
  background: #ead486;
  color: #5f470b;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.service-price {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.2;
}

.service-regular {
  display: block;
  margin-top: 4px;
  color: #766b60;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.service-time {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(233, 188, 59, 0.14);
  color: #67541f;
  font-size: 12px;
  white-space: nowrap;
}

/* Hinnaston huomautus pääsivulla */
.price-callout {
  margin-top: 32px;
  padding: 22px 24px;
  border: 1px solid #d5b456;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4e4ac 0%, #f8f0dc 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.price-callout-copy {
  display: grid;
  gap: 4px;
}

.price-callout-copy strong {
  color: #5e4510;
  font-size: 14px;
}

.price-callout-copy span {
  color: #756750;
  font-size: 13px;
}

/* Lomakkeet ja yhteystiedot hieman lämpimämmiksi */
.contact-section {
  background: linear-gradient(180deg, #eee7dc 0%, #ead9c1 100%);
}

.contact-card,
.booking-card,
.info-card,
.about-copy-wide {
  background: #f7f1e8;
  border-color: #d7c9b6;
}

.form-row input,
.form-row select,
.form-row textarea {
  background: #fbf6ee;
}

/* WhatsApp-painike sivuston omiin väreihin */
.wa-float {
  background: var(--yellow);
  color: var(--ink);
  border: 1px solid #c79d28;
  box-shadow: 0 12px 28px rgba(78, 57, 17, 0.22);
}

.wa-float:hover {
  background: #f0c84f;
}

.wa-float svg {
  fill: currentColor;
}

/* =========================================================
   HINNASTO — KESTO + HINTA + SYYSKUUN AVAJAISHINNAT
   ========================================================= */

.price-shell {
  background: linear-gradient(180deg, #eee7dc 0%, #f6efe5 100%);
}

.price-table {
  background: #f7f1e8;
}

.price-table th {
  background: #e7d7bd;
  color: #5d470e;
}

.price-table td {
  background: #f8f2e9;
  border-color: #ddcfbb;
}

.price-table-scroll .price-table th:first-child,
.price-table-scroll .price-table td:first-child {
  width: 48%;
}

.price-table-scroll .price-table th:nth-child(2),
.price-table-scroll .price-table td:nth-child(2) {
  width: 18%;
  text-align: right;
  background: #f8f2e9;
}

.price-table-scroll .price-table th:nth-child(3),
.price-table-scroll .price-table td:nth-child(3) {
  width: 34%;
  text-align: right;
}

.price-cell {
  text-align: right;
}

.price-promo-label {
  display: block;
  margin-bottom: 4px;
  color: var(--yellow-deep);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-promo {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.price-normal {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
}

.price-regular {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.price-description {
  display: block;
  max-width: 650px;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.price-offer-note {
  margin-top: 30px;
  padding: 20px 22px;
  border: 1px solid #d5b456;
  border-radius: 16px;
  background: #f3e4b3;
}

.price-offer-note strong {
  display: block;
  margin-bottom: 5px;
  color: #5d4510;
}

.price-offer-note p {
  color: #6d604e;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 760px) {
  .price-callout {
    align-items: stretch;
    flex-direction: column;
  }

  .price-callout .btn {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .service-promo-label {
    font-size: 9px;
  }

  .service-price {
    font-size: 23px;
  }

  .service-time {
    padding: 3px 7px;
    font-size: 11px;
  }

  .price-table-scroll .price-table {
    min-width: 680px;
  }
}


/* =========================================================
   ELVIRA BRAND LOCK — 01.09.2026
   Rauhallinen ja arvokas: beige + keltainen + kulta + harmaa.
   Tämä viimeinen osio lukitsee näkyvät värit yhteen palettiin.
   ========================================================= */

html,
body {
  background: var(--bg);
  color: var(--ink);
}

body,
p,
.lead,
.small,
.field-note,
.form-note,
.cancellation-note,
.updated {
  color: var(--muted);
}

h1,
h2,
h3,
h4,
strong,
.price-name {
  color: var(--ink);
}

.eyebrow,
.service-kicker,
.need-number {
  color: var(--yellow-deep);
}

.gold-line {
  background: var(--gold);
}

/* Header */
.site-header {
  background: var(--paper);
  border-bottom-color: var(--line);
}

.main-nav a,
.lang-switch a,
.lang-switch span {
  color: var(--ink);
}

.main-nav a::after,
.lang-switch a::after {
  background: var(--gold);
}

.menu-toggle span {
  background: var(--ink);
}

/* Buttons */
.btn-primary {
  background: var(--yellow);
  color: var(--ink);
  border-color: var(--gold);
}

.btn-primary:hover {
  background: var(--gold);
  color: var(--ink);
}

.btn-outline {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.btn-outline:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

/* Hero */
.hero {
  background: var(--bg);
  border-bottom-color: var(--yellow);
}

.hero h1::after {
  background: var(--gold);
}

.hero .lead,
.hero-promise {
  color: var(--ink);
}

.hero-media {
  background: var(--soft-2);
}

.hero-media::after {
  background: linear-gradient(
    90deg,
    var(--bg) 0%,
    rgba(238, 232, 223, .98) 10%,
    rgba(238, 232, 223, .88) 24%,
    rgba(238, 232, 223, .48) 43%,
    rgba(238, 232, 223, 0) 65%
  );
}

/* Needs */
.needs-section {
  background: var(--bg);
}

.need-card {
  background: var(--paper);
  border-color: var(--line);
  box-shadow: none;
}

.need-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}

.need-card-featured {
  background: var(--gold-soft);
  border-color: var(--gold);
}

.need-card-featured h3,
.need-card-featured p,
.need-card-featured .need-link,
.need-card-featured .need-number {
  color: var(--ink);
}

.need-card:nth-child(4) {
  background: var(--ink);
  border-color: var(--ink);
}

.need-card:nth-child(4) h3,
.need-card:nth-child(4) p,
.need-card:nth-child(4) .need-link {
  color: var(--paper);
}

.need-card:nth-child(4) .need-number {
  color: var(--yellow);
}

/* Anti-Stress signature block */
.anti-stress-section {
  background: var(--ink);
  color: var(--paper);
}

.anti-stress-section .eyebrow,
.anti-stress-visual blockquote cite {
  color: var(--yellow);
}

.anti-stress-copy h2,
.anti-stress-copy .lead,
.anti-stress-copy > p:not(.lead),
.anti-stress-visual blockquote p,
.text-link {
  color: var(--paper);
}

.anti-stress-visual blockquote {
  border-left-color: var(--yellow);
}

.text-link {
  border-bottom-color: var(--gold);
}

/* About */
.alt {
  background: var(--soft);
}

.about-copy-wide {
  background: var(--paper);
  border-color: var(--line);
  box-shadow: none;
}

.story-milestones > div {
  background: var(--bg);
  border-color: var(--line);
}

.story-milestones strong {
  color: var(--ink);
}

.story-milestones span,
.signature {
  color: var(--muted);
}

/* Gift */
.gift-section {
  background: var(--yellow);
}

.gift-card {
  background: transparent;
  box-shadow: none;
}

.gift-card .eyebrow,
.gift-card h2,
.gift-card p {
  color: var(--ink);
}

.gift-card .btn-primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.gift-card .btn-primary:hover {
  background: var(--muted);
  border-color: var(--muted);
  color: var(--paper);
}

/* Services */
#palvelut,
#services {
  background: var(--bg);
}

.service-card {
  background: var(--paper);
  border-color: var(--line);
  box-shadow: none;
}

.service-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}

.service-image {
  background: var(--paper);
}

.service-body {
  background: var(--paper);
}

.service-body h3,
.service-body p {
  color: var(--ink);
}

.service-body p {
  color: var(--muted);
}

.service-foot {
  border-top-color: var(--line);
}

.service-promo-label {
  background: var(--gold-soft);
  border-color: var(--gold);
  color: var(--yellow-deep);
}

.service-price {
  color: var(--ink);
}

.service-regular,
.service-time {
  color: var(--muted);
}

.service-time {
  background: var(--soft);
}

.service-vat {
  display: none;
}

.price-callout {
  background: var(--gold-soft);
  border-color: var(--gold);
}

.price-callout-copy strong,
.price-callout-copy span,
.price-callout p,
.price-callout strong {
  color: var(--ink);
}

/* Good to know — deliberately light and readable */
.comfort-section {
  background: var(--soft);
}

.comfort-section .eyebrow {
  color: var(--yellow-deep);
}

.comfort-section h2,
.comfort-section .lead {
  color: var(--ink);
}

.info-card {
  background: var(--paper);
  border-color: var(--line);
  box-shadow: none;
}

.info-card h3 {
  color: var(--ink);
}

.info-card p {
  color: var(--muted);
}

.info-icon {
  background: var(--yellow);
  color: var(--ink);
}

/* Contact and form */
.contact-section {
  background: var(--bg);
}

.contact-card {
  background: var(--gold-soft);
  border-color: var(--gold);
}

.contact-card .eyebrow,
.contact-card h2,
.contact-card p,
.contact-item strong,
.contact-item span,
.contact-item a {
  color: var(--ink);
}

.contact-list {
  border-color: var(--gold);
}

.contact-item .icon {
  background: var(--yellow);
  color: var(--ink);
}

.contact-card .btn-primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.contact-card .btn-primary:hover {
  background: var(--muted);
  border-color: var(--muted);
  color: var(--paper);
}

.booking-card {
  background: var(--paper);
  border-color: var(--line);
}

.language-note,
.consent {
  background: var(--soft);
  border-color: var(--line);
  color: var(--ink);
}

.form-row label {
  color: var(--muted);
}

.form-row input,
.form-row select,
.form-row textarea {
  background: var(--bg);
  border-color: var(--line);
  color: var(--ink);
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 150, 44, .16);
}

.form-status.success,
.form-status.error {
  background: var(--soft);
  border-color: var(--gold);
  color: var(--ink);
}

.form-status.error {
  border-color: var(--ink);
}

/* Price list */
.page-hero,
.price-shell {
  background: var(--bg);
}

.page-hero .lead {
  color: var(--muted);
}

.price-category h2 {
  color: var(--ink);
}

.price-table-scroll {
  border: 1px solid var(--line);
  background: var(--paper);
}

.price-table,
.price-table td,
.price-table-scroll .price-table td:first-child,
.price-table-scroll .price-table td:nth-child(2),
.price-table-scroll .price-table td:nth-child(3) {
  background: var(--paper);
}

.price-table th,
.price-table-scroll .price-table th:first-child,
.price-table-scroll .price-table th:nth-child(2),
.price-table-scroll .price-table th:nth-child(3) {
  background: var(--soft);
  color: var(--yellow-deep);
}

.price-table th,
.price-table td {
  border-color: var(--line);
}

.price-table td:nth-child(3) {
  background: var(--gold-soft);
}

.price-promo-label {
  color: var(--yellow-deep);
}

.price-promo,
.price-normal {
  color: var(--ink);
}

.price-regular,
.price-description,
.price-meta,
.price-tier {
  color: var(--muted);
}

.price-offer-note {
  background: var(--gold-soft);
  border-color: var(--gold);
}

.price-offer-note strong,
.price-offer-note p {
  color: var(--ink);
}

/* Story */
.story-hero {
  background: var(--bg);
}

.story-deck {
  color: var(--muted);
}

.story-body {
  background: var(--paper);
}

.story-article p,
.story-aside-card li span {
  color: var(--muted);
}

.story-article .story-intro,
.story-closing,
.story-signature,
.story-aside-card li strong {
  color: var(--ink) !important;
}

.story-quote,
.story-quote-soft {
  background: var(--soft);
  border-left-color: var(--gold);
}

.story-quote p,
.story-quote cite {
  color: var(--ink);
}

.story-aside-card {
  background: var(--bg);
  border-color: var(--line);
}

.story-aside-card li::before {
  border-color: var(--gold);
  background: var(--bg);
}

.story-aside-card li::after {
  background: var(--line);
}

.story-aside-cta {
  background: var(--gold-soft);
}

.story-final-cta {
  background: var(--yellow);
}

.story-final-inner h2,
.story-final-inner p {
  color: var(--ink);
}

/* Legal */
.legal {
  background: var(--paper);
}

.legal h1,
.legal h2 {
  color: var(--ink);
}

.legal p,
.legal li,
.legal .updated {
  color: var(--muted);
}

/* Footer */
footer {
  background: var(--ink);
  color: var(--paper);
}

.footer-links a {
  color: var(--paper);
}

.footer-links a:hover {
  color: var(--yellow);
}

.footer-bottom {
  border-top-color: var(--muted);
  color: var(--soft-2);
}

.footer-logo {
  background: var(--paper);
}

/* Floating WhatsApp */
.wa-float {
  background: var(--yellow);
  border-color: var(--gold);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(45, 44, 42, .22);
}

.wa-float:hover {
  background: var(--gold);
  color: var(--ink);
}

.wa-float svg {
  fill: currentColor;
}

/* Mobile price-table readability */
@media (max-width: 620px) {
  .price-table-scroll .price-table {
    min-width: 680px;
  }
}
