/*
Theme Name: TidePaw Memorials
Theme URI: https://tidepaw.com
Author: TidePaw
Description: A refined, high-whitespace WooCommerce theme for premium pet memorials.
Version: 3.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tidepaw-memorials
*/

:root {
  --tp-ivory: #fffefb;
  --tp-white: #ffffff;
  --tp-blue: #edf5fb;
  --tp-blue-line: #bdd8eb;
  --tp-blue-text: #8ebbd7;
  --tp-ink: #47483e;
  --tp-muted: #75776f;
  --tp-accent: #d6d94a;
  --tp-border: #e7e7e1;
  --tp-serif: Georgia, "Times New Roman", serif;
  --tp-sans: Arial, Helvetica, sans-serif;
  --tp-max: 1548px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--tp-ink);
  background: var(--tp-ivory);
  font-family: var(--tp-sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Header */
.tp-header {
  height: 78px;
  border-bottom: 1px solid var(--tp-border);
  background: rgba(255,255,255,.98);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 5.2vw;
  position: relative;
  z-index: 50;
}
.tp-nav { display: flex; align-items: center; }
.tp-nav ul, .tp-nav__list { display: flex; align-items: center; gap: 42px; margin: 0; padding: 0; list-style: none; }
.tp-nav--right { justify-content: flex-end; }
.tp-header__right { display: flex; align-items: center; justify-content: flex-end; gap: 42px; }
.tp-nav a, .tp-cart-link {
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #55584f;
  white-space: nowrap;
}
.tp-nav a:hover, .tp-cart-link:hover { color: #8dbad6; }
.tp-brand { min-width: 240px; text-align: center; line-height: 1; }
.tp-brand__name {
  display: block;
  font-family: var(--tp-serif);
  font-size: 22px;
  letter-spacing: .38em;
  padding-left: .38em;
  color: #34352f;
  text-transform: uppercase;
}
.tp-brand__sub {
  display: block;
  margin-top: 8px;
  color: #9bc5df;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .30em;
  text-transform: uppercase;
}
.tp-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.tp-menu-toggle span { display: block; width: 22px; height: 1px; background: #47483e; margin: 5px 0; }

/* Hero: intentionally mirrors the supplied reference composition */
.tp-hero {
  min-height: 480px;
  max-width: var(--tp-max);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: var(--tp-white);
}
.tp-hero__left,
.tp-hero__right {
  position: absolute;
  top: 12px;
  bottom: 0;
  width: 26.2%;
  background: linear-gradient(135deg, #f4f9fd 0%, #edf5fb 52%, #f9fbfc 100%);
}
.tp-hero__left { left: 0; }
.tp-hero__right { right: 0; top: 116px; }
.tp-hero__watermark {
  position: absolute;
  z-index: 1;
  left: 38%;
  top: 67px;
  width: 39%;
  font-family: var(--tp-serif);
  font-size: clamp(78px, 9.2vw, 145px);
  line-height: 1.45;
  letter-spacing: .33em;
  color: #f0f5f8;
  text-transform: uppercase;
  word-break: break-all;
  pointer-events: none;
}
.tp-hero__copy {
  position: absolute;
  z-index: 4;
  left: 11.8%;
  top: 142px;
  width: 390px;
}
.tp-hero h1 {
  margin: 0;
  max-width: 480px;
  font-family: var(--tp-serif);
  font-size: clamp(42px, 3.35vw, 58px);
  line-height: 1.07;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #4a4b40;
}
.tp-rule { display: block; width: 43px; height: 1px; background: var(--tp-accent); margin: 30px 0 28px; }
.tp-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border: 1px solid #8d8f87;
  background: rgba(255,255,255,.78);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: .25s ease;
}
.tp-button:hover { background: #4a4b40; color: white; }
.tp-hero__product {
  position: absolute;
  z-index: 3;
  left: 37.8%;
  top: 26px;
  width: 39%;
  height: 454px;
  object-fit: contain;
}
.tp-hero__note {
  position: absolute;
  z-index: 4;
  right: 8.2%;
  top: 335px;
  width: 178px;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6f716b;
}
.tp-hero__note .tp-rule { margin: 0 0 18px; }
.tp-arrow {
  position: absolute;
  z-index: 5;
  top: 254px;
  width: 46px;
  height: 46px;
  border: 1px solid var(--tp-blue-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7da8c3;
  background: rgba(255,255,255,.2);
  font-family: var(--tp-serif);
  font-size: 25px;
}
.tp-arrow--left { left: 3%; }
.tp-arrow--right { right: 2.7%; }

/* Editorial story */
.tp-story {
  max-width: 960px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 270px 1fr;
  align-items: start;
  gap: 58px;
  padding-bottom: 80px;
}
.tp-story__copy { padding-top: 8px; }
.tp-index {
  color: #8ab9d6;
  font-family: var(--tp-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}
.tp-story h2 {
  margin: 20px 0 0;
  font-family: var(--tp-serif);
  font-size: 29px;
  line-height: 1.12;
  font-weight: 400;
}
.tp-story p {
  margin: 22px 0 0;
  max-width: 190px;
  color: #6e706a;
  font-size: 11px;
  line-height: 1.72;
}
.tp-story__image-wrap { background: #eef5fa; overflow: hidden; }
.tp-story__image { width: 100%; aspect-ratio: 1.75 / 1; object-fit: cover; }

/* Additional complete-theme sections */
.tp-section { max-width: 1320px; margin: 0 auto; padding: 92px 5vw; }
.tp-section--blue { max-width: none; background: #eef5fa; }
.tp-section__inner { max-width: 1200px; margin: 0 auto; }
.tp-kicker { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #91bad3; }
.tp-section-title {
  margin: 18px 0 45px;
  font-family: var(--tp-serif);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.06;
  font-weight: 400;
}
.tp-collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tp-collection-card { background: white; min-height: 380px; padding: 36px; position: relative; overflow: hidden; }
.tp-collection-card:nth-child(2) { background: #f4f1e9; }
.tp-collection-card:nth-child(3) { background: #f3f7f9; }
.tp-collection-card__number { font: 13px var(--tp-serif); color: #8ab9d6; }
.tp-collection-card h3 { margin: 175px 0 12px; font: 400 28px/1.1 var(--tp-serif); }
.tp-collection-card p { max-width: 250px; font-size: 12px; line-height: 1.7; color: var(--tp-muted); }
.tp-collection-card a { display: inline-block; margin-top: 12px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid var(--tp-accent); padding-bottom: 6px; }

.tp-products ul.products { display: grid !important; grid-template-columns: repeat(4,1fr); gap: 28px; margin: 0 !important; }
.tp-products ul.products::before, .tp-products ul.products::after { display: none !important; }
.tp-products ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }
.tp-products ul.products li.product img { aspect-ratio: 1 / 1.18; object-fit: cover; background: #f2f6f8; margin-bottom: 18px !important; }
.tp-products .woocommerce-loop-product__title { font: 400 20px/1.2 var(--tp-serif) !important; color: var(--tp-ink); }
.tp-products .price { color: #6e706a !important; font-size: 13px !important; }
.tp-products .button { margin-top: 10px !important; background: transparent !important; border: 1px solid #8d8f87 !important; color: var(--tp-ink) !important; border-radius: 0 !important; font-size: 10px !important; letter-spacing: .1em; text-transform: uppercase; }

.tp-promise { text-align: center; padding: 105px 20px; }
.tp-promise blockquote { max-width: 850px; margin: 0 auto; font: 400 clamp(34px,4vw,60px)/1.12 var(--tp-serif); }
.tp-promise p { margin: 24px auto 0; max-width: 540px; font-size: 13px; line-height: 1.8; color: var(--tp-muted); }

/* Footer */
.tp-footer { border-top: 1px solid var(--tp-border); padding: 64px 5vw 30px; background: white; }
.tp-footer__grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 50px; }
.tp-footer h3 { margin: 0 0 18px; font: 400 18px var(--tp-serif); }
.tp-footer p, .tp-footer a { font-size: 11px; line-height: 1.9; color: #70726c; }
.tp-footer__brand { font: 400 24px var(--tp-serif); letter-spacing: .28em; text-transform: uppercase; }
.tp-footer__bottom { max-width: 1320px; margin: 50px auto 0; padding-top: 22px; border-top: 1px solid var(--tp-border); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; color: #8a8b86; }

/* Inner pages + WooCommerce */
.tp-page { max-width: 1100px; min-height: 60vh; margin: 0 auto; padding: 90px 5vw; }
.tp-page__title, .woocommerce-products-header__title { font: 400 clamp(44px,6vw,76px)/1 var(--tp-serif); margin: 0 0 45px; }
.tp-page__content { font: 400 17px/1.8 var(--tp-serif); max-width: 760px; }
.woocommerce .woocommerce-breadcrumb { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #8a8b86; }
.woocommerce div.product .product_title { font: 400 46px/1.05 var(--tp-serif); }
.woocommerce button.button.alt, .woocommerce a.button.alt { background: #4a4b40; border-radius: 0; }
.woocommerce-message, .woocommerce-info { border-top-color: #8ab9d6; }

/* Fully designed inner pages */
.tp-inner-hero {
  min-height: 430px;
  padding: 110px 10vw 85px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, #f8fbfd 0%, #edf5fb 56%, #f7fafc 100%);
}
.tp-inner-hero::after {
  content: "TIDEPAW";
  position: absolute;
  right: -25px;
  bottom: -46px;
  font: 400 clamp(100px, 16vw, 245px)/1 var(--tp-serif);
  letter-spacing: .15em;
  color: rgba(255,255,255,.65);
  pointer-events: none;
}
.tp-inner-hero > * { position: relative; z-index: 2; }
.tp-inner-hero h1 {
  max-width: 760px;
  margin: 22px 0 25px;
  font: 400 clamp(52px, 6.4vw, 92px)/.98 var(--tp-serif);
  letter-spacing: -.035em;
}
.tp-inner-hero p { max-width: 520px; margin: 0; color: #6f716b; font-size: 13px; line-height: 1.8; }
.tp-inner-hero--guidance { background: linear-gradient(110deg, #fffefb, #f5f1e7); }
.tp-inner-hero--journal { background: linear-gradient(110deg, #f9fbfd, #eef5fa 66%, #fffefb); }

.tp-about-intro, .tp-guidance-intro, .tp-contact {
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px 40px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 100px;
  align-items: center;
}
.tp-about-intro__image { background: #f1f6f9; }
.tp-about-intro__image img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; }
.tp-about-intro__copy h2, .tp-guidance-intro h2, .tp-contact h2 {
  margin: 20px 0 0;
  font: 400 clamp(38px, 4.2vw, 60px)/1.06 var(--tp-serif);
}
.tp-about-intro__copy p, .tp-guidance-intro p { color: #6f716b; font: 400 15px/1.85 var(--tp-serif); }
.tp-values { padding: 100px 7vw; }
.tp-values__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 46px; background: #dfe8ed; }
.tp-values article { min-height: 280px; padding: 44px; background: #f7fbfd; }
.tp-values b, .tp-guidance-grid span { color: #8ab9d6; font: 400 13px var(--tp-serif); }
.tp-values h3, .tp-guidance-grid h3 { margin: 88px 0 15px; font: 400 28px/1.1 var(--tp-serif); }
.tp-values p, .tp-guidance-grid p { margin: 0; color: #70726c; font-size: 12px; line-height: 1.75; }

.tp-guidance-intro { grid-template-columns: .78fr 1.22fr; }
.tp-guidance-intro img { width: 100%; aspect-ratio: 1.46 / 1; object-fit: cover; }
.tp-guidance-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.tp-guidance-grid article { min-height: 340px; padding: 40px; background: white; }
.tp-faq { max-width: 940px; margin: 0 auto; padding: 110px 35px 130px; }
.tp-faq > h2 { margin: 18px 0 50px; font: 400 clamp(42px,5vw,66px)/1 var(--tp-serif); }
.tp-faq details { border-top: 1px solid var(--tp-border); padding: 25px 0; }
.tp-faq details:last-child { border-bottom: 1px solid var(--tp-border); }
.tp-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; font: 400 22px var(--tp-serif); }
.tp-faq summary::after { content: "+"; color: #8ab9d6; font-family: var(--tp-sans); }
.tp-faq details[open] summary::after { content: "−"; }
.tp-faq details p { max-width: 680px; color: #70726c; font-size: 13px; line-height: 1.8; }

.tp-contact { align-items: start; grid-template-columns: .7fr 1.3fr; }
.tp-contact__details h3 { margin: 32px 0 6px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.tp-contact__details p, .tp-contact__details a { color: #70726c; font: 400 15px/1.75 var(--tp-serif); }
.tp-contact__form { background: #f2f7fa; padding: 50px; }
.tp-contact__form label { display: block; margin-bottom: 26px; color: #63655e; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.tp-contact__form small { text-transform: none; letter-spacing: 0; }
.tp-contact__form input, .tp-contact__form textarea {
  display: block; width: 100%; margin-top: 10px; padding: 13px 2px; border: 0; border-bottom: 1px solid #c9d3d8; background: transparent; color: var(--tp-ink); outline: none;
}
.tp-contact__form input:focus, .tp-contact__form textarea:focus { border-color: #7da8c3; }
.tp-contact__form textarea { resize: vertical; }
.tp-form-notice { margin-bottom: 28px; padding: 15px; background: #e1eee5; font-size: 12px; }
.tp-form-notice--error { background: #f8e5e1; }

.tp-journal { max-width: 1260px; min-height: 450px; margin: 0 auto; padding: 100px 40px 130px; }
.tp-journal__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px 28px; }
.tp-journal-card__image { display: block; background: #eef5fa; margin-bottom: 25px; overflow: hidden; }
.tp-journal-card__image img { width: 100%; aspect-ratio: 1.12 / 1; object-fit: cover; transition: transform .5s ease; }
.tp-journal-card:hover .tp-journal-card__image img { transform: scale(1.025); }
.tp-journal-card h2 { margin: 14px 0 12px; font: 400 31px/1.08 var(--tp-serif); }
.tp-journal-card p { color: #70726c; font-size: 12px; line-height: 1.75; }
.tp-text-link { display: inline-block; margin-top: 8px; padding-bottom: 5px; border-bottom: 1px solid var(--tp-accent); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.tp-journal__empty { text-align: center; padding: 60px 0; }
.tp-journal__empty h2 { font: 400 42px var(--tp-serif); }

/* Complete WooCommerce experience */
.tp-shop-hero { padding: 88px 7vw 72px; text-align: center; background: #f0f6fa; }
.tp-shop-hero h1 { margin: 18px 0 15px; font: 400 clamp(54px,7vw,88px)/1 var(--tp-serif); }
.tp-shop-hero p { max-width: 560px; margin: 0 auto; color: #70726c; font-size: 13px; line-height: 1.8; }
.tp-commerce { max-width: 1320px; min-height: 550px; margin: 0 auto; padding: 70px 40px 120px; }
.tp-commerce .woocommerce-result-count, .tp-commerce .woocommerce-ordering { margin-bottom: 45px; color: #7a7c75; font-size: 11px; }
.tp-commerce .woocommerce-ordering select { border: 0; border-bottom: 1px solid #babcb5; border-radius: 0; padding: 7px 26px 7px 4px; background: transparent; }
.tp-commerce ul.products { display: grid; grid-template-columns: repeat(3,1fr); gap: 55px 28px; clear: both; }
.tp-commerce ul.products::before, .tp-commerce ul.products::after { display: none; }
.tp-commerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }
.tp-commerce ul.products li.product img { width: 100%; aspect-ratio: 1 / 1.16; object-fit: cover; background: #f1f6f9; margin: 0 0 20px !important; }
.tp-commerce ul.products li.product .woocommerce-loop-product__title { padding: 0 !important; font: 400 23px/1.15 var(--tp-serif) !important; }
.tp-commerce ul.products li.product .price { color: #65675f !important; font-size: 13px !important; }
.tp-commerce ul.products li.product .button { background: transparent; color: #55574f; border: 1px solid #999b94; border-radius: 0; padding: 12px 18px; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.tp-commerce .onsale { min-width: auto !important; min-height: auto !important; padding: 9px 12px !important; border-radius: 0 !important; background: #8ebbd7 !important; line-height: 1 !important; font-size: 9px !important; text-transform: uppercase; }

.tp-commerce--product { padding-top: 90px; }
.tp-commerce div.product { display: flow-root; }
.tp-commerce div.product div.images { width: 54%; }
.tp-commerce div.product div.summary { width: 39%; padding-top: 30px; }
.tp-commerce div.product .product_title { margin-bottom: 20px; font: 400 clamp(42px,4vw,62px)/1.02 var(--tp-serif); }
.tp-commerce div.product p.price { color: #64665f; font: 400 22px var(--tp-serif); }
.tp-commerce div.product .woocommerce-product-details__short-description { margin: 28px 0; color: #70726c; font: 400 15px/1.8 var(--tp-serif); }
.tp-commerce div.product form.cart { padding: 24px 0; border-top: 1px solid var(--tp-border); border-bottom: 1px solid var(--tp-border); }
.tp-commerce div.product form.cart .qty { min-height: 48px; border: 1px solid #aeb0a9; }
.tp-commerce div.product .single_add_to_cart_button { min-height: 48px; padding: 0 32px !important; background: #494b43 !important; border-radius: 0 !important; font-size: 10px !important; letter-spacing: .12em; text-transform: uppercase; }
.tp-commerce .product_meta { font-size: 10px; line-height: 1.8; letter-spacing: .08em; text-transform: uppercase; color: #898b84; }
.tp-commerce div.product .woocommerce-tabs { clear: both; padding-top: 75px; }
.tp-commerce div.product .woocommerce-tabs ul.tabs { padding: 0 !important; border-bottom: 1px solid var(--tp-border); }
.tp-commerce div.product .woocommerce-tabs ul.tabs::before { display: none !important; }
.tp-commerce div.product .woocommerce-tabs ul.tabs li { border: 0 !important; border-radius: 0 !important; background: transparent !important; margin: 0 35px 0 0 !important; padding: 0 0 14px !important; }
.tp-commerce div.product .woocommerce-tabs ul.tabs li::before, .tp-commerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.tp-commerce div.product .woocommerce-tabs .panel { max-width: 800px; color: #65675f; font: 400 15px/1.8 var(--tp-serif); }
.tp-commerce .related.products { padding-top: 75px; }
.tp-commerce .related.products > h2 { margin-bottom: 40px; font: 400 44px var(--tp-serif); }

.tp-commerce table.shop_table { border: 0; border-radius: 0; border-collapse: collapse; }
.tp-commerce table.shop_table th { padding: 18px 12px; border-bottom: 1px solid #cfd1ca; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.tp-commerce table.shop_table td { padding: 22px 12px; border-bottom: 1px solid var(--tp-border); font: 400 15px var(--tp-serif); }
.tp-commerce table.shop_table img { width: 90px; }
.tp-commerce .coupon .input-text, .tp-commerce form .input-text, .tp-commerce form select {
  min-height: 44px; border: 1px solid #c8cac3; border-radius: 0; padding: 10px 12px;
}
.tp-commerce .button, .tp-commerce button.button { border-radius: 0 !important; font-size: 10px !important; letter-spacing: .09em; text-transform: uppercase; }
.tp-commerce .cart_totals { padding: 35px; background: #f2f7fa; }
.tp-commerce .cart_totals h2, .tp-commerce .woocommerce-checkout h3, .tp-commerce .woocommerce-MyAccount-content h2 { font: 400 34px var(--tp-serif); }
.tp-commerce .checkout-button, .tp-commerce #place_order { background: #494b43 !important; }
.tp-commerce form.checkout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; }
.tp-commerce form.checkout #customer_details, .tp-commerce form.checkout #order_review_heading, .tp-commerce form.checkout #order_review { width: auto; float: none; }
.tp-commerce form.checkout #order_review_heading, .tp-commerce form.checkout #order_review { grid-column: 2; }
.tp-commerce form.checkout #customer_details { grid-row: 1 / span 2; }
.tp-commerce .woocommerce-MyAccount-navigation { width: 24%; padding: 28px; background: #f2f7fa; }
.tp-commerce .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.tp-commerce .woocommerce-MyAccount-navigation li { padding: 12px 0; border-bottom: 1px solid #dfe5e8; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.tp-commerce .woocommerce-MyAccount-content { width: 70%; }

@media (max-width: 980px) {
  .tp-header { padding: 0 24px; }
  .tp-nav { display: none; }
  .tp-menu-toggle { display: block; justify-self: start; }
  .tp-brand { grid-column: 2; }
  .tp-header__right { grid-column: 3; justify-self: end; }
  .tp-header.is-open { height: auto; min-height: 78px; padding-bottom: 22px; }
  .tp-header.is-open .tp-nav--left { display: flex; position: absolute; top: 78px; left: 0; right: 0; padding: 22px; background: white; border-bottom: 1px solid var(--tp-border); }
  .tp-header.is-open .tp-nav--left ul { flex-direction: column; align-items: flex-start; gap: 18px; }
  .tp-hero { min-height: 720px; }
  .tp-hero__left { width: 100%; height: 430px; bottom: auto; }
  .tp-hero__right { display: none; }
  .tp-hero__copy { left: 8%; top: 95px; width: 48%; }
  .tp-hero__product { left: 43%; top: 42px; width: 55%; height: 420px; }
  .tp-hero__watermark { left: 42%; top: 90px; width: 52%; }
  .tp-hero__note { top: 505px; left: 8%; right: auto; }
  .tp-arrow { display: none; }
  .tp-story { margin-top: 0; padding: 0 8vw 70px; grid-template-columns: 220px 1fr; }
  .tp-products ul.products { grid-template-columns: repeat(2,1fr); }
  .tp-about-intro, .tp-guidance-intro, .tp-contact { gap: 45px; padding: 80px 35px; }
  .tp-commerce ul.products { grid-template-columns: repeat(2,1fr); }
  .tp-commerce form.checkout { display: block; }
}

@media (max-width: 680px) {
  .tp-header { grid-template-columns: 44px 1fr auto; }
  .tp-brand { min-width: 0; }
  .tp-brand__name { font-size: 17px; letter-spacing: .25em; padding-left: .25em; }
  .tp-brand__sub { font-size: 7px; }
  .tp-cart-link { font-size: 9px; }
  .tp-hero { min-height: 690px; }
  .tp-hero__copy { left: 8%; top: 55px; width: 84%; }
  .tp-hero h1 { font-size: 43px; max-width: 330px; }
  .tp-button { padding: 0 22px; }
  .tp-hero__product { left: 27%; top: 270px; width: 72%; height: 330px; }
  .tp-hero__watermark { display: none; }
  .tp-hero__note { top: 603px; left: 8%; width: 80%; }
  .tp-story { display: block; padding: 60px 7vw; }
  .tp-story p { max-width: 310px; }
  .tp-story__image-wrap { margin-top: 35px; }
  .tp-collection-grid, .tp-footer__grid { grid-template-columns: 1fr; }
  .tp-products ul.products { grid-template-columns: 1fr; }
  .tp-footer__bottom { display: block; line-height: 2; }
  .tp-inner-hero { min-height: 360px; padding: 75px 8vw 60px; }
  .tp-inner-hero h1 { font-size: 52px; }
  .tp-about-intro, .tp-guidance-intro, .tp-contact { display: flex; flex-direction: column; align-items: stretch; padding: 70px 7vw; }
  .tp-about-intro__image { order: 2; }
  .tp-values__grid, .tp-guidance-grid, .tp-journal__grid { grid-template-columns: 1fr; }
  .tp-values article, .tp-guidance-grid article { min-height: 250px; }
  .tp-contact__form { padding: 30px 22px; }
  .tp-journal { padding: 70px 7vw; }
  .tp-commerce { padding: 55px 6vw 90px; }
  .tp-commerce ul.products { grid-template-columns: 1fr; }
  .tp-commerce div.product div.images, .tp-commerce div.product div.summary { width: 100%; float: none; }
  .tp-commerce .woocommerce-MyAccount-navigation, .tp-commerce .woocommerce-MyAccount-content { width: 100%; float: none; }
  .tp-commerce .woocommerce-MyAccount-content { margin-top: 35px; }
}

/* ==========================================================
   TidePaw 3.0 — cream, heirloom red and powder-blue system
   ========================================================== */
:root {
  --tp3-cream: #f8f2e7;
  --tp3-paper: #fffaf1;
  --tp3-red: #b9210c;
  --tp3-red-dark: #841c12;
  --tp3-ink: #4b211b;
  --tp3-blue: #c9ddf5;
  --tp3-gold: #e6bd62;
  --tp3-line: rgba(185, 33, 12, .52);
}
html { scroll-behavior: smooth; }
body { background: var(--tp3-cream); color: var(--tp3-ink); }
body, button, input, select, textarea { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
h1, h2, h3, blockquote, .tp-brand__name, .tp-footer__brand, .woocommerce div.product .product_title { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
a { color: inherit; }
#primary { overflow: hidden; }

/* Header */
.tp-header {
  min-height: 80px; padding: 0 42px; border-bottom: 1px solid var(--tp3-red);
  background: rgba(255,250,241,.96); grid-template-columns: 1fr auto 1fr;
  position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(14px);
}
.admin-bar .tp-header { top: 32px; }
.tp-brand { grid-column: 1; grid-row: 1; justify-self: start; text-align: left; color: var(--tp3-red); }
.tp-brand__name { font-size: clamp(32px,3vw,48px); text-transform: none; letter-spacing: -.035em; }
.tp-brand__sub { display: none; }
.tp-nav--left { grid-column: 2; grid-row: 1; }
.tp-nav--right { display: none; }
.tp-nav__list { gap: 28px; }
.tp-nav__list a { color: var(--tp3-ink); font-size: 14px; text-transform: none; letter-spacing: 0; }
.tp-nav__list li:not(:last-child)::after { content: "•"; margin-left: 28px; color: var(--tp3-red); }
.tp-header__right { grid-column: 3; grid-row: 1; justify-self: end; gap: 18px; }
.tp-icon-link { position: relative; display: grid; place-items: center; width: 25px; height: 28px; color: var(--tp3-red); }
.tp-icon-link[type="button"] { padding: 0; border: 0; background: transparent; cursor: pointer; }
.tp-icon-link svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.tp-cart-link { font-size: 0; }
.tp-cart-link span { position: absolute; right: -7px; top: -6px; display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--tp3-red); color: #fff; font: 10px/1 sans-serif; }
.tp-search-panel { position: absolute; z-index: 20; top: 100%; left: 0; right: 0; display: none; gap: 12px; padding: 18px 5vw; background: var(--tp3-paper); border-bottom: 1px solid var(--tp3-red); box-shadow: 0 18px 35px rgba(75,33,27,.08); }
.tp-search-panel.is-open { display: flex; }
.tp-search-panel label { flex: 1; }
.tp-search-panel input { width: 100%; height: 48px; padding: 0 18px; border: 1px solid var(--tp3-line); background: #fff; color: var(--tp3-ink); }
.tp-search-panel button { min-width: 110px; border: 1px solid var(--tp3-red); background: var(--tp3-red); color: #fff; }

/* Homepage hero */
.tp3-hero { min-height: 520px; position: relative; border-bottom: 1px solid var(--tp3-red); background: var(--tp3-paper); overflow: hidden; }
.tp3-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tp3-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, #fbf5e9 0%, rgba(251,245,233,.96) 25%, rgba(251,245,233,.45) 49%, rgba(251,245,233,0) 68%); }
.tp3-hero__copy { position: relative; z-index: 2; width: min(560px, 42vw); margin-left: 10%; padding-top: 70px; }
.tp3-hero h1 { color: var(--tp3-red); font-size: clamp(58px,5.7vw,92px); line-height: .98; letter-spacing: -.045em; margin: 0 0 28px; }
.tp3-hero p { max-width: 390px; font-size: 18px; line-height: 1.45; margin: 0 0 28px; }
.tp3-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 38px;
  border: 1px solid var(--tp3-red); border-radius: 14px; background: var(--tp3-red); color: #fff;
  font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; transition: .2s ease;
}
.tp3-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--tp3-red-dark); color: #fff; transform: translateY(-1px); }
.tp3-button--outline { background: transparent; color: var(--tp3-red); }
.tp3-heart { position: absolute; right: 13%; bottom: 15px; color: var(--tp3-red); font-size: 78px; line-height: 1; transform: rotate(-12deg); font-family: Georgia, serif; }
.tp3-hero::after { content: ""; position: absolute; z-index: 3; left: -3%; right: -3%; bottom: -1px; height: 50px; background: var(--tp3-cream); border-top: 1px solid var(--tp3-red); border-radius: 50% 55% 0 0 / 60% 60% 0 0; transform: rotate(-.5deg); }

/* Editorial headings and categories */
.tp3-collections { padding: 18px 10% 30px; }
.tp3-section-heading { text-align: center; margin: 0 auto 14px; color: var(--tp3-red); }
.tp3-section-heading small { display: block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }
.tp3-section-heading h2 { display: inline-block; font-size: clamp(36px,3.4vw,55px); line-height: 1.08; margin: 0; padding: 0 60px 8px; border-bottom: 1px solid var(--tp3-line); }
.tp3-section-heading > span { display: block; margin: -11px auto 0; width: 36px; background: var(--tp3-cream); color: var(--tp3-gold); }
.tp3-collection-grid { display: grid; grid-template-columns: repeat(6,1fr); align-items: stretch; max-width: 1280px; margin: 14px auto 0; }
.tp3-category { min-width: 0; border-right: 1px solid var(--tp3-line); color: var(--tp3-red); }
.tp3-category:last-child { border-right: 0; }
.tp3-category--image { padding: 0 28px; }
.tp3-category--image img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
.tp3-category--name { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 24px; text-align: center; }
.tp3-category--name span { font-family: Georgia, serif; font-size: clamp(20px,1.7vw,29px); }
.tp3-category--name b { margin-top: 14px; color: var(--tp3-gold); font-weight: 400; }

/* Blue brand story */
.tp3-story { max-width: 1280px; min-height: 180px; margin: 0 auto 78px; border-radius: 16px; overflow: hidden; background: var(--tp3-blue); display: grid; grid-template-columns: .75fr 1.25fr 1.2fr 2fr; align-items: center; color: var(--tp3-red); }
.tp3-story__ornament { font-family: Georgia, serif; font-size: 120px; opacity: .7; text-align: center; transform: rotate(-18deg); }
.tp3-story__title { padding: 34px 25px; }
.tp3-story__title h2 { margin: 0; font-size: clamp(36px,3.5vw,58px); line-height: 1.02; }
.tp3-story__copy { padding: 30px; color: var(--tp3-ink); }
.tp3-story__copy p { font-size: 15px; line-height: 1.55; }
.tp3-story__copy a, .tp3-text-link { color: var(--tp3-red); font-family: Georgia, serif; font-size: 18px; }
.tp3-story > img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }

.tp3-products, .tp3-process { padding: 90px max(5vw,24px); }
.tp3-products { background: var(--tp3-paper); }
.tp3-center { text-align: center; margin-top: 36px; }
.tp3-process__grid { max-width: 1100px; margin: 48px auto 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--tp3-line); border-bottom: 1px solid var(--tp3-line); }
.tp3-process article { padding: 45px; border-right: 1px solid var(--tp3-line); text-align: center; }
.tp3-process article:last-child { border-right: 0; }
.tp3-process article b { color: var(--tp3-gold); font-family: Georgia,serif; font-size: 22px; font-weight: 400; }
.tp3-process article h3 { color: var(--tp3-red); font-size: 27px; margin: 18px 0 12px; }
.tp3-process article p { line-height: 1.7; font-size: 14px; }

/* All inner pages */
.tp-inner-hero, .tp-shop-hero { background: var(--tp3-blue); color: var(--tp3-red); min-height: 330px; padding: 80px max(8vw,30px); border-bottom: 1px solid var(--tp3-red); text-align: center; }
.tp-inner-hero .tp-kicker, .tp-shop-hero .tp-kicker { color: var(--tp3-red); letter-spacing: .18em; }
.tp-inner-hero h1, .tp-shop-hero h1 { color: var(--tp3-red); font-size: clamp(54px,6vw,92px); line-height: .98; margin: 14px auto 18px; }
.tp-inner-hero p { max-width: 680px; margin: auto; font-size: 18px; line-height: 1.65; }
.tp-page, .tp-commerce-page { max-width: 1120px; margin: 70px auto; padding: 70px max(6vw,35px); background: var(--tp3-paper); border: 1px solid var(--tp3-line); border-radius: 16px; }
.tp-page__title { color: var(--tp3-red); font-size: clamp(48px,5vw,76px); }
.tp-page__content { font-size: 17px; line-height: 1.85; }
.tp-page__content h2 { color: var(--tp3-red); font-size: 38px; margin-top: 50px; }
.tp-about-intro, .tp-guidance-intro, .tp-contact { background: var(--tp3-paper); }
.tp-about-intro__copy h2, .tp-guidance-intro h2, .tp-contact h2, .tp-faq h2 { color: var(--tp3-red); }
.tp-values, .tp-section--blue { background: var(--tp3-blue); }
.tp-values article, .tp-guidance-grid article { border-color: var(--tp3-line); }
.tp-promise blockquote { color: var(--tp3-red); }
.tp-faq details { border-color: var(--tp3-line); }
.tp-faq summary { color: var(--tp3-red); }
.tp-contact__form input, .tp-contact__form textarea { background: #fffdf8; border: 1px solid var(--tp3-line); border-radius: 8px; }
.tp-journal-card h2 a, .tp-text-link { color: var(--tp3-red); }

/* WooCommerce */
.tp-shop-wrap { background: var(--tp3-cream); }
.woocommerce ul.products { gap: 34px 24px; }
.woocommerce ul.products li.product { background: transparent; text-align: left; }
.woocommerce ul.products li.product a img { aspect-ratio: 1; object-fit: cover; border-radius: 4px; margin-bottom: 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--tp3-red); font: 25px/1.2 Georgia,serif; padding: 0; }
.woocommerce ul.products li.product .price { color: var(--tp3-ink); font-size: 15px; }
.woocommerce ul.products li.product .button { min-height: 42px; padding: 0 22px; border-radius: 8px; font-size: 15px; }
.woocommerce div.product { color: var(--tp3-ink); }
.woocommerce div.product .product_title { color: var(--tp3-red); font-size: clamp(42px,5vw,70px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--tp3-red); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--tp3-red); }
.woocommerce table.shop_table { border-color: var(--tp3-line); border-radius: 12px; background: var(--tp3-paper); }
.woocommerce-info, .woocommerce-message { border-top-color: var(--tp3-red); background: var(--tp3-paper); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--tp3-red); }

/* Footer */
.tp-footer { background: var(--tp3-red-dark); color: #fff9ef; border-top: 0; }
.tp-footer__brand { color: #fff9ef; font-size: 48px; text-transform: none; letter-spacing: -.03em; }
.tp-footer h3 { color: #f1c66a; }
.tp-footer a { color: #fff9ef; }
.tp-footer__bottom { border-top-color: rgba(255,255,255,.25); }

@media (max-width: 980px) {
  .tp-header { min-height: 70px; padding: 0 22px; display: grid; grid-template-columns: auto 1fr auto; }
  .tp-brand { grid-column: 2; justify-self: center; }
  .tp-brand__name { font-size: 34px; }
  .tp-menu-toggle { display: block; grid-column: 1; color: var(--tp3-red); }
  .tp-nav--left { display: none; position: fixed; top: 70px; left: 0; right: 0; background: var(--tp3-paper); padding: 28px; border-bottom: 1px solid var(--tp3-red); }
  .tp-header.is-open .tp-nav--left { display: block; }
  .tp-nav--left .tp-nav__list { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
  .tp-nav__list li::after { display: none; }
  .tp-header__right { grid-column: 3; gap: 12px; }
  .tp-header__right .tp-icon-link:first-of-type { display: none; }
  .tp3-hero { min-height: 650px; }
  .tp3-hero__image { object-position: 66% center; }
  .tp3-hero__veil { background: linear-gradient(180deg,#fbf5e9 0%,rgba(251,245,233,.9) 42%,rgba(251,245,233,.08) 72%); }
  .tp3-hero__copy { width: auto; margin: 0; padding: 55px 28px 0; text-align: center; }
  .tp3-hero h1 { font-size: clamp(52px,14vw,76px); }
  .tp3-hero p { margin-left: auto; margin-right: auto; }
  .tp3-heart { display: none; }
  .tp3-collections { padding-left: 22px; padding-right: 22px; }
  .tp3-collection-grid { grid-template-columns: repeat(2,1fr); }
  .tp3-category { border-bottom: 1px solid var(--tp3-line); }
  .tp3-category:nth-child(even) { border-right: 0; }
  .tp3-category--image { padding: 18px; }
  .tp3-story { margin: 20px 22px 60px; grid-template-columns: 1fr; }
  .tp3-story__ornament { display: none; }
  .tp3-story__title, .tp3-story__copy { text-align: center; }
  .tp3-story > img { max-height: 320px; }
  .tp3-process__grid { grid-template-columns: 1fr; }
  .tp3-process article { border-right: 0; border-bottom: 1px solid var(--tp3-line); }
  .tp3-process article:last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
  .admin-bar .tp-header { top: 46px; }
  .tp-header { padding: 0 14px; }
  .tp-header__right .tp-icon-link:nth-of-type(2) { display: none; }
  .tp3-hero { min-height: 590px; }
  .tp3-hero__image { object-position: 66% bottom; }
  .tp3-hero h1 { font-size: 54px; }
  .tp3-hero p { font-size: 16px; }
  .tp3-button { padding: 0 26px; }
  .tp3-section-heading h2 { padding-left: 20px; padding-right: 20px; font-size: 38px; }
  .tp3-collection-grid { grid-template-columns: 1fr 1fr; }
  .tp3-category--name { padding: 16px 10px; }
  .tp3-category--name span { font-size: 20px; }
  .tp3-products, .tp3-process { padding: 65px 18px; }
  .tp-inner-hero, .tp-shop-hero { min-height: 270px; padding: 62px 22px; }
  .tp-inner-hero h1, .tp-shop-hero h1 { font-size: 52px; }
  .tp-page, .tp-commerce-page { margin: 28px 14px; padding: 38px 22px; }
}

.tp-button {
  border-color: var(--tp3-red); background: var(--tp3-red); color: #fff;
  border-radius: 12px; font-family: Georgia, "Times New Roman", serif; text-transform: none; letter-spacing: 0; font-size: 17px;
}
.tp-button:hover { background: var(--tp3-red-dark); color: #fff; }
.tp-rule { background: var(--tp3-gold); }
.tp-index, .tp-kicker { color: var(--tp3-red); }
.tp-editable-copy p { font-size: 16px; line-height: 1.8; }
.tp-editable-copy h2, .tp-editable-copy h3 { color: var(--tp3-red); }
