:root {
	--tt-ink: #252421;
	--tt-muted: #6f6a63;
	--tt-ivory: #faf8f3;
	--tt-paper: #fffdf9;
	--tt-line: #ded9cf;
	--tt-sage: #dfe6da;
	--tt-sage-deep: #425345;
	--tt-lavender: #ded9e8;
	--tt-blush: #f0dfdc;
	--tt-gold: #ad8b4b;
	--tt-whatsapp: #1f7752;
	--tt-serif: Georgia, "Times New Roman", serif;
	--tt-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--tt-radius: 20px;
	--tt-shadow: 0 22px 60px rgba(51, 45, 38, 0.1);
	--tt-container: min(1240px, calc(100vw - 48px));
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--tt-ivory);
	color: var(--tt-ink);
	font-family: var(--tt-sans);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.tt-menu-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	font-family: var(--tt-serif);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.025em;
}

h1 {
	font-size: clamp(3.4rem, 7vw, 6.7rem);
}

h2 {
	font-size: clamp(2.25rem, 4vw, 4.3rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.screen-reader-text,
.tt-skip-link:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tt-skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	padding: 10px 16px;
	background: var(--tt-paper);
	color: var(--tt-ink);
	border: 2px solid var(--tt-ink);
}

.tt-container {
	width: var(--tt-container);
	margin-inline: auto;
}

.tt-announcement {
	padding: 8px 20px;
	background: var(--tt-ink);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-align: center;
	text-transform: uppercase;
}

.tt-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(250, 248, 243, 0.94);
	border-bottom: 1px solid transparent;
	backdrop-filter: blur(16px);
	transition: box-shadow 180ms ease, border-color 180ms ease;
}

.tt-site-header.is-scrolled {
	border-color: var(--tt-line);
	box-shadow: 0 10px 30px rgba(41, 37, 31, 0.06);
}

.admin-bar .tt-site-header {
	top: 32px;
}

.tt-header-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	min-height: 82px;
	gap: 32px;
}

.tt-brand {
	display: flex;
	align-items: center;
}

.tt-brand img {
	width: auto;
	max-height: 46px;
}

.tt-wordmark {
	font-family: var(--tt-serif);
	font-size: 24px;
	letter-spacing: 0.17em;
	text-decoration: none;
}

.tt-primary-nav {
	justify-self: center;
}

.tt-nav-list {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.2vw, 34px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.tt-nav-list li {
	position: relative;
}

.tt-nav-list a {
	font-size: 13px;
	font-weight: 650;
	letter-spacing: 0.015em;
	text-decoration: none;
}

.tt-nav-list a::after {
	position: absolute;
	right: 50%;
	bottom: -7px;
	left: 50%;
	height: 1px;
	background: var(--tt-ink);
	content: "";
	transition: left 160ms ease, right 160ms ease;
}

.tt-nav-list a:hover::after,
.tt-nav-list .current-menu-item > a::after {
	right: 0;
	left: 0;
}

.tt-header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.tt-icon-link {
	position: relative;
	display: grid;
	width: 35px;
	height: 35px;
	place-items: center;
	text-decoration: none;
}

.tt-icon-link svg {
	width: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.tt-cart-count {
	position: absolute;
	top: -1px;
	right: -3px;
	display: grid;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	place-items: center;
	background: var(--tt-sage-deep);
	border-radius: 20px;
	color: #fff;
	font-size: 10px;
	line-height: 1;
}

.tt-header-cta,
.tt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 26px;
	background: var(--tt-ink);
	border: 1px solid var(--tt-ink);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.tt-header-cta {
	min-height: 42px;
	padding: 0 20px;
	font-size: 11px;
}

.tt-header-cta:hover,
.tt-button:hover {
	transform: translateY(-2px);
}

.tt-button--outline {
	background: transparent;
	color: var(--tt-ink);
}

.tt-button--whatsapp {
	background: var(--tt-whatsapp);
	border-color: var(--tt-whatsapp);
	color: #fff;
}

.tt-button--light {
	background: var(--tt-paper);
	border-color: var(--tt-paper);
	color: var(--tt-ink);
}

.tt-button--outline-light {
	background: transparent;
	border-color: rgba(255,255,255,.7);
	color: #fff;
}

.tt-button-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.tt-button-row--center {
	justify-content: center;
}

.tt-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 0;
	background: transparent;
	border: 0;
}

.tt-menu-toggle__lines,
.tt-menu-toggle__lines::before,
.tt-menu-toggle__lines::after {
	display: block;
	width: 22px;
	height: 1px;
	margin: auto;
	background: currentColor;
	content: "";
	transition: transform 180ms ease;
}

.tt-menu-toggle__lines::before {
	transform: translateY(-6px);
}

.tt-menu-toggle__lines::after {
	transform: translateY(5px);
}

.tt-menu-open .tt-menu-toggle__lines {
	background: transparent;
}

.tt-menu-open .tt-menu-toggle__lines::before {
	transform: rotate(45deg);
}

.tt-menu-open .tt-menu-toggle__lines::after {
	transform: translateY(-1px) rotate(-45deg);
}

.tt-eyebrow {
	margin-bottom: 18px;
	color: var(--tt-sage-deep);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.tt-hero {
	padding: clamp(54px, 7vw, 110px) 0;
	background: linear-gradient(125deg, #faf7f0 0%, #f8f4ee 52%, #e9e3ed 100%);
	overflow: hidden;
}

.tt-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
	align-items: center;
	gap: clamp(40px, 7vw, 110px);
}

.tt-hero-copy h1 {
	max-width: 720px;
	margin-bottom: 28px;
}

.tt-hero-text {
	max-width: 560px;
	margin-bottom: 32px;
	color: var(--tt-muted);
	font-family: var(--tt-serif);
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	line-height: 1.45;
}

.tt-hero-note {
	margin: 22px 0 0;
	color: var(--tt-muted);
	font-size: 13px;
}

.tt-hero-visual {
	position: relative;
}

.tt-hero-visual::before {
	position: absolute;
	inset: -18% -15% auto auto;
	width: 58%;
	aspect-ratio: 1;
	background: rgba(255,255,255,.28);
	border-radius: 50%;
	content: "";
}

.tt-hero-visual img {
	position: relative;
	width: 100%;
	aspect-ratio: 1.5;
	border-radius: 48% 48% 18px 18px;
	box-shadow: var(--tt-shadow);
	object-fit: cover;
}

.tt-live-card {
	position: absolute;
	right: -22px;
	bottom: -34px;
	width: min(265px, 52%);
	padding: 18px;
	background: rgba(255,253,249,.94);
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(45,40,34,.16);
	backdrop-filter: blur(12px);
}

.tt-live-card > span,
.tt-live-card em {
	display: block;
	color: var(--tt-muted);
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.tt-live-card strong {
	display: block;
	margin: 5px 0 14px;
	font-size: 13px;
}

.tt-live-card > div {
	display: flex;
	align-items: end;
	justify-content: space-between;
	padding-top: 12px;
	border-top: 1px solid var(--tt-line);
}

.tt-live-card b {
	font-family: var(--tt-serif);
	font-size: 24px;
	font-weight: 400;
}

.tt-trust {
	padding: 22px 0;
	background: var(--tt-paper);
	border-block: 1px solid var(--tt-line);
}

.tt-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.tt-trust-grid span {
	position: relative;
	padding-left: 25px;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .04em;
	text-align: center;
	text-transform: uppercase;
}

.tt-trust-grid span::before {
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-left: -18px;
	background: var(--tt-gold);
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

.tt-section {
	padding: clamp(78px, 9vw, 140px) 0;
}

.tt-section--sage {
	background: var(--tt-sage);
}

.tt-section--blush {
	background: #f5e9e5;
}

.tt-section--soft {
	background: #f2efe9;
}

.tt-section-heading {
	max-width: 700px;
	margin-bottom: clamp(38px, 5vw, 62px);
}

.tt-section-heading h2 {
	margin-bottom: 20px;
}

.tt-section-heading > p:last-child,
.tt-section-heading--split p {
	color: var(--tt-muted);
}

.tt-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.tt-section-heading--split {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.tt-section-heading--split h2 {
	margin-bottom: 0;
}

.tt-path-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.tt-path-card {
	position: relative;
	display: flex;
	min-height: 390px;
	padding: 36px;
	flex-direction: column;
	background: var(--tt-paper);
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.tt-path-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--tt-shadow);
}

.tt-path-card--featured {
	background: var(--tt-sage-deep);
	border-color: var(--tt-sage-deep);
	color: #fff;
}

.tt-path-number {
	margin-bottom: 56px;
	color: var(--tt-gold);
	font-family: var(--tt-serif);
	font-size: 18px;
}

.tt-path-card h3 {
	margin-bottom: 18px;
	font-size: 32px;
}

.tt-path-card p {
	color: var(--tt-muted);
}

.tt-path-card--featured p {
	color: rgba(255,255,255,.75);
}

.tt-path-card strong {
	display: block;
	margin-top: auto;
	margin-bottom: 16px;
	font-family: var(--tt-serif);
	font-size: 22px;
	font-weight: 400;
}

.tt-path-card a {
	font-size: 13px;
	font-weight: 750;
}

.tt-pill {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 5px 10px;
	background: rgba(255,255,255,.12);
	border-radius: 100px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tt-designer-showcase,
.tt-custom-grid,
.tt-material-grid,
.tt-gift-grid,
.tt-faq-grid,
.tt-private-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: clamp(45px, 8vw, 120px);
}

.tt-designer-photo {
	position: relative;
}

.tt-designer-photo > img {
	width: 100%;
	aspect-ratio: 1.06;
	border-radius: 52% 52% 18px 18px;
	box-shadow: var(--tt-shadow);
	object-fit: cover;
}

.tt-ai-bubble {
	position: absolute;
	right: -24px;
	bottom: 36px;
	width: min(310px, 72%);
	padding: 18px 20px;
	background: rgba(255,253,249,.95);
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(41, 44, 37, .16);
}

.tt-ai-bubble span {
	color: var(--tt-sage-deep);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tt-ai-bubble p {
	margin: 8px 0 0;
	font-family: var(--tt-serif);
	font-size: 18px;
}

.tt-designer-copy h2,
.tt-custom-copy h2,
.tt-material-copy h2,
.tt-gift-copy h2 {
	margin-bottom: 28px;
}

.tt-check-list {
	padding: 0;
	margin: 0 0 34px;
	list-style: none;
}

.tt-check-list li {
	position: relative;
	padding: 12px 0 12px 33px;
	border-bottom: 1px solid rgba(66,83,69,.18);
}

.tt-check-list li::before {
	position: absolute;
	top: 15px;
	left: 2px;
	color: var(--tt-sage-deep);
	content: "✓";
	font-weight: 800;
}

.tt-intention-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr .85fr;
	grid-template-rows: repeat(2, 230px);
	gap: 16px;
}

.tt-intention-card {
	position: relative;
	display: flex;
	padding: 28px;
	flex-direction: column;
	justify-content: end;
	background: var(--tt-lavender);
	border-radius: var(--tt-radius);
	overflow: hidden;
	text-decoration: none;
}

.tt-intention-card::before,
.tt-intention-card::after {
	position: absolute;
	border: 1px solid rgba(255,255,255,.65);
	border-radius: 50%;
	content: "";
}

.tt-intention-card::before {
	top: -45px;
	right: -22px;
	width: 170px;
	height: 170px;
}

.tt-intention-card::after {
	top: 25px;
	right: 48px;
	width: 72px;
	height: 72px;
	background: rgba(255,255,255,.22);
}

.tt-intention-card--1 {
	grid-row: 1 / span 2;
	background: linear-gradient(145deg, #efd6d4, #d4bfc8);
}

.tt-intention-card--2 { background: linear-gradient(145deg, #d7e0dd, #b9c8c0); }
.tt-intention-card--3 { background: linear-gradient(145deg, #3d4243, #747278); color: #fff; }
.tt-intention-card--4 { background: linear-gradient(145deg, #ead6a9, #cfb377); }
.tt-intention-card--5 { background: linear-gradient(145deg, #dbe4dc, #bdd1c4); }

.tt-intention-card span {
	position: relative;
	z-index: 1;
	font-family: var(--tt-serif);
	font-size: 30px;
}

.tt-intention-card small {
	position: relative;
	z-index: 1;
	font-size: 12px;
}

.tt-custom-photo img,
.tt-material-photo img,
.tt-gift-grid img,
.tt-private-hero img {
	width: 100%;
	aspect-ratio: 1.25;
	border-radius: var(--tt-radius);
	box-shadow: var(--tt-shadow);
	object-fit: cover;
}

.tt-custom-copy > p:not(.tt-eyebrow),
.tt-material-copy > p:not(.tt-eyebrow),
.tt-gift-copy > p:not(.tt-eyebrow) {
	margin-bottom: 28px;
	color: var(--tt-muted);
	font-size: 18px;
}

.tt-category-chips,
.tt-material-meta,
.tt-private-points {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 30px;
}

.tt-category-chips span,
.tt-material-meta span,
.tt-private-points span {
	padding: 8px 13px;
	background: rgba(255,255,255,.58);
	border: 1px solid rgba(67,66,60,.18);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.tt-text-link {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .035em;
	text-decoration: none;
}

.tt-text-link--light {
	color: #fff;
}

.tt-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px 20px;
}

.tt-product-card {
	min-width: 0;
}

.tt-product-image {
	display: block;
	margin-bottom: 18px;
	background: var(--tt-paper);
	border-radius: 16px;
	overflow: hidden;
}

.tt-product-image img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition: transform 300ms ease;
}

.tt-product-card:hover .tt-product-image img {
	transform: scale(1.025);
}

.tt-product-card h3 {
	margin-bottom: 6px;
	font-size: 20px;
}

.tt-product-card h3 a,
.tt-product-card p a {
	text-decoration: none;
}

.tt-product-card p {
	margin: 0;
	color: var(--tt-muted);
	font-size: 13px;
}

.tt-review-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.tt-review-grid blockquote {
	margin: 0;
	padding: 34px;
	background: var(--tt-paper);
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
}

.tt-review-grid blockquote div {
	margin-bottom: 22px;
	color: var(--tt-gold);
	font-size: 13px;
	letter-spacing: .16em;
}

.tt-review-grid blockquote p {
	font-family: var(--tt-serif);
	font-size: 21px;
	line-height: 1.48;
}

.tt-review-grid cite {
	color: var(--tt-muted);
	font-size: 12px;
	font-style: normal;
}

.tt-section--gift {
	background: linear-gradient(130deg, #e2e8de, #ebe5ec);
}

.tt-faq-grid {
	align-items: start;
}

.tt-accordion details {
	border-top: 1px solid var(--tt-line);
}

.tt-accordion details:last-child {
	border-bottom: 1px solid var(--tt-line);
}

.tt-accordion summary {
	position: relative;
	padding: 23px 45px 23px 0;
	cursor: pointer;
	font-family: var(--tt-serif);
	font-size: 20px;
	list-style: none;
}

.tt-accordion summary::-webkit-details-marker {
	display: none;
}

.tt-accordion summary::after {
	position: absolute;
	top: 21px;
	right: 2px;
	content: "+";
	font-family: var(--tt-sans);
	font-size: 26px;
	font-weight: 300;
}

.tt-accordion details[open] summary::after {
	content: "–";
}

.tt-accordion details p {
	max-width: 620px;
	padding: 0 45px 22px 0;
	margin: 0;
	color: var(--tt-muted);
}

.tt-final-cta {
	padding: clamp(85px, 10vw, 150px) 0;
	background: var(--tt-sage-deep);
	color: #fff;
	text-align: center;
}

.tt-final-cta .tt-eyebrow {
	color: #d9c796;
}

.tt-final-cta h2 {
	max-width: 800px;
	margin: 0 auto 34px;
}

.tt-site-footer {
	padding: 72px 0 24px;
	background: var(--tt-ink);
	color: rgba(255,255,255,.75);
}

.tt-footer-lead {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(255,255,255,.16);
}

.tt-footer-lead .tt-eyebrow {
	color: #d9c796;
}

.tt-footer-lead h2 {
	max-width: 650px;
	margin-bottom: 0;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.6rem);
}

.tt-footer-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
}

.tt-footer-grid {
	display: grid;
	grid-template-columns: 2fr repeat(3, 1fr);
	gap: 48px;
	padding: 62px 0;
}

.tt-wordmark--footer {
	display: inline-block;
	margin-bottom: 18px;
	color: #fff;
}

.tt-footer-brand p {
	max-width: 360px;
}

.tt-footer-grid h3,
.tt-footer-title {
	margin-bottom: 18px;
	color: #fff;
	font-family: var(--tt-sans);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tt-footer-grid ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tt-footer-grid li {
	margin-bottom: 10px;
}

.tt-footer-grid a,
.tt-social-links a {
	text-decoration: none;
}

.tt-footer-grid a:hover,
.tt-social-links a:hover {
	color: #fff;
}

.tt-footer-widgets {
	padding: 24px 0;
	border-top: 1px solid rgba(255,255,255,.16);
}

.tt-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.16);
	font-size: 11px;
	letter-spacing: .035em;
}

.tt-social-links {
	display: flex;
	gap: 18px;
}

.tt-main {
	min-height: 55vh;
}

.tt-content-shell {
	padding-block: clamp(72px, 9vw, 130px);
}

.tt-content-shell--narrow {
	max-width: 860px;
}

.tt-entry-header {
	max-width: 850px;
	margin-bottom: 48px;
}

.tt-entry-header h1 {
	margin-bottom: 0;
	font-size: clamp(3rem, 6vw, 5.8rem);
}

.tt-entry-image {
	margin-bottom: 45px;
}

.tt-entry-image img {
	width: 100%;
	border-radius: var(--tt-radius);
}

.tt-entry-content {
	max-width: 850px;
	font-size: 18px;
}

.tt-entry-content > * + * {
	margin-top: 1.45em;
}

.tt-entry-content a {
	color: var(--tt-sage-deep);
}

.tt-entry-content img {
	border-radius: 12px;
}

.tt-post-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.tt-post-card {
	background: var(--tt-paper);
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	overflow: hidden;
}

.tt-post-card > div {
	padding: 28px;
}

.tt-post-card img {
	width: 100%;
	aspect-ratio: 1.6;
	object-fit: cover;
}

.tt-post-card h2 {
	font-size: 30px;
}

.tt-post-card h2 a {
	text-decoration: none;
}

.tt-post-meta {
	color: var(--tt-muted);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.tt-not-found {
	text-align: center;
}

.tt-not-found .tt-button-row {
	justify-content: center;
}

.tt-designer-page__head {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: end;
	gap: 50px;
	padding-block: 70px 45px;
}

.tt-designer-page__head h1 {
	margin-bottom: 0;
	font-size: clamp(3rem, 6vw, 5rem);
}

.tt-designer-page__head > p {
	margin-bottom: 8px;
	color: var(--tt-muted);
	font-size: 18px;
}

.tt-designer-embed {
	width: min(1480px, calc(100vw - 32px));
	margin: 0 auto 100px;
}

.tt-plugin-needed {
	padding: 70px 25px;
	background: var(--tt-sage);
	border-radius: var(--tt-radius);
	text-align: center;
}

.tt-private-hero {
	padding: clamp(65px, 8vw, 115px) 0;
	background: linear-gradient(135deg, #f4e8e4, #eee9ef);
}

.tt-private-hero__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	align-items: center;
	gap: clamp(45px, 8vw, 120px);
}

.tt-private-hero h1 {
	margin-bottom: 28px;
	font-size: clamp(3rem, 6vw, 5.6rem);
}

.tt-private-hero p:not(.tt-eyebrow) {
	color: var(--tt-muted);
	font-size: 18px;
}

.tt-private-points {
	margin-top: 30px;
}

.tt-private-form-grid {
	align-items: start;
}

.tt-private-steps h2 {
	margin-bottom: 34px;
}

.tt-private-steps ol {
	padding: 0;
	margin: 0;
	counter-reset: private-step;
	list-style: none;
}

.tt-private-steps li {
	position: relative;
	padding: 0 0 28px 58px;
	counter-increment: private-step;
}

.tt-private-steps li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	background: var(--tt-sage);
	border-radius: 50%;
	content: counter(private-step);
	font-family: var(--tt-serif);
}

.tt-private-steps strong,
.tt-private-steps span {
	display: block;
}

.tt-private-steps span {
	color: var(--tt-muted);
	font-size: 14px;
}

.tt-private-form-wrap {
	padding: clamp(26px, 5vw, 48px);
	background: var(--tt-paper);
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	box-shadow: var(--tt-shadow);
}

.tt-field,
.tt-field-row {
	margin-bottom: 20px;
}

.tt-field-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.tt-field label {
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 750;
}

.tt-field input,
.tt-field select,
.tt-field textarea {
	width: 100%;
	padding: 13px 14px;
	background: #fff;
	border: 1px solid var(--tt-line);
	border-radius: 10px;
	color: var(--tt-ink);
}

.tt-field input:focus,
.tt-field select:focus,
.tt-field textarea:focus {
	border-color: var(--tt-sage-deep);
	box-shadow: 0 0 0 3px rgba(66,83,69,.12);
	outline: 0;
}

.tt-form-note,
.tt-form-status {
	color: var(--tt-muted);
	font-size: 12px;
}

.tt-form-status:not(:empty) {
	margin-top: 16px;
	color: #8b352f;
	font-weight: 700;
}

.tt-private-assurance {
	padding: 70px 0;
	background: var(--tt-sage-deep);
	color: #fff;
	text-align: center;
}

.tt-private-assurance h2 {
	max-width: 800px;
	margin: 0 auto 18px;
}

.tt-private-assurance p {
	max-width: 760px;
	margin: 0 auto;
	color: rgba(255,255,255,.75);
}

.tt-shop-main {
	padding-block: 60px 110px;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 35px;
	color: var(--tt-muted);
	font-size: 12px;
}

.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-cart h1,
.woocommerce-checkout h1 {
	font-family: var(--tt-serif);
	font-weight: 400;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce ul.products li.product a img {
	border-radius: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--tt-serif);
	font-size: 19px;
	font-weight: 400;
}

.woocommerce ul.products li.product .price {
	color: var(--tt-ink);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
	padding: 14px 21px;
	background: var(--tt-ink);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
	background: var(--tt-sage-deep);
	color: #fff;
}

.woocommerce-message,
.woocommerce-info {
	background: var(--tt-paper);
	border-top-color: var(--tt-sage-deep);
}

@media (max-width: 1120px) {
	.tt-header-inner {
		grid-template-columns: auto 1fr auto;
	}

	.tt-menu-toggle {
		display: block;
	}

	.tt-brand {
		justify-self: center;
	}

	.tt-primary-nav {
		position: fixed;
		top: var(--tt-mobile-nav-top, 114px);
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		padding: 28px 24px 60px;
		background: var(--tt-ivory);
		overflow-y: auto;
	}

	.tt-menu-open .tt-primary-nav {
		display: block;
	}

	.tt-nav-list {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.tt-nav-list li {
		border-bottom: 1px solid var(--tt-line);
	}

	.tt-nav-list a {
		display: block;
		padding: 18px 4px;
		font-family: var(--tt-serif);
		font-size: 25px;
		font-weight: 400;
	}

	.tt-nav-list a::after {
		display: none;
	}

	.tt-header-cta {
		display: none;
	}

	.tt-hero-grid {
		grid-template-columns: .9fr 1.1fr;
		gap: 45px;
	}

	.tt-hero-visual img {
		aspect-ratio: 1.15;
	}

	.tt-path-card {
		padding: 28px;
	}

	.tt-woocommerce ul.products,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 820px) {
	:root {
		--tt-container: min(100% - 32px, 720px);
		--tt-radius: 16px;
	}

	.admin-bar .tt-site-header {
		top: 46px;
	}

	.tt-announcement {
		padding-inline: 12px;
		font-size: 9px;
	}

	.tt-header-inner {
		min-height: 68px;
		gap: 12px;
	}

	.tt-wordmark {
		font-size: 19px;
	}

	.tt-header-actions {
		gap: 4px;
	}

	.tt-header-actions .tt-icon-link:first-child {
		display: none;
	}

	.tt-primary-nav {
		top: 98px;
	}

	.tt-hero {
		padding: 56px 0 78px;
	}

	.tt-hero-grid,
	.tt-designer-showcase,
	.tt-custom-grid,
	.tt-material-grid,
	.tt-gift-grid,
	.tt-faq-grid,
	.tt-private-form-grid,
	.tt-private-hero__grid,
	.tt-designer-page__head {
		grid-template-columns: 1fr;
	}

	.tt-hero-copy h1 {
		font-size: clamp(3.3rem, 17vw, 5.2rem);
	}

	.tt-hero-visual {
		margin-top: 10px;
	}

	.tt-hero-visual img {
		aspect-ratio: 1.3;
		border-radius: 46% 46% 14px 14px;
	}

	.tt-live-card {
		right: 12px;
		bottom: -38px;
	}

	.tt-trust-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}

	.tt-trust-grid span {
		font-size: 10px;
		text-align: left;
	}

	.tt-path-grid {
		grid-template-columns: 1fr;
	}

	.tt-path-card {
		min-height: 310px;
	}

	.tt-path-number {
		margin-bottom: 34px;
	}

	.tt-designer-copy,
	.tt-material-copy,
	.tt-gift-copy {
		order: -1;
	}

	.tt-ai-bubble {
		right: 12px;
		bottom: 18px;
	}

	.tt-intention-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, 180px);
	}

	.tt-intention-card--1 {
		grid-row: 1 / span 2;
	}

	.tt-intention-card--5 {
		grid-column: 1 / span 2;
	}

	.tt-product-grid,
	.tt-review-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tt-review-grid blockquote:last-child {
		grid-column: 1 / span 2;
	}

	.tt-footer-lead,
	.tt-section-heading--split {
		align-items: flex-start;
		flex-direction: column;
	}

	.tt-footer-grid {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.tt-footer-brand {
		grid-column: 1 / span 3;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 540px) {
	:root {
		--tt-container: calc(100% - 26px);
	}

	h1 {
		font-size: 3.25rem;
	}

	h2 {
		font-size: 2.45rem;
	}

	.tt-section {
		padding: 72px 0;
	}

	.tt-button-row .tt-button {
		width: 100%;
	}

	.tt-live-card {
		width: 62%;
		padding: 13px;
	}

	.tt-live-card strong {
		font-size: 11px;
	}

	.tt-trust-grid {
		gap: 12px 4px;
	}

	.tt-path-card {
		padding: 26px;
	}

	.tt-intention-grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.tt-intention-card,
	.tt-intention-card--1,
	.tt-intention-card--5 {
		grid-column: auto;
		grid-row: auto;
		min-height: 180px;
	}

	.tt-custom-copy > p:not(.tt-eyebrow),
	.tt-material-copy > p:not(.tt-eyebrow),
	.tt-gift-copy > p:not(.tt-eyebrow) {
		font-size: 16px;
	}

	.tt-product-grid,
	.tt-review-grid,
	.tt-post-grid {
		grid-template-columns: 1fr;
	}

	.tt-review-grid blockquote:last-child {
		grid-column: auto;
	}

	.tt-review-grid blockquote {
		padding: 26px;
	}

	.tt-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 38px 24px;
	}

	.tt-footer-brand {
		grid-column: 1 / span 2;
	}

	.tt-footer-bottom {
		flex-direction: column;
	}

	.tt-field-row {
		grid-template-columns: 1fr;
	}

	.tt-private-form-wrap {
		padding: 22px 18px;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

