@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #17130f;
  --muted-ink: #6b5f4f;
  --paper: #faf8f4;
  --paper-deep: #f1ece2;
  --bordeaux: #6d2436;
  --bordeaux-deep: #4f1826;
  --bordeaux-tint: #ecd3d6;
  --gold: #b3915c;
  --gold-deep: #8a6d3f;
  --gold-tint: #efe3cc;
  --success: #5c7a52;
  --night: #17130f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, system-ui, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: Lora, serif; font-weight: 600; }
.eyebrow { color: var(--bordeaux-deep); font-family: Manrope, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .1em; margin: 0 0 18px; text-transform: uppercase; }

.site-header { align-items: center; backdrop-filter: blur(14px); background: rgba(245, 236, 218, .8); display: flex; gap: 2rem; height: 74.4px; justify-content: space-between; padding: 0 18px; position: sticky; top: 0; z-index: 2; }
.brand { font-family: Lora, serif; font-size: 20.25px; font-weight: 700; letter-spacing: .04em; }
.desktop-nav { display: flex; gap: 2rem; margin-left: auto; }
.desktop-nav a { color: var(--muted-ink); font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-button { background: var(--bordeaux); border-radius: 999px; color: #fff; display: inline-block; font-family: Manrope, sans-serif; font-size: 15.75px; font-weight: 700; letter-spacing: .01em; padding: 9px 18px; transition: transform .2s ease, background .2s ease; }
.contact-button:hover { background: var(--bordeaux-deep); transform: translateY(-2px); }
.menu-toggle { background: var(--paper); border: 1px solid rgba(43, 36, 29, .16); border-radius: 13.5px; display: none; height: 46.6px; padding: 9px; width: 46.6px; }
.menu-toggle span { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 25px; }
.mobile-menu { display: none; }
.menu-close { align-items: center; background: var(--paper); border: 1px solid rgba(43, 36, 29, .16); border-radius: 14px; color: var(--ink); display: flex; font: 34px/1 Lora, serif; height: 58px; justify-content: center; width: 58px; }

.hero { overflow: hidden; position: relative; }
.hero-blob { border-radius: 50%; filter: blur(4px); position: absolute; z-index: 0; }
.hero-blob-a { background: radial-gradient(circle, rgba(109, 36, 54, .22) 0%, rgba(109, 36, 54, 0) 70%); height: 520px; left: -160px; top: -180px; width: 520px; }
.hero-blob-b { background: radial-gradient(circle, rgba(179, 145, 92, .26) 0%, rgba(179, 145, 92, 0) 70%); bottom: -220px; height: 560px; right: -160px; width: 560px; }
.hero-inner { align-items: center; display: flex; gap: 48px; padding: 64px 64px 120px; position: relative; z-index: 1; }
.hero-content { flex: 0 0 52%; max-width: 560px; position: relative; z-index: 1; }
.hero .eyebrow { background: rgba(245, 236, 218, .85); border-radius: 999px; display: inline-block; padding: 9px 18px; }
h1 { color: var(--ink); font-size: 40.5px; font-weight: 600; letter-spacing: 0; line-height: 1.15; margin: 0; }
h1 .highlight { background: linear-gradient(180deg, transparent 60%, var(--gold-tint) 60%); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-copy { color: rgba(43, 36, 29, .68); font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.65; margin: 27px 0 2.5rem; }
.hero-actions { align-items: center; display: flex; gap: 27px; margin-top: 34px; }
.hero-services { background: var(--bordeaux); border-radius: 999px; color: #fff; display: inline-block; font-family: Manrope, sans-serif; font-size: 16px; font-weight: 700; padding: 17px 32px; box-shadow: 0 14px 26px rgba(109, 36, 54, .28); transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.hero-services:hover, .hero-services:focus-visible { background: var(--bordeaux-deep); box-shadow: 0 16px 30px rgba(109, 36, 54, .34); outline: none; transform: translateY(-3px); }
.hero-contact { border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); font-family: Manrope, sans-serif; font-size: 15px; font-weight: 700; padding: 15px 28px; transition: background-color .3s ease, color .3s ease, transform .3s ease; }
.hero-contact:hover, .hero-contact:focus-visible { background: var(--gold-tint); outline: none; transform: translateY(-3px); }
.positioning { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 40px 0 0; padding: 0; }
.positioning li { border-radius: 999px; font-family: Manrope, sans-serif; font-size: 13px; font-weight: 600; padding: 9px 17px; transition: box-shadow .3s ease, transform .3s ease; }
.positioning li.tint-bordeaux { background: var(--bordeaux-tint); color: #5c1c29; }
.positioning li.tint-gold { background: var(--gold-tint); color: #8a6d3f; }
.positioning li:hover { box-shadow: 0 6px 14px rgba(43, 36, 29, .12); transform: translateY(-3px); }

.hero-collage { flex: 0 0 42%; height: 540px; position: relative; }
.hero-collage-main { border-radius: 28px; box-shadow: 0 24px 50px rgba(43, 36, 29, .2); height: 460px; left: 30px; overflow: hidden; position: absolute; top: 20px; transform: rotate(-3deg); width: 78%; }
.hero-collage-main img { display: block; height: 100%; object-fit: cover; object-position: 64% 42%; width: 100%; }
.hero-collage-accent { border: 6px solid var(--paper); border-radius: 22px; bottom: 0; box-shadow: 0 18px 36px rgba(43, 36, 29, .22); height: 280px; overflow: hidden; position: absolute; right: 0; transform: rotate(4deg); width: 46%; }
.hero-collage-accent img { display: block; height: 100%; object-fit: cover; width: 100%; }
.hero-collage-tag { background: var(--ink); border-radius: 999px; box-shadow: 0 10px 20px rgba(43, 36, 29, .18); color: #f7f0e6; font-family: Lora, serif; font-size: 14px; font-style: italic; padding: 10px 18px; position: absolute; right: 26px; top: 0; transform: rotate(3deg); z-index: 2; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.about, .services, .products, .mindset, .testimonials, .faq { padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 10vw, 10rem); }
.about { background: var(--paper); }
.about h2, .services h2, .products h2, .mindset h2, .testimonials h2, .faq h2 { font-size: clamp(2.3rem, 5vw, 5rem); line-height: 1.05; margin: 0; }
.about-intro { margin: 0 auto; max-width: 720px; text-align: center; }
.about-intro > p:first-of-type { color: rgba(43, 36, 29, .7); font-size: 18px; line-height: 1.65; margin: 22px auto 0; max-width: 560px; }
.about-copy { color: var(--muted-ink); font-size: 17px; line-height: 1.75; margin: 20px auto 0; max-width: 640px; }

.identity-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); margin-top: 56px; }
.identity-grid article { border-radius: 24px; display: flex; flex-direction: column; gap: 14px; padding: 30px; transition: transform .3s ease, box-shadow .3s ease; }
.identity-grid article:hover { box-shadow: 0 14px 26px rgba(43, 36, 29, .1); transform: translateY(-5px); }
.identity-grid article.tint-bordeaux { background: var(--bordeaux-tint); }
.identity-grid article.tint-gold { background: var(--gold-tint); }
.identity-grid article.tint-paper { background: var(--paper-deep); border: 1px solid rgba(43, 36, 29, .1); }
.identity-grid svg { display: block; }
.identity-grid h3 { font-size: 18px; margin: 0; }
.identity-grid article.tint-bordeaux h3 { color: #4a1420; }
.identity-grid article.tint-gold h3 { color: #6b5330; }
.identity-grid p { font-size: 14px; line-height: 1.6; margin: 0; }
.identity-grid article.tint-bordeaux p { color: #5c1c29; }
.identity-grid article.tint-gold p { color: #8a6d3f; }
.identity-grid article.tint-paper p { color: var(--muted-ink); }

.about-quote { align-items: center; background: var(--night); border-radius: 28px; display: flex; gap: 24px; margin-top: 48px; padding: 40px 48px; }
.about-quote-avatar { border: 3px solid var(--bordeaux); border-radius: 50%; flex: 0 0 88px; height: 88px; overflow: hidden; }
.about-quote-avatar img { display: block; height: 100%; object-fit: cover; width: 100%; }
.about-quote blockquote { color: var(--paper); font-family: Lora, serif; font-size: 19px; font-style: italic; line-height: 1.55; margin: 0; }
.about-link { color: var(--bordeaux); display: inline-block; font-family: Manrope, sans-serif; font-size: 15px; font-weight: 700; margin-top: 28px; transition: color .25s ease, transform .25s ease; }
.about-link:hover, .about-link:focus-visible { color: var(--bordeaux-deep); outline: none; transform: translateX(4px); }
.about-link span { display: inline-block; transition: transform .25s ease; }
.about-link:hover span, .about-link:focus-visible span { transform: translateX(4px); }

.section-heading { max-width: 760px; }
.about > div > p:last-child, .section-heading > p:last-child, .products > p, .mindset p { color: var(--muted-ink); font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.65; }
.services { background: var(--paper-deep); }
.services-cta { background: var(--bordeaux); border-radius: 999px; color: #fff; display: inline-block; font-family: Manrope, sans-serif; font-size: 16px; font-weight: 700; margin-top: 34px; padding: 17px 32px; transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.services-cta:hover, .services-cta:focus-visible, .mindset-cta:hover, .mindset-cta:focus-visible, .faq-cta:hover, .faq-cta:focus-visible, .contact form .contact-button:hover, .contact form .contact-button:focus-visible { background: var(--bordeaux-deep); box-shadow: 0 12px 22px rgba(109, 36, 54, .26); outline: none; transform: translateY(-3px); }
.service-grid, .product-grid, .mindset-grid, .testimonial-grid { display: grid; gap: 1px; margin-top: 4rem; }
.service-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
.service-grid article, .product-grid article, .mindset-grid article { padding: 1.8rem 1.2rem 2.5rem 0; }
.service-grid article { background: var(--paper); border: 1px solid rgba(43, 36, 29, .1); border-radius: 24px; min-height: 258px; padding: 32px; transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease; }
.service-grid article:hover { transform: translateY(-8px); }
.service-grid article:hover, .product-grid article:hover, .mindset-grid article:hover, .testimonial-grid blockquote:hover { border-color: var(--bordeaux-tint); box-shadow: 0 10px 22px rgba(43, 36, 29, .1); }
.service-grid article img { display: none; }
.service-grid span, .product-grid span { color: var(--muted-ink); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.service-grid .service-icon { color: var(--bordeaux); display: block; font-family: Lora, serif; font-size: 27px; letter-spacing: 0; line-height: 1; }
.service-grid h3, .product-grid h3, .mindset-grid h3 { font-size: 1.8rem; margin: 1.4rem 0 .8rem; }
.service-grid p, .product-grid p, .mindset-grid p { color: var(--muted-ink); line-height: 1.6; margin: 0; max-width: 340px; }
.products { background: var(--paper); }
.product-grid { gap: 32px; grid-template-columns: repeat(3, 1fr); }
.product-grid article { background: var(--paper-deep); border: 1px solid transparent; border-radius: 24px; padding: 2rem; transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease; }
.product-grid article:hover { transform: translateY(-6px); }
.product-meta { align-items: center; display: flex; gap: 16px; justify-content: space-between; }
.product-meta span { background: var(--bordeaux-tint); border-radius: 999px; color: #5c1c29; font-weight: 600; padding: 10px 18px; }
.product-meta small { border: 1px solid rgba(43, 36, 29, .16); border-radius: 999px; color: var(--muted-ink); padding: 9px 16px; }
.product-visual { align-items: center; aspect-ratio: 4 / 3; background: linear-gradient(145deg, var(--bordeaux-tint) 0%, var(--gold-tint) 100%); border: 1px solid rgba(43, 36, 29, .1); border-radius: 18px; display: flex; font-size: 48px; justify-content: center; margin-top: 18px; width: 100%; }
.product-footer { align-items: center; display: flex; justify-content: space-between; margin-top: 22px; }
.product-footer strong { font-size: 34px; margin: 0; }
.product-footer strong small { font-size: 18px; font-weight: 400; }
.product-footer a { background: var(--bordeaux); border-radius: 17px; color: #fff; font-family: Manrope, sans-serif; font-size: 16px; font-weight: 700; line-height: 1.35; padding: 14px 22px; }
.product-grid strong { display: block; font-family: Lora, serif; font-size: 20px; margin-top: 1.5rem; }
.mindset { background: radial-gradient(circle at 12% 35%, rgba(109, 36, 54, .12), transparent 34%), radial-gradient(circle at 92% 62%, rgba(179, 145, 92, .16), transparent 32%), var(--paper); display: block; min-height: 680px; }
.mindset-heading { margin: 0 auto; max-width: 950px; text-align: center; }
.mindset-heading h2 { color: var(--ink); }
.mindset-heading > p { color: rgba(43, 36, 29, .55); margin: 26px auto 0; max-width: 980px; }
.mindset-cta { background: var(--ink); border-radius: 999px; color: #fff; display: inline-block; font-family: Manrope, sans-serif; font-size: 15px; font-weight: 700; margin-top: 38px; padding: 14px 27px; transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.mindset-grid { gap: 30px; grid-template-columns: repeat(3, 1fr); margin: 64px auto 0; max-width: 1055px; }
.mindset-grid article { background: var(--paper); border: 1px solid rgba(43, 36, 29, .1); border-radius: 18px; padding: 32px; transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease; }
.mindset-grid h3 { color: var(--bordeaux-deep); font-family: Manrope, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.testimonials { background: var(--paper); color: var(--ink); }
.testimonials .eyebrow { letter-spacing: .16em; }
.testimonials-intro { color: rgba(43, 36, 29, .68); font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.65; margin: 26px 0 0; max-width: 780px; }
.testimonial-grid { gap: 30px; grid-template-columns: repeat(2, 1fr); margin-top: 48px; }
.testimonial-grid blockquote { background: var(--paper-deep); border: 1px solid rgba(43, 36, 29, .1); border-radius: 20px; font-family: Lora, serif; font-size: 18px; line-height: 1.6; margin: 0; min-height: 220px; padding: 32px; position: relative; transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease; }
.testimonial-grid blockquote:hover { transform: translateY(-5px); }
.testimonial-grid blockquote:first-child { background: var(--gold-tint); }
.testimonial-grid blockquote::after { color: rgba(43, 36, 29, .18); content: '”'; font-family: Lora, serif; font-size: 48px; position: absolute; right: 28px; top: 6px; }
.testimonial-grid cite { color: var(--ink); display: flex; flex-direction: column; font-family: Manrope, sans-serif; font-size: 14px; font-style: normal; font-weight: 600; margin-top: 28px; padding-top: 18px; position: relative; }
.testimonial-grid cite::before { border-top: 1px solid rgba(43, 36, 29, .2); content: ''; left: 0; position: absolute; top: 0; width: 68px; }
.testimonial-grid cite span { color: rgba(43, 36, 29, .6); font-weight: 400; margin-top: 4px; }
.faq { background: var(--paper); }
.faq > .eyebrow { color: var(--bordeaux-deep); }
.faq h2 { color: var(--ink); }
.faq-intro { color: rgba(43, 36, 29, .62); font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.65; margin: 26px 0 0; max-width: 760px; }
.faq-list { display: grid; gap: 16px; margin-top: 3rem; max-width: 850px; }
.faq details { background: var(--paper); border: 1px solid rgba(43, 36, 29, .12); border-radius: 24px; padding: 24px 28px; transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease; }
.faq details[open] { background: var(--paper-deep); border-color: var(--bordeaux-tint); box-shadow: 0 8px 20px rgba(109, 36, 54, .1); }
.faq summary { color: var(--muted-ink); cursor: pointer; font-family: Lora, serif; font-size: 22px; line-height: 1.45; list-style: none; padding-right: 35px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { border-bottom: 2px solid var(--bordeaux); border-right: 2px solid var(--bordeaux); content: ''; height: 9px; position: absolute; right: 3px; top: 9px; transform: rotate(45deg); transition: transform .2s ease; width: 9px; }
.faq details[open] summary::after { transform: rotate(225deg); }
.faq details p { color: var(--muted-ink); font-family: Manrope, sans-serif; font-size: 17px; line-height: 1.65; }
.faq details[open] p { animation: faq-answer-in .35s ease both; }
@keyframes faq-answer-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.faq-cta { background: var(--bordeaux); border-radius: 999px; color: #fff; display: inline-block; font-family: Manrope, sans-serif; font-size: 15px; font-weight: 700; margin-top: 34px; padding: 14px 24px; transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.faq-cta span { margin-left: 8px; }

.contact { background: var(--paper); display: grid; gap: 5rem; grid-template-columns: 1fr 1fr; min-height: 720px; padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 10vw, 10rem); }
.contact > div > p:last-child { color: var(--muted-ink); font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.65; max-width: 480px; }
.contact h2 { color: var(--ink); }
.contact > div > p { color: rgba(43, 36, 29, .6); font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.65; }
.contact .eyebrow { color: var(--bordeaux-deep); }
.contact ul { list-style: none; margin: 32px 0 0; padding: 0; }
.contact li { align-items: flex-start; background: var(--paper-deep); border-radius: 16px; display: flex; gap: 16px; margin-top: 16px; padding: 16px 20px; transition: box-shadow .3s ease, transform .3s ease; }
.contact li:hover { box-shadow: 0 10px 20px rgba(43, 36, 29, .1); transform: translateX(4px); }
.contact li::before { background: var(--bordeaux); border-radius: 50%; content: ''; flex: 0 0 10px; height: 10px; margin-top: 10px; width: 10px; }
.contact form { background: var(--paper-deep); border: 1px solid rgba(43, 36, 29, .1); border-radius: 25px; display: flex; flex-direction: column; gap: 1.2rem; padding: 34px; }
.contact form h3 { color: var(--ink); font-size: 28px; margin: 0; }
.contact form > p { color: rgba(43, 36, 29, .6); font-family: Manrope, sans-serif; font-size: 16px; line-height: 1.6; margin: -4px 0 20px; }
.contact label { display: grid; font-family: Manrope, sans-serif; font-size: .75rem; font-weight: 600; gap: .45rem; letter-spacing: .08em; text-transform: uppercase; }
.contact input, .contact textarea { background: var(--paper); border: 1px solid rgba(43, 36, 29, .14); border-radius: 16px; font: 16px Manrope, sans-serif; margin-top: 8px; padding: 16px 20px; transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .2s ease; }
.contact label:focus-within { color: var(--bordeaux); }
.contact input:focus, .contact textarea:focus { background: #fff; border-color: var(--bordeaux); box-shadow: 0 0 0 4px var(--bordeaux-tint); outline: none; transform: translateY(-1px); }
.contact textarea { min-height: 110px; resize: vertical; }
.contact form .contact-button { border: 0; cursor: pointer; margin-top: 12px; transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease; width: 100%; }
.contact form .contact-button-dark { background: var(--bordeaux); color: #fff; }
.booking-link { color: var(--ink); display: inline-block; font-family: Manrope, sans-serif; font-size: 15px; font-weight: 700; margin-top: 28px; transition: color .25s ease, transform .25s ease; }
.booking-link:hover, .booking-link:focus-visible { color: var(--bordeaux-deep); outline: none; transform: translateX(4px); }
.booking-link span { display: inline-block; transition: transform .25s ease; }
.booking-link:hover span, .booking-link:focus-visible span { transform: translateX(4px); }
.booking { background: var(--paper-deep); display: grid; gap: 5rem; grid-template-columns: 1fr 1fr; padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 10vw, 10rem); }
.booking-heading h2 { color: var(--ink); font-size: clamp(2.3rem, 5vw, 5rem); line-height: 1.05; margin: 0; }
.booking-heading > p:last-child { color: rgba(43, 36, 29, .62); font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.65; margin-top: 26px; max-width: 500px; }
.booking-heading .eyebrow { color: var(--bordeaux-deep); }
.booking-form { background: var(--paper); border: 1px solid rgba(43, 36, 29, .12); border-radius: 25px; display: grid; gap: 18px; padding: 34px; }
.booking-form label { display: grid; font-family: Manrope, sans-serif; font-size: 12.5px; font-weight: 600; gap: 8px; letter-spacing: .04em; }
.booking-form input, .booking-form select, .booking-form textarea { background: var(--paper); border: 1px solid rgba(43, 36, 29, .14); border-radius: 16px; color: var(--ink); font: 15px Manrope, sans-serif; padding: 14px 16px; transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { background: #fff; border-color: var(--bordeaux); box-shadow: 0 0 0 4px var(--bordeaux-tint); outline: none; }
.booking-form textarea { min-height: 90px; resize: vertical; }
.phone-fields { display: grid; gap: 10px; grid-template-columns: minmax(125px, .8fr) 1.2fr; }
.phone-fields select, .phone-fields input { margin-top: 0; min-width: 0; }
.booking-status, .contact-status { color: var(--success); font-family: Manrope, sans-serif; font-size: 15px; line-height: 1.5; margin: 0; }
.contact-status.is-error, .booking-status.is-error { color: #b3574a; }
.hp-field { height: 1px; left: -9999px; overflow: hidden; position: absolute; width: 1px; }

footer { background: var(--paper-deep); color: var(--muted-ink); display: grid; gap: 3rem; grid-template-columns: 2fr 1fr 1fr; padding: 5rem clamp(1.5rem, 10vw, 10rem) 2rem; }
footer strong { color: var(--ink); display: block; font-family: Lora, serif; font-size: 16px; font-weight: 700; letter-spacing: .16em; margin-bottom: 1.4rem; text-transform: uppercase; }
footer p, footer a { color: var(--muted-ink); display: block; font-family: Manrope, sans-serif; font-size: 16px; line-height: 1.65; }
footer a { font-weight: 600; margin-bottom: .45rem; }
footer > div:last-of-type a { color: var(--bordeaux); transition: color .25s ease, transform .25s ease; }
footer > div:last-of-type a:hover, footer > div:last-of-type a:focus-visible { color: var(--bordeaux-deep); outline: none; transform: translateX(4px); }
footer > div:last-of-type a span { display: inline-block; transition: transform .25s ease; }
footer > div:last-of-type a:hover span, footer > div:last-of-type a:focus-visible span { transform: translateX(4px); }
footer small { border-top: 1px solid rgba(43, 36, 29, .14); color: rgba(43, 36, 29, .6); display: block; font-family: Manrope, sans-serif; font-size: 14px; grid-column: 1 / -1; padding-top: 28px; }

@media (max-width: 900px) {
  .hero-inner { flex-direction: column; padding: 48px 40px 80px; }
  .hero-content { flex: none; max-width: none; }
  .hero-collage { flex: none; height: 420px; margin-top: 40px; width: 100%; }
  .identity-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 701px) and (max-width: 900px) {
  .contact { display: block; padding: 90px 25px; }
  .contact form { margin-top: 64px; }
  .service-grid, .product-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .identity-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .site-header { height: 68px; padding: 0 16px; }
  .brand { font-size: 19px; }
  .desktop-nav { display: none; }
  .site-header > .contact-button { font-size: 13px; margin-left: auto; padding: 8px 14px; }
  .menu-toggle { display: block; height: 44px; position: relative; width: 44px; z-index: 3; }
  .mobile-menu { background: var(--paper); box-shadow: -14px 0 30px rgba(43, 36, 29, .14); display: block; height: 100dvh; inset: 0; opacity: 0; padding: 28px 28px 40px; pointer-events: none; position: fixed; transform: scale(.98); transform-origin: top right; transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s; visibility: hidden; width: auto; z-index: 10; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: scale(1); transition: opacity .25s ease, transform .25s ease; visibility: visible; }
  .mobile-menu-header { align-items: center; display: flex; justify-content: space-between; }
  .mobile-menu-header strong { color: var(--ink); font: 700 20px Lora, serif; letter-spacing: .02em; }
  .mobile-menu-links { display: flex; flex-direction: column; gap: 34px; margin: 60px 0 0 8px; }
  .mobile-menu-links a { color: var(--muted-ink); display: inline-block; font: 600 21px Manrope, sans-serif; opacity: 0; position: relative; transform: translateX(-16px); transition: color .25s ease, opacity .35s ease, transform .35s ease; width: fit-content; }
  .mobile-menu-links a::after { background: var(--bordeaux); bottom: -7px; content: ''; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: 100%; }
  .mobile-menu-links a:hover, .mobile-menu-links a:focus-visible { color: var(--bordeaux); outline: none; transform: translateX(7px); }
  .mobile-menu-links a:hover::after, .mobile-menu-links a:focus-visible::after { transform: scaleX(1); }
  .mobile-menu.is-open .mobile-menu-links a { opacity: 1; transform: translateX(0); }
  .mobile-menu.is-open .mobile-menu-links a:nth-child(1) { transition-delay: .08s; }
  .mobile-menu.is-open .mobile-menu-links a:nth-child(2) { transition-delay: .14s; }
  .mobile-menu.is-open .mobile-menu-links a:nth-child(3) { transition-delay: .2s; }
  .mobile-menu.is-open .mobile-menu-links a:nth-child(4) { transition-delay: .26s; }
  body.menu-is-open { overflow: hidden; }

  .hero-inner { gap: 0; padding: 40px 22px 56px; }
  .hero .eyebrow { font-size: 12px; padding: 7px 13px; }
  h1 { font-size: 32px; line-height: 1.2; }
  .hero-copy { font-size: 16px; line-height: 1.6; margin-top: 22px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 24px; }
  .hero-services, .hero-contact { text-align: center; }
  .positioning { gap: 8px; margin-top: 26px; }
  .positioning li { font-size: 13px; padding: 8px 14px; }
  .hero-collage { height: 340px; margin-top: 32px; }
  .hero-collage-main { height: 300px; left: 0; top: 8px; transform: rotate(-2deg); width: 72%; }
  .hero-collage-accent { height: 180px; transform: rotate(3deg); width: 50%; }
  .hero-collage-tag { font-size: 12px; padding: 8px 14px; right: 8px; top: -10px; }

  .about, .services, .products, .mindset, .testimonials, .faq, .contact, .booking { padding: 56px 24px; }
  .about h2, .services h2, .products h2, .mindset-heading h2, .testimonials h2, .faq h2, .contact h2, .booking-heading h2 { font-size: 34px; line-height: 1.15; }
  .about-intro > p:first-of-type, .about-copy { font-size: 16px; line-height: 1.6; }
  .identity-grid { gap: 14px; grid-template-columns: 1fr; margin-top: 34px; }
  .identity-grid article { padding: 22px; }
  .about-quote { flex-direction: column; gap: 18px; margin-top: 36px; padding: 28px 24px; text-align: center; }
  .about-quote blockquote { font-size: 17px; }

  .section-heading > p:last-child, .products > p, .mindset p, .testimonials-intro, .faq-intro, .contact > div > p, .contact form > p, .booking-heading > p:last-child { font-size: 16px; line-height: 1.6; }
  .hero-services, .services-cta, .mindset-cta, .faq-cta { font-size: 16px; padding: 14px 24px; }
  .service-grid, .product-grid, .testimonial-grid, .mindset-grid { grid-template-columns: 1fr; }
  .service-grid, .mindset-grid, .testimonial-grid { gap: 16px; margin-top: 38px; }
  .service-grid article { min-height: 0; padding: 22px; }
  .service-grid h3, .mindset-grid h3 { font-size: 18px; margin: 16px 0 7px; }
  .service-grid p, .mindset-grid p { font-size: 16px; line-height: 1.6; }

  .products .product-grid { margin-top: 44px; gap: 22px; }
  .product-grid article { padding: 24px; }
  .product-grid article h3 { font-size: 22px; line-height: 1.25; }
  .product-meta span, .product-meta small { font-size: 12px; padding: 8px 12px; }
  .product-footer strong { font-size: 28px; }
  .product-footer a { font-size: 15px; padding: 11px 16px; }

  .mindset { min-height: auto; }
  .mindset-heading > p { margin-top: 18px; }
  .mindset-grid { margin-top: 36px; }
  .mindset-grid article { padding: 20px; }

  .testimonial-grid { margin-top: 38px; }
  .testimonial-grid blockquote { min-height: 0; padding: 22px; font-size: 16px; line-height: 1.6; }

  .faq-list { gap: 12px; margin-top: 34px; }
  .faq details { border-radius: 18px; padding: 18px 20px; }
  .faq summary { font-size: 18px; line-height: 1.5; }
  .faq details p { font-size: 16px; line-height: 1.6; }

  .contact, .booking { display: block; }
  .contact { min-height: auto; }
  .contact li { border-radius: 14px; gap: 10px; padding: 13px 15px; }
  .contact form, .booking-form { border-radius: 20px; margin-top: 40px; padding: 22px; }
  .contact form h3 { font-size: 22px; }
  .contact input, .contact textarea, .booking-form input, .booking-form select, .booking-form textarea { border-radius: 13px; font-size: 16px; padding: 13px 15px; }
  .booking-form { gap: 14px; }
  .phone-fields { grid-template-columns: minmax(110px, .8fr) 1.2fr; }
  .booking-form label { font-size: 12px; }

  footer { display: block; padding: 56px 24px 24px; }
  footer > div, footer small { display: block; margin-bottom: 30px; }
  footer strong { font-size: 15px; margin-bottom: 12px; }
  footer p, footer a { font-size: 16px; line-height: 1.6; }
  footer small { font-size: 13px; line-height: 1.5; margin-bottom: 0; padding-top: 22px; }
}
