:root {
  color-scheme: light;
  --ink: #181816;
  --ink-soft: #3e3e38;
  --paper: #f7f3eb;
  --cream: #ece5d8;
  --white: #fffdf8;
  --clay: #a95f50;
  --sage: #737d69;
  --line: rgba(24, 24, 22, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", 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 { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: var(--ink); color: #fff; padding: 10px 14px; }
.skip-link:focus { transform: translateY(0); }
.content-width, .site-header { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand > span:last-child { display: grid; gap: 3px; }
.brand strong, .footer-brand strong { font-family: var(--serif); font-size: 20px; font-weight: 400; letter-spacing: -.02em; }
.brand small { text-transform: uppercase; font-size: 9px; letter-spacing: .18em; color: #68685f; }
.brand-mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border-radius: 50%; background: var(--ink); position: relative; }
.brand-mark::before { content: ""; width: 20px; height: 20px; border: 2px solid #f1e6d6; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 3px, rgba(241,230,214,.7) 4px 5px); }
.brand-mark i { position: absolute; width: 22px; height: 2px; background: var(--clay); transform: rotate(-42deg); right: 2px; bottom: 8px; border-radius: 2px; }
.brand-mark.small { width: 30px; }
.brand-mark.small::before { width: 14px; height: 14px; }
.site-nav { display: flex; align-items: center; gap: 33px; font-size: 13px; }
.site-nav a { text-decoration: none; color: #4e4e47; position: relative; }
.site-nav a:not(.shop-nav)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--ink); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.shop-nav { background: var(--ink); color: #fff !important; padding: 12px 18px; border-radius: 999px; }
.shop-nav span { color: #d98c7c; }
.menu-toggle { display: none; background: transparent; border: 0; color: inherit; }
.interior-concept-header { position: relative; z-index: 20; min-height: 82px; padding: 0 clamp(24px, 4vw, 70px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: linear-gradient(90deg, #fbf4ea 0 50%, #1a191b 50% 100%); border-bottom: 1px solid rgba(96, 72, 61, .2); }
.interior-concept-header .concept-nav { display: flex; gap: clamp(20px, 3vw, 44px); font-family: var(--serif); font-size: 15px; }
.interior-concept-header .concept-nav a { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; }
.interior-concept-header .concept-nav a:hover, .interior-concept-header .concept-nav a:focus-visible, .interior-concept-header .concept-nav a.active { border-color: currentColor; }
.interior-concept-header .concept-nav-right { justify-content: flex-end; color: #f9f0e8; }
.interior-concept-header .concept-brand { position: relative; align-self: stretch; min-width: 185px; display: grid; place-items: center; text-decoration: none; }
.interior-concept-header .concept-brand-ball { position: absolute; top: 8px; display: grid; place-items: center; width: 68px; height: 68px; color: #db6278; background: #fbf3e9; border: 2px solid #dca0aa; border-radius: 50%; box-shadow: 0 4px 8px rgba(67, 35, 37, .18), inset 0 0 0 4px rgba(220, 160, 170, .12); font-family: Georgia, "Times New Roman", serif; font-size: 42px; line-height: 1; }
.interior-concept-header .concept-brand-name { position: absolute; top: 90px; padding: 7px 13px; color: #3a302c; background: #fbf3e9; border: 1px solid #d9b7ac; border-radius: 999px; font-family: var(--serif); font-size: 12px; letter-spacing: .08em; opacity: 0; pointer-events: none; }
.hero { min-height: 650px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 70px; padding-block: 65px 80px; }
.eyebrow { color: var(--clay); text-transform: uppercase; letter-spacing: .2em; font-weight: 750; font-size: 10px; margin: 0 0 15px; }
.hero h1, .page-intro h1, .about-heading h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(53px, 7vw, 90px); line-height: .93; letter-spacing: -.055em; margin: 0; }
.hero h1 em { font-weight: 400; color: var(--clay); }
.hero-intro { color: #5e5e56; font-size: 17px; line-height: 1.7; max-width: 480px; margin: 25px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 0 22px; text-decoration: none; font-weight: 750; font-size: 12px; border-radius: 999px; }
.button-primary { background: var(--ink); color: #fff; }
.button-outline { border: 1px solid #aaa297; }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { font-size: 12px; font-weight: 750; text-decoration: none; }
.text-link span { color: var(--clay); margin-left: 4px; }
.hero-art { height: 510px; position: relative; border-radius: 260px 260px 22px 22px; overflow: hidden; background: #b9b0a2; box-shadow: 0 28px 70px rgba(40,33,26,.17); }
.hero-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.34), transparent 35%), repeating-linear-gradient(25deg, transparent 0 18px, rgba(34,27,22,.035) 19px 21px); }
.hero-art p { position: absolute; right: 28px; top: 28px; margin: 0; color: rgba(24,24,22,.72); text-transform: uppercase; font-size: 9px; line-height: 1.6; letter-spacing: .14em; }
.textile { position: absolute; box-shadow: 0 18px 36px rgba(45,32,24,.2); }
.textile-back { width: 74%; height: 64%; left: 9%; top: 20%; transform: rotate(-7deg); border-radius: 14px 14px 70px 14px; background: repeating-linear-gradient(0deg, transparent 0 12px, rgba(255,255,255,.18) 13px 15px), repeating-linear-gradient(90deg, #272724 0 32px, #c9c0b3 33px 65px, #aa6253 66px 98px, #858c79 99px 131px); }
.textile-front { width: 52%; aspect-ratio: 1; border-radius: 50%; right: 2%; bottom: -3%; background: repeating-radial-gradient(circle, #efe6d8 0 7px, #a85f50 8px 15px, #262624 16px 22px, #8b947f 23px 30px); transform: rotate(10deg); }
.textile-front span { position: absolute; inset: 18%; border: 2px dotted rgba(255,255,255,.45); border-radius: 50%; }
.yarn-line { position: absolute; width: 130px; height: 60px; left: 3%; bottom: 8%; border: 4px solid #b96e5e; border-left-color: transparent; border-top-color: transparent; border-radius: 50%; transform: rotate(15deg); }
.featured-section { padding: 90px 0 100px; background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-heading h2, .story-copy h2, .shop-cta h2, .empty-gallery h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(36px, 4vw, 52px); letter-spacing: -.04em; margin: 0; }
.piece-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.piece-card { min-width: 0; }
.piece-image { display: block; height: 350px; border-radius: 11px; position: relative; overflow: hidden; background: #c8beb1; }
.piece-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.piece-card:hover .piece-image img { transform: scale(1.025); }
.tone-1 { background: linear-gradient(145deg, #cfc2b1, #9a8070); }.tone-2 { background: linear-gradient(145deg, #b9bca9, #747a69); }.tone-3 { background: linear-gradient(145deg, #d5bfb5, #977069); }.tone-4 { background: linear-gradient(145deg, #d0c8b8, #9b8d77); }.tone-5 { background: linear-gradient(145deg, #aeb1a1, #6a6c61); }.tone-6 { background: linear-gradient(145deg, #b99b92, #705451); }
.crochet-placeholder { position: absolute; width: 64%; aspect-ratio: 1; left: 18%; top: 16%; border-radius: 50%; background: repeating-radial-gradient(circle, rgba(247,240,228,.93) 0 7px, rgba(37,37,34,.75) 8px 14px, rgba(173,99,83,.88) 15px 22px); box-shadow: 0 24px 35px rgba(47,35,30,.24); transform: rotate(-8deg); }
.crochet-placeholder::after { content: ""; position: absolute; inset: 12%; border-radius: 50%; border: 2px dashed rgba(255,255,255,.55); }
.crochet-placeholder span { position: absolute; width: 58%; height: 22%; left: 21%; bottom: -12%; background: rgba(30,30,28,.66); filter: blur(12px); border-radius: 50%; }
.availability { position: absolute; top: 14px; left: 14px; background: rgba(24,24,22,.88); color: #fff; border-radius: 999px; padding: 8px 11px; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.availability.available { background: rgba(247,243,235,.93); color: var(--ink); }
.piece-details { display: flex; justify-content: space-between; align-items: end; gap: 12px; padding-top: 17px; }
.piece-category { margin: 0 0 5px; color: #74746b; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.piece-details h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 21px; }
.piece-details h3 a { text-decoration: none; }
.piece-shop { display: grid; place-items: center; flex: 0 0 auto; width: 34px; aspect-ratio: 1; border: 1px solid #aaa398; border-radius: 50%; text-decoration: none; color: var(--clay); }
.piece-description { color: #68685f; line-height: 1.55; font-size: 12px; margin: 10px 0 0; max-width: 90%; }
.story-preview { padding-block: 110px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; align-items: center; }
.portrait-frame { min-height: 455px; border-radius: 230px 230px 14px 14px; overflow: hidden; position: relative; background: linear-gradient(145deg, #b7aea2, #746d65); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.portrait-placeholder::before { content: ""; position: absolute; width: 38%; aspect-ratio: 1; border-radius: 50%; left: 31%; top: 16%; background: #d1ad94; box-shadow: 0 -22px 0 11px #3b3936; }
.portrait-placeholder::after { content: ""; position: absolute; width: 75%; height: 52%; border-radius: 50% 50% 0 0; left: 12.5%; bottom: -4%; background: repeating-linear-gradient(90deg, #272725 0 7px, #3f3e39 8px 12px); }
.story-copy p:not(.eyebrow) { color: #5e5e56; line-height: 1.8; max-width: 600px; }
.story-copy .button { margin-top: 15px; }
.page-intro { padding-block: 100px 70px; }
.narrow-heading { max-width: 930px; margin-left: max(24px, calc((100% - 1180px) / 2)); }
.page-intro h1 { font-size: clamp(52px, 7vw, 82px); }
.page-intro > p:last-child { color: #5e5e56; line-height: 1.75; max-width: 550px; font-size: 16px; }
.gallery-section { padding-bottom: 110px; }
.category-nav { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 35px; }
.category-nav a { padding: 9px 13px; border: 1px solid #b7afa3; border-radius: 999px; text-decoration: none; font-size: 11px; }
.category-nav a.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.gallery-section .piece-grid { row-gap: 55px; }
.empty-gallery { text-align: center; padding: 100px 20px; border: 1px solid var(--line); border-radius: 14px; }
.empty-gallery > span { color: var(--clay); font-size: 30px; }
.empty-gallery p { color: #6f6f67; }
.about-hero { padding-block: 100px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px 90px; align-items: start; }
.about-heading { grid-column: 1 / -1; max-width: 950px; }
.about-heading h1 { font-size: clamp(52px, 7vw, 84px); }
.about-portrait { min-height: 560px; }
.about-story { padding-top: 70px; color: #4f4f48; font-family: var(--serif); font-size: 20px; line-height: 1.9; }
.drop-cap::first-letter { float: left; font-size: 74px; line-height: .8; padding: 10px 10px 0 0; color: var(--clay); }
.maker-signoff { color: var(--clay); font-style: italic; }
.piece-page { padding-block: 65px 110px; }
.back-link { display: inline-block; margin-bottom: 28px; color: #66665e; font-size: 11px; text-decoration: none; }
.piece-page-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 65px; align-items: start; }
.piece-photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.piece-photo-grid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 9px; }
.piece-photo-grid img:first-child:nth-last-child(odd) { grid-column: 1 / -1; aspect-ratio: 5/4; }
.piece-detail-placeholder { min-height: 600px; grid-column: 1 / -1; position: relative; overflow: hidden; border-radius: 12px; background: linear-gradient(145deg, #b9bca9, #747a69); }
.piece-page-info { position: sticky; top: 40px; padding-top: 20px; }
.piece-page-info h1 { margin: 0; font-family: var(--serif); font-size: clamp(45px, 5vw, 68px); line-height: 1; letter-spacing: -.05em; font-weight: 400; }
.detail-status { display: flex; align-items: center; gap: 8px; margin: 22px 0; color: #66665e; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.status-mark { width: 7px; aspect-ratio: 1; border-radius: 50%; background: #9b958c; }
.status-mark.available { background: var(--sage); }.status-mark.sold { background: var(--clay); }
.detail-description { color: #53534c; font-size: 15px; line-height: 1.8; }
.detail-shop { margin-top: 12px; }
.detail-note { border-top: 1px solid var(--line); margin-top: 34px; padding-top: 20px; color: #787870; font-size: 10px; line-height: 1.6; }
.shop-cta { margin-bottom: 70px; padding: 58px 62px; border-radius: 18px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; position: relative; }
.shop-cta::after { content: ""; position: absolute; width: 280px; aspect-ratio: 1; border-radius: 50%; border: 35px solid rgba(255,255,255,.04); right: -60px; top: -130px; }
.shop-cta .eyebrow { color: #df8c7b; }
.shop-cta h2 { font-size: 37px; }
.shop-cta p:last-child { color: #bdb8ae; font-size: 13px; }
.shop-cta .button { position: relative; z-index: 1; flex: 0 0 auto; }
.site-footer { min-height: 110px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #77776f; font-size: 11px; }
.footer-brand { display: flex; gap: 10px; align-items: center; color: var(--ink); }
.footer-heart { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; color: #db6278; background: #fbf4ea; border: 1.5px solid #dca0aa; border-radius: 50%; box-shadow: 0 2px 5px rgba(67,35,37,.14), inset 0 0 0 2px rgba(220,160,170,.12); font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1; text-decoration: none; }
.footer-heart:hover, .footer-heart:focus-visible { color: #c94f68; border-color: #cf8290; }
@media (max-width: 900px) {
  .interior-concept-header { min-height: 76px; padding-inline: 20px; }
  .interior-concept-header .concept-nav { gap: 18px; font-size: 13px; }
  .interior-concept-header .concept-brand { min-width: 100px; }
  .interior-concept-header .concept-brand-ball { width: 60px; height: 60px; top: 8px; font-size: 38px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 25px; }
  .hero-art { max-width: 650px; width: 100%; }
  .piece-grid { grid-template-columns: repeat(2, 1fr); }
  .story-preview { gap: 55px; }
  .about-hero { gap: 55px; }
}
@media (max-width: 680px) {
  .interior-concept-header { grid-template-columns: 1fr auto; background: #fbf4ea; }
  .interior-concept-header .concept-brand { grid-column: 1; grid-row: 1; justify-self: start; min-width: 60px; }
  .interior-concept-header .concept-brand-ball { position: relative; top: auto; width: 52px; height: 52px; font-size: 34px; }
  .interior-concept-header .concept-brand-name { display: none; }
  .interior-concept-header .concept-nav-left { display: none; }
  .interior-concept-header .concept-nav-right { grid-column: 2; grid-row: 1; color: var(--ink); }
  .content-width, .site-header { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 74px; position: relative; }
  .menu-toggle { display: block; font-size: 12px; font-weight: 700; }
  .site-nav { display: none; position: absolute; z-index: 20; top: 66px; left: 0; right: 0; padding: 20px; background: var(--ink); color: #fff; border-radius: 10px; align-items: stretch; flex-direction: column; gap: 22px; box-shadow: 0 18px 38px rgba(0,0,0,.22); }
  .site-nav.open { display: flex; }
  .site-nav a { color: #fff; }
  .shop-nav { background: #fff; color: var(--ink) !important; text-align: center; }
  .brand small { display: none; }
  .hero { min-height: auto; gap: 50px; padding-block: 65px; }
  .hero h1, .page-intro h1, .about-heading h1 { font-size: 50px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-art { height: 390px; }
  .featured-section { padding-block: 65px; }
  .section-heading { display: block; }
  .section-heading > .text-link { display: inline-flex; margin-top: 16px; }
  .piece-grid { grid-template-columns: 1fr; }
  .piece-image { height: 390px; }
  .story-preview { grid-template-columns: 1fr; padding-block: 75px; }
  .portrait-frame { min-height: 420px; max-width: 440px; }
  .narrow-heading { margin-inline: 14px; }
  .page-intro { padding-block: 70px 45px; }
  .about-hero { grid-template-columns: 1fr; padding-block: 70px; }
  .about-heading { grid-column: 1; }
  .about-portrait { min-height: 450px; }
  .about-story { padding-top: 0; }
  .piece-page { padding-block: 40px 75px; }
  .piece-page-layout { grid-template-columns: 1fr; gap: 35px; }
  .piece-page-info { position: static; }
  .piece-photo-grid { gap: 7px; }
  .piece-detail-placeholder { min-height: 430px; }
  .shop-cta { padding: 42px 28px; display: block; }
  .shop-cta .button { margin-top: 20px; }
  .site-footer { padding-block: 25px; display: grid; }
  .site-footer p { margin: 0; }
}
