:root { --ink: #4a3a40; --muted: #806a72; --cream: #fffdfb; --pearl: #fbf5f0; --blush: #e7a4b4; --blush-dark: #c97c92; --lavender: #b9acd4; --line: #eadde0; --serif: "DM Serif Display", Georgia, serif; --sans: "DM Sans", Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.announcement { background: #f9e8eb; color: #6f535d; text-align: center; padding: 8px 18px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.announcement span { margin: 0 8px; color: var(--blush-dark); }
.site-header { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1320px; padding: 18px 42px; margin: auto; }
.wordmark { position: relative; display: inline-flex; flex-direction: column; align-items: center; font-family: "Parisienne", cursive; font-size: clamp(30px, 3vw, 43px); line-height: .8; color: #3e3338; letter-spacing: .02em; white-space: nowrap; }
.wordmark small { margin-top: 11px; font: 500 8px/1 var(--sans); letter-spacing: .25em; }
.wordmark-mark { position: absolute; top: -11px; color: var(--blush-dark); font: 21px/1 var(--sans); }
.desktop-nav { display: flex; gap: 31px; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.desktop-nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.desktop-nav a:hover, .desktop-nav .active { color: var(--blush-dark); border-color: var(--blush-dark); }
.header-ig, .text-link { font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.header-ig span, .text-link span { color: var(--blush-dark); margin-left: 4px; }
.hero { position: relative; min-height: min(71vw, 760px); overflow: hidden; background: #d7cadc; }
.hero > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(52, 34, 43, .16) 0%, rgba(52, 34, 43, .05) 42%, transparent 70%); }
.hero-copy { position: relative; z-index: 1; max-width: 1320px; height: min(71vw, 760px); margin: auto; padding: clamp(55px, 10vw, 155px) 10vw; color: #fffafa; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.eyebrow { margin: 0 0 14px; color: var(--blush-dark); font-size: 11px; font-weight: 600; letter-spacing: .16em; }
.hero .eyebrow { color: #f7dce2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; }
h1 { font-size: clamp(48px, 6vw, 86px); margin-bottom: 23px; }
h2 { font-size: clamp(37px, 4.5vw, 58px); margin-bottom: 20px; }
h3 { font-size: 27px; }
em { color: var(--blush-dark); font-style: italic; }
.hero em { color: #ffe5ea; }
.hero-text { max-width: 335px; font-size: 18px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; border-radius: 999px; padding: 15px 22px 14px; background: var(--blush); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--blush-dark); }
.button span { font-size: 17px; line-height: 0; }
.button-dark { background: #4a3a40; }
.button-dark:hover { background: var(--blush-dark); }
.text-link { display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link.light { color: #fffafa; }
.text-link.light span { color: #fff; }
.promise-bar { display: grid; grid-template-columns: repeat(3, 1fr); background: #fbeef0; padding: 35px max(5vw, 30px); }
.promise-bar > div { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 2px 34px; border-right: 1px solid #efd7dc; }
.promise-bar > div:last-child { border: 0; }
.promise-bar span { color: var(--blush-dark); font-size: 28px; }
.promise-bar p { margin: 0; max-width: 225px; color: #725c63; font-size: 12px; }
.promise-bar strong { display: block; color: #6c4b56; font-size: 11px; letter-spacing: .1em; margin-bottom: 4px; text-transform: uppercase; }
.section { max-width: 1320px; padding: 110px 42px; margin: auto; }
.section-heading { max-width: 630px; margin-bottom: 46px; }
.section-heading.centered { text-align: center; margin: 0 auto 46px; }
.section-heading > p:last-child { color: var(--muted); }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.collection-card { min-height: 520px; position: relative; overflow: hidden; border-radius: 4px; background: #d7c9ce; }
.collection-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 43%, rgba(57, 36, 47, .7)); }
.collection-card img { height: 100%; width: 100%; object-fit: cover; transition: transform .55s ease; }
.collection-card:hover img { transform: scale(1.04); }
.collection-card > div { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 25px; color: #fff; }
.collection-card p { margin-bottom: 7px; font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.collection-card h3 { margin-bottom: 13px; }
.collection-card span { font-size: 11px; letter-spacing: .04em; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; background: #f8efeb; }
.split-image { min-height: 680px; }
.split-image img { height: 100%; width: 100%; object-fit: cover; object-position: center; }
.split-copy { max-width: 560px; padding: 12vw max(5vw, 52px); align-self: center; }
.split-copy > p { max-width: 410px; color: var(--muted); }
.feature-list { padding: 8px 0 17px; margin: 24px 0; list-style: none; border-top: 1px solid #e3ced3; }
.feature-list li { padding: 12px 0; border-bottom: 1px solid #e3ced3; font-size: 14px; }
.feature-list span { display: inline-block; color: var(--blush-dark); font: 18px var(--serif); margin-right: 15px; }
.moments-section { padding-bottom: 95px; }
.moment-list { display: flex; flex-wrap: wrap; gap: 11px; }
.moment-list span { border: 1px solid #e5cbd2; border-radius: 100px; color: #7d626a; padding: 11px 16px; font-size: 13px; }
.quote-section { text-align: center; background: #f6dfe5; padding: 104px 30px; }
.quote-section h2 { margin-bottom: 14px; }
.quote-section > p:not(.eyebrow) { max-width: 510px; margin: 0 auto 28px; color: #745e66; }
.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 32px; padding: 58px max(5vw, 42px) 28px; background: #493a40; color: #faedf0; }
.footer-wordmark { color: #fff8f9; justify-self: start; }
.site-footer > p { margin: 0; max-width: 310px; color: #dbbec7; font-size: 13px; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 17px; font-size: 12px; }
.site-footer > div a:hover { color: #f3a9bb; }
.site-footer > small { grid-column: 1 / -1; border-top: 1px solid #69565e; padding-top: 20px; color: #c7acb4; font-size: 10px; letter-spacing: .02em; }
.site-footer.compact { display: flex; justify-content: space-between; padding: 35px 6vw; }
.site-footer.compact > small { border: 0; padding: 0; }
.page-intro { max-width: 880px; margin: auto; padding: 110px 42px 74px; text-align: center; }
.page-intro p:last-child { max-width: 660px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.page-intro.narrow { max-width: 1000px; }
.catalogue-section { padding-top: 5px; }
.catalogue-group + .catalogue-group { margin-top: 105px; }
.catalogue-group-heading { margin-bottom: 24px; }
.catalogue-group-heading .eyebrow { margin-bottom: 7px; }
.catalogue-group-heading h2 { margin: 0; font-size: 42px; }
.catalogue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.design-card { background: #f8efeb; }
.design-card a { display: block; }
.design-card img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.design-card > a > div { padding: 18px 16px 20px; }
.design-card p { margin-bottom: 7px; color: var(--blush-dark); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.design-card h2 { margin-bottom: 8px; font-size: 26px; }
.design-card span { color: #705d63; font-size: 11px; }
.design-card b { color: var(--blush-dark); font-size: 15px; }
.catalogue-note { display: flex; align-items: center; justify-content: center; gap: 19px; padding: 40px 8vw 70px; text-align: left; }
.catalogue-note > span { color: var(--blush-dark); font-size: 31px; }
.catalogue-note p { max-width: 545px; margin: 0; color: var(--muted); font-size: 13px; }
.catalogue-note strong { color: var(--ink); display: block; font-size: 14px; }
.design-detail { padding-top: 55px; }
.back-link { color: var(--muted); display: inline-block; margin-bottom: 26px; font-size: 12px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(300px, .8fr); gap: clamp(50px, 8vw, 120px); align-items: start; }
.detail-image img { width: 100%; max-height: 750px; object-fit: cover; }
.detail-image small { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; }
.detail-copy { position: sticky; top: 18px; padding-top: 35px; }
.detail-lede { max-width: 460px; color: var(--muted); font-size: 18px; }
.detail-copy dl { margin: 31px 0 29px; border-top: 1px solid var(--line); }
.detail-copy dl > div { display: grid; grid-template-columns: 130px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.detail-copy dt { color: var(--blush-dark); font-weight: 600; }
.detail-copy dd { margin: 0; color: var(--muted); }
.detail-note { margin: 17px 0 0; color: var(--muted); font-size: 12px; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 45px; }
.process article { padding: 0 20px 0 0; border-right: 1px solid var(--line); }
.process article:last-child { border: 0; }
.process span { color: var(--blush-dark); font: 27px var(--serif); }
.process h2 { margin: 14px 0 12px; font-size: 30px; }
.process p { color: var(--muted); font-size: 13px; }
.measurement-callout { max-width: 1100px; margin: 0 auto 110px; padding: 65px 7vw; text-align: center; background: #f8efeb; }
.measurement-callout h2 { font-size: 41px; }
.measurement-callout > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.measurement-callout span { border: 1px solid #e1c4cc; border-radius: 99px; padding: 8px 15px; color: #7d626a; font-size: 12px; }
.measurement-callout > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.about-hero { display: grid; grid-template-columns: 1.1fr .9fr; background: #f8efeb; }
.about-hero img { width: 100%; height: 670px; object-fit: cover; }
.about-hero > div { align-self: center; max-width: 500px; padding: 6vw; }
.about-hero > div > p:last-child { color: var(--muted); font-size: 17px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; text-align: center; }
.values span { color: var(--blush-dark); font-size: 32px; }
.values h2 { margin: 13px 0 12px; font-size: 33px; }
.values p { color: var(--muted); font-size: 13px; }
@media (max-width: 850px) { .site-header { min-height: 126px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 18px; padding: 17px 22px 13px; } .desktop-nav { grid-column: 1 / -1; grid-row: 2; display: flex; justify-content: center; gap: clamp(14px, 5vw, 31px); font-size: 10px; } .header-ig { grid-column: 2; grid-row: 1; align-self: center; justify-self: end; font-size: 10px; } .wordmark { grid-column: 1; grid-row: 1; justify-self: start; font-size: 32px; } .wordmark small { font-size: 6px; } .hero, .hero-copy { height: 620px; } .hero > img { object-position: 18% center; } .hero-copy { padding: 290px 26px 42px; justify-content: flex-end; background: linear-gradient(0deg, rgba(54,34,44,.67), transparent 60%); } .hero::after { display: none; } .hero-text { font-size: 15px; margin-bottom: 17px; } .promise-bar, .collection-grid, .split-feature, .detail-grid, .about-hero { grid-template-columns: 1fr; } .promise-bar { gap: 14px; padding: 25px; } .promise-bar > div { justify-content: flex-start; padding: 8px 0; border: 0; } .section { padding: 75px 22px; } .collection-card { min-height: 460px; } .split-image { min-height: 530px; } .split-copy { padding: 75px 25px; } .site-footer { grid-template-columns: 1fr; padding: 45px 25px 24px; gap: 18px; } .site-footer > div { justify-content: flex-start; flex-wrap: wrap; } .site-footer.compact { align-items: flex-start; flex-direction: column; } .page-intro { padding: 76px 24px 48px; } .catalogue-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .catalogue-note { align-items: flex-start; flex-wrap: wrap; padding: 20px 24px 55px; } .detail-copy { position: static; padding: 0; } .detail-copy dl > div { grid-template-columns: 108px 1fr; } .process { grid-template-columns: 1fr; gap: 0; } .process article { border-right: 0; border-bottom: 1px solid var(--line); padding: 25px 0; } .measurement-callout { margin: 0 22px 70px; padding: 55px 22px; } .about-hero img { height: 510px; object-position: 18% center; } .values { grid-template-columns: 1fr; gap: 22px; } }
