:root {
  --ink: #2f2730;
  --muted: #756a75;
  --cream: #fffaf4;
  --paper: #fffdf9;
  --rose: #eaa0a7;
  --rose-dark: #bc6f7a;
  --sage: #a9b89f;
  --sage-dark: #71806a;
  --gold: #e5b86f;
  --lavender: #c8b7d8;
  --shadow: 0 18px 50px rgba(66, 47, 62, 0.12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-160%); background: white; padding: 10px 16px; border-radius: 999px; z-index: 100; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(47,39,48,.08); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 48px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, #f2b3b8, #cbb9d9); font: italic 600 28px "Playfair Display", serif; color: white; box-shadow: 0 8px 20px rgba(188,111,122,.25); }
.brand strong { display: block; font-family: "Playfair Display", serif; font-size: 1.2rem; }
.brand small { display: block; color: var(--muted); font-size: .76rem; letter-spacing: .03em; }
.main-nav { display: flex; align-items: center; gap: 26px; font-weight: 600; }
.main-nav a:not(.button):hover { color: var(--rose-dark); }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 15px 24px; background: var(--ink); color: white; font-weight: 700; box-shadow: 0 10px 24px rgba(47,39,48,.16); transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(47,39,48,.22); }
.button-small { padding: 11px 18px; }
.button-outline { background: transparent; color: var(--ink); border: 1px solid rgba(47,39,48,.2); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--rose-dark); }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff8f1 0%, #f8efe9 50%, #f3eef7 100%); padding: 105px 0 110px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; color: var(--rose-dark); }
h1, h2, h3 { font-family: "Playfair Display", serif; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(3.7rem, 8vw, 6.8rem); letter-spacing: -.05em; }
h1 em { color: var(--rose-dark); font-weight: 600; }
h2 { font-size: clamp(2.3rem, 5vw, 4.1rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; }
.hero-lead { max-width: 620px; font-size: 1.2rem; color: var(--muted); margin: 24px 0 32px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-note { margin-top: 28px; display: flex; align-items: center; gap: 10px; color: var(--muted); }
.hero-note span { color: var(--rose-dark); font-size: 1.4rem; }
.hero-art { position: relative; min-height: 480px; display: grid; place-items: center; }
.art-frame { width: min(410px, 88%); padding: 18px; background: white; border-radius: 18px; box-shadow: var(--shadow); transform: rotate(2deg); }
.artwork { position: relative; overflow: hidden; border-radius: 12px; }
.artwork-hero { aspect-ratio: 4 / 5; background: linear-gradient(#9fd9e7 0 44%, #f2ca6d 44% 48%, #8fc08c 48%); }
.sun, .mini-sun { position: absolute; width: 74px; aspect-ratio: 1; border-radius: 50%; background: #f6c969; top: 12%; right: 14%; box-shadow: 0 0 0 18px rgba(246,201,105,.18); }
.hill { position: absolute; bottom: -8%; border-radius: 50% 50% 0 0; }
.hill-one { width: 75%; height: 46%; left: -8%; background: #74aa74; transform: rotate(8deg); }
.hill-two { width: 80%; height: 42%; right: -18%; background: #5f9469; transform: rotate(-7deg); }
.flower { position: absolute; font-size: 52px; color: #fff4b8; text-shadow: 0 4px 0 #d88c90; }
.flower-one { bottom: 17%; left: 18%; }
.flower-two { bottom: 10%; right: 20%; color: #f6a8ae; }
.flower-three { bottom: 28%; right: 40%; color: white; }
.floating-label { position: absolute; right: 4%; bottom: 8%; padding: 12px 18px; background: white; border-radius: 999px; box-shadow: var(--shadow); font-weight: 700; transform: rotate(-4deg); }
.paint-stroke { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .32; }
.paint-stroke-one { width: 330px; height: 85px; background: #efb7bd; left: -90px; top: 52px; transform: rotate(-18deg); }
.paint-stroke-two { width: 260px; height: 70px; background: #b7c5aa; right: -70px; bottom: 38px; transform: rotate(17deg); }

.gallery-section { background: #fffdf9; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading > p { max-width: 460px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.art-card { position: relative; background: white; border: 1px solid rgba(47,39,48,.08); border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 34px rgba(66,47,62,.08); transition: .2s ease; }
.art-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.art-card .artwork { aspect-ratio: 4 / 3; border-radius: 0; }
.artwork-one { background: #efcabf; }
.artwork-one span, .artwork-three span { position: absolute; border-radius: 45% 55% 60% 40%; filter: blur(1px); }
.artwork-one span:nth-child(1) { width: 62%; height: 68%; left: -7%; top: 9%; background: #cb92b6; transform: rotate(22deg); }
.artwork-one span:nth-child(2) { width: 60%; height: 62%; right: -9%; top: 2%; background: #7fb8cf; transform: rotate(-16deg); }
.artwork-one span:nth-child(3) { width: 54%; height: 42%; left: 25%; bottom: -4%; background: #efc45f; }
.artwork-two { background: linear-gradient(#a7dbe8 0 48%, #95c184 48%); }
.mini-sun { width: 48px; top: 12%; right: 14%; }
.mini-hill { position: absolute; width: 115%; height: 50%; left: -8%; bottom: -18%; border-radius: 50%; background: #69a46f; }
.mini-flower { position: absolute; bottom: 17%; left: 24%; font-size: 44px; color: #fff0a7; }
.mini-flower.second { left: auto; right: 22%; color: #f6a3ad; }
.artwork-three { background: #d8bfd6; }
.artwork-three span:nth-child(1) { width: 64%; height: 70%; background: #ee8c87; left: -8%; top: 14%; }
.artwork-three span:nth-child(2) { width: 70%; height: 65%; background: #6bb6b4; right: -17%; top: -2%; }
.artwork-three span:nth-child(3) { width: 50%; height: 44%; background: #efd06f; right: 22%; bottom: -10%; }
.badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 8px 12px; border-radius: 999px; background: white; font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.art-card-body { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 22px; }
.art-meta { margin: 0 0 6px; color: var(--muted); font-size: .78rem; }
.inquiry-button { border: 0; background: #f5e9e5; color: var(--rose-dark); padding: 10px 14px; border-radius: 999px; font-weight: 700; }
.center-action { display: flex; justify-content: center; margin-top: 42px; }

.about-section { background: #f4eee7; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.about-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.about-collage { min-height: 470px; position: relative; }
.paper { position: absolute; border-radius: 18px; box-shadow: var(--shadow); }
.paper-one { width: 65%; aspect-ratio: .8; left: 4%; top: 12%; background: linear-gradient(140deg, #f5b9b7, #ead497); transform: rotate(-8deg); }
.paper-two { width: 62%; aspect-ratio: .86; right: 2%; top: 0; background: linear-gradient(150deg, #91c8c3, #c6b7d8); transform: rotate(9deg); }
.paper-three { width: 52%; aspect-ratio: 1; left: 25%; bottom: 2%; background: white; display: grid; place-items: center; color: var(--rose-dark); font: italic 600 7rem "Playfair Display", serif; transform: rotate(-2deg); }

.values-section { padding: 32px 0; background: #88947e; color: white; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.values-grid div { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; }
.values-grid span { grid-row: 1 / span 2; font-size: 1.8rem; }
.values-grid strong, .values-grid small { display: block; }
.values-grid small { color: rgba(255,255,255,.74); }

.contact-section { background: #fffaf4; }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; padding: 58px; border-radius: 36px; background: white; box-shadow: var(--shadow); }
.contact-card > div p { color: var(--muted); }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-weight: 700; font-size: .9rem; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(47,39,48,.15); border-radius: 14px; padding: 13px 14px; background: #fffdfb; color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(234,160,167,.28); border-color: var(--rose-dark); }
.form-note { margin: 0; color: var(--muted); font-size: .78rem; }
.site-footer { padding: 38px 0; border-top: 1px solid rgba(47,39,48,.08); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-links { display: flex; gap: 18px; color: var(--muted); }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; background: white; padding: 22px; border-radius: 20px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .hero-grid, .about-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .hero-art { min-height: 420px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid .art-card:last-child { grid-column: 1 / -1; max-width: 520px; justify-self: center; width: 100%; }
  .values-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 70px 0; }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 42px; }
  .hero { padding: 76px 0 84px; }
  h1 { font-size: 3.55rem; }
  .section-heading { display: block; }
  .gallery-grid, .values-grid { grid-template-columns: 1fr; }
  .gallery-grid .art-card:last-child { grid-column: auto; }
  .about-collage { min-height: 360px; }
  .contact-card { padding: 28px; border-radius: 24px; }
  .footer-inner { flex-direction: column; text-align: center; }
}
