@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap');

:root{
  --bg:#fbf4ea;
  --paper:#fffaf4;
  --ink:#8b3e2f; /* RAL 8004 copper brown: replaces black text */
  --muted:#75665d;
  --line:#eadbcd;
  --clay:#ad5f43;
  --clay-dark:#8b3e2f;
  --sage:#68745c;
  --gold:#c89755;
  --dark:#8b3e2f; /* RAL 8004: replaces black fields/buttons */
  --shadow:0 22px 70px rgba(69,41,25,.12);
  --display:"Cormorant Garamond","Noto Serif",Georgia,serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5}
a{color:inherit} img{max-width:100%;display:block}.wrap{max-width:1220px;margin:auto;padding:0 22px}.topbar{position:sticky;top:0;background:rgba(251,244,234,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:10}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{font-family:var(--display);font-weight:500;font-size:31px;letter-spacing:-.018em;text-decoration:none}.links{display:flex;gap:18px;align-items:center;color:var(--muted);font-size:15.5px;font-weight:650}.links a{text-decoration:none}.cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border-radius:999px;background:var(--dark);color:#fff;text-decoration:none;font-weight:800;border:1px solid var(--dark)}.cta.light{background:transparent;color:var(--ink);border-color:var(--line)}.hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center;padding:62px 0 58px}.kicker{text-transform:uppercase;letter-spacing:.18em;color:var(--clay);font-weight:900;font-size:12px}.hero h1{font-family:var(--display);font-weight:500;font-size:clamp(40px,5.1vw,68px);line-height:1.05;letter-spacing:-.018em;margin:16px 0 22px;max-width:660px;text-wrap:balance}.lead{font-size:20px;color:var(--muted);max-width:610px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-art{display:grid;grid-template-columns:1fr .78fr;gap:14px;align-items:end}.photo{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:12px}.photo img{width:100%;height:100%;object-fit:cover}.hero-main{height:520px;border-radius:34px;overflow:hidden}.hero-side{height:320px;border-radius:28px;overflow:hidden;margin-bottom:54px}.section{padding:72px 0;border-top:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:28px}.section h2{font-family:var(--display);font-weight:500;font-size:clamp(36px,4.4vw,60px);line-height:1.05;letter-spacing:-.02em;margin:0}.section-head p{color:var(--muted);max-width:470px;margin:0}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cat{display:block;background:var(--paper);border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 12px 36px rgba(69,41,25,.07);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.cat:hover,.cat.is-open{transform:translateY(-2px);border-color:var(--clay);box-shadow:0 18px 46px rgba(69,41,25,.12)}.cat-toggle{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.cat-toggle img{width:100%;height:240px;object-fit:cover}.cat-toggle span{display:block;padding:20px}.cat-toggle strong{display:block;font-family:var(--display);font-weight:600;font-size:33px;line-height:1.1;margin:0 0 8px}.cat-toggle em{display:block;margin:0;color:var(--muted);font-style:normal}.cat-toggle small{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:var(--clay-dark);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.cat-toggle small:after{content:'↓';transition:transform .18s ease}.cat.is-open .cat-toggle small:after{transform:rotate(180deg)}.subcat-links{display:none;flex-wrap:wrap;gap:8px;padding:0 20px 20px}.cat.is-open .subcat-links{display:flex}.subcat-links a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--clay-dark);font-size:13px;font-weight:800;text-decoration:none}.subcat-links a:hover,.subcat-links a:focus-visible{border-color:var(--clay);background:#fff7ee}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.piece{background:#fff;border:1px solid var(--line);padding:10px;border-radius:22px}.piece img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:16px}.piece b{display:block;font-family:var(--display);font-weight:600;font-size:23px;line-height:1.1;margin:12px 5px 4px}.piece span{display:block;color:var(--muted);font-size:13px;margin:0 5px 4px}.story{display:grid;grid-template-columns:.72fr 1.28fr;gap:32px;align-items:start;background:var(--paper);border:1px solid var(--line);border-radius:38px;padding:24px;box-shadow:var(--shadow)}.story img{border-radius:26px;width:100%;height:560px;object-fit:cover}.story-copy{padding:10px 12px}.story-copy h2{font-size:clamp(30px,3.4vw,46px);margin-bottom:12px}.story-copy p{color:var(--muted);font-size:15.5px;line-height:1.54;margin:0 0 10px}.bio-text{max-height:none}.bio-more{margin-top:10px}.bio-more summary{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--clay-dark);font-weight:800;cursor:pointer;list-style:none}.bio-more summary::-webkit-details-marker{display:none}.bio-more summary::after{content:"↓";margin-left:8px;font-size:13px}.bio-more[open] summary{margin-bottom:10px}.bio-more[open] summary::after{content:"↑"}.bio-more p{padding-left:2px}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.video-card{background:var(--dark);color:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.video-placeholder{height:250px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(173,95,67,.82),rgba(36,27,23,.9)),var(--image);background-size:cover;background-position:center}.play{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:var(--clay-dark);font-size:26px;padding-left:4px}.video-card div:last-child{padding:20px}.video-card h3{font-family:var(--display);font-weight:600;font-size:30px;line-height:1.1;margin:0 0 8px}.video-card p{color:#d8c9bd;margin:0}.order{background:var(--dark);color:#fff;border-radius:42px;padding:44px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.order h2{color:#fff}.steps{display:grid;gap:12px}.step{border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:16px 18px;color:#dccdc1}.contact-layout{display:grid;gap:18px}.contact-panel,.contact-form{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:0 12px 36px rgba(69,41,25,.07)}.contact-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.contact{display:flex;flex-direction:column;gap:2px;min-width:190px;max-width:100%;background:#fff;border:1px solid var(--line);border-radius:999px;padding:11px 16px;text-decoration:none}.contact b{display:block;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:800;font-size:14px;line-height:1.2;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact span{color:var(--muted);font-size:13px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-note,.form-note{color:var(--muted);font-size:14px;margin:14px 0 0}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:13px;max-width:880px}.contact-form .kicker,.contact-form label:nth-of-type(3),.contact-form .cta,.contact-form .form-note{grid-column:1/-1}.contact-form label{display:grid;gap:6px;color:var(--muted);font-size:14px;font-weight:700}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);font:inherit;padding:13px 14px;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--clay);box-shadow:0 0 0 3px rgba(173,95,67,.12)}.contact-form textarea{resize:vertical}.contact-form .cta{width:max-content;cursor:pointer}footer{padding:36px 0;color:var(--muted);font-size:14px}.notice{background:#fff4df;border:1px solid #efd6a8;color:#755329;border-radius:20px;padding:14px 16px;margin-top:22px}.mobile-menu{display:none}

.bio-text h3{font-family:var(--display);font-weight:600;font-size:28px;line-height:1.1;margin:18px 0 8px}.bio-text a{color:var(--clay-dark);font-weight:800}.subcat-links{align-items:stretch}.subcat-links .subcat-card{display:flex;flex-direction:column;gap:10px;align-items:stretch;min-height:auto;padding:12px;border-radius:18px;flex:1 1 190px}.subcat-card span:first-child{line-height:1.18}.subcat-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.subcat-thumbs img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;border:1px solid var(--line)}.process{grid-template-columns:repeat(2,1fr)}.piece:target{outline:3px solid var(--clay);outline-offset:4px}

.links a.active{color:var(--clay-dark);font-weight:900}.cat-main{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;font:inherit;text-decoration:none;cursor:pointer}.cat-main img{width:100%;height:240px;object-fit:cover}.cat-main span{display:block;padding:20px}.cat-main strong{display:block;font-family:var(--display);font-weight:600;font-size:33px;line-height:1.1;margin:0 0 8px}.cat-main em{display:block;margin:0;color:var(--muted);font-style:normal}.cat-main small{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:var(--clay-dark);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.cat-main small:after{content:'→'}.subcat-links.is-preview{display:flex}.page-main{padding-top:36px}.page-hero{display:grid;grid-template-columns:1fr .72fr;gap:42px;align-items:center;padding:40px 0 54px}.page-hero h1{font-family:var(--display);font-weight:500;font-size:clamp(42px,5vw,70px);line-height:1.04;letter-spacing:-.018em;margin:14px 0 18px}.page-hero-photo{height:390px;border-radius:34px;overflow:hidden}.page-hero-photo img{width:100%;height:100%;object-fit:cover}.category-section{scroll-margin-top:96px}
@media(max-width:980px){.hero,.story,.order,.page-hero{grid-template-columns:1fr}.cat-grid,.process{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:repeat(2,1fr)}.hero-side{margin-bottom:0}.links{display:none}.mobile-menu{display:block;color:var(--muted)}}
@media(max-width:640px){.wrap{padding:0 16px}.hero{padding:36px 0}.hero-art{grid-template-columns:1fr}.hero-main,.hero-side,.story img{height:320px}.cat-grid,.process,.contact-form{grid-template-columns:1fr}.contact-form .kicker,.contact-form label:nth-of-type(3),.contact-form .cta,.contact-form .form-note{grid-column:auto}.contact{width:100%;min-width:0}.order,.contact-panel,.contact-form{padding:24px}.section{padding:54px 0}.section-head{display:block}.brand{font-size:25px}.contact-form .cta{width:100%}}


/* Clean category dropdown in the main navigation */
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-drop-trigger{display:inline-flex;align-items:center;gap:4px;padding:10px 0;white-space:nowrap}.nav-drop-trigger span{display:inline-block;line-height:1}
.dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);min-width:260px;padding:12px;background:var(--paper);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:30;color:var(--ink)}
.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.dropdown-menu a{display:block;text-decoration:none;border-radius:12px;padding:8px 10px;line-height:1.25;color:var(--ink)}
.dropdown-menu a:hover,.dropdown-menu a:focus{background:#f4e7d8;color:var(--clay-dark)}
.dropdown-menu .drop-main{font-weight:900;margin-top:4px}
.dropdown-menu .drop-main:first-child{margin-top:0}
.dropdown-menu .drop-sub{font-size:13px;color:var(--muted);padding-left:24px;position:relative}
.dropdown-menu .drop-sub:before{content:'–';position:absolute;left:12px;color:var(--gold)}
@media(max-width:980px){.nav-dropdown{display:block}.dropdown-menu{display:none}}


/* Ensure order/contact buttons remain readable and consistent on the dark orders panel */
.order .cta{background:transparent;color:#fff;border-color:rgba(255,255,255,.72)}
.order .cta:hover,.order .cta:focus{background:rgba(255,255,255,.1);border-color:#fff}
.order .cta.light{color:#fff;border-color:rgba(255,255,255,.72)}
.order .cta.light:hover,.order .cta.light:focus{background:rgba(255,255,255,.1);border-color:#fff}

/* Lily feedback pass: longer brand text and RAL 8004 dark elements */
.brand{max-width:none;white-space:nowrap;line-height:1;color:var(--ink);font-size:clamp(24px,2.55vw,31px)}
@media(max-width:1100px){.brand{font-size:24px}.links{gap:12px;font-size:14px}}
@media(max-width:640px){.brand{font-size:20px;max-width:none;white-space:nowrap}}

/* Header logo supplied by Lily */
.nav-logo{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 6px 18px rgba(69,41,25,.10);flex:0 0 auto}
.nav-logo img{width:100%;height:100%;object-fit:cover;object-position:center}
@media(max-width:1100px){.nav-logo{width:42px;height:42px}}
@media(max-width:980px){.nav-logo{display:none}}

/* Logo placement + Lily spiral hero pass */
.brand-group{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);min-width:0;flex:0 0 auto}
.brand-logo{display:inline-flex;align-items:center;justify-content:center;width:50px;height:42px;border-radius:15px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 6px 18px rgba(69,41,25,.10);flex:0 0 auto}
.brand-logo img{width:100%;height:100%;object-fit:cover;object-position:center}
.nav-logo{display:none}
.hero{position:relative;grid-template-columns:.68fr 1.32fr;gap:28px;min-height:500px;padding:72px 0 68px;overflow:hidden}
.hero > div:first-child{position:relative;z-index:2;align-self:center;padding-left:92px;max-width:560px}
.hero-spiral{position:absolute;inset:22px 0 18px 0;z-index:1;pointer-events:none;display:flex;align-items:center;justify-content:center}
.hero-spiral svg{width:100%;height:100%;overflow:visible}
.spiral-line{fill:none;stroke:var(--dark);stroke-width:7;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;opacity:.95}
.spiral-line-soft{stroke-width:5;opacity:.55}
.spiral-line-thin{stroke-width:3;opacity:.45}
@media(max-width:1100px){.brand-logo{width:44px;height:38px;border-radius:13px}.hero > div:first-child{padding-left:58px}.hero{grid-template-columns:1fr;min-height:460px}.hero-spiral{inset:20px -120px 10px 0;opacity:.9}}
@media(max-width:980px){.brand-group{max-width:calc(100% - 88px)}.brand{font-size:22px}.hero > div:first-child{padding-left:24px}.hero-spiral{inset:40px -260px 0 -40px;opacity:.55}}
@media(max-width:640px){.brand-logo{width:38px;height:34px;border-radius:11px}.brand{font-size:18px;white-space:normal}.hero{min-height:420px}.hero > div:first-child{padding-left:0}.hero-spiral{inset:72px -380px 0 -90px;opacity:.45}.spiral-line{stroke-width:5}}

/* Refinement: rounded-rectangle logo and clean hero text area */
.brand-logo{width:58px;height:44px;border-radius:16px;padding:4px;background:#fff}
.brand-logo img{object-fit:contain;border-radius:10px}
.hero > div:first-child{background:rgba(251,244,234,.88);border-radius:34px;padding:34px 34px 30px 48px;box-shadow:0 18px 60px rgba(251,244,234,.92)}
.hero-spiral{inset:22px -10px 8px 0;z-index:0;opacity:.82}
.spiral-line{stroke-width:6}
@media(max-width:1100px){.brand-logo{width:52px;height:40px}.hero > div:first-child{padding:30px 30px 28px 36px}.hero-spiral{inset:52px -160px 0 -10px;opacity:.55}}
@media(max-width:640px){.brand-logo{width:44px;height:36px}.hero > div:first-child{padding:24px 20px}.hero-spiral{inset:98px -430px 0 -130px;opacity:.35}}

/* Refinement: keep spiral fully out of the hero text column */
.hero > div:first-child{background:var(--bg);box-shadow:0 18px 70px rgba(251,244,234,1)}
.hero-spiral{left:32%;right:-18px;top:18px;bottom:8px;inset:auto -18px 8px 32%;opacity:.9;overflow:visible}
.hero-spiral svg{transform:translateX(-4%)}
@media(max-width:1100px){.hero-spiral{inset:auto -220px 0 28%;opacity:.58}}
@media(max-width:640px){.hero-spiral{inset:auto -460px 0 38%;opacity:.32}}

/* OpenAI proposal 1 closer match: light editorial banner with cropped spiral plate */
body{
  background:
    linear-gradient(180deg,#fbf3e7 0%,#f8ead7 58%,#f2dec4 100%);
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.12;
  mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.62' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  z-index:-1;
}
.topbar{
  background:rgba(251,243,231,.84);
  border-bottom:0;
  box-shadow:none;
}
.nav{height:66px}
.brand-logo{
  width:64px;
  height:52px;
  border-radius:0;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.brand-logo img{object-fit:contain;border-radius:0}
.brand{
  font-size:clamp(17px,1.45vw,22px);
  font-weight:500;
  color:#8b3e2f;
}
.links{font-size:13px;gap:24px;color:#6f5a4b;font-weight:650}
.hero.hero-openai-one{
  position:relative;
  display:grid;
  grid-template-columns:38% 62%;
  min-height:430px;
  padding:42px 0 52px;
  gap:0;
  overflow:hidden;
  align-items:center;
}
.hero-openai-one .hero-copy-panel{
  position:relative;
  z-index:4;
  max-width:445px;
  padding:0 0 0 70px;
  background:transparent;
  box-shadow:none;
  align-self:start;
  margin-top:28px;
}
.hero-openai-one .kicker{display:none}
.hero-openai-one h1{
  max-width:430px;
  font-size:clamp(32px,3.55vw,50px);
  line-height:.96;
  letter-spacing:-.018em;
  margin:0 0 18px;
  color:#8b3e2f;
  font-weight:500;
}
.hero-openai-one h1 em{
  color:#8b3e2f;
  font-style:normal;
  font-weight:500;
}
.hero-openai-one .lead{
  max-width:340px;
  font-size:13px;
  line-height:1.55;
  color:#725d50;
  margin:0 0 14px;
}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:0}
.hero-actions .cta{
  min-height:32px;
  padding:0 14px;
  font-size:12px;
  color:#8b3e2f;
  background:transparent;
  border-color:rgba(139,62,47,.42);
  box-shadow:none;
}
.hero-actions .cta:first-child{background:transparent;color:#8b3e2f;border-color:rgba(139,62,47,.42)}
.hero-actions .cta.light{display:none}
.hero-openai-one .notice{display:none}
.hero-plate-stage{
  position:absolute;
  inset:0 -28px 0 32%;
  min-height:0;
  isolation:isolate;
  overflow:hidden;
  z-index:1;
}
.hero-plate-stage:before{
  content:"";
  position:absolute;
  left:7%;
  right:-2%;
  top:72px;
  height:205px;
  border-radius:55% 45% 56% 44% / 62% 40% 60% 38%;
  background:
    linear-gradient(100deg,rgba(230,171,114,0) 0%,rgba(216,126,84,.34) 22%,rgba(187,78,53,.56) 58%,rgba(227,161,93,.30) 100%);
  filter:blur(.2px);
  transform:rotate(-8deg);
  z-index:1;
}
.hero-plate-stage:after{
  content:"";
  position:absolute;
  left:0;
  right:-6%;
  top:154px;
  height:124px;
  border-radius:50%;
  background:linear-gradient(100deg,rgba(210,139,78,.06),rgba(199,84,55,.42),rgba(120,58,38,.28));
  transform:rotate(-5deg);
  opacity:.72;
  z-index:2;
}
.hero-brush{position:absolute;border-radius:999px;z-index:3;filter:blur(.1px)}
.hero-brush-one{
  left:8%;
  right:-8%;
  top:202px;
  bottom:auto;
  height:70px;
  background:linear-gradient(92deg,rgba(220,149,76,.20),rgba(187,73,48,.68) 50%,rgba(90,44,31,.76));
  transform:rotate(-6deg);
  opacity:.9;
}
.hero-brush-two{
  left:2%;
  right:5%;
  top:265px;
  bottom:auto;
  height:30px;
  background:linear-gradient(90deg,rgba(240,194,126,.10),rgba(204,113,62,.55),rgba(137,65,43,.32));
  transform:rotate(-3deg);
  opacity:.78;
}
.hero-art-card{display:none}
.hero-spiral-plate{
  position:absolute;
  right:-148px;
  top:82px;
  left:auto;
  width:470px;
  height:470px;
  border-radius:50%;
  background:
    radial-gradient(circle at 44% 42%,#f4ead9 0 10%,#7d3a2d 11% 13%,transparent 14%),
    radial-gradient(circle at 50% 50%,transparent 0 29%,rgba(126,58,45,.92) 30% 32%,transparent 33% 45%,rgba(126,58,45,.86) 46% 48%,transparent 49% 60%,rgba(113,63,51,.72) 61% 63%,transparent 64%),
    radial-gradient(circle at 42% 38%,#efe7d8 0 48%,#bcb5aa 49% 58%,#f0e8d9 59% 70%,#d7c8b3 71% 100%);
  box-shadow:inset 0 0 0 10px rgba(72,56,45,.08),0 26px 70px rgba(74,45,29,.20);
  z-index:4;
  opacity:.96;
}
.hero-spiral-plate:before,
.hero-spiral-plate:after,
.hero-spiral-plate span{
  content:"";
  position:absolute;
  border-radius:50%;
  border:8px solid rgba(119,52,40,.92);
  background:transparent;
}
.hero-spiral-plate:before{inset:74px;border-left-color:transparent;transform:rotate(-20deg)}
.hero-spiral-plate:after{inset:132px;border-bottom-color:transparent;transform:rotate(18deg)}
.hero-spiral-plate span:nth-child(1){inset:190px;border-width:7px;border-right-color:transparent;transform:rotate(-18deg)}
.hero-spiral-plate span:nth-child(2){inset:236px;border-width:6px;border-top-color:transparent;transform:rotate(28deg)}
.hero-spiral-plate span:nth-child(3),.hero-spiral-plate span:nth-child(4){display:none}
.hero-orbit-text{display:none}
@media(max-width:1100px){
  .hero.hero-openai-one{grid-template-columns:1fr;min-height:520px;padding:34px 0 42px}
  .hero-openai-one .hero-copy-panel{padding-left:28px;max-width:420px;margin-top:18px}
  .hero-plate-stage{inset:80px -70px 0 16%}
  .hero-spiral-plate{right:-128px;top:88px;width:410px;height:410px}
}
@media(max-width:640px){
  .hero.hero-openai-one{min-height:540px;padding:28px 0 36px}
  .hero-openai-one .hero-copy-panel{padding-left:0;margin-top:0;max-width:330px}
  .hero-openai-one h1{font-size:38px}.hero-openai-one .lead{font-size:13px;max-width:290px}
  .hero-plate-stage{inset:180px -100px 0 -12%}
  .hero-spiral-plate{right:-110px;top:70px;width:330px;height:330px}
  .hero-plate-stage:before{top:92px;height:150px}.hero-plate-stage:after{top:170px;height:84px}.hero-brush-one{top:185px}.hero-brush-two{top:240px}
}

/* Exact OpenAI visual-reference hero for client preview */
.home-openai-reference .topbar{
  display:none;
}
.home-openai-reference main.wrap{
  max-width:none;
  padding:0;
}
.home-openai-reference .hero-openai-one{
  display:block;
  position:relative;
  width:100%;
  min-height:0;
  aspect-ratio:1280/960;
  max-height:960px;
  padding:0;
  margin:0;
  overflow:hidden;
  background:url('assets/openai-proposal-exact-reference.jpg') center top / cover no-repeat;
  border-bottom:1px solid rgba(139,62,47,.14);
}
.home-openai-reference .hero-copy-panel,
.home-openai-reference .hero-plate-stage{
  display:none;
}
.home-openai-reference .section,
.home-openai-reference footer.wrap{
  max-width:1220px;
  margin-left:auto;
  margin-right:auto;
  padding-left:22px;
  padding-right:22px;
}
.home-openai-reference #about{
  margin-top:0;
}
@media(max-width:900px){
  .home-openai-reference .hero-openai-one{
    aspect-ratio:1280/960;
    background-size:cover;
    background-position:center top;
  }
}

/* Real HTML implementation of OpenAI reference layout (not a flat screenshot) */
body{
  background:#f6ead9;
  color:#7f3a2e;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.09;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode:multiply;
  z-index:-1;
}
.topbar{
  position:relative;
  background:#f6ead9;
  border:0;
  backdrop-filter:none;
  z-index:20;
}
.nav{
  height:86px;
  max-width:1160px;
}
.brand-group{gap:15px}
.brand-logo{
  width:86px;
  height:74px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.brand-logo img{object-fit:contain;border-radius:0}
.brand{
  font-family:var(--display);
  font-size:19px;
  color:#7f3a2e;
  font-weight:500;
  white-space:nowrap;
}
.links{
  gap:25px;
  font-size:12px;
  color:#4f3429;
  font-weight:700;
}
.mobile-menu{display:none}
.hero.hero-openai-one{
  max-width:1160px;
  margin:-4px auto 0;
  display:grid;
  grid-template-columns:36% 64%;
  min-height:488px;
  padding:42px 0 20px;
  gap:0;
  overflow:visible;
  align-items:start;
  border:0;
}
.hero-openai-one .hero-copy-panel{
  background:transparent;
  box-shadow:none;
  padding:0 0 0 18px;
  max-width:360px;
  position:relative;
  z-index:5;
  margin-top:28px;
}
.hero-openai-one .kicker{display:none}
.hero-openai-one h1{
  font-size:clamp(42px,4.7vw,62px);
  line-height:.95;
  letter-spacing:-.02em;
  color:#8b3e2f;
  margin:0 0 30px;
  max-width:350px;
  font-weight:500;
}
.hero-openai-one h1 em{font-style:normal;color:inherit;font-weight:500}
.hero-openai-one .lead{
  font-size:13.5px;
  line-height:1.55;
  color:#755c4d;
  max-width:245px;
  margin:0 0 24px;
}
.hero-actions{margin:0;display:block}
.hero-actions .cta{
  min-height:40px;
  padding:0 20px;
  border-radius:999px;
  background:transparent;
  color:#8b3e2f;
  border:1.5px solid rgba(139,62,47,.55);
  box-shadow:none;
  font-size:12px;
  font-weight:800;
}
.hero-actions .cta.light{display:none}
.hero-openai-one .notice{display:none}
.hero-plate-stage{
  position:relative;
  min-height:455px;
  overflow:visible;
  isolation:isolate;
}
.hero-plate-stage:before,
.hero-plate-stage:after,
.hero-brush,
.hero-spiral-plate,
.hero-orbit-text{display:none!important}
.hero-reference-art{
  display:block;
  position:absolute;
  right:-5px;
  top:-40px;
  width:104%;
  height:520px;
  object-fit:cover;
  object-position:center top;
  mix-blend-mode:multiply;
  filter:saturate(1.02) contrast(1.01);
  z-index:1;
}
.story{
  max-width:1120px;
  margin:8px auto 0;
  background:rgba(255,250,244,.82);
  border:1px solid rgba(234,219,205,.78);
  border-radius:22px;
  box-shadow:0 18px 50px rgba(105,64,38,.10);
  padding:24px;
  display:grid;
  grid-template-columns:360px 1fr;
  gap:42px;
  align-items:center;
}
.story img{
  width:100%;
  height:380px;
  border-radius:18px;
  object-fit:cover;
  object-position:center;
}
.story-copy .kicker{color:#8b3e2f;font-size:12px;letter-spacing:.2em;margin-bottom:12px}
.story-copy h2{
  color:#8b3e2f;
  font-size:clamp(32px,3.2vw,46px);
  max-width:650px;
}
.bio-text{font-size:13.5px;color:#5f5148;line-height:1.72}
.section{border-top:0;padding:58px 0}
.section-head h2{color:#8b3e2f;font-size:clamp(38px,4.4vw,58px)}
.section-head p{font-size:13.5px;color:#6d5b50;max-width:520px}
.cat-grid{gap:24px}
.cat{
  background:rgba(255,250,244,.76);
  border:1px solid rgba(234,219,205,.72);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(105,64,38,.08);
}
.cat-main img{height:250px}
.cat-main span{padding:20px 22px 24px}
.cat-main strong{font-size:31px;color:#8b3e2f}
.cat-main em{font-size:14px;line-height:1.55;color:#6d5b50}
#gallery,#process{display:block}
footer.wrap{
  max-width:1160px;
  padding-top:38px;
  padding-bottom:34px;
  color:#7d6658;
  font-size:12px;
}
@media(max-width:980px){
  .links{display:none}.mobile-menu{display:block}
  .nav{height:74px}.brand-logo{width:66px;height:58px}.brand{font-size:18px;white-space:normal}
  .hero.hero-openai-one{grid-template-columns:1fr;min-height:auto;padding:22px 0 0}
  .hero-openai-one .hero-copy-panel{max-width:430px;padding:0 22px;margin-top:4px}
  .hero-openai-one h1{max-width:420px;font-size:48px}.hero-openai-one .lead{max-width:330px}
  .hero-plate-stage{min-height:360px;margin-top:-50px}.hero-reference-art{right:-90px;top:0;width:115%;height:430px}
  .story{grid-template-columns:1fr;margin-top:18px}.story img{height:340px}.cat-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .wrap{padding-left:18px;padding-right:18px}
  .hero-openai-one h1{font-size:40px}.hero-plate-stage{min-height:300px;margin-top:-26px}.hero-reference-art{right:-95px;width:132%;height:330px}
  .story{padding:16px;border-radius:18px}.story img{height:300px}.cat-grid{grid-template-columns:1fr}.cat-main img{height:230px}
}

/* Hero aspect/zoom fix: prevent horizontal overflow and show the artwork at a calmer scale */
html,body{max-width:100%;overflow-x:hidden}
.hero.hero-openai-one{
  width:100%;
  max-width:1160px;
  overflow:hidden;
  grid-template-columns:39% 61%;
  min-height:470px;
}
.hero-plate-stage{
  overflow:hidden;
  min-height:430px;
}
.hero-reference-art{
  right:0;
  top:-18px;
  width:100%;
  height:465px;
  object-fit:contain;
  object-position:center top;
}
@media(max-width:980px){
  .hero.hero-openai-one{overflow:hidden;grid-template-columns:1fr;min-height:auto}
  .hero-plate-stage{overflow:hidden;min-height:330px;margin-top:-36px}
  .hero-reference-art{right:0;top:0;width:100%;height:360px;object-fit:contain;object-position:center top}
}
@media(max-width:640px){
  .hero-plate-stage{min-height:270px;margin-top:-18px}
  .hero-reference-art{right:0;width:100%;height:285px;object-fit:contain}
}

/* Final hero crop correction: artwork only, no embedded page/card text */
.hero-openai-one .hero-copy-panel{
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.hero-reference-art{
  top:6px;
  height:405px;
  object-fit:contain;
  object-position:center top;
}
.hero-plate-stage{
  min-height:410px;
}
@media(max-width:980px){
  .hero-reference-art{top:0;height:330px}
  .hero-plate-stage{min-height:310px}
}
@media(max-width:640px){
  .hero-reference-art{height:255px}
  .hero-plate-stage{min-height:245px}
}


/* Client-selected reference hero: use the full approved composition, keep real lower page sections below */
.home-openai-reference .topbar{
  display:none!important;
}
.home-openai-reference main.wrap{
  max-width:none!important;
  padding:0!important;
}
.home-openai-reference .hero.hero-openai-one{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  aspect-ratio:1280/960!important;
  max-height:960px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:url('assets/openai-proposal-exact-reference.jpg') center top / cover no-repeat!important;
  border-bottom:1px solid rgba(139,62,47,.14);
}
.home-openai-reference .hero-openai-one .hero-copy-panel,
.home-openai-reference .hero-openai-one .hero-plate-stage{
  display:none!important;
}
.home-openai-reference .section,
.home-openai-reference footer.wrap{
  max-width:1160px;
  margin-left:auto;
  margin-right:auto;
  padding-left:22px;
  padding-right:22px;
}
.home-openai-reference #about{
  margin-top:0;
}
@media(max-width:640px){
  .home-openai-reference .hero.hero-openai-one{
    aspect-ratio:1280/960!important;
    background-position:center top!important;
  }
}


/* Clickable overlay for the approved image-based hero preview */
.home-openai-reference .hero-hotspots{
  position:absolute;
  inset:0;
  z-index:10;
  pointer-events:none;
}
.home-openai-reference .hero-hotspot{
  position:absolute;
  display:block;
  pointer-events:auto;
  color:transparent;
  text-decoration:none;
  overflow:hidden;
  white-space:nowrap;
  text-indent:-9999px;
  border-radius:999px;
}
.home-openai-reference .hero-hotspot:focus-visible{
  outline:2px solid rgba(139,62,47,.75);
  outline-offset:3px;
  background:rgba(255,255,255,.16);
}
.home-openai-reference .hero-hotspot-home{left:60.8%;top:4.6%;width:5.4%;height:3.1%;}
.home-openai-reference .hero-hotspot-categories{left:67.8%;top:4.6%;width:7.4%;height:3.1%;}
.home-openai-reference .hero-hotspot-orders{left:76.2%;top:4.6%;width:6.4%;height:3.1%;}
.home-openai-reference .hero-hotspot-story{left:83.4%;top:4.6%;width:10.8%;height:3.1%;}
.home-openai-reference .hero-hotspot-contact{left:94.0%;top:4.6%;width:5.5%;height:3.1%;}
.home-openai-reference .hero-hotspot-gallery{left:7.1%;top:42.3%;width:13.8%;height:5.4%;}
@media(max-width:700px){
  .home-openai-reference .hero-hotspot-home,
  .home-openai-reference .hero-hotspot-categories,
  .home-openai-reference .hero-hotspot-orders,
  .home-openai-reference .hero-hotspot-story,
  .home-openai-reference .hero-hotspot-contact{display:none;}
}


/* Final real-HTML reference hero: not a screenshot; text/menu/buttons are live elements */
body:not(.home-openai-reference){
  background:#f6ead9;
  color:#7f3a2e;
}
body:not(.home-openai-reference):before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.075;
  mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.62' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
  z-index:-1;
}
body:not(.home-openai-reference) .topbar{
  position:relative;
  background:#f6ead9;
  border:0;
  box-shadow:none;
  backdrop-filter:none;
  z-index:20;
}
body:not(.home-openai-reference) .nav{
  height:88px;
  max-width:1160px;
  padding-left:0;
  padding-right:0;
}
body:not(.home-openai-reference) .brand-group{gap:15px;flex:0 1 auto;min-width:0}
body:not(.home-openai-reference) .brand-logo{
  width:86px;
  height:74px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body:not(.home-openai-reference) .brand-logo img{object-fit:contain;border-radius:0}
body:not(.home-openai-reference) .brand{
  font-family:var(--display);
  font-size:19px;
  color:#7f3a2e;
  font-weight:500;
  white-space:nowrap;
}
body:not(.home-openai-reference) .links{
  gap:25px;
  font-size:12px;
  color:#4f3429;
  font-weight:700;
}
body:not(.home-openai-reference) main.wrap{
  max-width:1160px;
  padding-left:0;
  padding-right:0;
}
body:not(.home-openai-reference) .hero.hero-openai-one{
  position:relative;
  display:grid;
  grid-template-columns:36.5% 63.5%;
  align-items:start;
  gap:0;
  width:100%;
  max-width:1160px;
  min-height:575px;
  margin:-6px auto 0;
  padding:46px 0 72px;
  overflow:hidden;
  border:0;
}
body:not(.home-openai-reference) .hero.hero-openai-one:before{
  content:"";
  position:absolute;
  left:30%;
  right:-10%;
  top:128px;
  height:270px;
  border-radius:55% 45% 54% 46% / 65% 38% 62% 35%;
  background:linear-gradient(102deg,rgba(246,234,217,0) 0%,rgba(220,146,95,.15) 17%,rgba(190,76,52,.45) 54%,rgba(223,151,88,.18) 100%);
  transform:rotate(-8deg);
  filter:blur(.2px);
  z-index:0;
}
body:not(.home-openai-reference) .hero.hero-openai-one:after{
  content:"";
  position:absolute;
  left:-7%;
  right:-8%;
  bottom:-78px;
  height:205px;
  border-radius:50% 50% 0 0 / 70% 70% 0 0;
  background:linear-gradient(180deg,rgba(224,146,91,.22),rgba(246,234,217,.98) 63%);
  transform:rotate(-2deg);
  z-index:1;
  pointer-events:none;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  position:relative;
  z-index:5;
  max-width:360px;
  margin-top:62px;
  padding:0 0 0 18px;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}
body:not(.home-openai-reference) .hero-openai-one .kicker,
body:not(.home-openai-reference) .hero-openai-one .notice{display:none}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:360px;
  margin:0 0 30px;
  font-family:var(--display);
  font-size:clamp(42px,4.75vw,62px);
  line-height:.95;
  letter-spacing:-.02em;
  color:#8b3e2f;
  font-weight:500;
}
body:not(.home-openai-reference) .hero-openai-one h1 em{
  color:inherit;
  font-style:normal;
  font-weight:500;
}
body:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:250px;
  margin:0 0 24px;
  color:#755c4d;
  font-size:13.5px;
  line-height:1.58;
}
body:not(.home-openai-reference) .hero-actions{display:block;margin:0}
body:not(.home-openai-reference) .hero-actions .cta{
  min-height:40px;
  padding:0 20px;
  border-radius:999px;
  background:transparent;
  color:#8b3e2f;
  border:1.5px solid rgba(139,62,47,.55);
  box-shadow:none;
  font-size:12px;
  font-weight:800;
}
body:not(.home-openai-reference) .hero-actions .cta.light{display:none}
body:not(.home-openai-reference) .hero-plate-stage{
  position:relative;
  z-index:2;
  min-height:510px;
  overflow:visible;
  isolation:isolate;
}
body:not(.home-openai-reference) .hero-plate-stage:before,
body:not(.home-openai-reference) .hero-plate-stage:after,
body:not(.home-openai-reference) .hero-brush,
body:not(.home-openai-reference) .hero-spiral-plate,
body:not(.home-openai-reference) .hero-orbit-text{display:none!important}
body:not(.home-openai-reference) .hero-reference-art{
  display:block;
  position:absolute;
  z-index:2;
  right:-88px;
  top:-18px;
  width:min(760px,112%);
  height:565px;
  max-width:none;
  object-fit:cover;
  object-position:center top;
  mix-blend-mode:multiply;
  filter:saturate(1.03) contrast(1.02);
}
body:not(.home-openai-reference) .section,
body:not(.home-openai-reference) footer.wrap{
  max-width:1160px;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .nav{height:76px;padding-left:18px;padding-right:18px}
  body:not(.home-openai-reference) .links{display:none}
  body:not(.home-openai-reference) .mobile-menu{display:block}
  body:not(.home-openai-reference) .brand-logo{width:66px;height:58px}
  body:not(.home-openai-reference) .brand{font-size:18px;white-space:normal}
  body:not(.home-openai-reference) main.wrap{padding-left:18px;padding-right:18px}
  body:not(.home-openai-reference) .hero.hero-openai-one{grid-template-columns:1fr;min-height:auto;padding:24px 0 48px;overflow:hidden}
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{max-width:430px;margin-top:4px;padding-left:0}
  body:not(.home-openai-reference) .hero-openai-one h1{max-width:420px;font-size:48px}
  body:not(.home-openai-reference) .hero-openai-one .lead{max-width:330px}
  body:not(.home-openai-reference) .hero-plate-stage{min-height:360px;margin-top:-42px}
  body:not(.home-openai-reference) .hero-reference-art{right:-110px;top:0;width:720px;height:430px}
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero-openai-one h1{font-size:40px}
  body:not(.home-openai-reference) .hero-plate-stage{min-height:295px;margin-top:-18px}
  body:not(.home-openai-reference) .hero-reference-art{right:-120px;width:560px;height:330px}
}


/* Blend the real image asset into the real HTML hero so it does not read as a rectangular picture */
body:not(.home-openai-reference) .hero-reference-art{
  right:-108px;
  top:-20px;
  width:min(760px,112%);
  height:565px;
  object-fit:cover;
  object-position:center top;
  mix-blend-mode:multiply;
  opacity:.96;
  filter:saturate(1.03) contrast(1.02);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 8%,rgba(0,0,0,.88) 22%,#000 34%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 8%,rgba(0,0,0,.88) 22%,#000 34%,#000 100%);
}
body:not(.home-openai-reference) .hero-plate-stage:after{
  content:""!important;
  display:block!important;
  position:absolute;
  z-index:3;
  left:-7%;
  right:-8%;
  bottom:42px;
  height:112px;
  border-radius:50%;
  background:linear-gradient(100deg,rgba(246,234,217,0),rgba(210,116,72,.22),rgba(246,234,217,.48));
  transform:rotate(-4deg);
  pointer-events:none;
  mix-blend-mode:multiply;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero-reference-art{
    right:-130px;
    width:720px;
    height:430px;
  }
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero-reference-art{
    right:-130px;
    width:560px;
    height:330px;
  }
}


/* Final nudge toward Lily's approved reference: fuller right composition, less empty middle */
body:not(.home-openai-reference) .hero.hero-openai-one{
  grid-template-columns:34.5% 65.5%;
  min-height:560px;
  padding-top:42px;
  padding-bottom:64px;
}
body:not(.home-openai-reference) .hero.hero-openai-one:before{
  left:24%;
  right:-7%;
  top:118px;
  height:260px;
  opacity:.95;
}
body:not(.home-openai-reference) .hero.hero-openai-one:after{
  bottom:-72px;
  height:190px;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  margin-top:58px;
  padding-left:14px;
  max-width:350px;
}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:345px;
}
body:not(.home-openai-reference) .hero-plate-stage{
  min-height:500px;
}
body:not(.home-openai-reference) .hero-reference-art{
  right:-38px;
  top:-34px;
  width:min(815px,118%);
  height:570px;
  object-position:center top;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.12) 6%,rgba(0,0,0,.7) 18%,#000 30%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.12) 6%,rgba(0,0,0,.7) 18%,#000 30%,#000 100%);
}
body:not(.home-openai-reference) .hero-plate-stage:after{
  left:-12%;
  right:-10%;
  bottom:38px;
  height:118px;
  opacity:.82;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero.hero-openai-one{grid-template-columns:1fr;min-height:auto;padding-bottom:46px}
  body:not(.home-openai-reference) .hero-reference-art{right:-84px;top:-10px;width:760px;height:440px}
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero-reference-art{right:-105px;width:585px;height:340px}
}


/* Polish: soften decorative sweep and remove the visible bottom seam before About */
body:not(.home-openai-reference) .hero.hero-openai-one:before{
  left:27%;
  right:-4%;
  top:126px;
  height:230px;
  opacity:.62;
  background:linear-gradient(102deg,rgba(246,234,217,0) 0%,rgba(226,159,112,.10) 20%,rgba(190,76,52,.30) 56%,rgba(223,151,88,.12) 100%);
  filter:blur(1.8px);
}
body:not(.home-openai-reference) .hero.hero-openai-one:after{
  bottom:-118px;
  height:205px;
  opacity:.48;
  background:linear-gradient(180deg,rgba(224,146,91,.11),rgba(246,234,217,.72) 58%,rgba(246,234,217,0) 100%);
  filter:blur(3px);
}
body:not(.home-openai-reference) .hero-plate-stage:after{
  opacity:.34;
  bottom:32px;
  height:92px;
  background:linear-gradient(100deg,rgba(246,234,217,0),rgba(210,116,72,.12),rgba(246,234,217,.22));
  filter:blur(2px);
}
body:not(.home-openai-reference) #about{
  padding-top:42px;
}


/* Second polish from screenshot feedback: restore margins, reduce over-zoomed plate, tighten hero height */
body:not(.home-openai-reference) .nav{
  max-width:1180px;
  padding-left:22px;
  padding-right:22px;
}
body:not(.home-openai-reference) main.wrap{
  max-width:1180px;
  padding-left:22px;
  padding-right:22px;
}
body:not(.home-openai-reference) .brand-logo{
  width:72px;
  height:62px;
}
body:not(.home-openai-reference) .brand{
  font-size:18px;
}
body:not(.home-openai-reference) .links{
  gap:22px;
  font-size:12px;
}
body:not(.home-openai-reference) .hero.hero-openai-one{
  grid-template-columns:35.5% 64.5%;
  min-height:505px;
  padding-top:36px;
  padding-bottom:38px;
  margin-top:0;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  margin-top:52px;
  padding-left:0;
  max-width:365px;
}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:360px;
  font-size:clamp(42px,4.25vw,58px);
  line-height:.98;
  margin-bottom:26px;
}
body:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:265px;
}
body:not(.home-openai-reference) .hero-plate-stage{
  min-height:455px;
}
body:not(.home-openai-reference) .hero-reference-art{
  right:-78px;
  top:-4px;
  width:min(760px,108%);
  height:500px;
  object-fit:contain;
  object-position:center top;
}
body:not(.home-openai-reference) .hero.hero-openai-one:before{
  left:25%;
  right:2%;
  top:120px;
  height:205px;
  opacity:.46;
}
body:not(.home-openai-reference) .hero.hero-openai-one:after{
  bottom:-142px;
  height:190px;
  opacity:.34;
}
body:not(.home-openai-reference) .hero-plate-stage:after{
  bottom:22px;
  height:78px;
  opacity:.22;
}
body:not(.home-openai-reference) #about{
  padding-top:30px;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .nav,
  body:not(.home-openai-reference) main.wrap{padding-left:18px;padding-right:18px}
  body:not(.home-openai-reference) .brand-logo{width:64px;height:56px}
  body:not(.home-openai-reference) .hero.hero-openai-one{padding-top:24px;padding-bottom:34px}
  body:not(.home-openai-reference) .hero-reference-art{right:-105px;top:0;width:690px;height:395px}
  body:not(.home-openai-reference) .hero-plate-stage{min-height:330px}
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero-reference-art{right:-118px;width:540px;height:315px}
  body:not(.home-openai-reference) .hero-plate-stage{min-height:275px}
}


/* Artistic direction pass: ceramic focus, painterly organic wave, warmer gallery atmosphere */
body:not(.home-openai-reference){
  background:
    radial-gradient(circle at 72% 10%,rgba(231,162,101,.18),transparent 32%),
    radial-gradient(circle at 18% 38%,rgba(255,247,232,.72),transparent 42%),
    linear-gradient(180deg,#f8eddd 0%,#f5e4cf 58%,#f1dcc2 100%);
}
body:not(.home-openai-reference):before{
  opacity:.13;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='210' viewBox='0 0 210 210'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='210' height='210' filter='url(%23n)' opacity='.36'/%3E%3C/svg%3E");
  mix-blend-mode:multiply;
}
body:not(.home-openai-reference) .topbar{
  background:rgba(248,237,221,.76);
}
body:not(.home-openai-reference) .nav,
body:not(.home-openai-reference) main.wrap{
  max-width:1160px;
  padding-left:34px;
  padding-right:34px;
}
body:not(.home-openai-reference) .nav{height:90px}
body:not(.home-openai-reference) .brand-logo{width:76px;height:64px}
body:not(.home-openai-reference) .brand{
  font-size:18px;
  letter-spacing:.005em;
}
body:not(.home-openai-reference) .links{
  gap:24px;
  font-size:12.5px;
  color:#53382d;
}
body:not(.home-openai-reference) .hero.hero-openai-one{
  grid-template-columns:38% 62%;
  min-height:570px;
  padding-top:44px;
  padding-bottom:56px;
  overflow:hidden;
}
body:not(.home-openai-reference) .hero.hero-openai-one:before{
  content:"";
  display:block;
  position:absolute;
  left:18%;
  right:-12%;
  top:58px;
  height:390px;
  opacity:.92;
  background:url('assets/hero-painterly-wave.png') center center / 100% 100% no-repeat;
  transform:rotate(-4deg);
  filter:none;
  z-index:0;
  mix-blend-mode:multiply;
}
body:not(.home-openai-reference) .hero.hero-openai-one:after{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-120px;
  height:250px;
  opacity:.74;
  background:
    linear-gradient(180deg,rgba(248,237,221,0),rgba(248,237,221,.58) 36%,rgba(248,237,221,.94) 72%,rgba(245,228,207,0));
  filter:blur(9px);
  z-index:1;
  pointer-events:none;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  z-index:5;
  margin-top:102px;
  padding-left:0;
  max-width:360px;
}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:355px;
  font-size:clamp(38px,3.85vw,54px);
  line-height:1.04;
  letter-spacing:-.012em;
  margin-bottom:28px;
  color:#843b2f;
  text-wrap:balance;
}
body:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:292px;
  font-size:14px;
  line-height:1.72;
  color:#71594b;
  margin-bottom:28px;
}
body:not(.home-openai-reference) .hero-actions .cta{
  min-height:42px;
  padding:0 22px;
  background:rgba(248,237,221,.28);
  border-color:rgba(132,59,47,.52);
  backdrop-filter:blur(2px);
}
body:not(.home-openai-reference) .hero-plate-stage{
  min-height:525px;
  z-index:3;
  overflow:visible;
}
body:not(.home-openai-reference) .hero-plate-stage:before{
  content:""!important;
  display:block!important;
  position:absolute;
  right:16px;
  top:66px;
  width:520px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(86,45,31,.24),rgba(86,45,31,.09) 45%,transparent 70%);
  filter:blur(24px);
  z-index:1;
  transform:rotate(-7deg);
}
body:not(.home-openai-reference) .hero-plate-stage:after{
  content:""!important;
  display:block!important;
  position:absolute;
  left:-28%;
  right:-8%;
  bottom:72px;
  height:145px;
  opacity:.44;
  background:url('assets/hero-painterly-wave.png') center center / 100% 100% no-repeat;
  transform:rotate(-2deg);
  mix-blend-mode:multiply;
  filter:blur(.5px);
  z-index:2;
}
body:not(.home-openai-reference) .hero-reference-art{
  position:absolute;
  z-index:4;
  right:-42px;
  top:8px;
  width:min(790px,116%);
  height:535px;
  object-fit:contain;
  object-position:center center;
  opacity:1;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 34px 48px rgba(77,45,30,.22)) saturate(1.03) contrast(1.03);
  -webkit-mask-image:none;
  mask-image:none;
}
body:not(.home-openai-reference) #about{
  padding-top:44px;
  position:relative;
}
body:not(.home-openai-reference) #about:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-42px;
  height:88px;
  background:linear-gradient(180deg,rgba(248,237,221,0),rgba(248,237,221,.72) 54%,rgba(248,237,221,0));
  pointer-events:none;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .nav,
  body:not(.home-openai-reference) main.wrap{padding-left:22px;padding-right:22px}
  body:not(.home-openai-reference) .hero.hero-openai-one{grid-template-columns:1fr;min-height:auto;padding-top:24px;padding-bottom:42px}
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{margin-top:12px;max-width:430px}
  body:not(.home-openai-reference) .hero-plate-stage{min-height:380px;margin-top:-18px}
  body:not(.home-openai-reference) .hero-reference-art{right:-72px;top:0;width:680px;height:405px}
}
@media(max-width:640px){
  body:not(.home-openai-reference) .nav,
  body:not(.home-openai-reference) main.wrap{padding-left:18px;padding-right:18px}
  body:not(.home-openai-reference) .hero-openai-one h1{font-size:38px}
  body:not(.home-openai-reference) .hero-plate-stage{min-height:320px}
  body:not(.home-openai-reference) .hero-reference-art{right:-100px;width:560px;height:335px}
}


/* Follow-up: make ceramic read as an object, not an edge crop; make headline more editorial/airy */
body:not(.home-openai-reference) .hero.hero-openai-one{
  grid-template-columns:42% 58%;
  min-height:585px;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  margin-top:96px;
  max-width:430px;
}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:430px;
  font-size:clamp(36px,3.55vw,50px);
  line-height:1.08;
  letter-spacing:-.006em;
  margin-bottom:30px;
}
body:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:330px;
  font-size:14.5px;
  line-height:1.78;
}
body:not(.home-openai-reference) .hero.hero-openai-one:before{
  left:22%;
  right:-4%;
  top:70px;
  height:405px;
  opacity:.82;
}
body:not(.home-openai-reference) .hero-plate-stage{
  min-height:530px;
}
body:not(.home-openai-reference) .hero-reference-art{
  right:18px;
  top:18px;
  width:min(680px,108%);
  height:510px;
  object-fit:contain;
  object-position:center center;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.4) 7%,#000 18%,#000 92%,rgba(0,0,0,.72) 97%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.4) 7%,#000 18%,#000 92%,rgba(0,0,0,.72) 97%,transparent 100%);
}
body:not(.home-openai-reference) .hero-plate-stage:before{
  right:88px;
  top:92px;
  width:420px;
  height:310px;
  opacity:.85;
}
body:not(.home-openai-reference) .hero-plate-stage:after{
  left:-40%;
  bottom:80px;
  height:135px;
  opacity:.38;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero.hero-openai-one{grid-template-columns:1fr;min-height:auto}
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{max-width:440px;margin-top:18px}
  body:not(.home-openai-reference) .hero-reference-art{right:-8px;width:620px;height:380px}
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero-openai-one h1{font-size:36px}
  body:not(.home-openai-reference) .hero-reference-art{right:-72px;width:520px;height:315px}
}


/* Tiny cleanup: mute accidental green blur in top-right of hero art */
body:not(.home-openai-reference) .hero-plate-stage .hero-reference-art{
  clip-path:inset(0 0 0 0 round 0);
}
body:not(.home-openai-reference) .hero-plate-stage .hero-reference-art{
  filter:drop-shadow(0 34px 48px rgba(77,45,30,.22)) saturate(1.02) contrast(1.035) sepia(.02);
}
body:not(.home-openai-reference) .hero-plate-stage:before{
  pointer-events:none;
}
body:not(.home-openai-reference) .hero-plate-stage .hero-reference-art + *{display:none}


/* Lily selected direction: the spiral plate continues into one flowing painterly wave */
body:not(.home-openai-reference){
  background:
    radial-gradient(circle at 82% 10%,rgba(37,153,163,.10),transparent 24%),
    radial-gradient(circle at 17% 34%,rgba(255,249,237,.78),transparent 38%),
    linear-gradient(180deg,#f9eddc 0%,#f5e4ce 54%,#efd7ba 100%);
}
body:not(.home-openai-reference) .topbar{
  background:rgba(249,237,220,.82);
  border-bottom-color:rgba(107,62,41,.12);
}
body:not(.home-openai-reference) .nav,
body:not(.home-openai-reference) main.wrap{
  max-width:1180px;
  padding-left:34px;
  padding-right:34px;
}
body:not(.home-openai-reference) .hero.hero-openai-one{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,42%) minmax(0,58%);
  align-items:center;
  min-height:590px;
  padding:46px 0 68px;
  margin-top:0;
  overflow:hidden;
  isolation:isolate;
}
body:not(.home-openai-reference) .hero.hero-openai-one:before{
  content:"";
  position:absolute;
  inset:22px -8% 40px -4%;
  display:block;
  height:auto;
  opacity:.72;
  background:
    radial-gradient(ellipse at 76% 43%,rgba(72,39,94,.16),transparent 18%),
    radial-gradient(ellipse at 60% 48%,rgba(32,139,154,.15),transparent 26%),
    linear-gradient(102deg,rgba(248,238,222,0) 6%,rgba(225,122,62,.10) 35%,rgba(32,143,159,.10) 57%,rgba(248,238,222,0) 82%);
  filter:blur(10px);
  transform:none;
  z-index:0;
  pointer-events:none;
}
body:not(.home-openai-reference) .hero.hero-openai-one:after{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-118px;
  height:245px;
  opacity:.78;
  background:linear-gradient(180deg,rgba(249,237,220,0),rgba(249,237,220,.72) 44%,rgba(245,228,206,.98) 74%,rgba(245,228,206,0));
  filter:blur(8px);
  z-index:2;
  pointer-events:none;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  position:relative;
  z-index:5;
  max-width:440px;
  margin-top:8px;
  padding:34px 34px 34px 0;
  background:linear-gradient(90deg,rgba(249,237,220,.94) 0%,rgba(249,237,220,.78) 70%,rgba(249,237,220,0));
  box-shadow:18px 0 54px rgba(249,237,220,.76);
}
body:not(.home-openai-reference) .hero-openai-one .kicker,
body:not(.home-openai-reference) .hero-openai-one .notice{
  display:none;
}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:430px;
  margin:0 0 28px;
  color:#7f392f;
  font-size:clamp(37px,3.55vw,52px);
  line-height:1.08;
  letter-spacing:0;
  font-weight:500;
  text-wrap:balance;
}
body:not(.home-openai-reference) .hero-openai-one h1 em{
  color:#2b7f87;
  font-style:normal;
  font-weight:500;
}
body:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:335px;
  margin:0 0 26px;
  color:#694f42;
  font-size:14.5px;
  line-height:1.78;
}
body:not(.home-openai-reference) .hero-actions{
  gap:12px;
}
body:not(.home-openai-reference) .hero-actions .cta{
  min-height:43px;
  padding:0 22px;
  color:#79382f;
  background:rgba(255,249,237,.36);
  border-color:rgba(121,56,47,.52);
  box-shadow:0 10px 28px rgba(108,64,42,.08);
  backdrop-filter:blur(3px);
}
body:not(.home-openai-reference) .hero-actions .cta.light{
  display:none;
}
body:not(.home-openai-reference) .hero-plate-stage{
  position:relative;
  z-index:3;
  min-height:500px;
  overflow:visible;
  isolation:isolate;
}
body:not(.home-openai-reference) .hero-plate-stage:before{
  content:""!important;
  display:block!important;
  position:absolute;
  right:24px;
  top:116px;
  width:390px;
  height:250px;
  border-radius:50%;
  opacity:.72;
  background:radial-gradient(ellipse at center,rgba(54,28,74,.24),rgba(76,42,34,.12) 46%,transparent 72%);
  filter:blur(26px);
  transform:rotate(-8deg);
  z-index:1;
}
body:not(.home-openai-reference) .hero-plate-stage:after{
  content:""!important;
  display:block!important;
  position:absolute;
  left:-48%;
  right:-8%;
  bottom:108px;
  height:72px;
  opacity:.42;
  background:
    linear-gradient(98deg,rgba(248,238,222,0),rgba(214,77,49,.26) 28%,rgba(33,137,155,.24) 55%,rgba(238,164,50,.14) 78%,rgba(248,238,222,0));
  filter:blur(16px);
  mix-blend-mode:multiply;
  z-index:2;
}
body:not(.home-openai-reference) .hero-reference-art{
  position:absolute;
  z-index:4;
  left:-60%;
  right:auto;
  top:112px;
  width:min(1050px,158%);
  max-width:none;
  height:auto;
  object-fit:contain;
  object-position:center center;
  opacity:1;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 30px 34px rgba(58,38,45,.17)) saturate(1.05) contrast(1.02);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.62) 8%,#000 18%,#000 95%,rgba(0,0,0,.86) 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.62) 8%,#000 18%,#000 95%,rgba(0,0,0,.86) 100%);
  clip-path:none;
  pointer-events:none;
}
body:not(.home-openai-reference) #about{
  position:relative;
  padding-top:48px;
}
body:not(.home-openai-reference) #about:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-58px;
  height:116px;
  background:linear-gradient(180deg,rgba(245,228,206,0),rgba(245,228,206,.78) 45%,rgba(245,228,206,0));
  pointer-events:none;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .nav,
  body:not(.home-openai-reference) main.wrap{
    padding-left:22px;
    padding-right:22px;
  }
  body:not(.home-openai-reference) .hero.hero-openai-one{
    grid-template-columns:1fr;
    min-height:auto;
    align-items:start;
    padding-top:28px;
    padding-bottom:30px;
  }
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
    max-width:470px;
    padding:18px 30px 22px 0;
    margin-top:0;
  }
  body:not(.home-openai-reference) .hero-openai-one h1{
    max-width:450px;
    font-size:46px;
  }
  body:not(.home-openai-reference) .hero-openai-one .lead{
    max-width:350px;
  }
  body:not(.home-openai-reference) .hero-plate-stage{
    min-height:285px;
    margin-top:-34px;
  }
  body:not(.home-openai-reference) .hero-reference-art{
    left:50%;
    top:0;
    width:760px;
    transform:translateX(-47%);
  }
  body:not(.home-openai-reference) .hero-plate-stage:before{
    right:12%;
    top:118px;
    width:330px;
    height:200px;
  }
}
@media(max-width:640px){
  body:not(.home-openai-reference) .nav,
  body:not(.home-openai-reference) main.wrap{
    padding-left:18px;
    padding-right:18px;
  }
  body:not(.home-openai-reference) .hero.hero-openai-one{
    padding-top:20px;
    padding-bottom:34px;
  }
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
    padding-right:0;
    background:linear-gradient(180deg,rgba(249,237,220,.96),rgba(249,237,220,.84) 78%,rgba(249,237,220,0));
    box-shadow:0 28px 46px rgba(249,237,220,.72);
  }
  body:not(.home-openai-reference) .hero-openai-one h1{
    font-size:36px;
    line-height:1.1;
  }
  body:not(.home-openai-reference) .hero-openai-one .lead{
    font-size:14px;
    max-width:310px;
  }
  body:not(.home-openai-reference) .hero-plate-stage{
    min-height:280px;
    margin-top:-118px;
  }
  body:not(.home-openai-reference) .hero-reference-art{
    left:50%;
    top:0;
    width:590px;
    transform:translateX(-48%);
  }
  body:not(.home-openai-reference) .hero-plate-stage:before{
    right:0;
    top:96px;
    width:260px;
    height:170px;
  }
  body:not(.home-openai-reference) .hero-plate-stage:after{
    left:-12%;
    right:-12%;
    bottom:72px;
  }
}


/* HERMES target hero rebuild — follow assets/target-hero-reference.jpg closely. */
body:not(.home-openai-reference){
  background:#f8eddd;
  color:#5b241d;
}
body:not(.home-openai-reference)::before{opacity:.08}
body:not(.home-openai-reference) .topbar{
  position:relative;
  background:#f8eddd;
  border-bottom:0;
  box-shadow:none;
  z-index:20;
}
body:not(.home-openai-reference) .nav,
body:not(.home-openai-reference) main.wrap{
  max-width:1280px;
  padding-left:30px;
  padding-right:30px;
}
body:not(.home-openai-reference) .nav{
  height:86px;
}
body:not(.home-openai-reference) .brand-group{gap:22px;align-items:center}
body:not(.home-openai-reference) .brand-logo{
  width:78px;
  height:72px;
  border:0;
  padding:0;
  background:transparent;
  box-shadow:none;
}
body:not(.home-openai-reference) .brand-logo img{width:100%;height:100%;object-fit:contain}
body:not(.home-openai-reference) .brand{
  color:#713528;
  font-family:var(--display);
  font-size:18px;
  font-weight:500;
  letter-spacing:.01em;
  white-space:nowrap;
}
body:not(.home-openai-reference) .links{
  gap:42px;
  color:#332723;
  font-size:14px;
  font-weight:700;
}
body:not(.home-openai-reference) .links a,
body:not(.home-openai-reference) .nav-drop-trigger{padding:10px 0}
body:not(.home-openai-reference) .links a:hover,
body:not(.home-openai-reference) .nav-drop-trigger:hover{color:#7c3329}

body:not(.home-openai-reference) .hero.hero-openai-one{
  position:relative;
  display:block;
  min-height:500px;
  margin-top:0;
  padding:18px 0 0;
  overflow:hidden;
  isolation:isolate;
}
body:not(.home-openai-reference) .hero.hero-openai-one::before{
  content:"";
  position:absolute;
  left:-5%;
  right:-5%;
  top:74px;
  height:360px;
  background:
    radial-gradient(ellipse at 82% 44%, rgba(245,153,70,.10), transparent 34%),
    radial-gradient(ellipse at 42% 66%, rgba(58,164,183,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0));
  z-index:0;
  pointer-events:none;
}
body:not(.home-openai-reference) .hero.hero-openai-one::after{
  content:"";
  position:absolute;
  left:-4%;
  right:-4%;
  bottom:-44px;
  height:90px;
  background:linear-gradient(180deg, rgba(248,237,221,0), rgba(248,237,221,.96) 72%);
  z-index:4;
  pointer-events:none;
}
body:not(.home-openai-reference) .hero-copy-panel{
  position:relative;
  z-index:6;
  width:330px;
  max-width:330px;
  margin:0;
  padding:0 0 0 24px;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}
body:not(.home-openai-reference) .hero-openai-one .kicker,
body:not(.home-openai-reference) .hero-openai-one .notice{display:none!important}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:320px;
  margin:0 0 14px;
  color:#762e27;
  font-family:var(--display);
  font-size:clamp(44px,4.1vw,56px);
  line-height:.98;
  letter-spacing:-.018em;
  font-weight:500;
  text-wrap:balance;
}
body:not(.home-openai-reference) .hero-openai-one h1 em{
  color:inherit;
  font-style:normal;
}
body:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:270px;
  margin:0 0 24px;
  color:#3d302d;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:13px;
  line-height:1.58;
  font-weight:600;
}
body:not(.home-openai-reference) .hero-actions{display:flex!important;gap:0}
body:not(.home-openai-reference) .hero-actions .cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(116,48,38,.70);
  background:rgba(255,245,231,.42);
  color:#743026;
  box-shadow:none;
  font-size:12px;
  font-weight:700;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
body:not(.home-openai-reference) .hero-actions .cta:hover{background:rgba(255,248,239,.82);border-color:#743026;transform:translateY(-1px)}
body:not(.home-openai-reference) .hero-actions .cta:active{transform:scale(.98)}
body:not(.home-openai-reference) .hero-actions .cta.light{display:none!important}

body:not(.home-openai-reference) .hero-plate-stage{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  overflow:visible;
  min-height:0;
}
body:not(.home-openai-reference) .hero-plate-stage::before,
body:not(.home-openai-reference) .hero-plate-stage::after{display:none!important}
body:not(.home-openai-reference) .hero-reference-art{
  position:absolute;
  z-index:3;
  left:178px;
  top:-8px;
  width:1110px;
  height:auto;
  max-width:none;
  object-fit:contain;
  object-position:right top;
  opacity:1;
  transform:none;
  mix-blend-mode:normal;
  filter:drop-shadow(0 24px 30px rgba(72,42,27,.12)) saturate(1.05) contrast(1.03);
  -webkit-mask-image:linear-gradient(90deg, rgba(0,0,0,.32) 0%, #000 10%, #000 100%);
  mask-image:linear-gradient(90deg, rgba(0,0,0,.32) 0%, #000 10%, #000 100%);
}
body:not(.home-openai-reference) #about{
  position:relative;
  z-index:5;
  padding-top:8px;
  margin-top:-4px;
}
body:not(.home-openai-reference) #about::before{
  content:none;
  display:none;
}

@media(max-width:980px){
  body:not(.home-openai-reference) .nav,
  body:not(.home-openai-reference) main.wrap{padding-left:22px;padding-right:22px}
  body:not(.home-openai-reference) .links{display:none}
  body:not(.home-openai-reference) .mobile-menu{display:block;color:#6a3a2c;font-weight:700}
  body:not(.home-openai-reference) .brand-logo{width:62px;height:58px}
  body:not(.home-openai-reference) .brand{font-size:16px;white-space:normal;max-width:230px;line-height:1.15}
  body:not(.home-openai-reference) .hero.hero-openai-one{min-height:665px;padding-top:18px}
  body:not(.home-openai-reference) .hero-copy-panel{width:100%;max-width:410px;padding-left:0}
  body:not(.home-openai-reference) .hero-openai-one h1{max-width:380px;font-size:44px;line-height:1.02}
  body:not(.home-openai-reference) .hero-reference-art{left:-48px;top:230px;width:820px}
  body:not(.home-openai-reference) #about{margin-top:-24px}
}
@media(max-width:640px){
  body:not(.home-openai-reference) .nav,
  body:not(.home-openai-reference) main.wrap{padding-left:18px;padding-right:18px}
  body:not(.home-openai-reference) .nav{height:76px}
  body:not(.home-openai-reference) .brand-logo{width:54px;height:52px}
  body:not(.home-openai-reference) .brand{font-size:13.5px;max-width:180px}
  body:not(.home-openai-reference) .hero.hero-openai-one{min-height:612px;padding-top:18px}
  body:not(.home-openai-reference) .hero-openai-one h1{max-width:320px;font-size:36px;line-height:1.04;margin-bottom:12px}
  body:not(.home-openai-reference) .hero-openai-one .lead{max-width:280px;font-size:12.5px;margin-bottom:18px}
  body:not(.home-openai-reference) .hero-actions .cta{min-height:36px;padding:0 18px;font-size:11.5px}
  body:not(.home-openai-reference) .hero-reference-art{left:-92px;top:252px;width:650px}
  body:not(.home-openai-reference) #about{margin-top:-18px;padding-top:0}
}


/* HERMES target hero polish — keep the wave out of the headline area */
body:not(.home-openai-reference) .hero-reference-art{
  left:240px;
  top:26px;
  width:1060px;
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.04) 10%, rgba(0,0,0,.22) 18%, rgba(0,0,0,.78) 30%, #000 42%, #000 100%);
  mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.04) 10%, rgba(0,0,0,.22) 18%, rgba(0,0,0,.78) 30%, #000 42%, #000 100%);
}
body:not(.home-openai-reference) .hero-copy-panel{
  background:linear-gradient(90deg, rgba(248,237,221,1) 0%, rgba(248,237,221,.98) 78%, rgba(248,237,221,.70) 92%, rgba(248,237,221,0) 100%)!important;
  box-shadow:40px 0 70px rgba(248,237,221,.98)!important;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero-reference-art{left:-24px;top:250px;width:790px}
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero-reference-art{left:-84px;top:260px;width:620px}
}

/* HERMES final-example reset — ONLY final_example.png drives the hero artwork now. */
body:not(.home-openai-reference){
  background:#f8ecdb;
  color:#5b241d;
}
body:not(.home-openai-reference) .topbar{
  background:#f8ecdb;
  border-bottom:0;
  box-shadow:none;
}
body:not(.home-openai-reference) .nav,
body:not(.home-openai-reference) main.wrap{
  max-width:1280px;
  padding-left:30px;
  padding-right:30px;
}
body:not(.home-openai-reference) .nav{height:86px}
body:not(.home-openai-reference) .brand-logo{width:78px;height:72px;border:0;background:transparent;box-shadow:none;padding:0}
body:not(.home-openai-reference) .brand-logo img{object-fit:contain}
body:not(.home-openai-reference) .brand{
  color:#713528;
  font-family:var(--display);
  font-size:18px;
  font-weight:500;
  white-space:nowrap;
}
body:not(.home-openai-reference) .links{gap:42px;color:#332723;font-size:14px;font-weight:700}
body:not(.home-openai-reference) .hero.hero-openai-one{
  position:relative;
  display:block;
  min-height:506px;
  margin:0 auto;
  padding:18px 0 0;
  overflow:hidden;
  isolation:isolate;
  background:#f8ecdb;
}
body:not(.home-openai-reference) .hero.hero-openai-one::before{
  content:"";
  position:absolute;
  inset:0 -4% 0 -4%;
  background:
    radial-gradient(ellipse at 82% 47%, rgba(226,142,74,.10), transparent 34%),
    radial-gradient(ellipse at 46% 68%, rgba(58,164,183,.07), transparent 28%);
  z-index:0;
  pointer-events:none;
}
body:not(.home-openai-reference) .hero.hero-openai-one::after{
  content:"";
  position:absolute;
  left:-4%;right:-4%;bottom:-34px;height:78px;
  background:linear-gradient(180deg, rgba(248,236,219,0), rgba(248,236,219,.98) 74%);
  z-index:4;pointer-events:none;
}
body:not(.home-openai-reference) .hero-copy-panel{
  position:relative;
  z-index:6;
  width:330px;
  max-width:330px;
  margin:0;
  padding:0 0 0 24px;
  background:linear-gradient(90deg, rgba(248,236,219,1) 0%, rgba(248,236,219,.98) 78%, rgba(248,236,219,.68) 92%, rgba(248,236,219,0) 100%)!important;
  box-shadow:40px 0 70px rgba(248,236,219,.98)!important;
  border:0!important;
}
body:not(.home-openai-reference) .hero-openai-one .kicker,
body:not(.home-openai-reference) .hero-openai-one .notice{display:none!important}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:320px;
  margin:0 0 14px;
  color:#762e27;
  font-family:var(--display);
  font-size:clamp(44px,4.1vw,56px);
  line-height:.98;
  letter-spacing:-.018em;
  font-weight:500;
  text-wrap:balance;
}
body:not(.home-openai-reference) .hero-openai-one h1 em{font-style:normal;color:inherit}
body:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:270px;
  margin:0 0 24px;
  color:#3d302d;
  font-size:13px;
  line-height:1.58;
  font-weight:600;
}
body:not(.home-openai-reference) .hero-actions{display:flex!important;gap:0}
body:not(.home-openai-reference) .hero-actions .cta{
  min-height:38px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(116,48,38,.70);
  background:rgba(255,245,231,.42);
  color:#743026;
  box-shadow:none;
  font-size:12px;
  font-weight:700;
}
body:not(.home-openai-reference) .hero-plate-stage{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  overflow:visible;
  min-height:0;
}
body:not(.home-openai-reference) .hero-plate-stage::before,
body:not(.home-openai-reference) .hero-plate-stage::after{display:none!important}
body:not(.home-openai-reference) .hero-reference-art{
  position:absolute;
  z-index:3;
  left:248px;
  top:2px;
  width:1076px;
  height:auto;
  max-width:none;
  opacity:1;
  transform:none;
  mix-blend-mode:normal;
  filter:saturate(1.04) contrast(1.02);
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.06) 8%, rgba(0,0,0,.32) 18%, rgba(0,0,0,.86) 30%, #000 42%, #000 100%);
  mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.06) 8%, rgba(0,0,0,.32) 18%, rgba(0,0,0,.86) 30%, #000 42%, #000 100%);
  pointer-events:none;
}
body:not(.home-openai-reference) #about{position:relative;z-index:5;padding-top:8px;margin-top:-4px}
body:not(.home-openai-reference) #about::before{
  content:none;
  display:none;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .nav,
  body:not(.home-openai-reference) main.wrap{padding-left:22px;padding-right:22px}
  body:not(.home-openai-reference) .links{display:none}
  body:not(.home-openai-reference) .mobile-menu{display:block;color:#6a3a2c;font-weight:700}
  body:not(.home-openai-reference) .brand-logo{width:62px;height:58px}
  body:not(.home-openai-reference) .brand{font-size:16px;white-space:normal;max-width:230px;line-height:1.15}
  body:not(.home-openai-reference) .hero.hero-openai-one{min-height:665px;padding-top:18px}
  body:not(.home-openai-reference) .hero-copy-panel{width:100%;max-width:410px;padding-left:0}
  body:not(.home-openai-reference) .hero-openai-one h1{max-width:380px;font-size:44px;line-height:1.02}
  body:not(.home-openai-reference) .hero-reference-art{left:-24px;top:250px;width:790px}
  body:not(.home-openai-reference) #about{margin-top:-24px}
}
@media(max-width:640px){
  body:not(.home-openai-reference) .nav,
  body:not(.home-openai-reference) main.wrap{padding-left:18px;padding-right:18px}
  body:not(.home-openai-reference) .nav{height:76px}
  body:not(.home-openai-reference) .brand-logo{width:54px;height:52px}
  body:not(.home-openai-reference) .brand{font-size:13.5px;max-width:180px}
  body:not(.home-openai-reference) .hero.hero-openai-one{min-height:612px;padding-top:18px}
  body:not(.home-openai-reference) .hero-openai-one h1{max-width:320px;font-size:36px;line-height:1.04;margin-bottom:12px}
  body:not(.home-openai-reference) .hero-openai-one .lead{max-width:280px;font-size:12.5px;margin-bottom:18px}
  body:not(.home-openai-reference) .hero-actions .cta{min-height:36px;padding:0 18px;font-size:11.5px}
  body:not(.home-openai-reference) .hero-reference-art{left:-84px;top:260px;width:620px}
  body:not(.home-openai-reference) #about{margin-top:-18px;padding-top:0}
}

/* HERMES final-example crop correction — remove ghosted screenshot headline from the art crop. */
body:not(.home-openai-reference) .hero-reference-art{
  left:72px;
  top:2px;
  width:1076px;
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 10%, rgba(0,0,0,.46) 22%, rgba(0,0,0,.90) 34%, #000 44%, #000 100%);
  mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 10%, rgba(0,0,0,.46) 22%, rgba(0,0,0,.90) 34%, #000 44%, #000 100%);
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero-reference-art{left:-125px;top:250px;width:790px}
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero-reference-art{left:-160px;top:260px;width:620px}
}

/* Tiny header alignment fix: keep final nav item inside the hero/content width. */
body:not(.home-openai-reference) .nav{
  max-width:1160px;
  padding-left:0;
  padding-right:0;
}
body:not(.home-openai-reference) .links{
  gap:36px;
}
@media(max-width:1220px){
  body:not(.home-openai-reference) .nav{
    padding-left:22px;
    padding-right:22px;
  }
  body:not(.home-openai-reference) .links{
    gap:28px;
    font-size:13px;
  }
}

/* Additional preview: Lily's chosen screenshot artwork, kept as a separate page. */
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{
  min-height:430px;
  padding-top:18px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one::before{
  background:
    radial-gradient(ellipse at 82% 36%, rgba(226,142,74,.11), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0));
}
body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{
  left:230px;
  top:34px;
  width:1060px;
  height:auto;
  max-width:none;
  filter:saturate(1.04) contrast(1.02);
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.12) 8%, rgba(0,0,0,.70) 22%, #000 34%, #000 96%, rgba(0,0,0,.78) 100%);
  mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.12) 8%, rgba(0,0,0,.70) 22%, #000 34%, #000 96%, rgba(0,0,0,.78) 100%);
}
body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{
  background:linear-gradient(90deg, rgba(248,236,219,1) 0%, rgba(248,236,219,.98) 72%, rgba(248,236,219,.72) 88%, rgba(248,236,219,0) 100%)!important;
  box-shadow:42px 0 74px rgba(248,236,219,.98)!important;
}
body.lilys-choice-version:not(.home-openai-reference) #about{
  padding-top:14px;
  margin-top:-10px;
}
@media(max-width:980px){
  body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{min-height:585px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{left:-18px;top:260px;width:760px}
}
@media(max-width:640px){
  body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{min-height:550px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{left:-120px;top:262px;width:650px}
}

/* Lily-choice refinement from screenshot feedback: connect wave, rebalance text/art, remove banner feel. */
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{
  min-height:560px;
  padding-top:30px;
  padding-bottom:34px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one::before{
  inset:18px -6% 36px -6%;
  background:
    radial-gradient(ellipse at 74% 38%, rgba(225,125,58,.14), transparent 34%),
    radial-gradient(ellipse at 43% 48%, rgba(39,151,169,.12), transparent 32%),
    linear-gradient(96deg, rgba(248,236,219,0) 0%, rgba(235,111,50,.08) 28%, rgba(30,151,172,.10) 56%, rgba(248,236,219,0) 84%);
  filter:blur(13px);
}
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one::after{
  bottom:-62px;
  height:122px;
  background:linear-gradient(180deg, rgba(248,236,219,0), rgba(248,236,219,.72) 42%, rgba(248,236,219,1) 78%);
  filter:blur(5px);
}
body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{
  width:500px;
  max-width:500px;
  padding:26px 50px 32px 24px;
  margin-top:18px;
  background:linear-gradient(90deg, rgba(248,236,219,.96) 0%, rgba(248,236,219,.88) 60%, rgba(248,236,219,.44) 84%, rgba(248,236,219,0) 100%)!important;
  box-shadow:34px 0 70px rgba(248,236,219,.82)!important;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one h1{
  max-width:470px;
  font-size:clamp(46px,4.75vw,66px);
  line-height:1.02;
  letter-spacing:-.018em;
  margin-bottom:20px;
  text-shadow:0 1px 0 rgba(248,236,219,.65), 0 14px 34px rgba(248,236,219,.38);
}
body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:360px;
  font-size:14px;
  line-height:1.62;
  margin-bottom:24px;
  text-shadow:0 1px 0 rgba(248,236,219,.8);
}
body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{
  left:150px;
  top:28px;
  width:1210px;
  opacity:.98;
  filter:saturate(1.06) contrast(1.03) drop-shadow(0 22px 32px rgba(92,45,22,.10));
  -webkit-mask-image:
    linear-gradient(90deg, rgba(0,0,0,.26) 0%, rgba(0,0,0,.70) 9%, #000 20%, #000 92%, rgba(0,0,0,.62) 100%),
    linear-gradient(180deg, transparent 0%, #000 13%, #000 78%, transparent 100%);
  mask-image:
    linear-gradient(90deg, rgba(0,0,0,.26) 0%, rgba(0,0,0,.70) 9%, #000 20%, #000 92%, rgba(0,0,0,.62) 100%),
    linear-gradient(180deg, transparent 0%, #000 13%, #000 78%, transparent 100%);
  -webkit-mask-composite:source-in;
  mask-composite:intersect;
}
body.lilys-choice-version:not(.home-openai-reference) #about{
  padding-top:18px;
  margin-top:-2px;
}
@media(max-width:980px){
  body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{min-height:680px;padding-top:22px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{width:100%;max-width:520px;padding:22px 42px 26px 0;margin-top:0}
  body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one h1{max-width:500px;font-size:48px;line-height:1.04}
  body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{left:-44px;top:282px;width:920px}
}
@media(max-width:640px){
  body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{min-height:610px;padding-top:18px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{max-width:360px;padding-right:18px;background:linear-gradient(180deg, rgba(248,236,219,.96), rgba(248,236,219,.80) 78%, rgba(248,236,219,0))!important}
  body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one h1{max-width:350px;font-size:37px;line-height:1.07;margin-bottom:14px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one .lead{max-width:300px;font-size:12.8px;margin-bottom:18px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{left:-166px;top:285px;width:760px}
}

/* Lily-choice refinement 2: wider editorial headline, earlier softer wave, tighter lower hero. */
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{
  min-height:520px;
  padding-top:26px;
  padding-bottom:18px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{
  width:620px;
  max-width:620px;
  padding:24px 58px 26px 24px;
  background:linear-gradient(90deg, rgba(248,236,219,.94) 0%, rgba(248,236,219,.82) 56%, rgba(248,236,219,.36) 82%, rgba(248,236,219,0) 100%)!important;
  box-shadow:54px 0 96px rgba(248,236,219,.72)!important;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one h1{
  max-width:585px;
  font-size:clamp(42px,4.05vw,54px);
  line-height:1.08;
  margin-bottom:18px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:390px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{
  left:72px;
  top:48px;
  width:1285px;
  -webkit-mask-image:
    linear-gradient(90deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.58) 6%, rgba(0,0,0,.90) 16%, #000 25%, #000 93%, rgba(0,0,0,.55) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 8%, #000 18%, #000 74%, rgba(0,0,0,.35) 91%, transparent 100%);
  mask-image:
    linear-gradient(90deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.58) 6%, rgba(0,0,0,.90) 16%, #000 25%, #000 93%, rgba(0,0,0,.55) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 8%, #000 18%, #000 74%, rgba(0,0,0,.35) 91%, transparent 100%);
}
body.lilys-choice-version:not(.home-openai-reference) #about{
  margin-top:-18px;
  padding-top:4px;
}
@media(max-width:980px){
  body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{width:100%;max-width:540px;padding-right:36px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one h1{max-width:520px;font-size:46px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{left:-52px;top:278px;width:910px}
}
@media(max-width:640px){
  body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{max-width:360px;padding-right:16px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one h1{max-width:350px;font-size:36px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{left:-166px;top:282px;width:750px}
}

/* Lily-choice refinement 3: hide remaining crop seam with painterly under-glow and tighten the handoff to About. */
body.lilys-choice-version:not(.home-openai-reference) .hero-plate-stage::before{
  content:""!important;
  display:block!important;
  position:absolute;
  z-index:2;
  left:110px;
  right:-8%;
  top:132px;
  height:155px;
  border-radius:55% 45% 50% 50%;
  background:linear-gradient(96deg, rgba(248,236,219,0), rgba(223,91,43,.14) 20%, rgba(29,146,168,.13) 46%, rgba(229,127,55,.09) 72%, rgba(248,236,219,0));
  filter:blur(24px);
  mix-blend-mode:multiply;
  pointer-events:none;
}
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{
  min-height:500px;
}
body.lilys-choice-version:not(.home-openai-reference) #about{
  margin-top:-28px;
}

/* Lily-choice refinement 4: reduce right spiral dominance, soften image edge, tighten hero balance. */
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{
  min-height:455px;
  padding-top:6px;
  padding-bottom:0;
  grid-template-columns:38% 62%;
  align-items:start;
}
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one::before{
  inset:0 -8% -8px -7%;
  background:
    radial-gradient(ellipse at 74% 40%, rgba(225,125,58,.10), transparent 35%),
    radial-gradient(ellipse at 40% 48%, rgba(39,151,169,.11), transparent 34%),
    linear-gradient(98deg, rgba(248,236,219,0) 0%, rgba(235,111,50,.055) 24%, rgba(30,151,172,.085) 50%, rgba(248,236,219,0) 78%);
  filter:blur(20px);
  opacity:.82;
}
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one::after{
  bottom:-38px;
  height:96px;
  background:linear-gradient(180deg, rgba(248,236,219,0), rgba(248,236,219,.60) 46%, rgba(248,236,219,1) 82%);
  filter:blur(9px);
}
body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{
  width:610px;
  max-width:610px;
  margin-top:0;
  padding:16px 50px 18px 24px;
  background:linear-gradient(90deg, rgba(248,236,219,.91) 0%, rgba(248,236,219,.76) 54%, rgba(248,236,219,.30) 78%, rgba(248,236,219,0) 100%)!important;
  box-shadow:42px 0 112px rgba(248,236,219,.66)!important;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one h1{
  max-width:570px;
  font-size:clamp(41px,3.95vw,52px);
  line-height:1.07;
  margin-bottom:14px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:390px;
  margin-bottom:14px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-actions{
  margin-top:0;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-actions .cta{
  min-height:38px;
  padding:0 19px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-plate-stage{
  min-height:400px;
  overflow:visible;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-plate-stage::before{
  left:20px;
  right:-4%;
  top:138px;
  height:172px;
  background:
    radial-gradient(ellipse at 78% 46%, rgba(248,236,219,.34), transparent 44%),
    linear-gradient(96deg, rgba(248,236,219,0), rgba(223,91,43,.105) 18%, rgba(29,146,168,.115) 45%, rgba(229,127,55,.07) 68%, rgba(248,236,219,0));
  filter:blur(32px);
  opacity:.86;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-plate-stage::after{
  content:""!important;
  display:block!important;
  position:absolute;
  z-index:3;
  pointer-events:none;
  left:-34px;
  right:-42px;
  top:22px;
  bottom:-4px;
  background:
    linear-gradient(90deg, rgba(248,236,219,.78) 0%, rgba(248,236,219,.32) 10%, rgba(248,236,219,0) 24%, rgba(248,236,219,0) 78%, rgba(248,236,219,.18) 100%),
    linear-gradient(180deg, rgba(248,236,219,.78) 0%, rgba(248,236,219,0) 16%, rgba(248,236,219,0) 72%, rgba(248,236,219,.92) 100%);
  mix-blend-mode:normal;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{
  left:88px;
  top:56px;
  width:1085px;
  opacity:.94;
  transform:translateX(46px) scale(.87);
  transform-origin:82% 50%;
  filter:saturate(1.03) contrast(1.01) drop-shadow(0 17px 28px rgba(92,45,22,.065));
  -webkit-mask-image:
    radial-gradient(ellipse at 78% 42%, #000 0%, #000 46%, rgba(0,0,0,.80) 62%, rgba(0,0,0,.28) 82%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.12) 3%, rgba(0,0,0,.50) 9%, rgba(0,0,0,.92) 19%, #000 31%, #000 88%, rgba(0,0,0,.34) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.42) 5%, rgba(0,0,0,.90) 14%, #000 52%, rgba(0,0,0,.54) 84%, transparent 100%);
  mask-image:
    radial-gradient(ellipse at 78% 42%, #000 0%, #000 46%, rgba(0,0,0,.80) 62%, rgba(0,0,0,.28) 82%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.12) 3%, rgba(0,0,0,.50) 9%, rgba(0,0,0,.92) 19%, #000 31%, #000 88%, rgba(0,0,0,.34) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.42) 5%, rgba(0,0,0,.90) 14%, #000 52%, rgba(0,0,0,.54) 84%, transparent 100%);
  -webkit-mask-composite:source-in;
  mask-composite:intersect;
}
body.lilys-choice-version:not(.home-openai-reference) #about{
  margin-top:-46px;
  padding-top:0;
}
@media(max-width:980px){
  body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{min-height:555px;padding-top:12px;grid-template-columns:1fr}
  body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{width:100%;max-width:540px;padding:18px 34px 20px 0;margin-top:0}
  body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one h1{max-width:510px;font-size:45px;line-height:1.05;margin-bottom:12px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one .lead{margin-bottom:14px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{left:-76px;top:254px;width:820px;transform:translateX(38px) scale(.90);transform-origin:78% 50%}
  body.lilys-choice-version:not(.home-openai-reference) #about{margin-top:-36px}
}
@media(max-width:640px){
  body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{min-height:465px;padding-top:10px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{max-width:360px;padding:16px 14px 18px 0;background:linear-gradient(180deg, rgba(248,236,219,.94), rgba(248,236,219,.78) 78%, rgba(248,236,219,0))!important}
  body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one h1{max-width:345px;font-size:35px;line-height:1.08;margin-bottom:12px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one .lead{max-width:295px;font-size:12.8px;margin-bottom:14px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{left:-178px;top:258px;width:675px;transform:translateX(34px) scale(.90)}
  body.lilys-choice-version:not(.home-openai-reference) #about{margin-top:-28px}
}

/* Lily-choice refinement 5: pull wave into headline, push/shrink spiral, shorter bottom fade. */
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{
  min-height:430px;
  padding-top:2px;
  padding-bottom:0;
  grid-template-columns:37% 63%;
}
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one::before{
  inset:-10px -10% 24px -8%;
  background:
    radial-gradient(ellipse at 78% 40%, rgba(225,125,58,.075), transparent 34%),
    radial-gradient(ellipse at 34% 44%, rgba(37,148,170,.135), transparent 28%),
    linear-gradient(96deg, rgba(248,236,219,0) 2%, rgba(231,102,47,.075) 22%, rgba(29,146,168,.105) 42%, rgba(248,236,219,0) 70%);
  filter:blur(22px);
  opacity:.78;
}
body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one::after{
  bottom:-20px;
  height:58px;
  background:linear-gradient(180deg, rgba(248,236,219,0), rgba(248,236,219,.46) 50%, rgba(248,236,219,1) 92%);
  filter:blur(10px);
}
body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{
  width:625px;
  max-width:625px;
  padding-top:10px;
  padding-bottom:12px;
  background:linear-gradient(90deg, rgba(248,236,219,.86) 0%, rgba(248,236,219,.62) 50%, rgba(248,236,219,.18) 74%, rgba(248,236,219,0) 100%)!important;
  box-shadow:26px 0 90px rgba(248,236,219,.54)!important;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one h1{
  max-width:580px;
  margin-bottom:12px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-openai-one .lead{
  margin-bottom:12px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-plate-stage{
  min-height:372px;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-plate-stage::before{
  left:-265px;
  right:3%;
  top:145px;
  height:116px;
  border-radius:58% 42% 52% 48%;
  background:
    linear-gradient(98deg, rgba(248,236,219,0) 0%, rgba(225,108,49,.11) 24%, rgba(25,145,170,.12) 45%, rgba(235,143,64,.07) 66%, rgba(248,236,219,0) 86%),
    radial-gradient(ellipse at 37% 44%, rgba(248,236,219,.34), transparent 48%);
  filter:blur(25px);
  opacity:.92;
}
body.lilys-choice-version:not(.home-openai-reference) .hero-plate-stage::after{
  top:6px;
  bottom:18px;
  background:
    linear-gradient(90deg, rgba(248,236,219,.42) 0%, rgba(248,236,219,.14) 7%, rgba(248,236,219,0) 20%, rgba(248,236,219,0) 79%, rgba(248,236,219,.23) 100%),
    linear-gradient(180deg, rgba(248,236,219,.46) 0%, rgba(248,236,219,0) 13%, rgba(248,236,219,0) 76%, rgba(248,236,219,.62) 100%);
}
body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{
  left:56px;
  top:56px;
  width:1085px;
  opacity:.91;
  transform:translateX(104px) scale(.79);
  transform-origin:85% 48%;
  filter:saturate(1.01) contrast(1.0) drop-shadow(0 13px 22px rgba(92,45,22,.045));
  -webkit-mask-image:
    radial-gradient(ellipse at 83% 42%, #000 0%, #000 40%, rgba(0,0,0,.72) 56%, rgba(0,0,0,.22) 78%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.22) 4%, rgba(0,0,0,.66) 13%, #000 28%, #000 85%, rgba(0,0,0,.18) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.46) 5%, #000 16%, #000 63%, rgba(0,0,0,.38) 80%, transparent 94%);
  mask-image:
    radial-gradient(ellipse at 83% 42%, #000 0%, #000 40%, rgba(0,0,0,.72) 56%, rgba(0,0,0,.22) 78%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.22) 4%, rgba(0,0,0,.66) 13%, #000 28%, #000 85%, rgba(0,0,0,.18) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.46) 5%, #000 16%, #000 63%, rgba(0,0,0,.38) 80%, transparent 94%);
}
body.lilys-choice-version:not(.home-openai-reference) #about{
  margin-top:-68px;
}
@media(max-width:980px){
  body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{min-height:515px;padding-top:8px;grid-template-columns:1fr}
  body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{max-width:540px;padding-top:14px;padding-bottom:16px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{left:-98px;top:246px;width:805px;transform:translateX(64px) scale(.84);transform-origin:82% 48%}
  body.lilys-choice-version:not(.home-openai-reference) .hero-plate-stage::before{left:-70px;top:326px;height:86px}
  body.lilys-choice-version:not(.home-openai-reference) #about{margin-top:-52px}
}
@media(max-width:640px){
  body.lilys-choice-version:not(.home-openai-reference) .hero.hero-openai-one{min-height:410px;padding-top:8px}
  body.lilys-choice-version:not(.home-openai-reference) .hero-copy-panel{max-width:360px;padding-top:12px;padding-bottom:14px;background:linear-gradient(180deg, rgba(248,236,219,.91), rgba(248,236,219,.68) 72%, rgba(248,236,219,0))!important}
  body.lilys-choice-version:not(.home-openai-reference) .hero-reference-art{left:-194px;top:246px;width:648px;transform:translateX(56px) scale(.84)}
  body.lilys-choice-version:not(.home-openai-reference) .hero-plate-stage::before{left:-92px;top:306px;height:72px}
  body.lilys-choice-version:not(.home-openai-reference) #about{margin-top:-66px}
}

/* 2026-05-30: use supplied new_logo.jpg in the hero instead of the previous spiral artwork. */
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  left:auto;
  right:-34px;
  top:18px;
  width:min(760px,106%);
  height:430px;
  object-fit:contain;
  object-position:center right;
  opacity:.96;
  transform:none;
  filter:saturate(1.04) contrast(1.02) drop-shadow(0 18px 26px rgba(88,45,24,.08));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.20) 7%, rgba(0,0,0,.78) 19%, #000 32%, #000 92%, rgba(0,0,0,.60) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.78) 10%, #000 24%, #000 70%, rgba(0,0,0,.56) 85%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.20) 7%, rgba(0,0,0,.78) 19%, #000 32%, #000 92%, rgba(0,0,0,.60) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.78) 10%, #000 24%, #000 70%, rgba(0,0,0,.56) 85%, transparent 100%);
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:-72px;
    top:16px;
    width:720px;
    height:390px;
  }
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:-92px;
    top:18px;
    width:560px;
    height:310px;
  }
}

/* 2026-05-30: small client nudge — title slightly right, hero logo slightly larger. */
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  padding-left:28px;
}
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  right:-58px;
  top:8px;
  width:min(820px,114%);
  height:462px;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
    padding-left:34px;
  }
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:-98px;
    top:8px;
    width:780px;
    height:420px;
  }
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
    padding-left:12px;
  }
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:-118px;
    top:10px;
    width:610px;
    height:335px;
  }
}

/* 2026-05-30: force 3-line headline and reduce empty center space under the hero. */
body:not(.home-openai-reference) .hero.hero-openai-one{
  min-height:430px;
  padding-top:24px;
  padding-bottom:8px;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  margin-top:34px;
}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:510px;
  line-height:1.02;
  margin-bottom:14px;
}
body:not(.home-openai-reference) .hero-plate-stage{
  min-height:385px;
}
body:not(.home-openai-reference) #about{
  margin-top:-44px;
  padding-top:0;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero.hero-openai-one{
    min-height:480px;
    padding-top:18px;
    padding-bottom:0;
  }
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
    margin-top:10px;
  }
  body:not(.home-openai-reference) #about{
    margin-top:-34px;
  }
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero.hero-openai-one{
    min-height:390px;
  }
  body:not(.home-openai-reference) .hero-openai-one h1{
    font-size:34px;
    line-height:1.06;
  }
  body:not(.home-openai-reference) #about{
    margin-top:-40px;
  }
}

/* 2026-05-30: ensure desktop headline is exactly 3 visual lines and tighten hero gap more. */
body:not(.home-openai-reference) .hero.hero-openai-one{
  grid-template-columns:42% 58%;
  min-height:390px;
  padding-top:18px;
  padding-bottom:0;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  width:540px;
  max-width:540px;
  margin-top:24px;
}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:540px;
  font-size:clamp(39px,3.65vw,50px);
  line-height:1.03;
}
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  right:-72px;
  top:0;
  width:min(840px,116%);
  height:438px;
}
body:not(.home-openai-reference) .hero-plate-stage{
  min-height:350px;
}
body:not(.home-openai-reference) #about{
  margin-top:-72px;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero.hero-openai-one{
    grid-template-columns:1fr;
    min-height:455px;
  }
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
    width:100%;
    max-width:560px;
  }
}

/* 2026-05-31: final hero polish from screenshot QA — balanced header, clearer CTA, softer integrated logo/wave, smoother about transition. */
body:not(.home-openai-reference){
  overflow-x:hidden;
}
body:not(.home-openai-reference) .topbar .nav{
  max-width:1180px;
  height:72px;
  padding-left:26px;
  padding-right:26px;
  gap:26px;
}
body:not(.home-openai-reference) .brand-group{
  gap:12px;
  flex:1 1 auto;
  min-width:0;
}
body:not(.home-openai-reference) .brand-logo{
  width:62px;
  height:50px;
}
body:not(.home-openai-reference) .brand{
  font-size:clamp(18px,1.55vw,23px);
  letter-spacing:-.01em;
  overflow:hidden;
  text-overflow:ellipsis;
}
body:not(.home-openai-reference) .links{
  flex:0 0 auto;
  gap:19px;
  font-size:13.5px;
  white-space:nowrap;
}
body:not(.home-openai-reference) .hero.hero-openai-one{
  grid-template-columns:45% 55%;
  min-height:405px;
  padding-top:10px;
  padding-bottom:0;
  overflow:visible;
}
body:not(.home-openai-reference) .hero.hero-openai-one::before{
  content:"";
  position:absolute;
  left:24%;
  right:8%;
  top:80px;
  height:210px;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(ellipse at 38% 50%, rgba(221,130,78,.16), transparent 58%),
    radial-gradient(ellipse at 60% 44%, rgba(52,148,158,.13), transparent 54%),
    linear-gradient(96deg, rgba(248,236,219,0) 0%, rgba(225,112,56,.08) 18%, rgba(45,145,160,.10) 42%, rgba(225,135,69,.08) 66%, rgba(248,236,219,0) 100%);
  filter:blur(20px);
  opacity:.9;
}
body:not(.home-openai-reference) .hero.hero-openai-one::after{
  content:"";
  position:absolute;
  left:-30px;
  right:-30px;
  bottom:-18px;
  height:88px;
  pointer-events:none;
  z-index:3;
  background:linear-gradient(180deg, rgba(248,236,219,0) 0%, rgba(248,236,219,.72) 58%, rgba(248,236,219,1) 100%);
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  position:relative;
  z-index:5;
  width:590px;
  max-width:590px;
  margin-top:18px;
  padding-left:34px;
  padding-right:18px;
  background:linear-gradient(90deg, rgba(248,236,219,.92) 0%, rgba(248,236,219,.74) 58%, rgba(248,236,219,.25) 84%, rgba(248,236,219,0) 100%)!important;
  box-shadow:32px 0 90px rgba(248,236,219,.58)!important;
}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:565px;
  font-size:clamp(40px,3.75vw,52px);
  line-height:1.02;
  margin-bottom:12px;
}
body:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:390px;
  margin-bottom:12px;
  color:#6b5548;
}
body:not(.home-openai-reference) .hero-actions .cta,
body:not(.home-openai-reference) .hero-actions .cta:first-child{
  min-height:38px;
  padding:0 18px;
  background:#8b3e2f;
  color:#fff;
  border-color:#8b3e2f;
  box-shadow:0 10px 24px rgba(139,62,47,.18);
}
body:not(.home-openai-reference) .hero-actions .cta:hover,
body:not(.home-openai-reference) .hero-actions .cta:focus{
  background:#743426;
  border-color:#743426;
}
body:not(.home-openai-reference) .hero-plate-stage{
  inset:0 -18px -8px 31%;
  min-height:378px;
  overflow:hidden;
  z-index:1;
}
body:not(.home-openai-reference) .hero-plate-stage::before{
  left:-220px;
  right:8%;
  top:176px;
  height:110px;
  border-radius:58% 42% 52% 48%;
  background:linear-gradient(98deg, rgba(248,236,219,0) 0%, rgba(226,116,57,.13) 26%, rgba(45,145,160,.14) 48%, rgba(226,137,66,.08) 70%, rgba(248,236,219,0) 92%);
  filter:blur(22px);
  opacity:.95;
}
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  right:-92px;
  top:-10px;
  width:min(780px,108%);
  height:432px;
  opacity:.92;
  filter:saturate(1.04) contrast(1.01) drop-shadow(0 16px 24px rgba(88,45,24,.07));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.10) 5%, rgba(0,0,0,.62) 17%, #000 32%, #000 88%, rgba(0,0,0,.52) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.66) 9%, #000 22%, #000 70%, rgba(0,0,0,.45) 84%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.10) 5%, rgba(0,0,0,.62) 17%, #000 32%, #000 88%, rgba(0,0,0,.52) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.66) 9%, #000 22%, #000 70%, rgba(0,0,0,.45) 84%, transparent 100%);
}
body:not(.home-openai-reference) #about{
  margin-top:-38px;
  padding-top:22px;
  position:relative;
  z-index:2;
}
@media(max-width:1180px){
  body:not(.home-openai-reference) .topbar .nav{padding-left:22px;padding-right:22px;gap:16px}
  body:not(.home-openai-reference) .links{gap:13px;font-size:12.8px}
  body:not(.home-openai-reference) .brand{font-size:18px}
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero.hero-openai-one{grid-template-columns:1fr;min-height:488px;padding-top:8px;overflow:hidden}
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{width:100%;max-width:560px;margin-top:8px;padding-left:24px;background:linear-gradient(90deg, rgba(248,236,219,.94), rgba(248,236,219,.70) 72%, rgba(248,236,219,0))!important}
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{right:-112px;top:92px;width:730px;height:390px}
  body:not(.home-openai-reference) .hero-plate-stage{inset:0 -24px -8px 0;min-height:430px}
  body:not(.home-openai-reference) #about{margin-top:-42px}
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero.hero-openai-one{min-height:430px}
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{padding-left:10px;max-width:360px}
  body:not(.home-openai-reference) .hero-openai-one h1{font-size:34px;line-height:1.06}
  body:not(.home-openai-reference) .hero-openai-one .lead{max-width:300px}
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{right:-120px;top:126px;width:570px;height:305px}
  body:not(.home-openai-reference) #about{margin-top:-30px}
}

/* 2026-05-31: align hero logo/wave right edge with nav/content edge from red-line QA. */
body:not(.home-openai-reference) .hero-plate-stage{
  right:0;
  inset:0 0 -8px 31%;
}
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  right:16px;
  width:min(735px,100%);
  object-position:center right;
}
body:not(.home-openai-reference) .hero-plate-stage::before{
  right:0;
}
@media(max-width:980px){
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:-36px;
    width:690px;
  }
}
@media(max-width:640px){
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:-64px;
    width:535px;
  }
}

/* 2026-05-31: nudge desktop navigation one idea right/inward for visual alignment. */
@media(min-width:981px){
  body:not(.home-openai-reference) .links{
    transform:translateX(18px);
  }
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:-2px;
  }
}
@media(min-width:981px) and (max-width:1180px){
  body:not(.home-openai-reference) .links{
    transform:translateX(10px);
  }
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:6px;
  }
}

/* 2026-05-31: final tiny straighten — pull nav a little back from edge and use a cleaner category chevron. */
@media(min-width:981px){
  body:not(.home-openai-reference) .links{
    transform:translateX(8px);
  }
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:8px;
  }
  body:not(.home-openai-reference) .nav-drop-trigger span{
    font-size:.72em;
    transform:translateY(-1px);
    opacity:.72;
  }
}
@media(min-width:981px) and (max-width:1180px){
  body:not(.home-openai-reference) .links{
    transform:translateX(4px);
  }
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:12px;
  }
}

/* 2026-05-31: Lily new requests — deep blue logo background, one title font everywhere, pale-gold dark-frame text/menu, remove old header logo. */
:root{
  --lily-blue:#101336;
  --lily-blue-2:#080d25;
  --lily-gold:#d9aa5f;
  --lily-gold-light:#f1d28a;
  --bg:var(--lily-blue);
  --paper:#12173c;
  --ink:var(--lily-gold-light);
  --muted:#d8bd7a;
  --line:rgba(217,170,95,.42);
  --dark:var(--lily-blue-2);
  --clay:var(--lily-gold);
  --clay-dark:var(--lily-gold-light);
}
html,body,
button,input,textarea,select,
.cta,.links,.brand,.lead,.bio-text,.cat-main,.contact,.step{
  font-family:var(--display)!important;
}
body:not(.home-openai-reference){
  background:
    radial-gradient(ellipse at 76% 18%, rgba(217,170,95,.10), transparent 34%),
    linear-gradient(180deg, #101336 0%, #0d1230 52%, #090d24 100%)!important;
  color:var(--lily-gold-light)!important;
}
body:not(.home-openai-reference)::before{opacity:.045}
body:not(.home-openai-reference) .topbar{
  background:rgba(8,13,37,.86)!important;
  border-bottom:1px solid rgba(217,170,95,.24)!important;
}
body:not(.home-openai-reference) .brand-logo{
  display:none!important;
}
body:not(.home-openai-reference) .brand,
body:not(.home-openai-reference) .links,
body:not(.home-openai-reference) .links a,
body:not(.home-openai-reference) .mobile-menu{
  color:var(--lily-gold-light)!important;
}
body:not(.home-openai-reference) .links{
  font-size:clamp(16px,1.2vw,19px)!important;
  font-weight:500!important;
  letter-spacing:.01em;
}
body:not(.home-openai-reference) .brand{
  font-size:clamp(18px,1.45vw,24px)!important;
}
body:not(.home-openai-reference) .dropdown-menu{
  background:#0b102d!important;
  border-color:rgba(217,170,95,.46)!important;
  color:var(--lily-gold-light)!important;
}
body:not(.home-openai-reference) .dropdown-menu a,
body:not(.home-openai-reference) .dropdown-menu .drop-sub{
  color:var(--lily-gold-light)!important;
}
body:not(.home-openai-reference) .dropdown-menu a:hover,
body:not(.home-openai-reference) .dropdown-menu a:focus{
  background:rgba(217,170,95,.12)!important;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel{
  background:linear-gradient(90deg, rgba(16,19,54,.92) 0%, rgba(16,19,54,.72) 58%, rgba(16,19,54,.22) 84%, rgba(16,19,54,0) 100%)!important;
  box-shadow:32px 0 90px rgba(16,19,54,.58)!important;
}
body:not(.home-openai-reference) .hero-openai-one h1,
body:not(.home-openai-reference) .hero-openai-one h1 em,
body:not(.home-openai-reference) h1,
body:not(.home-openai-reference) h2,
body:not(.home-openai-reference) h3,
body:not(.home-openai-reference) .kicker,
body:not(.home-openai-reference) .section-head h2,
body:not(.home-openai-reference) .story-copy h2,
body:not(.home-openai-reference) .cat-main strong{
  color:var(--lily-gold-light)!important;
}
body:not(.home-openai-reference) .lead,
body:not(.home-openai-reference) p,
body:not(.home-openai-reference) .bio-text,
body:not(.home-openai-reference) .section-head p,
body:not(.home-openai-reference) .cat-main em,
body:not(.home-openai-reference) footer.wrap{
  color:#d8bd7a!important;
}
body:not(.home-openai-reference) .cta,
body:not(.home-openai-reference) .hero-actions .cta,
body:not(.home-openai-reference) .hero-actions .cta:first-child,
body:not(.home-openai-reference) .actions .cta,
body:not(.home-openai-reference) .order .cta,
body:not(.home-openai-reference) .order .cta.light{
  background:#0a102c!important;
  color:var(--lily-gold-light)!important;
  border:2px solid var(--lily-gold)!important;
  box-shadow:none!important;
}
body:not(.home-openai-reference) .cta:hover,
body:not(.home-openai-reference) .cta:focus{
  background:#121a42!important;
  color:#ffe2a2!important;
}
body:not(.home-openai-reference) .story,
body:not(.home-openai-reference) .cat,
body:not(.home-openai-reference) .photo,
body:not(.home-openai-reference) .contact-panel,
body:not(.home-openai-reference) .contact-form,
body:not(.home-openai-reference) .order,
body:not(.home-openai-reference) .step,
body:not(.home-openai-reference) .piece,
body:not(.home-openai-reference) .video-card{
  background:rgba(9,14,39,.82)!important;
  border-color:rgba(217,170,95,.35)!important;
  color:var(--lily-gold-light)!important;
}
body:not(.home-openai-reference) .section{
  border-top-color:rgba(217,170,95,.22)!important;
}



  }
}
body:not(.home-openai-reference) .hero.hero-openai-one::before{
  background:radial-gradient(ellipse at 60% 45%, rgba(217,170,95,.16), transparent 60%)!important;
}
body:not(.home-openai-reference) .hero.hero-openai-one::after{
  background:linear-gradient(180deg, rgba(16,19,54,0), rgba(16,19,54,.72) 58%, rgba(16,19,54,1) 100%)!important;
}
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.18)) saturate(1.04)!important;
}
body:not(.home-openai-reference) .story-logo-panel{
  background:#101336!important;
  border-color:rgba(217,170,95,.48)!important;
  padding:0!important;
}
body:not(.home-openai-reference) .story-logo-panel img{
  object-fit:cover!important;
  object-position:center!important;
}
@media(max-width:1180px){
  body:not(.home-openai-reference) .links{font-size:15px!important;gap:11px!important}
}


/* 2026-05-31: CLEAN dark-blue/gold theme override.
   Simple final rules only: no cover layers, masks, fake bands, or huge z-indexes. */
body:not(.home-openai-reference){
  --lily-navy:#101336;
  --lily-navy-deep:#080b24;
  --lily-gold:#d9aa5f;
  --lily-gold-light:#f3d99a;
  background:#101336!important;
  color:#f3d99a!important;
}
body:not(.home-openai-reference) .topbar{
  background:rgba(8,11,36,.94)!important;
  border-bottom:1px solid rgba(217,170,95,.24)!important;
  box-shadow:none!important;
}
body:not(.home-openai-reference) .brand,
body:not(.home-openai-reference) .links,
body:not(.home-openai-reference) .links a,
body:not(.home-openai-reference) .cat-main{
  color:#f3d99a!important;
}
body:not(.home-openai-reference) .brand-logo,
body:not(.home-openai-reference) .nav-logo{
  display:none!important;
}
body:not(.home-openai-reference) .hero.hero-openai-one{
  background:#101336!important;
  background-image:none!important;
  border:1px solid rgba(217,170,95,.26)!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body:not(.home-openai-reference) .hero.hero-openai-one::before,
body:not(.home-openai-reference) .hero.hero-openai-one::after,
body:not(.home-openai-reference) .hero-plate-stage::before,
body:not(.home-openai-reference) .hero-plate-stage::after,
body:not(.home-openai-reference) .hero-bottom-cover{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
}
body:not(.home-openai-reference) .hero-plate-stage{
  background:#101336!important;
  background-image:none!important;
  overflow:hidden!important;
}
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  top:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
  opacity:.42!important;
  filter:brightness(.72) saturate(1.02)!important;
  mix-blend-mode:normal!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
  clip-path:none!important;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel,
body:not(.home-openai-reference) .hero.hero-openai-one > div:first-child{
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  backdrop-filter:none!important;
  position:relative!important;
  z-index:2!important;
}
body:not(.home-openai-reference) .hero-openai-one h1,
body:not(.home-openai-reference) .hero-openai-one h1 em,
body:not(.home-openai-reference) h1,
body:not(.home-openai-reference) h2,
body:not(.home-openai-reference) h3,
body:not(.home-openai-reference) .kicker,
body:not(.home-openai-reference) .cat-main strong{
  color:#f3d99a!important;
}
body:not(.home-openai-reference) p,
body:not(.home-openai-reference) .lead,
body:not(.home-openai-reference) .cat-main em,
body:not(.home-openai-reference) footer.wrap{
  color:#d8bd7a!important;
}
body:not(.home-openai-reference) .cta,
body:not(.home-openai-reference) .hero-actions .cta,
body:not(.home-openai-reference) .actions .cta,
body:not(.home-openai-reference) .order .cta{
  background:#0a102c!important;
  color:#f3d99a!important;
  border:2px solid #d9aa5f!important;
  box-shadow:none!important;
}
body:not(.home-openai-reference) .story,
body:not(.home-openai-reference) .cat,
body:not(.home-openai-reference) .photo,
body:not(.home-openai-reference) .contact-panel,
body:not(.home-openai-reference) .contact-form,
body:not(.home-openai-reference) .order,
body:not(.home-openai-reference) .step,
body:not(.home-openai-reference) .piece,
body:not(.home-openai-reference) .video-card{
  background:rgba(9,14,39,.82)!important;
  border-color:rgba(217,170,95,.35)!important;
  color:#f3d99a!important;
}
body:not(.home-openai-reference) .section{
  border-top-color:rgba(217,170,95,.22)!important;
}
/* 2026-06-01: final winning rescue override for the dark Lily hero. */
body:not(.home-openai-reference) .hero.hero-openai-one{
  width:100%!important;
  max-width:none!important;
  margin:0 0 8px!important;
  display:grid!important;
  grid-template-columns:1fr .92fr!important;
  gap:28px!important;
  align-items:center!important;
  min-height:auto!important;
  padding:40px 0 54px!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}
body:not(.home-openai-reference) .hero.hero-openai-one::before,
body:not(.home-openai-reference) .hero.hero-openai-one::after,
body:not(.home-openai-reference) .hero-plate-stage::before,
body:not(.home-openai-reference) .hero-plate-stage::after,
body:not(.home-openai-reference) .hero-bottom-cover{
  content:none!important;
  display:none!important;
}
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel,
body:not(.home-openai-reference) .hero.hero-openai-one > div:first-child{
  width:auto!important;
  max-width:620px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  backdrop-filter:none!important;
  position:relative!important;
  z-index:2!important;
}
body:not(.home-openai-reference) .hero-openai-one h1{
  max-width:540px!important;
  font-size:clamp(40px, 3.6vw, 58px)!important;
  line-height:1.05!important;
  margin:0 0 18px!important;
  letter-spacing:0!important;
}
body:not(.home-openai-reference) .hero-openai-one .lead{
  max-width:490px!important;
  margin:0 0 26px!important;
  font-size:clamp(17px, 1.35vw, 22px)!important;
  line-height:1.38!important;
  color:#d8bd7a!important;
}
body:not(.home-openai-reference) .hero-actions{
  margin-top:0!important;
}
body:not(.home-openai-reference) .hero-actions .cta,
body:not(.home-openai-reference) .hero-actions .cta:first-child{
  min-height:52px!important;
  padding:0 30px!important;
  border-radius:999px!important;
  font-size:16px!important;
}
body:not(.home-openai-reference) .hero-plate-stage{
  position:relative!important;
  inset:auto!important;
  justify-self:stretch!important;
  width:100%!important;
  max-width:none!important;
  min-height:460px!important;
  height:460px!important;
  border:1px solid rgba(217,170,95,.42)!important;
  border-radius:34px!important;
  background:#101336!important;
  overflow:hidden!important;
  z-index:1!important;
}
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  position:absolute!important;
  inset:auto!important;
  right:0!important;
  top:50%!important;
  width:min(720px, 100%)!important;
  height:auto!important;
  max-height:390px!important;
  transform:translateY(-50%)!important;
  object-fit:contain!important;
  object-position:center right!important;
  opacity:.78!important;
  filter:brightness(.95) contrast(1.04) saturate(1.04) drop-shadow(0 24px 34px rgba(0,0,0,.18))!important;
  mix-blend-mode:normal!important;
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.58) 14%, #000 30%, #000 100%)!important;
  mask-image:linear-gradient(90deg, transparent 0%, rgba(0,0,0,.58) 14%, #000 30%, #000 100%)!important;
  clip-path:none!important;
}
body:not(.home-openai-reference) #about{
  margin-top:0!important;
  padding-top:34px!important;
}

@media(max-width:980px){
  body:not(.home-openai-reference) .hero.hero-openai-one{
    width:min(100% - 32px, 760px)!important;
    grid-template-columns:1fr!important;
    min-height:auto!important;
    padding:38px 28px 32px!important;
    margin-bottom:30px!important;
  }
  body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel,
  body:not(.home-openai-reference) .hero.hero-openai-one > div:first-child{
    max-width:560px!important;
  }
  body:not(.home-openai-reference) .hero-openai-one h1{
    max-width:540px!important;
    font-size:clamp(38px, 8vw, 54px)!important;
  }
  body:not(.home-openai-reference) .hero-plate-stage{
    justify-self:center!important;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    margin-top:16px!important;
  }
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    left:50%!important;
    right:auto!important;
    width:min(640px, 118%)!important;
    max-height:300px!important;
    transform:translate(-50%, -50%)!important;
    opacity:.64!important;
    -webkit-mask-image:linear-gradient(180deg, #000 0%, #000 72%, transparent 100%)!important;
    mask-image:linear-gradient(180deg, #000 0%, #000 72%, transparent 100%)!important;
  }
  body:not(.home-openai-reference) #about{
    padding-top:20px!important;
  }
}

@media(max-width:640px){
  body:not(.home-openai-reference) .hero.hero-openai-one{
    width:calc(100% - 22px)!important;
    padding:30px 20px 24px!important;
    margin-bottom:22px!important;
  }
  body:not(.home-openai-reference) .hero-openai-one h1{
    max-width:340px!important;
    font-size:36px!important;
    line-height:1.07!important;
  }
  body:not(.home-openai-reference) .hero-openai-one .lead{
    max-width:310px!important;
    font-size:15px!important;
    margin-bottom:20px!important;
  }
  body:not(.home-openai-reference) .hero-actions .cta,
  body:not(.home-openai-reference) .hero-actions .cta:first-child{
    min-height:46px!important;
    padding:0 20px!important;
    font-size:14px!important;
  }
  body:not(.home-openai-reference) .hero-plate-stage{
    height:220px!important;
    min-height:220px!important;
    margin-top:10px!important;
  }
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    width:500px!important;
    max-height:225px!important;
    opacity:.56!important;
  }
}

/* 2026-06-01: keep the home hero logo placement, but use the clearer logo treatment from the story page. */
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  right:12px!important;
  opacity:1!important;
  filter:drop-shadow(0 24px 34px rgba(0,0,0,.18))!important;
  background:transparent!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}

@media(max-width:980px){
  body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    right:auto!important;
    opacity:1!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }
}

@media(max-width:640px){
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
    opacity:1!important;
  }
}

/* 2026-06-01: unify the navy background without changing layout. */
body:not(.home-openai-reference){
  --lily-navy:#101336;
  --lily-navy-deep:#101336;
  --bg:#101336;
  --paper:#101336;
  --dark:#101336;
  background:#101336!important;
}
body:not(.home-openai-reference) .topbar,
body:not(.home-openai-reference) .hero.hero-openai-one,
body:not(.home-openai-reference) .hero-plate-stage,
body:not(.home-openai-reference) .page-hero-photo,
body:not(.home-openai-reference) .story-logo-panel,
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  background-color:#101336!important;
}

/* 2026-06-01: framed logo panel (chosen look — like Контакти/История). */
body:not(.home-openai-reference) .hero-plate-stage{
  overflow:hidden!important;
  border:1px solid rgba(217,170,95,.42)!important;
  border-radius:34px!important;
  background:#101336!important;
}
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  transform:none!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  background:transparent!important;
  filter:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
  clip-path:none!important;
}

/* 2026-06-01: home logo fills the framed panel, like Контакти/История. */
body:not(.home-openai-reference) .hero-reference-art.hero-logo-art{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
  filter:none!important;
}

/* 2026-06-01: dark-theme contact form fields (replace stark white inputs). */
body:not(.home-openai-reference) .contact-form input,
body:not(.home-openai-reference) .contact-form textarea{
  background:rgba(13,18,48,.92)!important;
  border:1px solid rgba(217,170,95,.42)!important;
  color:#f3d99a!important;
  box-shadow:none!important;
}
body:not(.home-openai-reference) .contact-form input::placeholder,
body:not(.home-openai-reference) .contact-form textarea::placeholder{
  color:rgba(216,189,122,.62)!important;
}

/* 2026-06-01: Контакти — beige form fields with dark-blue text. */
body.kontakti-page:not(.home-openai-reference) .contact-form input,
body.kontakti-page:not(.home-openai-reference) .contact-form textarea{
  background:#f1e6cd!important;
  border:1px solid rgba(8,11,36,.30)!important;
  color:#080b24!important;
  box-shadow:none!important;
}
body.kontakti-page:not(.home-openai-reference) .contact-form input::placeholder,
body.kontakti-page:not(.home-openai-reference) .contact-form textarea::placeholder{
  color:rgba(8,11,36,.55)!important;
}
/* Quick-contact panel + cards beige with dark-blue text. */
body.kontakti-page:not(.home-openai-reference) .contact-panel{
  background:#ece0c4!important;
  border-color:rgba(8,11,36,.22)!important;
  color:#080b24!important;
}
body.kontakti-page:not(.home-openai-reference) .contact{
  background:#f7eeda!important;
  border:1px solid rgba(8,11,36,.28)!important;
  color:#080b24!important;
}
body.kontakti-page:not(.home-openai-reference) .contact-panel .kicker,
body.kontakti-page:not(.home-openai-reference) .contact b,
body.kontakti-page:not(.home-openai-reference) .contact span,
body.kontakti-page:not(.home-openai-reference) .contact-note{
  color:#080b24!important;
}

/* 2026-06-01: Контакт + История без край on the deeper navy (#080b24). */
body.kontakti-page:not(.home-openai-reference),
body.istoria-page:not(.home-openai-reference),
body.porachki-page:not(.home-openai-reference),
body.category-page:not(.home-openai-reference){
  background:#080b24!important;
}

/* 2026-06-01: История без край — beige text panel, dark-blue text, photo wrapped by text. */
body.istoria-page:not(.home-openai-reference) .story{
  display:block!important;
  background:#f1e6cd!important;
  border-color:rgba(8,11,36,.22)!important;
  color:#080b24!important;
  overflow:hidden!important;
}
body.istoria-page:not(.home-openai-reference) .story img{
  float:left!important;
  width:320px!important;
  max-width:42%!important;
  height:auto!important;
  aspect-ratio:3/4!important;
  object-fit:cover!important;
  margin:6px 30px 16px 0!important;
}
body.istoria-page:not(.home-openai-reference) .story-copy{
  padding:0!important;
}
body.istoria-page:not(.home-openai-reference) .story .kicker,
body.istoria-page:not(.home-openai-reference) .story-copy h2,
body.istoria-page:not(.home-openai-reference) .bio-text,
body.istoria-page:not(.home-openai-reference) .bio-text p{
  color:#080b24!important;
}
body.istoria-page:not(.home-openai-reference) .bio-text,
body.istoria-page:not(.home-openai-reference) .bio-text p{
  font-size:16.5px!important;
  line-height:1.72!important;
}
@media(max-width:640px){
  body.istoria-page:not(.home-openai-reference) .story img{
    float:none!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 18px!important;
  }
}

/* 2026-06-01: gold underline for the active nav item. */
body:not(.home-openai-reference) .links a[aria-current="page"]{
  position:relative;
  color:#f3d99a!important;
}
body:not(.home-openai-reference) .links a[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-7px;
  height:2px;
  background:#d9aa5f;
  border-radius:2px;
}

/* 2026-06-01: light beige "mat" frame around each category picture (against the dark theme). */
body:not(.home-openai-reference) .cat-main img{
  width:calc(100% - 28px)!important;
  margin:16px 14px 4px!important;
  border:8px solid #f4eee1!important;
  border-radius:6px!important;
  box-shadow:0 8px 20px rgba(0,0,0,.34)!important;
  box-sizing:border-box!important;
  background:#f4eee1!important;
}

/* 2026-06-01: same beige "mat" frame around each picture in Избрани творби. */
body:not(.home-openai-reference) .piece img{
  border:8px solid #f4eee1!important;
  border-radius:6px!important;
  box-shadow:0 8px 20px rgba(0,0,0,.34)!important;
  box-sizing:border-box!important;
  background:#f4eee1!important;
}

/* 2026-06-01: same beige "mat" frame on category page hero images (skip the logo panels). */
body:not(.home-openai-reference) .page-hero-photo:not(.story-logo-panel) img{
  border:8px solid #f4eee1!important;
  border-radius:6px!important;
  box-shadow:0 8px 20px rgba(0,0,0,.34)!important;
  box-sizing:border-box!important;
  background:#f4eee1!important;
}

/* 2026-06-01: home hero like the approved reference.
   - navy gradient background (site-wide)
   - homepage logo floats with no frame box + soft glow (other pages keep their framed panel)
   - gold ornament divider under the hero */
body:not(.home-openai-reference){
  background:#0E1336 !important;
}
body:not(.home-openai-reference) .topbar{
  background:#070A22 !important;
  border-bottom:1px solid rgba(217,170,95,.16)!important;
}
body:not(.home-openai-reference) .hero-plate-stage{
  border:0!important;
  border-radius:0!important;
  background:radial-gradient(circle at 50% 48%, rgba(217,170,95,.10) 0%, transparent 60%)!important;
  overflow:visible!important;
  justify-self:center!important;
  width:100%!important;
  max-width:600px!important;
  min-height:450px!important;
  height:450px!important;
}
body:not(.home-openai-reference) .hero-plate-stage .hero-reference-art.hero-logo-art{
  object-fit:contain!important;
  background:transparent!important;
  filter:drop-shadow(0 16px 30px rgba(0,0,0,.38))!important;
}

/* 2026-06-01: indent hero/page titles so they don't hug the left edge. */
body:not(.home-openai-reference) .hero-openai-one .hero-copy-panel,
body:not(.home-openai-reference) .hero.hero-openai-one > div:first-child,
body:not(.home-openai-reference) .page-hero > div:first-child{
  padding-left:clamp(14px, 3vw, 48px)!important;
}

/* 2026-06-01: Поръчки only — shorter logo panel + tighter hero to cut empty space. */
body.porachki-page .page-hero{
  padding:30px 0 34px!important;
  align-items:center!important;
}
body.porachki-page .page-hero-photo{
  height:390px!important;
  min-height:390px!important;
}
body.porachki-page .page-hero-photo img{
  object-fit:contain!important;
  padding:0!important;
}

/* 2026-06-01: "За автора" section — beige panel with dark-blue text. */
body:not(.home-openai-reference) #about .story{
  background:#f1e6cd!important;
  border-color:rgba(8,11,36,.22)!important;
  color:#080b24!important;
}
body:not(.home-openai-reference) #about .story .kicker,
body:not(.home-openai-reference) #about .story-copy h2,
body:not(.home-openai-reference) #about .bio-text,
body:not(.home-openai-reference) #about .bio-text p{
  color:#080b24!important;
}
body:not(.home-openai-reference) #about .bio-text,
body:not(.home-openai-reference) #about .bio-text p{
  font-size:16.5px!important;
  line-height:1.72!important;
}

/* 2026-06-01: home page on the deeper navy (#080b24), same blue as "За автора". */
body.home-deep-navy:not(.home-openai-reference){
  background:#080b24!important;
}
body.home-deep-navy:not(.home-openai-reference) .hero-plate-stage{
  background:#080b24!important;
}
/* Kill the lighter washes/gradients in the hero so it's all the deep navy. */
body.home-deep-navy:not(.home-openai-reference) .hero.hero-openai-one,
body.home-deep-navy:not(.home-openai-reference) .hero-openai-one .hero-copy-panel,
body.home-deep-navy:not(.home-openai-reference) .hero.hero-openai-one > div:first-child{
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
body.home-deep-navy:not(.home-openai-reference) .hero.hero-openai-one::before,
body.home-deep-navy:not(.home-openai-reference) .hero.hero-openai-one::after,
body.home-deep-navy:not(.home-openai-reference) .hero-plate-stage::before,
body.home-deep-navy:not(.home-openai-reference) .hero-plate-stage::after{
  background:none!important;
  display:none!important;
  content:none!important;
}

/* 2026-06-01: Категории — beige text frame under each photo, dark-blue text. */
body.home-deep-navy:not(.home-openai-reference) .cat,
body.home-deep-navy:not(.home-openai-reference) .cat-main span{
  background:#f1e6cd!important;
  border-color:rgba(8,11,36,.22)!important;
  color:#080b24!important;
}
body.home-deep-navy:not(.home-openai-reference) .cat-main strong,
body.home-deep-navy:not(.home-openai-reference) .cat-main em{
  color:#080b24!important;
}

/* 2026-06-01: Избрани творби + подкатегории — beige cards, dark-blue text. */
body.home-deep-navy:not(.home-openai-reference) .piece,
body.category-page:not(.home-openai-reference) .piece{
  background:#f1e6cd!important;
  border-color:rgba(8,11,36,.22)!important;
  color:#080b24!important;
}
body.home-deep-navy:not(.home-openai-reference) .piece b,
body.home-deep-navy:not(.home-openai-reference) .piece span,
body.category-page:not(.home-openai-reference) .piece b,
body.category-page:not(.home-openai-reference) .piece span{
  color:#080b24!important;
}

/* 2026-06-02: "Как се създава" video cards — beige with dark-blue text. */
body.home-deep-navy:not(.home-openai-reference) .video-card{
  background:#f1e6cd!important;
  border-color:rgba(8,11,36,.22)!important;
  color:#080b24!important;
}
body.home-deep-navy:not(.home-openai-reference) .video-card h3,
body.home-deep-navy:not(.home-openai-reference) .video-card p{
  color:#080b24!important;
}

/* 2026-06-01: logo everywhere like the home page — no frame, transparent on navy. */
body.home-deep-navy:not(.home-openai-reference) .hero-plate-stage{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body:not(.home-openai-reference) .story-logo-panel{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}
body:not(.home-openai-reference) .story-logo-panel img{
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  width:100%!important;
  height:100%!important;
}
