@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');

:root {
  color-scheme: light;
  --paper: #f5f0e8;
  --ink: #292329;
  --plum: #432836;
  --muted: #695f64;
  --line: #cfc5bc;
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #a9556b; outline-offset: 4px; }
.skip-link { position: absolute; z-index: 50; top: -100px; left: 1rem; padding: .75rem 1rem; background: white; color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 92px; padding: 1rem clamp(1.5rem, 4.5vw, 5rem); background: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--plum); border-radius: 50%; font-family: var(--serif); font-size: 1.15rem; letter-spacing: -.09em; line-height: 1; }
.brand-mark-dot { color: #a9556b; }
.brand-name { font-family: var(--serif); font-size: 1.42rem; font-weight: 500; letter-spacing: -.035em; }
.site-header nav { display: flex; align-items: center; gap: clamp(1.3rem, 3vw, 3rem); }
.site-header nav a { font-size: .88rem; font-weight: 600; letter-spacing: .015em; text-decoration: none; transition: opacity .2s ease; }
.site-header nav a:hover { opacity: .62; }
.site-header nav .nav-cta { display: inline-flex; align-items: center; gap: 1rem; border: 1px solid var(--plum); border-radius: 100px; padding: .9rem 1.2rem; }
.nav-cta span { font-size: 1.1rem; font-weight: 400; line-height: .7; }

.hero { position: relative; display: flex; align-items: center; min-height: min(740px, calc(100svh - 92px)); overflow: hidden; isolation: isolate; background: #e9ddd1; }
.hero-image, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -2; object-fit: cover; object-position: center center; }
.hero-wash { z-index: -1; background: linear-gradient(90deg, rgba(246,241,233,.95) 0%, rgba(246,241,233,.87) 25%, rgba(246,241,233,.25) 48%, rgba(246,241,233,0) 65%); }
.hero-content { width: min(670px, 53%); padding: 5rem 0 6rem clamp(1.5rem, 9vw, 10.5rem); }
.eyebrow { display: flex; align-items: center; gap: .9rem; margin: 0; color: var(--plum); font-size: .8rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-line { width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
h1 { max-width: 700px; margin: 2.4rem 0 1.7rem; font-size: clamp(4.6rem, 6vw, 7rem); line-height: .99; }
h1 em, h2 em { color: #794b60; font-weight: 400; }
.hero-intro { max-width: 380px; margin-bottom: 2.4rem; color: #53484b; font-size: 1.05rem; line-height: 1.72; }
.round-link { display: inline-flex; align-items: center; gap: 1.4rem; color: var(--plum); font-size: .93rem; font-weight: 700; text-decoration: none; }
.round-link span:first-child { border-bottom: 1px solid currentColor; padding-bottom: .25rem; }
.round-link-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.2rem; font-weight: 400; transition: background .2s, color .2s, transform .2s; }
.round-link:hover .round-link-icon { background: var(--plum); color: white; transform: translate(2px, 2px); }
.hero-side-note { position: absolute; right: 1.7rem; bottom: 2rem; color: white; font-size: .65rem; font-weight: 700; letter-spacing: .16em; writing-mode: vertical-rl; transform: rotate(180deg); text-shadow: 0 1px 4px rgba(0,0,0,.35); }

.section-shell { width: min(100% - 3rem, 1320px); margin-inline: auto; }
.offerings { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(3rem, 8vw, 9rem); padding-block: clamp(5rem, 10vw, 10rem); }
.section-heading h2 { margin: 2rem 0 1.5rem; font-size: clamp(3.2rem, 5.1vw, 6rem); line-height: 1.05; }
.section-heading > p:last-child { max-width: 345px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.service-list { border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: 3.8rem 1fr 3rem; gap: 1.2rem; align-items: start; border-bottom: 1px solid var(--line); padding: clamp(2rem, 4vw, 4rem) 0; scroll-margin-top: 1rem; }
.service-number { padding-top: .8rem; color: #756b6e; font-size: .8rem; font-weight: 700; letter-spacing: .08em; }
.service-number span { color: #ac9fa3; padding-left: .35rem; }
.service h3 { margin-bottom: 1rem; font-size: clamp(2.6rem, 4vw, 4.4rem); line-height: 1.05; }
.service p { max-width: 420px; margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.service-symbol { padding-top: .15rem; color: #835467; font-family: var(--serif); font-size: 2.7rem; line-height: 1; }
.service-symbol-soft { font-size: 3.8rem; line-height: .5; }

.about { background: #f5f0e8; }
.about-inner { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(3rem, 8vw, 9rem); padding-block: clamp(5rem, 9vw, 9rem); }
.about-heading h2 { margin: 2rem 0 2.5rem; font-size: clamp(3.5rem, 5.5vw, 6.5rem); line-height: 1.03; }
.about-years { display: flex; align-items: baseline; gap: .8rem; color: var(--plum); }
.about-years strong { font-family: var(--serif); font-size: clamp(3rem, 4vw, 4.8rem); font-weight: 400; letter-spacing: -.06em; line-height: 1; }
.about-years span { color: var(--muted); font-size: .9rem; font-weight: 600; letter-spacing: .03em; }
.about-copy { align-self: center; }
.about-copy p { max-width: 690px; margin-bottom: 1.4rem; color: #564c50; font-size: 1.04rem; line-height: 1.85; }
.about-copy p:last-child { margin-bottom: 0; }

.education { background: #e9e0dc; scroll-margin-top: 1rem; }
.education-inner { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(3rem, 8vw, 9rem); padding-block: clamp(5rem, 9vw, 9rem); }
.education-heading h2 { margin: 2rem 0 1.5rem; font-size: clamp(3.2rem, 5.1vw, 6rem); line-height: 1.05; }
.education-note { max-width: 380px; color: #60575b; font-size: 1rem; line-height: 1.75; }
.education-list { border-top: 1px solid #bcaeae; }
.education-item { border-bottom: 1px solid #bcaeae; padding: clamp(1.7rem, 3vw, 2.8rem) 0; }
.education-item-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.education-tag { border: 1px solid #a48f98; border-radius: 100px; padding: .35rem .75rem; color: var(--plum); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.education-year { color: #62575b; font-size: .82rem; font-weight: 600; }
.education-item h3 { margin-bottom: .5rem; font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1.15; }
.education-item p { margin-bottom: 0; color: #62575b; font-size: 1rem; line-height: 1.7; }
.education-item p a { text-underline-offset: .25rem; }

.closing { background: var(--plum); color: #fff9f4; }
.closing-inner { position: relative; padding-block: clamp(5.5rem, 10vw, 10rem); }
.closing .eyebrow { color: #d7b8c6; }
.closing h2 { max-width: 1000px; margin: 2.5rem 0 1.8rem; font-size: clamp(3.7rem, 7.2vw, 8.5rem); line-height: 1.04; }
.closing h2 em { color: #dec4cc; }
.closing-inner > p:not(.eyebrow) { max-width: 430px; margin-bottom: 0; color: #d9c9ce; font-size: 1.05rem; line-height: 1.8; }
.booking-contacts { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; padding-bottom: 3rem; }
.booking-contact { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; min-width: min(100%, 320px); border: 1px solid #8f737f; border-radius: 5px; padding: 1rem 1.2rem; color: #fff9f4; text-decoration: none; transition: background .2s, border-color .2s; }
.booking-contact:hover { border-color: #ddc4cd; background: rgba(255,255,255,.06); }
.booking-contact > span:first-child { color: #d9c9ce; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.booking-contact strong { font-size: .95rem; font-weight: 600; }
.booking-contact > span:last-child { font-size: 1.1rem; }
.back-to-top { position: absolute; right: 0; bottom: clamp(5.5rem, 10vw, 10rem); display: inline-flex; align-items: center; gap: 1rem; border-bottom: 1px solid #bca7ae; padding-bottom: .4rem; color: #fff9f4; font-size: .88rem; font-weight: 600; text-decoration: none; }
.back-to-top span { font-size: 1.2rem; font-weight: 400; }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2.2rem clamp(1.5rem, 4.5vw, 5rem); color: #645b5f; font-size: .78rem; font-weight: 600; letter-spacing: .04em; }
.site-footer span:first-child { color: var(--ink); font-family: var(--serif); font-size: 1.2rem; font-weight: 400; letter-spacing: -.03em; }
.instagram-link { color: var(--plum); text-decoration: none; text-underline-offset: .25rem; }
.instagram-link:hover { text-decoration: underline; }

@media (max-width: 850px) {
  .site-header { min-height: 76px; }
  .site-header nav { gap: 1.25rem; }
  .site-header nav .nav-cta { display: none; }
  .hero { min-height: 660px; align-items: start; }
  .hero-image { object-position: 61% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(246,241,233,.96) 0%, rgba(246,241,233,.83) 46%, rgba(246,241,233,.1) 78%); }
  .hero-content { width: min(620px, 90%); padding: 5rem 0 0 5vw; }
  h1 { font-size: clamp(4rem, 9vw, 6.5rem); }
  .offerings { grid-template-columns: 1fr; gap: 3rem; }
  .section-heading h2 { max-width: 650px; }
  .section-heading > p:last-child { max-width: 550px; }
  .education-inner { grid-template-columns: 1fr; gap: 2rem; }
  .education-note { max-width: 560px; }
  .about-inner { grid-template-columns: 1fr; gap: 2rem; }
  .about-copy { max-width: 700px; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 1.2rem; min-height: 72px; }
  .brand-mark { width: 36px; height: 36px; font-size: 1rem; }
  .brand-name { font-size: 1.15rem; }
  .site-header nav a { font-size: .78rem; }
  .site-header nav { gap: .8rem; }
  .site-header nav a[href="#yoga"], .site-header nav a[href="#massage"], .site-header nav a[href="#utbildning"] { display: none; }
  .hero { min-height: 710px; }
  .hero-image { object-position: 67% bottom; }
  .hero-wash { background: linear-gradient(180deg, rgba(246,241,233,.99) 0%, rgba(246,241,233,.94) 45%, rgba(246,241,233,.35) 66%, rgba(246,241,233,0) 100%); }
  .hero-content { width: 100%; padding: 3.8rem 1.5rem 0; }
  h1 { margin: 1.8rem 0 1.3rem; font-size: clamp(3.55rem, 14vw, 5.3rem); }
  .hero-intro { max-width: 350px; font-size: 1rem; line-height: 1.6; }
  .hero-side-note { display: none; }
  .section-shell { width: min(100% - 3rem, 1320px); }
  .offerings { padding-block: 5rem; }
  .section-heading h2 { font-size: clamp(3.1rem, 12vw, 4.5rem); }
  .service { grid-template-columns: 2.5rem 1fr; gap: .8rem; }
  .service h3 { font-size: 2.75rem; }
  .service-symbol { display: none; }
  .education-inner { padding-block: 5rem; }
  .education-heading h2 { font-size: clamp(3.1rem, 12vw, 4.5rem); }
  .education-item h3 { font-size: 2.2rem; }
  .about-inner { padding-block: 5rem; }
  .about-heading h2 { font-size: clamp(3.3rem, 12vw, 4.8rem); }
  .closing-inner { padding-block: 5rem 7rem; }
  .closing h2 { font-size: clamp(3.4rem, 12vw, 5.4rem); }
  .booking-contacts { display: grid; gap: .75rem; margin-top: 2rem; }
  .booking-contact { min-width: 0; padding: .9rem 1rem; }
  .booking-contact strong { font-size: .9rem; overflow-wrap: anywhere; }
  .back-to-top { right: auto; left: 0; bottom: 2.7rem; }
  .site-footer { flex-wrap: wrap; padding: 2rem 1.5rem; }
  .site-footer span:last-of-type { width: 100%; }
}

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