:root {
  --ink: #17212b;
  --muted: #61707a;
  --paper: #fffdf9;
  --paper-2: #f7f5ef;
  --teal: #0f7f78;
  --teal-dark: #0a625e;
  --aqua: #c9efea;
  --coral: #ef7f6d;
  --pink: #f7c9d4;
  --sun: #f2c66d;
  --purple: #8e79be;
  --line: rgba(23, 33, 43, 0.12);
  --shadow: 0 24px 60px rgba(42, 58, 69, 0.12);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 104px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 999; background: var(--ink); color: white; padding: 10px 14px; border-radius: 10px; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,253,249,.94);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border-bottom: 1px solid rgba(23,33,43,.06);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, var(--aqua), var(--pink)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.8); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.brand-copy small { color: var(--muted); font-size: .72rem; margin-top: 4px; letter-spacing: .03em; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .94rem; }
.site-nav a { text-decoration: none; font-weight: 650; }
.site-nav a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { padding: 11px 16px; border-radius: 999px; background: var(--ink); color: white; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span:not(.sr-only) { width: 23px; height: 2px; background: var(--ink); border-radius: 4px; }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .76rem; color: var(--teal); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.eyebrow span { width: 24px; height: 2px; background: var(--coral); border-radius: 99px; }
.hero h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.025em; }
.hero h1 { font-size: clamp(3.2rem, 6.2vw, 6.5rem); margin: 0 0 26px; max-width: 850px; }
.hero h1 em { font-style: italic; color: var(--teal); font-weight: 500; }
.hero-lede { max-width: 650px; color: var(--muted); font-size: 1.12rem; margin: 0; }
.hero-actions { display: flex; gap: 12px; margin: 34px 0 36px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: white; box-shadow: 0 12px 26px rgba(15,127,120,.2); }
.btn-primary:hover { background: var(--teal-dark); }
.btn-secondary { background: white; box-shadow: inset 0 0 0 1px var(--line); }
.btn-secondary:hover { box-shadow: inset 0 0 0 1px var(--teal); }
.btn-full { width: 100%; }
.hero-proof { display: flex; gap: 22px; flex-wrap: wrap; }
.hero-proof div { display: flex; align-items: baseline; gap: 8px; padding-right: 22px; border-right: 1px solid var(--line); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { font-family: Georgia, serif; font-size: 1.45rem; }
.hero-proof span { color: var(--muted); font-size: .84rem; }
.hero-collage { position: relative; height: 590px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); background: white; border: 8px solid white; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { width: 72%; height: 66%; left: 3%; top: 16%; transform: rotate(-2deg); }
.hero-photo-top { width: 38%; height: 44%; right: 2%; top: 2%; transform: rotate(5deg); }
.hero-photo-bottom { width: 40%; height: 35%; right: 5%; bottom: 0; transform: rotate(2deg); }
.hero-note { position: absolute; left: 0; bottom: 8%; background: #fff6cc; padding: 14px 18px; transform: rotate(-4deg); font-size: .87rem; box-shadow: 0 14px 34px rgba(77,69,44,.15); border-radius: 4px; }
.paint-blob { position: absolute; filter: blur(1px); opacity: .45; pointer-events: none; }
.blob-one { width: 480px; height: 480px; border-radius: 46% 54% 58% 42% / 61% 41% 59% 39%; background: var(--aqua); top: -180px; right: -120px; transform: rotate(25deg); }
.blob-two { width: 280px; height: 280px; border-radius: 55% 45% 35% 65% / 55% 40% 60% 45%; background: var(--pink); left: -140px; bottom: -70px; transform: rotate(-15deg); }

.trust-strip { padding: 28px 0; background: var(--ink); color: white; }
.trust-strip .container { display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: center; }
.trust-strip p { color: rgba(255,255,255,.62); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; margin: 0; }
.logo-row { display: flex; gap: 24px; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo-row span { font-weight: 800; color: rgba(255,255,255,.92); }

.about { background: var(--paper-2); }
.about-grid { display: grid; grid-template-columns: 170px 1fr 330px; gap: 54px; align-items: start; }
.about-copy h2, .section-heading h2, .detail-copy h2, .booking-copy h2 { font-size: clamp(2.35rem, 4vw, 4.6rem); margin: 0 0 26px; }
.about-copy p { color: #3f4e58; font-size: 1.02rem; }
.signature { font-family: Georgia, serif; font-style: italic; color: var(--teal) !important; font-size: 1.15rem !important; }
.signature span { color: var(--coral); }
.about-card { border-radius: var(--radius); background: white; overflow: hidden; box-shadow: var(--shadow); position: sticky; top: 110px; }
.mini-art-grid { display: grid; grid-template-columns: 1fr 1fr; height: 250px; }
.mini-art-grid img { width: 100%; height: 100%; object-fit: cover; }
.about-card-copy { padding: 24px; }
.about-card-copy strong { font-family: Georgia, serif; font-size: 1.3rem; }
.about-card-copy p { color: var(--muted); font-size: .91rem; margin-bottom: 0; }

.section-heading { max-width: 790px; margin-bottom: 46px; }
.section-heading h2 { margin-top: 12px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; max-width: 690px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { display: grid; grid-template-columns: 43% 57%; min-height: 400px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-image { overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-body { position: relative; padding: 30px; }
.service-number { position: absolute; top: 20px; right: 22px; color: rgba(23,33,43,.18); font-weight: 900; }
.service-body h3 { font-size: 1.9rem; margin: 15px 0 14px; padding-right: 28px; }
.service-body p { color: var(--muted); font-size: .94rem; }
.service-body ul { margin: 20px 0 24px; padding-left: 18px; color: #46555f; font-size: .9rem; }
.service-body li { margin: 5px 0; }
.service-body a { text-decoration: none; font-weight: 800; color: var(--teal); }
.service-body a span { display: inline-block; transition: transform .2s ease; }
.service-body a:hover span { transform: translateX(4px); }
.service-card-pebble { background: #f8f3ec; }
.pebble-illustration { position: relative; min-height: 100%; background: linear-gradient(155deg, #ebe2d5, #fbf8f2); overflow: hidden; }
.stone { position: absolute; display: block; background: #7e7b75; box-shadow: inset -8px -7px 14px rgba(0,0,0,.08); }
.s1 { width: 52px; height: 42px; border-radius: 53% 47% 62% 38%; left: 28%; bottom: 34%; transform: rotate(11deg); }
.s2 { width: 58px; height: 48px; border-radius: 45% 55% 48% 52%; left: 50%; bottom: 32%; transform: rotate(-10deg); background:#96928b; }
.s3 { width: 44px; height: 36px; border-radius: 52% 48% 44% 56%; left: 38%; bottom: 46%; background:#6f6a65; }
.s4 { width: 40px; height: 34px; border-radius: 60% 40% 53% 47%; left: 58%; bottom: 45%; background:#85817b; }
.pebble-line { position: absolute; height: 2px; width: 70%; left: 15%; bottom: 28%; background: #373737; transform: rotate(-2deg); }
.pebble-heart { position:absolute; left:48%; top:28%; color: var(--coral); font-size: 30px; transform: rotate(-8deg); }

.detail-section { background: #fff; }
.detail-alt { background: var(--paper-2); }
.detail-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: center; }
.detail-grid-flip { grid-template-columns: .94fr 1.06fr; }
.detail-copy h2 { margin-top: 12px; }
.detail-copy > p { color: var(--muted); font-size: 1.04rem; }
.detail-image { border-radius: 32px; overflow: hidden; margin: 0; box-shadow: var(--shadow); min-height: 520px; }
.detail-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.detail-points { display: grid; gap: 12px; margin-top: 26px; }
.detail-points div { padding: 17px 18px; background: var(--paper-2); border-radius: 16px; display: grid; grid-template-columns: 110px 1fr; gap: 12px; }
.detail-points strong { color: var(--teal); }
.detail-points span { color: #50606b; font-size: .93rem; }
.detail-points.compact div { grid-template-columns: 95px 1fr; background: rgba(255,255,255,.65); }
.callout { border-left: 4px solid var(--coral); padding: 18px 22px; margin: 28px 0; background: white; border-radius: 0 16px 16px 0; }
.callout strong { display:block; font-family: Georgia, serif; font-size: 1.28rem; margin-bottom:4px; }
.callout span { color: var(--muted); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0; }
.tag-cloud span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; background: #fff; }

.pebble-section { background: linear-gradient(145deg, #dff5f1, #f9e9e9 56%, #fff7df); }
.pebble-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; }
.pebble-art-large { background: #3b3732; padding: 18px; border-radius: 6px; box-shadow: 0 28px 65px rgba(42,45,45,.22); transform: rotate(-2deg); max-width: 500px; margin: auto; }
.frame-inner { position: relative; min-height: 520px; background: #f7f1e5; border: 1px solid #d6cdbd; overflow: hidden; }
.p-stone, .p-body, .ground-line, .tiny-heart, .frame-inner small { position: absolute; }
.p-stone { background: #77736e; box-shadow: inset -7px -7px 12px rgba(0,0,0,.1); }
.p1 { width: 72px; height: 54px; border-radius: 47% 53% 59% 41%; left: 23%; bottom: 32%; }
.p2 { width: 76px; height: 58px; border-radius: 55% 45% 42% 58%; left: 43%; bottom: 31%; background:#918d86; }
.p3 { width: 64px; height: 49px; border-radius: 51% 49% 57% 43%; left: 64%; bottom: 33%; background:#66625e; }
.p-body { width: 3px; height: 84px; background: #3e3a36; bottom: 21%; transform-origin: bottom; }
.b1 { left: 31%; transform: rotate(-4deg); }.b2 { left: 53%; transform: rotate(2deg); }.b3 { left: 72%; transform: rotate(5deg); }
.ground-line { width: 74%; height: 2px; background:#3d3934; bottom: 20%; left:13%; transform:rotate(-1deg); }
.tiny-heart { top: 23%; left: 50%; color: var(--coral); font-size: 38px; transform: rotate(-8deg); }
.frame-inner small { left: 0; right: 0; bottom: 9%; text-align:center; font-family: Georgia,serif; font-style:italic; color:#887f73; letter-spacing:.08em; }

.gallery { background: var(--ink); color: white; }
.gallery .section-kicker { color: #8fe1d9; }
.gallery .section-heading p { color: rgba(255,255,255,.62); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 12px; }
.gallery-item { position: relative; padding: 0; border: 0; border-radius: 18px; overflow: hidden; cursor: zoom-in; background: #222; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-item span { position: absolute; left: 14px; bottom: 12px; z-index: 2; background: rgba(17,26,33,.74); color:white; padding: 7px 10px; border-radius: 999px; font-size: .76rem; font-weight: 800; backdrop-filter: blur(8px); }
.gallery-item:after { content:""; position:absolute; inset:0; background:linear-gradient(transparent 60%, rgba(0,0,0,.28)); }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.05); }
.g-wide { grid-column: span 2; }
.g-tall { grid-row: span 2; }
.lightbox { width: min(1000px, 92vw); border:0; padding: 0; border-radius: 20px; background: #12171b; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.lightbox::backdrop { background: rgba(8,12,15,.82); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; }
.lightbox-close { position:absolute; right:10px; top:10px; width:40px; height:40px; border:0; border-radius:999px; background:rgba(255,255,255,.92); font-size: 1.5rem; z-index:3; cursor:pointer; }

.booking { background: var(--paper-2); }
.booking-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.booking-copy { position: sticky; top: 110px; }
.booking-copy h2 { margin-top: 12px; }
.booking-copy > p { color: var(--muted); }
.contact-links { display: grid; gap: 10px; margin-top: 30px; }
.contact-links a { display: flex; align-items: center; gap: 13px; padding: 13px 14px; border: 1px solid var(--line); background: white; border-radius: 15px; text-decoration: none; }
.contact-links a:hover { border-color: var(--teal); }
.contact-icon { width: 38px; height: 38px; display:grid; place-items:center; border-radius: 12px; background: var(--aqua); color: var(--teal-dark); font-weight:900; }
.contact-links span:last-child { display:flex; flex-direction:column; min-width:0; }
.contact-links small { color:var(--muted); font-size:.72rem; }
.contact-links strong { font-size:.9rem; overflow-wrap:anywhere; }
.booking-form { background:white; padding:34px; border-radius:28px; box-shadow: var(--shadow); }
.booking-form label { display:grid; gap:7px; margin-bottom:15px; font-size:.84rem; font-weight:750; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.booking-form input, .booking-form select, .booking-form textarea { width:100%; border:1px solid #d9dfdf; border-radius:13px; padding:13px 14px; background:#fbfbfa; outline:none; color:var(--ink); }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color:var(--teal); box-shadow:0 0 0 3px rgba(15,127,120,.1); background:white; }
.form-note { text-align:center; margin:12px 0 0; color:var(--muted); font-size:.75rem; }

.faq-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; }
.faq-list details { border-bottom:1px solid var(--line); padding:20px 0; }
.faq-list summary { cursor:pointer; list-style:none; font-family:Georgia,serif; font-weight:700; font-size:1.15rem; padding-right:36px; position:relative; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary:after { content:"+"; position:absolute; right:0; top:-2px; color:var(--teal); font-family:ui-sans-serif,sans-serif; font-size:1.5rem; }
.faq-list details[open] summary:after { content:"−"; }
.faq-list p { color:var(--muted); margin:10px 0 0; }

.site-footer { background:#10181e; color:white; padding:68px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.5fr .6fr .6fr; gap:70px; }
.brand-footer .brand-copy small { color:rgba(255,255,255,.58); }
.footer-grid > div:first-child > p { color:rgba(255,255,255,.58); max-width:440px; margin-top:18px; }
.footer-links { display:flex; flex-direction:column; gap:10px; }
.footer-links strong { margin-bottom:4px; font-family:Georgia,serif; }
.footer-links a { color:rgba(255,255,255,.68); text-decoration:none; font-size:.9rem; }
.footer-links a:hover { color:white; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:48px; padding-top:22px; display:flex; justify-content:space-between; color:rgba(255,255,255,.45); font-size:.76rem; }

.reveal { opacity:1; transform:none; }
.js-ready .reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.js-ready .reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .section-pad { padding: 82px 0; }
  .js-ready .menu-toggle { display:flex; }
  .site-nav { position:static; display:flex; flex-wrap:wrap; justify-content:flex-end; }
  .js-ready .site-nav { position:absolute; left:20px; right:20px; top:70px; display:none; flex-direction:column; align-items:stretch; gap:0; background:white; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); padding:10px; }
  .js-ready .site-nav.open { display:flex; }
  .js-ready .site-nav a { padding:12px 14px; border-radius:12px; }
  html:not(.js-ready) .nav-wrap { align-items:flex-start; padding:12px 0; flex-direction:column; }
  html:not(.js-ready) .site-nav { width:100%; gap:8px 14px; font-size:.84rem; }
  html:not(.js-ready) .site-nav a { padding:6px 0; }
  html:not(.js-ready) .nav-cta { padding:8px 12px; }

  .nav-cta { text-align:center; margin-top:4px; }
  .hero { min-height:auto; padding-top:80px; }
  .hero-grid { grid-template-columns:1fr; gap:46px; }
  .hero-collage { height:520px; max-width:720px; width:100%; margin:auto; }
  .trust-strip .container { grid-template-columns:1fr; }
  .logo-row { justify-content:flex-start; }
  .about-grid { grid-template-columns:130px 1fr; }
  .about-card { grid-column:2; position:static; }
  .service-grid { grid-template-columns:1fr; }
  .detail-grid, .detail-grid-flip, .pebble-grid, .booking-grid, .faq-grid { grid-template-columns:1fr; gap:44px; }
  .detail-grid-flip .detail-image { order:2; }
  .booking-copy { position:static; }
  .gallery-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > div:first-child { grid-column:1 / -1; }
}

@media (max-width: 650px) {
  .container { width:min(var(--max), calc(100% - 28px)); }
  .section-pad { padding:66px 0; }
  .brand-copy small { display:none; }
  .nav-wrap { min-height:68px; }
  .hero { padding-top:54px; }
  .hero h1 { font-size:clamp(2.75rem, 15vw, 4.25rem); }
  .hero-lede { font-size:1rem; }
  .hero-proof { gap:12px; }
  .hero-proof div { width:calc(50% - 6px); border:0; padding:0; display:grid; gap:0; }
  .hero-collage { height:390px; }
  .hero-photo { border-width:5px; border-radius:20px; }
  .hero-photo-main { width:78%; height:65%; left:0; top:16%; }
  .hero-photo-top { width:39%; height:41%; right:0; top:0; }
  .hero-photo-bottom { width:42%; height:34%; right:0; bottom:0; }
  .hero-note { left:4%; bottom:2%; font-size:.72rem; }
  .trust-strip { padding:24px 0; }
  .logo-row { gap:12px 18px; font-size:.85rem; }
  .about-grid { grid-template-columns:1fr; gap:26px; }
  .about-card { grid-column:auto; }
  .section-heading h2, .about-copy h2, .detail-copy h2, .booking-copy h2 { font-size:2.45rem; }
  .service-card { grid-template-columns:1fr; }
  .service-image, .pebble-illustration { height:250px; }
  .service-body { padding:26px 24px; }
  .detail-image, .detail-image img { min-height:360px; }
  .detail-points div, .detail-points.compact div { grid-template-columns:1fr; gap:2px; }
  .pebble-art-large { width:86%; }
  .frame-inner { min-height:390px; }
  .gallery-grid { grid-template-columns:1fr 1fr; grid-auto-rows:170px; }
  .g-wide { grid-column:span 2; }
  .g-tall { grid-row:span 2; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .booking-form { padding:24px 18px; border-radius:22px; }
  .footer-grid { grid-template-columns:1fr; gap:32px; }
  .footer-grid > div:first-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; gap:6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  * { animation:none !important; transition:none !important; }
}


@media print {
  .reveal, .js-ready .reveal { opacity:1 !important; transform:none !important; }
  .site-header { position:static; }
  .menu-toggle, .lightbox { display:none !important; }
  .site-nav { display:flex !important; position:static !important; box-shadow:none !important; border:0 !important; padding:0 !important; }
  .section-pad { padding:56px 0; }
  .booking-copy { position:static; }
  a { text-decoration:none; }
}


/* Pebble art gallery + interactive pebble links */
.pebble-links a {
  position: relative;
  padding: 17px 48px 17px 18px;
  background: rgba(255,255,255,.68);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(15,127,120,.08);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.pebble-links a:hover,
.pebble-links a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 26px rgba(42,58,69,.10);
}
.pebble-links a b {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--teal);
  font-size: 1.2rem;
}
.pebble-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:20px; }

.pebble-gallery-section {
  background: #fffaf3;
  position: relative;
  overflow: hidden;
}
.pebble-gallery-section::before,
.pebble-gallery-section::after {
  content:"";
  position:absolute;
  border-radius:999px;
  filter: blur(1px);
  pointer-events:none;
}
.pebble-gallery-section::before { width:280px; height:280px; background:#dff5f1; right:-90px; top:-80px; }
.pebble-gallery-section::after { width:220px; height:220px; background:#f9e6eb; left:-90px; bottom:-90px; }
.pebble-gallery-section .container { position:relative; z-index:1; }
.pebble-gallery-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin-top:34px;
}
.pebble-sample {
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:14px;
  box-shadow:0 18px 48px rgba(42,58,69,.08);
}
.pebble-sample > div:last-of-type { padding:14px 8px 8px; display:grid; gap:5px; }
.pebble-sample strong { font-family: Georgia, 'Times New Roman', serif; font-size:1.25rem; }
.pebble-sample span { color:var(--muted); font-size:.92rem; line-height:1.5; }
.pebble-scene {
  height:260px;
  border-radius:17px;
  background:linear-gradient(160deg,#f0e9dd,#fffdfa 68%);
  border:10px solid #453f3a;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
  position:relative;
  overflow:hidden;
}
.pebble-scene::after { content:""; position:absolute; inset:10px; border:1px solid rgba(71,62,53,.12); pointer-events:none; }
.pebble-scene .stone { position:absolute; width:36px; height:27px; background:#8e8579; border-radius:52% 48% 44% 56%; box-shadow: inset -5px -4px 8px rgba(0,0,0,.14); z-index:2; }
.pebble-scene .body { position:absolute; width:6px; background:#3d3b38; border-radius:999px; transform-origin:bottom center; z-index:1; }
.pebble-scene .scene-line { position:absolute; left:12%; right:12%; height:2px; background:#4d4945; bottom:21%; transform:rotate(-1deg); }
.pebble-scene .scene-heart { position:absolute; color:var(--coral); font-size:26px; font-family:Georgia,serif; }
.pebble-scene .scene-spark { position:absolute; color:var(--sun); font-size:34px; }
.scene-family .s1{left:25%;top:34%}.scene-family .s2{left:46%;top:28%;width:40px}.scene-family .s3{left:66%;top:38%;width:30px}
.scene-family .b1{left:31%;top:46%;height:76px;transform:rotate(-5deg)}.scene-family .b2{left:53%;top:40%;height:91px}.scene-family .b3{left:71%;top:49%;height:68px;transform:rotate(4deg)}.scene-family .scene-heart{left:51%;top:20%}
.scene-friends .s1{left:34%;top:34%}.scene-friends .s2{left:57%;top:31%}.scene-friends .b1{left:40%;top:45%;height:86px;transform:rotate(-3deg)}.scene-friends .b2{left:63%;top:42%;height:90px;transform:rotate(3deg)}.scene-friends .scene-heart{left:48%;top:21%}
.scene-couple .s1{left:35%;top:32%}.scene-couple .s2{left:56%;top:32%}.scene-couple .b1{left:41%;top:43%;height:92px;transform:rotate(-4deg)}.scene-couple .b2{left:62%;top:43%;height:92px;transform:rotate(4deg)}.scene-couple .scene-heart{left:49%;top:20%;font-size:30px}
.scene-teacher .s1{left:45%;top:29%;width:42px;height:30px}.scene-teacher .b1{left:52%;top:41%;height:104px}.scene-teacher .scene-spark{left:26%;top:22%}
.scene-pet .pet-head{left:44%;top:33%;width:48px;height:39px}.scene-pet .pet-ear{position:absolute;width:20px;height:28px;background:#746b61;top:29%;z-index:1}.scene-pet .e1{left:42%;transform:rotate(-28deg);border-radius:70% 20% 60% 30%}.scene-pet .e2{left:57%;transform:rotate(28deg);border-radius:20% 70% 30% 60%}.scene-pet .pet-body{position:absolute;left:46%;top:46%;width:44px;height:70px;background:#82796f;border-radius:48% 48% 35% 35%}.scene-pet .scene-heart{left:68%;top:22%}
.pebble-sample-cta { display:flex; flex-direction:column; justify-content:center; min-height:340px; background:linear-gradient(145deg,#0f7f78,#126d68); color:white; }
.pebble-sample-cta > div:last-of-type { padding:12px 12px 6px; }
.pebble-sample-cta span { color:rgba(255,255,255,.76); }
.pebble-sample-cta a { margin:14px 12px 10px; color:white; font-weight:800; text-decoration:none; }
.pebble-gallery-cta-mark { width:62px; height:62px; display:grid; place-items:center; border-radius:20px; background:rgba(255,255,255,.15); font-size:30px; margin:8px 12px; }

@media (max-width: 900px) {
  .pebble-gallery-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 620px) {
  .pebble-links a { grid-template-columns:1fr; gap:3px; padding-right:42px; }
  .pebble-actions { display:grid; grid-template-columns:1fr; }
  .pebble-gallery-grid { grid-template-columns:1fr; }
  .pebble-scene { height:235px; }
}

/* Real pebble art gallery */
.pebble-real-feature {
  margin:0;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  align-self:stretch;
  display:flex;
  flex-direction:column;
}
.pebble-real-feature img {
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  display:block;
}
.pebble-real-feature figcaption {
  padding:14px 18px 16px;
  color:var(--muted);
  font-size:.92rem;
  background:#fff;
}
.real-pebble-grid {
  grid-template-columns:repeat(3,1fr);
  align-items:stretch;
}
.pebble-photo {
  aspect-ratio:1 / 1;
  min-height:0;
  position:relative;
  overflow:hidden;
  border-radius:24px;
  border:1px solid var(--line);
  background:#eee9e2;
  padding:0;
  cursor:zoom-in;
  box-shadow:0 18px 48px rgba(42,58,69,.08);
}
.pebble-photo img {
  width:100%;
  height:100%;
  min-height:0;
  object-fit:contain;
  background:#eee9e2;
  display:block;
  transition:transform .35s ease;
}
.pebble-photo::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 56%,rgba(19,28,34,.70));
  pointer-events:none;
}
.pebble-photo span {
  position:absolute;
  left:16px;
  right:16px;
  bottom:14px;
  z-index:2;
  color:#fff;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.1rem;
  font-weight:700;
  text-align:left;
}
.pebble-photo:hover img,
.pebble-photo:focus-visible img { transform:scale(1.025); }
@media (max-width:900px) {
  .real-pebble-grid { grid-template-columns:repeat(2,1fr); }
  .pebble-real-feature img { min-height:420px; }
}
@media (max-width:620px) {
  .real-pebble-grid { grid-template-columns:1fr; }
  .pebble-real-feature img { min-height:360px; }
}
